-
Notifications
You must be signed in to change notification settings - Fork 57
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
ci: add outputs to sandbox #923
Merged
Merged
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
dejanzele
approved these changes
Aug 6, 2024
vsukhin
added a commit
that referenced
this pull request
Sep 9, 2024
* Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml file * Update Chart.yaml file * Update Chart.yaml files * Update Chart.yaml file * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml file * Merge pull request #885 from kubeshop/workflows-launch Workflows launch * Update Chart.yaml file * Update Chart.yaml file * Update Chart.yaml files * feat: disabled trigger flag * feat: on state change * Update Chart.yaml files * Testkube workflow templates - beta disabled in wizard with testkube.io/wizard: disabled specifically (#886) * feat: added embedded nats configuration options (#882) * feat: added embedded nats configuration options * chore: added comments to the code * fix: valid path * fix: nats embedded env not existing when nats disabled (#884) * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml file * Update Chart.yaml files * testkube: add support for whitelisting container log scraping * Update Chart.yaml files * feat: add resource limits and requests for containers (#898) * fix data type (#899) * Update Chart.yaml file * Update Chart.yaml files * Update CODEOWNERS * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * fix: disable dispatch workflow * testkube: add support for global mounting of volumes and referencing ca cert * Update Chart.yaml file * feat: add ability to specify custom ca path (#902) (#904) * feat: use github app token (#905) * use github app token * Update Chart.yaml files * Update Chart.yaml files * testkube: add support for global skip certificate verification * Update Chart.yaml files * Update Chart.yaml file * Update Chart.yaml files * Update Chart.yaml file * feat: refactor webhook disabling (#907) * fix: deprecate disabling webhook Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add disable webhook field fo twe Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add disable webhooks to executions Signed-off-by: Vladislav Sukhin <[email protected]> * fix: deprecated not used field Signed-off-by: Vladislav Sukhin <[email protected]> --------- Signed-off-by: Vladislav Sukhin <[email protected]> * update ci (#914) * testkube: add support for defining image credentials cache ttl * add sandbox deletion (#915) * fix: deprecate on state change (#913) * fix: deprecate on state change Signed-off-by: Vladislav Sukhin <[email protected]> * fix: add webhook events Signed-off-by: Vladislav Sukhin <[email protected]> --------- Signed-off-by: Vladislav Sukhin <[email protected]> * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml file * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * fix: purge executions options (#922) Signed-off-by: Vladislav Sukhin <[email protected]> * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml file * ci: add outputs to sandbox (#923) * add outputs to sandbox * Update dispatch-sandbox-push.yaml * Update Chart.yaml files * Update Chart.yaml files * feat: update CRD - add options to control Test Workflow orchestration (#926) * Fix in sandbox CI * fix operator cronjob (#927) * Update Chart.yaml file * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * feat: test workflow execution tags (#925) Signed-off-by: Vladislav Sukhin <[email protected]> * Update Chart.yaml file * fix: slack config (#930) (#931) * Update Chart.yaml file * Update Chart.yaml file * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml file * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml files * Update Chart.yaml file * feat: added embedded nats configuration options (#882) * feat: added embedded nats configuration options * chore: added comments to the code * fix: valid path * fix: nats embedded env not existing when nats disabled (#884) * fix: disable dispatch workflow * feat: use github app token (#905) * use github app token --------- Signed-off-by: Vladislav Sukhin <[email protected]> Co-authored-by: kubeshop-bot <[email protected]> Co-authored-by: vsukhin <[email protected]> Co-authored-by: exu <[email protected]> Co-authored-by: WitoDelnat <[email protected]> Co-authored-by: tkonieczny <[email protected]> Co-authored-by: povilasv <[email protected]> Co-authored-by: Lilla Vass <[email protected]> Co-authored-by: Tomasz Konieczny <[email protected]> Co-authored-by: Jacek Wysocki <[email protected]> Co-authored-by: Dejan Zele Pejchev <[email protected]> Co-authored-by: ypoplavs <[email protected]> Co-authored-by: ypoplavs <[email protected]> Co-authored-by: Emil Davtyan <[email protected]> Co-authored-by: Emil <[email protected]> Co-authored-by: ed382 <[email protected]> Co-authored-by: dejanzele <[email protected]> Co-authored-by: Dawid Rusnak <[email protected]> Co-authored-by: rangoo94 <[email protected]>
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