generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 94
History Service API #820
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
Closed
Closed
History Service API #820
Conversation
This file contains hidden or 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
* WIP on allowing interval schedule to operate in seconds Signed-off-by: Craig Perkins <[email protected]> * Support defining IntervalSchedule in seconds Signed-off-by: Craig Perkins <[email protected]> * Use seconds in bwc test Signed-off-by: Craig Perkins <[email protected]> * Update runThenListJobs test Signed-off-by: Craig Perkins <[email protected]> * Consistent create watcher job Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
…, but metadata exists (opensearch-project#797) * WIP on allowing interval schedule to operate in seconds Signed-off-by: Craig Perkins <[email protected]> * Support defining IntervalSchedule in seconds Signed-off-by: Craig Perkins <[email protected]> * Use seconds in bwc test Signed-off-by: Craig Perkins <[email protected]> * Update runThenListJobs test Signed-off-by: Craig Perkins <[email protected]> * Consistent create watcher job Signed-off-by: Craig Perkins <[email protected]> * Add test that disables watcher job and verifies that it stops running, but metadata exists Signed-off-by: Craig Perkins <[email protected]> * Disable security manager for bwc test Signed-off-by: Craig Perkins <[email protected]> * Always test with security manager Signed-off-by: Craig Perkins <[email protected]> * Add java agent to SPI Signed-off-by: Craig Perkins <[email protected]> * Ensure that document is searchable immediately Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
…SON response (opensearch-project#801) * adding active jobs by lock info Signed-off-by: Jeremy Dupras <[email protected]> * adding active jobs and tests Signed-off-by: Jeremy Dupras <[email protected]> * changing to ActionListener Signed-off-by: Jeremy Dupras <[email protected]> * fixing failing multinode test and format errors Signed-off-by: Jeremy Dupras <[email protected]> * correcting test Signed-off-by: Jeremy Dupras <[email protected]> * updating test Signed-off-by: Jeremy Dupras <[email protected]> * updating test Signed-off-by: Jeremy Dupras <[email protected]> * trying test fix Signed-off-by: Jeremy Dupras <[email protected]> * updating test Signed-off-by: Jeremy Dupras <[email protected]> * rerunning tests Signed-off-by: Jeremy Dupras <[email protected]> * removing getFirst() Signed-off-by: Jeremy Dupras <[email protected]> * removing lock search Signed-off-by: Jeremy Dupras <[email protected]> * remiving client Signed-off-by: Jeremy Dupras <[email protected]> * adding lock duration Signed-off-by: Jeremy Dupras <[email protected]> --------- Signed-off-by: Jeremy Dupras <[email protected]> Co-authored-by: Jeremy Dupras <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
…arch-project#802) * adding active jobs by lock info Signed-off-by: Jeremy Dupras <[email protected]> * adding active jobs and tests Signed-off-by: Jeremy Dupras <[email protected]> * changing to ActionListener Signed-off-by: Jeremy Dupras <[email protected]> * fixing failing multinode test and format errors Signed-off-by: Jeremy Dupras <[email protected]> * correcting test Signed-off-by: Jeremy Dupras <[email protected]> * updating test Signed-off-by: Jeremy Dupras <[email protected]> * updating test Signed-off-by: Jeremy Dupras <[email protected]> * trying test fix Signed-off-by: Jeremy Dupras <[email protected]> * updating test Signed-off-by: Jeremy Dupras <[email protected]> * rerunning tests Signed-off-by: Jeremy Dupras <[email protected]> * removing getFirst() Signed-off-by: Jeremy Dupras <[email protected]> * removing lock search Signed-off-by: Jeremy Dupras <[email protected]> * remiving client Signed-off-by: Jeremy Dupras <[email protected]> * adding lock duration Signed-off-by: Jeremy Dupras <[email protected]> * adding getLocks API Signed-off-by: Jeremy Dupras <[email protected]> * adding test for lock transport action Signed-off-by: Jeremy Dupras <[email protected]> * adding tests Signed-off-by: Jeremy Dupras <[email protected]> * commmiting changes Signed-off-by: Jeremy Dupras <[email protected]> * adding lockid path parameter Signed-off-by: Jeremy Dupras <[email protected]> * adding tests Signed-off-by: Jeremy Dupras <[email protected]> * Empty commit message Signed-off-by: Jeremy Dupras <[email protected]> * renaming, reformatting response JSON, test changes Signed-off-by: Jeremy Dupras <[email protected]> * changing name in variable Signed-off-by: Jeremy Dupras <[email protected]> * fixing test timing Signed-off-by: Jeremy Dupras <[email protected]> * Move ser/de logic to LockModel Signed-off-by: Craig Perkins <[email protected]> * adressing comments Signed-off-by: Jeremy Dupras <[email protected]> --------- Signed-off-by: Jeremy Dupras <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Jeremy Dupras <[email protected]> Co-authored-by: Craig Perkins <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: opensearch-ci <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
…ch-project#807) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
* adding descheduled jobs Signed-off-by: Jeremy Dupras <[email protected]> * changing check order Signed-off-by: Jeremy Dupras <[email protected]> --------- Signed-off-by: Jeremy Dupras <[email protected]> Co-authored-by: Jeremy Dupras <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
…pensearch-project#800) * WIP on allowing interval schedule to operate in seconds Signed-off-by: Craig Perkins <[email protected]> * Support defining IntervalSchedule in seconds Signed-off-by: Craig Perkins <[email protected]> * Use seconds in bwc test Signed-off-by: Craig Perkins <[email protected]> * Update runThenListJobs test Signed-off-by: Craig Perkins <[email protected]> * Consistent create watcher job Signed-off-by: Craig Perkins <[email protected]> * Add test that disables watcher job and verifies that it stops running, but metadata exists Signed-off-by: Craig Perkins <[email protected]> * Disable security manager for bwc test Signed-off-by: Craig Perkins <[email protected]> * Always test with security manager Signed-off-by: Craig Perkins <[email protected]> * Add java agent to SPI Signed-off-by: Craig Perkins <[email protected]> * Ensure that document is searchable immediately Signed-off-by: Craig Perkins <[email protected]> * Attempt to aggregate codecov across root + sub projects for cumulative report Signed-off-by: Craig Perkins <[email protected]> * Fix error Signed-off-by: Craig Perkins <[email protected]> * Try this again Signed-off-by: Craig Perkins <[email protected]> * Use codecov-action Signed-off-by: Craig Perkins <[email protected]> * Fix flakiness Signed-off-by: Craig Perkins <[email protected]> * Fix flakiness Signed-off-by: Craig Perkins <[email protected]> * Make sure coverage can be written after node exit using JMX Signed-off-by: Craig Perkins <[email protected]> * Fix forbidden Signed-off-by: Craig Perkins <[email protected]> * Simplify Signed-off-by: Craig Perkins <[email protected]> * Skip JMX for multinode tests Signed-off-by: Craig Perkins <[email protected]> * Use 0.8.13 Signed-off-by: Craig Perkins <[email protected]> * declare task dependency Signed-off-by: Craig Perkins <[email protected]> * Finalize test with jacoco Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]> Co-authored-by: Jeremy Dupras <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
Signed-off-by: Jeremy Dupras <[email protected]>
07f3f7d
to
c413031
Compare
Signed-off-by: Jeremy Dupras <[email protected]>
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.
Description
This API provides a way to get the information within the Job History Index.
API calls
GET /_plugins/_job_scheduler/api/history
With
GET /_plugins/_job_scheduler/api/history/.scheduler_sample_extension-jobid1
GET /_plugins/_job_scheduler/api/history/
The history ID is the "index_id"-"jobid"
Example API response
Related Issues
Resolves #808
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.