-
Notifications
You must be signed in to change notification settings - Fork 131
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: Release/v1.16.21 #4858
Merged
Merged
feat: Release/v1.16.21 #4858
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
* updated docs for ArgocdCD sync
Co-authored-by: Julianne Fermi <[email protected]>
* bugfix * fixed goreleaser files
* fix: put pre-run and post-run script files in the data volume Relates to: testkube#4719 * chore: simplify entrypoint.sh * fix: fail on pre-run/post-run script error
* fix: api urls for the set context command * docs: update * fix: use api url not root domain * fix: use api uri instead of root domain * fix: hardcoded pro/cloud ui url * fix: tests with ui/app * fix: test ui/app, and docs
…er executor examples (#4832) * executor tests - pre/post-run scripts * executor tests - postman ts extended * executor tests - container executor - postman smoke tests with pre/post-run scripts, expected-fail tests - pre/post-run script failures * executor tests - container executor - postman - ts/executor/test CRDs * executor tests - missing EOL added
* fix: remove cloud commands from docs * fix: login aliases
…riables to be set as envvars (#4843) * jmeterd: add support for configurable test file using envvar and edit variables to be set as envvars * jmeterd: fix lint issues
* improve logging around connecting to agent api * improve error messages in scraper factory
* fix invalid flag in running-tests.md * fix minor typo in running-tests.md
# Conflicts: # .github/workflows/docker-build-api-executors-tag.yaml # .github/workflows/docker-build-develop.yaml # .github/workflows/docker-build-release.yaml # api/v1/testkube.yaml # cmd/api-server/main.go # cmd/kubectl-testkube/commands/testsuites/run.go # cmd/kubectl-testkube/commands/testsuites/watch.go # config/slave-pod-template.yml # contrib/executor/jmeterd/pkg/runner/runner.go # contrib/executor/jmeterd/pkg/slaves/client.go # contrib/executor/jmeterd/pkg/slaves/utils.go # contrib/executor/postman/build/agent/Dockerfile # go.mod # go.sum # goreleaser_files/.goreleaser-docker-build-api.yml # internal/config/config.go # internal/template/parser.go # internal/template/parser_test.go # pkg/agent/agent.go # pkg/api/v1/testkube/model_execution.go # pkg/api/v1/testkube/model_execution_request.go # pkg/api/v1/testkube/model_execution_update_request.go # pkg/executor/client/common.go # pkg/executor/client/job.go # pkg/executor/scraper/factory/factory.go # pkg/logs/sidecar/proxy.go # pkg/mapper/tests/openapi_kube.go # pkg/scheduler/test_scheduler.go # test/jmeter/executor-tests/crd/smoke.yaml # test/suites/executor-jmeter-smoke-tests.yaml
vsukhin
requested review from
exu,
nicufk,
vLia,
povilasv and
dejanzele
as code owners
January 4, 2024 14:50
✅ Deploy Preview for testkube-docs-preview canceled.
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4858 +/- ##
==========================================
- Coverage 26.23% 26.14% -0.09%
==========================================
Files 256 257 +1
Lines 23058 23428 +370
==========================================
+ Hits 6049 6125 +76
- Misses 16384 16670 +286
- Partials 625 633 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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