-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add Getting Started
to Readme
#50
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dbbaughe
reviewed
Aug 16, 2021
dbbaughe
approved these changes
Aug 17, 2021
We've been standardizing these into DEVELOPER_GUIDE, consider extracting. e.g. https://github.com/opensearch-project/opensearch-build/blob/main/DEVELOPER_GUIDE.md |
lezzago
pushed a commit
to lezzago/job-scheduler-1
that referenced
this pull request
Sep 14, 2021
* added Getting Started section
lezzago
added a commit
that referenced
this pull request
Sep 14, 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> * 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 * Add release notes for version 1.1.0.0 * Update branches to 1.* Signed-off-by: Ashish Agrawal <ashisagr@amazon.com> * Update github workflow to depend on OpenSearch 1.1 Signed-off-by: Ashish Agrawal <ashisagr@amazon.com> * Fix LICENSE link and update link checker workflow to ignore a fake link Signed-off-by: Ashish Agrawal <ashisagr@amazon.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: Vacha <vachshah@amazon.com> Co-authored-by: Daniel Doubrovkine (dB.) <dblock@dblock.org> Co-authored-by: Sriram <59816283+skkosuri-amzn@users.noreply.github.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
* added Getting Started section
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: skkosuri-amzn skkosuri@amazon.com
Description
Add
Getting Started
to ReadmeCheck List
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.