-
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
fix: 1.15.3 #4506
Merged
Merged
fix: 1.15.3 #4506
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
… after workingdir changes (#4143)
* Test/TestSuite CRDs - namespaces removed, run script updated (namespace support) * run script updated * run script updated
* fix: use dedicated function to test minio availability * fix: make as bool the IsConnectionPossible func
* docs: add support to executor kubent * docs: apply suggestions from code review Co-authored-by: Dawid Rusnak <[email protected]> --------- Co-authored-by: Lilla Vass <[email protected]> Co-authored-by: Dawid Rusnak <[email protected]>
* fix: reconcile execution with scraper * fix: add executor client * fix: change reconciliation interval
* feat: use entrypoint sh for container executor * feat: add container shell field * feat: create dynamically entrypoint * fix: script paths * feat: add docker inspection * feat: add secret creds to skopeo * Revert "Auxiliary commit to revert individual files from b2b1282" This reverts commit e0c9f0ff94756e81de76139429a1bef665995ebe. * fix: generate mock * fix: pass registry parameter * fix: add const for script names * feat: add const for entrypoint * feat: add unit tests for skopeo secrets
* fix: successful output parsing test * fix: check if executor log is already in json output * fix: ignore queued * fix: change container logs * fixL ignore scraper result * fix: add nil checks * fix: add unit tests * fix: golint * fix: change condition * fix: update execution result on failure
* feat: sample python test * feat: pytest sample test * feat: pytest executor crd * feat: passed and failed test samples * fix: 2 test crds * fix: test branch * feat: docs
* feat: junit xml * feat: xml jtl format support * fix: condition tuning * fix: test fake site * fix: unit tests * Revert "fix: test fake site" This reverts commit 03a3242. * Revert "Revert "fix: test fake site"" This reverts commit 2697568. * Revert "Revert "Revert "fix: test fake site""" This reverts commit 00fe235.
* feat: add tostring to template * feat: vartypeptrtostring template method * feat: add tmp method to job ext * feat: add helper method for template * fix: spelling * fix: doc format
* fix: switch to warning on telemetry error * fix: change condition * fix: golint * fix: doc * Revert "fix: doc" This reverts commit a6da7d3.
* feat: move announcement bar below the navigation bar * feat: add announcement bar for Testkube Cloud * fix: adjust the search button on mobile devices * fix: adjust sign in link to match existing [id^=sign] GTM trigger
fix kubepug installation
* feat: name regex for trigger selectors * fix: dep update * fix: regex test * doc: add example for regex * fix: select tests and test suites for name reg ex * fix: dep update
* fix: enable secrets endpoint * fix: env mame typo * fix: visibility label for secrets * fix: dep update * fix: dep update
* feat: run scripts in working dir * fix: add default working dir * feat: working dir env var * use: working dir param * fix: fmt option * fix: don't check stdin piping * fix: use env param * fix: use working dir env var * fix: use env working dir
* Maven example for jdk8 * Maven example for jdk8, tests
* Maven example for jdk8 * Maven example for jdk8, tests * maven test - branch
* minor updated to jmeterd * remove more redundant logic in jmeterd
# Conflicts: # cmd/api-server/main.go # cmd/kubectl-testkube/commands/tests/create.go # cmd/kubectl-testkube/commands/tests/renderer/test_obj.go # cmd/kubectl-testkube/commands/testsources/create.go # cmd/kubectl-testkube/commands/testsuites/create.go # contrib/executor/artillery/pkg/runner/artillery.go # contrib/executor/curl/pkg/runner/runner.go # contrib/executor/cypress/pkg/runner/cypress.go # contrib/executor/ginkgo/pkg/runner/runner.go # contrib/executor/gradle/pkg/runner/runner.go # contrib/executor/init/pkg/runner/runner.go # contrib/executor/jmeter/pkg/runner/runner.go # contrib/executor/jmeterd/pkg/runner/runner.go # contrib/executor/jmeterd/scripts/entrypoint.sh # contrib/executor/jmeterd/scripts/jmeter-master.sh # contrib/executor/jmeterd/scripts/jmeter-slaves.sh # contrib/executor/k6/pkg/runner/runner.go # contrib/executor/kubepug/pkg/runner/runner.go # contrib/executor/maven/pkg/runner/runner.go # contrib/executor/playwright/pkg/runner/playwright.go # contrib/executor/postman/pkg/runner/newman/newman.go # contrib/executor/soapui/pkg/runner/runner.go # contrib/executor/tracetest/pkg/runner/runner.go # contrib/executor/zap/pkg/runner/runner.go # docs/docs/articles/cd-events.md # docs/docs/articles/helm-chart.md # docs/docs/articles/scheduling-tests.mdx # docs/docs/articles/slack-integration.md # docs/docs/articles/test-triggers.md # docs/docs/articles/test-triggers.mdx # docs/docs/img/incidents-edit.png # docs/docs/img/incidents-main.png # docs/docs/img/status-page-main.png # docs/docs/img/status-page-service.png # docs/docs/test-types/executor-pytest.mdx # docs/sidebars.js # go.mod # go.sum # internal/app/api/v1/server.go # internal/app/api/v1/testsuites.go # internal/config/config.go # pkg/api/v1/client/template.go # pkg/api/v1/client/test.go # pkg/api/v1/client/webhook.go # pkg/envs/variables.go # pkg/executor/agent/agent.go # pkg/executor/client/job.go # pkg/executor/containerexecutor/containerexecutor_test.go # pkg/secret/client.go # pkg/triggers/executor.go # pkg/triggers/matcher.go # pkg/triggers/matcher_test.go # test/artillery/executor-smoke/crd/crd.yaml # test/container-executor/executor-smoke/crd/curl.yaml # test/container-executor/executor-smoke/crd/cypress.yaml # test/container-executor/executor-smoke/crd/k6.yaml # test/container-executor/executor-smoke/crd/playwright.yaml # test/curl/executor-tests/crd/smoke.yaml # test/ginkgo/executor-tests/crd/smoke.yaml # test/gradle/executor-smoke/crd/crd.yaml # test/jmeter/executor-tests/crd/smoke.yaml # test/k6/executor-tests/crd/other.yaml # test/k6/executor-tests/crd/smoke.yaml # test/kubepug/executor-smoke/crd/crd.yaml # test/maven/executor-smoke/crd/crd.yaml # test/playwright/executor-tests/crd/crd.yaml # test/soapui/executor-smoke/crd/crd.yaml
vsukhin
requested review from
exu,
nicufk,
vLia,
povilasv and
dejanzele
as code owners
October 24, 2023 18:26
✅ Deploy Preview for testkube-docs-preview canceled.
|
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #4506 +/- ##
==========================================
- Coverage 24.70% 24.68% -0.03%
==========================================
Files 230 230
Lines 20924 21022 +98
==========================================
+ Hits 5169 5189 +20
- Misses 15239 15315 +76
- Partials 516 518 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
nicufk
approved these changes
Oct 25, 2023
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