-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove test workflow notifications
Signed-off-by: Vladislav Sukhin <[email protected]>
- Loading branch information
Showing
25 changed files
with
136 additions
and
135 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
## testkube debug agent | ||
|
||
Show Agent debug information | ||
|
||
### Synopsis | ||
|
||
Get all the necessary information to debug an issue in Testkube Agent you can fiter through comma separated list of items to show with additional flag `--show pods,services,ingresses,events,nats,connection,roundtrip` | ||
|
||
``` | ||
testkube debug agent [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for agent | ||
-s, --show []string Comma-separated list of features to show, one of: pods,services,ingresses,events,nats,connection,roundtrip, defaults to all | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-a, --api-uri string api uri, default value read from config if set (default "http://localhost:8088") | ||
-c, --client string client used for connecting to Testkube API one of proxy|direct|cluster (default "proxy") | ||
--header stringToString headers for direct client key value pair: --header name=value (default []) | ||
--insecure insecure connection for direct client | ||
--namespace string Kubernetes namespace, default value read from config if set (default "testkube") | ||
--oauth-enabled enable oauth | ||
--verbose show additional debug messages | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [testkube debug](testkube_debug.md) - Print debugging info | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## testkube debug oss | ||
|
||
Show OSS installation debug info | ||
|
||
``` | ||
testkube debug oss [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for oss | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-a, --api-uri string api uri, default value read from config if set (default "http://localhost:8088") | ||
-c, --client string client used for connecting to Testkube API one of proxy|direct|cluster (default "proxy") | ||
--header stringToString headers for direct client key value pair: --header name=value (default []) | ||
--insecure insecure connection for direct client | ||
--namespace string Kubernetes namespace, default value read from config if set (default "testkube") | ||
--oauth-enabled enable oauth | ||
--verbose show additional debug messages | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [testkube debug](testkube_debug.md) - Print debugging info | ||
|
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
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
15 changes: 0 additions & 15 deletions
15
pkg/api/v1/testkube/model_test_workflow_notifications_config.go
This file was deleted.
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.