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

Bumping job-scheduler to build with OpenSearch(main) 1.1.0 #44

Merged
merged 2 commits into from
Aug 6, 2021

Conversation

saratvemulapalli
Copy link
Member

Signed-off-by: Sarat Vemulapalli vemulapallisarat@gmail.com

Description

Bumping up job-scheduler to build with OpenSearch main which is 1.1.0.
As with the branching and release strategy for the project opensearch-project/.github#13
Here is how it should look like:

  1. Plugin/library main builds out of OpenSearch main.
  2. Plugin/library 1.x builds out of OpenSearch 1.x.
  3. Plugin/library 1.0 builds out of OpenSearch 1.0.

This allows us to fail fast and get ready for release.

As part of adding backwards compatibility test framework, we are developing tests as an example in Anomaly Detection which needs job-scheduler.
Ref: opensearch-project/OpenSearch#1002
Meta issue: opensearch-project/opensearch-build#90

Issues Resolved

#43

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • 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.

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
@VachaShah
Copy link
Contributor

Looks like there is a docs-beta link in this repo for which the link checker is failing:

Errors in README.md
✗ https://docs-beta.opensearch.org/ (HTTP status client error (404 Not Found) for url (https://docs-beta.opensearch.org/))

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
@saratvemulapalli
Copy link
Member Author

Looks like there is a docs-beta link in this repo for which the link checker is failing:

Errors in README.md
✗ https://docs-beta.opensearch.org/ (HTTP status client error (404 Not Found) for url (https://docs-beta.opensearch.org/))

Love this link checker.

Copy link
Contributor

@VachaShah VachaShah left a comment

Choose a reason for hiding this comment

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

Thank you for the change @saratvemulapalli!

@saratvemulapalli saratvemulapalli merged commit 12ba747 into main Aug 6, 2021
@saratvemulapalli saratvemulapalli deleted the bump-to-1.1.0 branch August 6, 2021 18:02
saratvemulapalli added a commit that referenced this pull request Aug 9, 2021
* Bumping job-scheduler to build with OpenSearch(1.x) 1.1.0

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Updating docs link to our documentation website.

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
saratvemulapalli added a commit that referenced this pull request Aug 9, 2021
* Bumping job-scheduler to build with OpenSearch(1.x) 1.1.0

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Updating docs link to our documentation website.

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
qreshi added a commit that referenced this pull request Nov 4, 2021
* Enabled automated license header checks (#36)

1. Re-enabled the 'licenseHeaders' check in the build.gradle file.
2. Added an IntelliJ copyright profile to auto-generate the SPDX license header.

Signed-off-by: Ketan Verma <ketan9495@gmail.com>

* Release 1.0.0.0 (#40)

Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>

* Bumping job-scheduler to build with OpenSearch(main) 1.1.0 (#44)

* Bumping job-scheduler to build with OpenSearch(main) 1.1.0

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Updating docs link to our documentation website.

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Using 1.1 snapshot version for OpenSearch (#48)

Signed-off-by: Vacha <vachshah@amazon.com>

* Use standard snapshot build settings and OpenSearch 1.x. (#49)

Signed-off-by: dblock <dblock@amazon.com>

* Add `Getting Started` to Readme  (#50)

* added Getting Started section

* Adds a delay parameter to the job scheduler (#61)

* Adds delay parameter to job scheduler

* Adds tests for job scheduler delay parameter

* Changes test and build workflow to 1.1 and corrects links

Signed-off-by: Clay Downs <downsrob@amazon.com>

* Updates job scheduler version to 1.2 (#68)

* Updates job scheduler version to 1.2 and uses Maven for 1.2 dependencies

Signed-off-by: Clay Downs <downsrob@amazon.com>

* Publish MD5 and SHA1 signatures. (#71)

* Publish MD5 and SHA1 signatures.

Signed-off-by: dblock <dblock@dblock.org>

* Also publish 256 and 512 checksums.

Signed-off-by: dblock <dblock@dblock.org>

* Fixes possible negative jitter (#78)

Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>

Co-authored-by: Ketan Verma <ketanv3@users.noreply.github.com>
Co-authored-by: Bowen Lan <62091230+bowenlan-amzn@users.noreply.github.com>
Co-authored-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Co-authored-by: Vacha <vachshah@amazon.com>
Co-authored-by: Daniel Doubrovkine (dB.) <dblock@dblock.org>
Co-authored-by: Sriram <59816283+skkosuri-amzn@users.noreply.github.com>
Co-authored-by: Clay Downs <89109232+downsrob@users.noreply.github.com>
Co-authored-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
wuychn pushed a commit to ochprince/job-scheduler that referenced this pull request Mar 16, 2023
…h-project#44)

* Bumping job-scheduler to build with OpenSearch(main) 1.1.0

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>

* Updating docs link to our documentation website.

Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.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.

3 participants