Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates developer guide and removes integtest.sh #3844

Merged

Conversation

DarshitChanpura
Copy link
Member

Description

Updates developer guide to reflect changes in demo config installation tool and removes integtest.sh as it is no longer used: opensearch-project/opensearch-build#497

Issues Resolved

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Collaborator

@derek-ho derek-ho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

Merging #3844 (74cfa02) into main (62aed21) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3844      +/-   ##
==========================================
- Coverage   66.58%   66.58%   -0.01%     
==========================================
  Files         298      298              
  Lines       21188    21188              
  Branches     3453     3453              
==========================================
- Hits        14108    14107       -1     
- Misses       5363     5364       +1     
  Partials     1717     1717              

see 2 files with indirect coverage changes

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
willyborankin
willyborankin previously approved these changes Dec 14, 2023
Copy link
Contributor

@stephen-crawford stephen-crawford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks DC; I left some suggestions on wording. I am not sure if you are intending to use "password" as a proper noun or not. I assume no, in which case I would suggest taking a peak at my suggestions. If you do mean it to be a proper noun, you are missing capitalization in a couple spots. (First comment and then later)

DEVELOPER_GUIDE.md Outdated Show resolved Hide resolved
DEVELOPER_GUIDE.md Outdated Show resolved Hide resolved
DEVELOPER_GUIDE.md Outdated Show resolved Hide resolved
DEVELOPER_GUIDE.md Outdated Show resolved Hide resolved
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
@DarshitChanpura
Copy link
Member Author

@scrawfor99 Addressed all feedback. @willyborankin would you please re-review this?

willyborankin
willyborankin previously approved these changes Dec 14, 2023
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
@DarshitChanpura
Copy link
Member Author

CI failures address via #3850

Copy link
Member

@peternied peternied left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI should pass on this readme only change, no?

@DarshitChanpura
Copy link
Member Author

DarshitChanpura commented Dec 15, 2023

CI should pass on this readme only change, no?

There was flaky test introduced in the original change around a static variable. Since this was tested in multiple tests, sometimes value wouldn't reset. I have explicitly reset the value to the state it is expected in before the test is run. This issue is now fixed in #3850. I will merge main and re-push.

@DarshitChanpura
Copy link
Member Author

@scrawfor99 @peternied mind giving this PR another lookeru?

@peternied peternied merged commit ceabe13 into opensearch-project:main Dec 15, 2023
82 checks passed
DarshitChanpura added a commit to DarshitChanpura/security that referenced this pull request Dec 15, 2023
…3844)

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
cwperks pushed a commit that referenced this pull request Dec 18, 2023
…t for Bundled JDK for this tool and updates DEVELOPER_GUIDE.md (#3845)

### Description
Backports following commits related to demo configuration tool from main
to 2.x:

- [x]
[17748b9](17748b9)
from #3669
- [x]
[4496440](4496440)
from #3734
- [x]
[06d8c29](06d8c29)
from #3777
- [x]
[e698315](e698315)
from #3807
- [x]
[9d11524](9d11524)
from #3843
- [x]
[62aed21](62aed21)
from #3850
- [x]
[ceabe13](ceabe13)
from #3844

### Issues Resolved
- Related to #3827


### Testing
- automated tests

### Check List
- [x] New functionality includes testing
- [x] New functionality has been documented
- [x] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

---------

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
prabhask5 pushed a commit to prabhask5/opensearch-security that referenced this pull request Jan 11, 2024
…3844)

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
Signed-off-by: Prabhas Kurapati <prabhask@berkeley.edu>
dlin2028 pushed a commit to dlin2028/security that referenced this pull request May 1, 2024
…3844)

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update DEVELOPER_GUIDE.md in security plugin repository
5 participants