-
Notifications
You must be signed in to change notification settings - Fork 132
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: latest changes #4940
Closed
feat: latest changes #4940
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
* fix: complete repository empty check * fix: extract method for empty check
… cases (#4894) * executor tests - jmeter-executor-smoke-2.jmx * executor tests - jmeter - other and special cases extended * end - empty line * jmeter executor smoke - suite updated * jmeter executor tests - special cases * jmeter executor tests - special cases - testsuite * executor tests - run script updated * executor tests - branch name updated before merge * end - empty line
#4892) * feat: refactored logs stream to allow to be passed and initialized later with id * feat: added logs for test scheduler errors * fix: renamed repos * fix: initialize logs stream only if logs v2 enabled * Update pkg/logs/events/events.go Co-authored-by: Lilla Vass <[email protected]> * fix: comments * fix: added logs * fix: logs metghod --------- Co-authored-by: Lilla Vass <[email protected]>
* feat: add minio log consumer with opts * fix: tests * fix: skip test * fix: improve code and error handling * fix: handle chunk too big * fix: execute but return errors * fix: minor improvements * fix: contexts
* executor tests - container executor - maven and gradle * empty lines added * empty lines added
* feat: trigger logs startstop events * fix: single NATS construct func
* feat: trigger logs startstop events * fix: single NATS construct func * fix: added nats conn with valid opts
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.1...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: execution id not passed to events * fix: async stop * fix: rollback to debug on message * fix: context aware stop wait time * fix: tests fixed with stop wait time
* docs: add CircleCI article * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/articles/circleci.md Co-authored-by: Julianne Fermi <[email protected]> --------- Co-authored-by: Julianne Fermi <[email protected]>
… (labels) (#4929) * jmeterd executor tests - special cases extended * tests - run script fixed (labels) * empty lines added * empty lines added
* feat: add volumes/volumeMounts/setup to TestWorkflow schema * feat: add proper merging of new volumes/volumeMounts/setup fields * feat: support native volumeMounts in Container * feat: support "setup" steps in TestWorkflow processor * feat: inject custom volumes to TestWorkflow * chore: update testkube-operator for support of new features
… kubecon (#5166) * test workflows - k6 and jmeter tests with artifacts * example tests and workflows for kubecon * example test - name fixed * example testsuite - typo fixed
* feat: fill time gaps in the TestWorkflow clock * feat: calibrate TestWorkflow's execution queuedAt based on scheduledAt
* feat: load default user/group for Docker images * feat: use common FS Group for TestWorkflow's pod to avoid needed root permissions
* feat: expose Test Workflow name for scheduled tests * feat: use running context instead for marking scheduled tests
#5178) * fix: gracefully handle critical pod errors (like OOM) in TestWorkflows * chore: add error logs on error saving TestWorkflow result
* fix: container executor negative test * fix: minor improvement
- for some reason (bug?) GKE sends the SIGKILL when the container is already done successfully, and the Pod becomes stuck
#5188) * feat: remove dashboard from connect and disconnect commands * feat: pro disconnect fixes * feat: update docs; remove helm params from installation
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