Adds REST API to list jobs with an option to list them per node (#786) #1
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.
remove guava dependency (remove guava dependency opensearch-project/job-scheduler#773)
remove guava dependency
remove more unused dependencies
added Request API, Action API and Test
changing file names
need to resolve permission issues/ changes to gather all scheduled job information
adding to RestGetSchedulingAction
adding additionl tests
Added IT test for ScheduleInfo
updating progres - verified API calls in terminal
adding new values to prepare request
removing unneeded code
adding transport level API
adding job type and refactoring json output
adding node selection, duplicate filtering and total job count
removing node specific API
adding integration tests
updating Scheduled JobInfoIT
removing comments
Adding comments
removing unnessessary tests
Add a CHANGELOG and changelog_verifier workflow (Add a CHANGELOG and changelog_verifier workflow opensearch-project/job-scheduler#778)
Add a CHANGELOG and changelog_verifier workflow
spotless
Add 3.1.0 release notes ([Release 3.1.0] Add release notes opensearch-project/job-scheduler#779)
Update Maven snapshots publishing endpoint and credential retrieval (Update Maven snapshots publishing endpoint and credential retrieval opensearch-project/job-scheduler#780)
Increment version to 3.2.0 (Increment version to 3.2.0 opensearch-project/job-scheduler#783)
removing .idea files
fixing formatting issues
adding license header
change api call, add testing functionality
stop tracking .idea/*
changing constant calls
adding additional testing fields
changing permissions
removing file
adding files -s
reset
adding to reset
deleting comment
adding .idea files
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--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.