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 index management version to 1.2 #157

Merged
merged 2 commits into from
Oct 5, 2021

Conversation

downsrob
Copy link
Contributor

@downsrob downsrob commented Sep 30, 2021

Signed-off-by: Clay Downs [email protected]
Issue #, if available:
opensearch-project/opensearch-build#663
Description of changes:
Updates index management version to 1.2. Changes the gradle build file, as well as the github test and build workflows.
CheckList:

  • 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.

@downsrob downsrob marked this pull request as ready for review September 30, 2021 23:48
@dblock
Copy link
Member

dblock commented Oct 1, 2021

Since this is to include IM into the 1.2.0 bundle, can we please address #155 part of this as well? See https://github.com/opensearch-project/opensearch-plugins/blob/main/BUILDING.md#consume-maven-artifacts-in-order that was just added to explain the order of maven dependencies required.

We'll need at least one build of 1.2.0 without IM for this to pass for 1.2 SNAPSHOT dependencies to appear in maven.

@dbbaughe
Copy link
Contributor

dbbaughe commented Oct 1, 2021

@dblock Yes, we plan to merge in the common utils and job scheduler 1.2 version changes first. Let those get published to the snapshot repository, and then do the IM changes. We can add back the mavenLocal repo at that time too.

@dblock
Copy link
Member

dblock commented Oct 1, 2021

Ok cool, I want to gate adding into the 1.2 manifest any plugins that haven't moved to using maven. This way we don't have to chase them separately.

@dbbaughe
Copy link
Contributor

dbbaughe commented Oct 1, 2021

Sure, Clay is making the changes in common utils and job scheduler to depend on the staging repo

@dbbaughe
Copy link
Contributor

dbbaughe commented Oct 1, 2021

@downsrob Ah you're in a bit of a predicament now... looks like it's trying to find the alerting notification subproject 1.2 on maven.. so you could go and now bump alerting main to 1.2 and whatever else is needed to get that notification subproject published to the staging repo.. but at the same time.. I think we're trying to remove it in 1.2, but we haven't merged back in the support for notification plugin yet in Index Management as we are waiting to confirm it'll go out in 1.2.

@downsrob downsrob merged commit 108f625 into opensearch-project:main Oct 5, 2021
@downsrob downsrob deleted the update-to-1.2 branch October 5, 2021 18:42
thalurur pushed a commit to thalurur/open-index-management that referenced this pull request Oct 22, 2021
…oper Certificate of Origin to pull request template (opensearch-project#157)

Replace all reference of "master' branch to "main" 

Add the Linux Foundation's Developer Certificate of Origin to pull request template
downsrob added a commit that referenced this pull request Nov 5, 2021
* Add integTest script to the repo (#94)

Signed-off-by: Peter Zhu <[email protected]>

* Removing Usages of Action Get Call and using listeners (#100)

Signed-off-by: Aditya Jindal <[email protected]>

* Enhance ISM template (#105)

Signed-off-by: bowenlan-amzn <[email protected]>

* Explain response still use old opendistro policy id (#109)

* Explain response still use old opendistro policy id
* Use hardcoded policyid setting in tests for explain response
* Trying to fix flaky tests

* Storing user information as part of the job when security plugin is installed (#113)

Signed-off-by: Ravi Thaluru <[email protected]>

* ISM/Notification channel support (#117)

* Updates NAME of transport actions

* Upgrades Kotlin version, updates dependencies on other OS plugins, adds notification plugin as a test resource and includes it in test clusters

* Adds support for Channels in error notifications and notification actions

* Adds support for sending notifications to channels

* Adds support for publishing notifications to the legacy destinations through the Notification plugin and some cleanup

* Removes notification alerting jar dependency

* Adds compile only dep on commons codec for digest utils sha1 method in ism rollup

* Updates Error Notification to make channel/destination nullable, and adds helper methods for publish calls

* Constructs URL for legacy custom webhook

Signed-off-by: Drew Baugher <[email protected]>

* Fixes Feature enum and dep

Signed-off-by: Drew Baugher <[email protected]>

* Trying something else

Signed-off-by: Drew Baugher <[email protected]>

* Addresses comments

Signed-off-by: Drew Baugher <[email protected]>

* Storing user object in all APIs and enabling filter of response based on user (#115)

Signed-off-by: Ravi Thaluru <[email protected]>

* Upgrade dependencies to 1.1 and build snapshot by default. (#121)

Signed-off-by: dblock <[email protected]>

* Security improvements  (#126)

Signed-off-by: Ravi Thaluru <[email protected]>

* Removes support for notification plugin (#136)

Signed-off-by: Drew Baugher <[email protected]>

* Updating security filtering logic (#137)

Signed-off-by: Ravi Thaluru <[email protected]>

* Release note for 1.1.0.0 release. (#139)

* Release note for 1.1.0.0 release.

Signed-off-by: bowenlan-amzn <[email protected]>

* Correct copyright notices

* Uses published daily snapshot dependencies (#141)

Signed-off-by: Drew Baugher <[email protected]>

* License header check (#142)

* Provide default copyright header using IDE feature

Signed-off-by: bowenlan-amzn <[email protected]>

* Address #103

history write index is rolled over even if the history indices are
disabled

* Removed integtest.sh. (#148)

Signed-off-by: dblock <[email protected]>

* Adds mavenLocal back to repositories (#158)

Signed-off-by: Drew Baugher <[email protected]>

* Making snapshot name to scripted input in template  (#77)

Signed-off-by: Ravi Thaluru <[email protected]>

* Fix issues with security changes in rollup runnner (#161)

* Updates index management version to 1.2 (#157)

* Updates index management version to 1.2

* Updates job scheduler snapshot to 1.2 in test resources

Signed-off-by: Robert Downs <[email protected]>

* Adds setting to search all rollup jobs on a target index (#165)

* Adds cluster setting to search all rollup jobs

Signed-off-by: Clay Downs <[email protected]>

* Adds implementation for the delay feature in rollup jobs (#147)

* Adds delay implementation for rollup jobs

* Removes non-continuous delay implementation

* Adds additional rollup delay tests

Signed-off-by: Clay Downs <[email protected]>

* Updates testCompile mockito version, adds AwaitsFix annotation to MetadataRegressionIT tests (#168)

* Updates testCompile mockito version to match OpenSearch changes

* AwaitsFix on the failing MetadataRegressionIT tests

Signed-off-by: Robert Downs <[email protected]>

* Adds cluster setting to configure index state management jitter (#153)

* Adds jitter cluster setting, sets jitter to 0 for ISM tests

Signed-off-by: Clay Downs <[email protected]>

* Allows out of band rollovers on an index without causing ISM to fail (#180)

* Allows out of band rollovers on an index without causing ISM to fail

Signed-off-by: Drew Baugher <[email protected]>

* Fixes detekt issue

Signed-off-by: Drew Baugher <[email protected]>

* Remove policy API on read only indices (#182)

* In explain API not showing the total count to all users (#185)

Co-authored-by: Peter Zhu <[email protected]>
Co-authored-by: Aditya Jindal <[email protected]>
Co-authored-by: Bowen Lan <[email protected]>
Co-authored-by: Ravi <[email protected]>
Co-authored-by: Drew Baugher <[email protected]>
Co-authored-by: Daniel Doubrovkine (dB.) <[email protected]>
wuychn pushed a commit to ochprince/index-management that referenced this pull request Mar 16, 2023
* Updates index management version to 1.2

* Updates job scheduler snapshot to 1.2 in test resources

Signed-off-by: Robert Downs <[email protected]>
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.

3 participants