-
Notifications
You must be signed in to change notification settings - Fork 883
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(controller): add canary steps plugin (#3521)
* making code for step plugin Signed-off-by: Alexandre Gaudreault <[email protected]> * codegen Signed-off-by: Alexandre Gaudreault <[email protected]> * unit tests Signed-off-by: Alexandre Gaudreault <[email protected]> * rpc tests Signed-off-by: Alexandre Gaudreault <[email protected]> * add rpc plugin tests Signed-off-by: Alexandre Gaudreault <[email protected]> * better message Signed-off-by: Alexandre Gaudreault <[email protected]> * add order test Signed-off-by: Alexandre Gaudreault <[email protected]> * implement terminate Signed-off-by: Alexandre Gaudreault <[email protected]> * Terminate tests Signed-off-by: Alexandre Gaudreault <[email protected]> * aborted logic + some unit test Signed-off-by: Alexandre Gaudreault <[email protected]> * unit test Signed-off-by: Alexandre Gaudreault <[email protected]> * abort test Signed-off-by: Alexandre Gaudreault <[email protected]> * load plugin Signed-off-by: Alexandre Gaudreault <[email protected]> * more tests Signed-off-by: Alexandre Gaudreault <[email protected]> * dont use newStatus Signed-off-by: Alexandre Gaudreault <[email protected]> * codegen preserve fields Signed-off-by: Alexandre Gaudreault <[email protected]> * some test before full promote problem Signed-off-by: Alexandre Gaudreault <[email protected]> * fix full promotion Signed-off-by: Alexandre Gaudreault <[email protected]> * fix plugins Signed-off-by: Alexandre Gaudreault <[email protected]> * codegen Signed-off-by: Alexandre Gaudreault <[email protected]> * add disabled rollout Signed-off-by: Alexandre Gaudreault <[email protected]> * codegen Signed-off-by: Alexandre Gaudreault <[email protected]> * fix duration cast Signed-off-by: Alexandre Gaudreault <[email protected]> * refactor to use context object Signed-off-by: Alexandre Gaudreault <[email protected]> * adding debug logs. Signed-off-by: Alexandre Gaudreault <[email protected]> * need to adjust the backoff on each reconcile Signed-off-by: Alexandre Gaudreault <[email protected]> * fix e2e Signed-off-by: Alexandre Gaudreault <[email protected]> * unit test Signed-off-by: Alexandre Gaudreault <[email protected]> * fix abort and promote logic Signed-off-by: Alexandre Gaudreault <[email protected]> * fix aborted rollout do not retry Signed-off-by: Alexandre Gaudreault <[email protected]> * add event Signed-off-by: Alexandre Gaudreault <[email protected]> * change enabled to status Signed-off-by: Alexandre Gaudreault <[email protected]> * unit tests Signed-off-by: Alexandre Gaudreault <[email protected]> * more test Signed-off-by: Alexandre Gaudreault <[email protected]> * cleanup Signed-off-by: Alexandre Gaudreault <[email protected]> * add docs Signed-off-by: Alexandre Gaudreault <[email protected]> * docs Signed-off-by: Alexandre Gaudreault <[email protected]> * makefile for e2e Signed-off-by: Alexandre Gaudreault <[email protected]> * disable e2e when not configured Signed-off-by: Alexandre Gaudreault <[email protected]> * Add some UI for the extension Signed-off-by: Alexandre Gaudreault <[email protected]> * codegen Signed-off-by: Zach Aller <[email protected]> --------- Signed-off-by: Alexandre Gaudreault <[email protected]> Signed-off-by: Zach Aller <[email protected]> Co-authored-by: Zach Aller <[email protected]>
- Loading branch information
1 parent
48131eb
commit 74c1a94
Showing
61 changed files
with
7,233 additions
and
786 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
Oops, something went wrong.