-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds reprovision API to support updating search pipelines, ingest pip…
…elines index settings (#804) * Initial commit, Adds ReprovisionWorkflowTransportAction, reprovision param for RestCreateWorkflowAction, creates and registers Update Ingest/Search pipeline steps in WorkflowResources, registers update steps in WorkflowStepFactory Signed-off-by: Joshua Palis <[email protected]> * Initial reprovisiontransportaction implementation, Added UpdateIndexStep, improved WorkflowProcessSorter.createReprovisionSequence Signed-off-by: Joshua Palis <[email protected]> * Implements Update index Step to support updating index settings, modifies updating resource created script to remove error if any Signed-off-by: Joshua Palis <[email protected]> * Improves workflow node comparision Signed-off-by: Joshua Palis <[email protected]> * Adding comments Signed-off-by: Joshua Palis <[email protected]> * Fixing tests, adding javadocs Signed-off-by: Joshua Palis <[email protected]> * Adding changelog Signed-off-by: Joshua Palis <[email protected]> * Updating parse utils, RestCreateWorkflowAction, CreateWorkflowTransportAction tests. Adding check for reprovision without workflowID. Signed-off-by: Joshua Palis <[email protected]> * Adding update step and get resource step tests Signed-off-by: Joshua Palis <[email protected]> * Adding check for filtered setting list size Signed-off-by: Joshua Palis <[email protected]> * Addign reprovision workflow transport action tests Signed-off-by: Joshua Palis <[email protected]> * Adding tests for reprovision sequence creation Signed-off-by: Joshua Palis <[email protected]> * Addressing comments Signed-off-by: Joshua Palis <[email protected]> * Changing GetResourceStep to WorkflowDataStep Signed-off-by: Joshua Palis <[email protected]> * Addressing PR comments Signed-off-by: Joshua Palis <[email protected]> * Fixing state check for reprovision transport action Signed-off-by: Joshua Palis <[email protected]> * Adding state eror check to reprovision transport action to remove error field Signed-off-by: Joshua Palis <[email protected]> * removing error check from flowframeworkindices handler Signed-off-by: Joshua Palis <[email protected]> * Adding check for no updated settings Signed-off-by: Joshua Palis <[email protected]> * refactor reprovision sequence creation Signed-off-by: Joshua Palis <[email protected]> * Fixing workflowrequest serialization Signed-off-by: Joshua Palis <[email protected]> * Addressing PR comments Signed-off-by: Joshua Palis <[email protected]> * Moving flattenSettings method to ParseUtils, added flatten settings tests Signed-off-by: Joshua Palis <[email protected]> * updating workflowrequest Signed-off-by: Joshua Palis <[email protected]> * fixing workflowrequest Signed-off-by: Joshua Palis <[email protected]> * spotlessApply Signed-off-by: Joshua Palis <[email protected]> --------- Signed-off-by: Joshua Palis <[email protected]>
- Loading branch information
Showing
34 changed files
with
2,936 additions
and
118 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.