-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: [TKC-2556] running context model #283
Merged
vsukhin
merged 143 commits into
main
from
vsukhin/feature/test-workflow-running-context
Oct 28, 2024
Merged
feat: [TKC-2556] running context model #283
vsukhin
merged 143 commits into
main
from
vsukhin/feature/test-workflow-running-context
Oct 28, 2024
Conversation
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
* feat: add args mode * fix: add args mode type * fix: change artifact support
* parametrize alpine image
* rename gh token var
* ci: add GH action to update readme for Docker registry
* fix: support external secrets for tests * fix: support external secrets for test suite * fix: rename interface method * fix: test mock
* feat: webhook templlate and headers * fix: description typo
* fix: secret check * fix: remove wrong condition
* feat: provide known condition types * fix: rename util method
* feat: test suite v3 * feat: test suite v3 client and watcher * fix: dep update * Update config/crd/bases/tests.testkube.io_tests.yaml Co-authored-by: nicufk <[email protected]> * fix: conversion typo * fix: test suite v3 sample * fix: use proper informer version * fix: v3 informer * fix: typo func name * add a separate workflow to test parallel testsuite images * add a separate workflow to test parallel testsuite images * fix: typo test suite version * fix: make steps optional * fix: sync recent changes * fix: solve merge errors * fix: rename fields * fix: tune crd fields * fix: rename vars and methods * fix: refresh mock * fix: rename vars * fix: duration format * fix: change test suite step object * fix: secret var check * fix: modify test suite example v3 * fix: update delay type --------- Co-authored-by: nicufk <[email protected]> Co-authored-by: ypoplavs <[email protected]>
debug fix: on deletion do not quit if something related to test could not be deleted, put in a single error fix: remove logging and improve errors fix: delete dependency error and delete test first
* fix: post run scipt model * fix: add postrun script to crd
* feat: probe spec model * feat: test trigger crd with probes * fix: refactor probe definition * fix: unit tests
* feat: basic test execution crd * feat: test execution CRD spec * fix: test execution client * fix: remove output * fix: update status method * fix: update get method * feat: test execution reconciler * fix: url port * fix: test name * fix: ignore status update * feat: test suite execution core * feat: test suite execution crd * feat: add unit tests * fix: test status * fix: remove not used structure * fix: api url typo * fix: running context * fix: generation field * fix: remove unused fields * fix: examples
* fix: deprecate on state change Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add new events Signed-off-by: Vladislav Sukhin <[email protected]> --------- Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
* add sandbox
Signed-off-by: Vladislav Sukhin <[email protected]>
* feat: add options to control Test Workflow' containers isolation * fix: make TestWorkflowSystem variables optional
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
…text Signed-off-by: Vladislav Sukhin <[email protected]> # Conflicts: # api/testworkflows/v1/status_types.go # api/testworkflows/v1/testworkflowexecution_types.go # api/testworkflows/v1/zz_generated.deepcopy.go # config/crd/bases/testworkflows.testkube.io_testworkflowexecutions.yaml # internal/controller/testworkflows/testworkflow_controller.go
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
vsukhin
changed the title
feat: running context model
feat: [TKC-2556] running context model
Oct 14, 2024
Signed-off-by: Vladislav Sukhin <[email protected]> # Conflicts: # .github/workflows/docker-build-beta-tag.yaml # .github/workflows/docker-build-release.yaml # api/testexecution/v1/testexecution_types.go # api/testworkflows/v1/status_types.go # api/testworkflows/v1/testworkflowexecution_types.go # api/testworkflows/v1/zz_generated.deepcopy.go # config/crd/bases/tests.testkube.io_testexecutions.yaml # config/crd/bases/testworkflows.testkube.io_testworkflowexecutions.yaml # config/crd/bases/testworkflows.testkube.io_testworkflows.yaml # internal/controller/testexecution/testexecution_controller.go # internal/controller/testsuiteexecution/testsuiteexecution_controllller.go # internal/controller/testworkflowexecution/testworkflowexecution_controller.go # internal/controller/testworkflows/testworkflow_controller.go # pkg/client/executors/v1/webhooks.go
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
Signed-off-by: Vladislav Sukhin <[email protected]>
exu
approved these changes
Oct 28, 2024
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.
Pull request description
Checklist (choose whats happened)
Breaking changes
Changes
Fixes