-
Notifications
You must be signed in to change notification settings - Fork 711
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Automatically generate probes when creating a chaos experiment …
…using a YAML file. (#4366) * feat: auto generate probes Signed-off-by: namkyu1999 <[email protected]> * fix: change bson format Signed-off-by: namkyu1999 <[email protected]> * fix: insert context as parameter Signed-off-by: namkyu1999 <[email protected]> * fix: fix function parameter Signed-off-by: namkyu1999 <[email protected]> * feat: add insert annotations func Signed-off-by: namkyu1999 <[email protected]> * fix: organize code Signed-off-by: namkyu1999 <[email protected]> * fix: update fe changes Signed-off-by: namkyu1999 <[email protected]> * chore: fe format Signed-off-by: namkyu1999 <[email protected]> * fix: move functions to utils file Signed-off-by: namkyu1999 <[email protected]> * fix: pass testcases Signed-off-by: namkyu1999 <[email protected]> --------- Signed-off-by: namkyu1999 <[email protected]>
- Loading branch information
1 parent
9e56c6c
commit 3e858b2
Showing
21 changed files
with
484 additions
and
146 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
2 changes: 2 additions & 0 deletions
2
chaoscenter/graphql/server/pkg/chaos_experiment/model/mocks/chaos_engine.yaml
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
2 changes: 2 additions & 0 deletions
2
chaoscenter/graphql/server/pkg/chaos_experiment/model/mocks/chaos_schedule.yaml
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
35 changes: 18 additions & 17 deletions
35
chaoscenter/graphql/server/pkg/chaos_experiment/model/mocks/service.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.