Skip to content
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.11 #4711

Merged
merged 563 commits into from
Dec 4, 2023
Merged

feat: Release/v1.16.11 #4711

merged 563 commits into from
Dec 4, 2023

Conversation

vsukhin
Copy link
Collaborator

@vsukhin vsukhin commented Nov 30, 2023

Pull request description

Checklist (choose whats happened)

  • breaking change! (describe)
  • tested locally
  • tested on cluster
  • added new dependencies
  • updated the docs
  • added a test

Breaking changes

Changes

Fixes

vsukhin and others added 30 commits September 25, 2023 20:29
… in slaves pod (#4385)

* Added slaves filed in Executor CRD to add slaves configs

Signed-off-by: hiteshwani <hitesh.wani@infracloud.io>

* OwnerRefs changes for slaves pod

Signed-off-by: hiteshwani <hitesh.wani@infracloud.io>

* removed the local path from go.mod file

Signed-off-by: Aman Parauliya <aman@infracloud.io>

* Fixed linters issue

Signed-off-by: Aman Parauliya <aman@infracloud.io>

---------

Signed-off-by: hiteshwani <hitesh.wani@infracloud.io>
Signed-off-by: Aman Parauliya <aman@infracloud.io>
Co-authored-by: Aman Parauliya <aman@infracloud.io>
* feat: refactor jmeterd slaves module

* fix flaky slaves unit test
* add arm64 for jmeterd
* fix: do not store output in test suite execution result

* fix: clean execution result in the BatchResults as well

* fix: add apis spec note and check for nil
vsukhin and others added 14 commits November 29, 2023 14:55
* permission issue fixed in .testkube directory

* Update build/kubectl-testkube/Dockerfile

Co-authored-by: Dawid Rusnak <dawid@drcode.pl>

---------

Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
* gitlab-improvement

* bugfix
… better exit status handling (#4704)

* refactor jmeterd executor to add better testing and support for better exit status handling

* minor updates and test fixes to jmeterd

* add integration test flag for jmeterd test

* lint pass at jmeterd executor
* docs: Add references to the args and command explanations

* docs: added parameter explanations

* docs: code review comments

* docs: add quotes around tags

* docs: update flags

* docs: apply suggestions from code review

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>

* docs: Apply suggestions from code review

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>

* docs: Update docs/docs/test-types/executor-jmeter.md

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>

* docs: apply suggestions from code review

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>

---------

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
# Conflicts:
#	api/v1/testkube.yaml
#	cmd/kubectl-testkube/commands/tests/run.go
#	cmd/kubectl-testkube/commands/testsuites/run.go
#	contrib/executor/jmeterd/pkg/parser/mapper.go
#	contrib/executor/jmeterd/pkg/runner/runner.go
#	docs/docs/articles/argocd-integration.md
#	docs/docs/articles/cicd-overview.md
#	docs/docs/articles/getting-started.md
#	docs/docs/articles/gitlab.md
#	docs/docs/cli/testkube.md
#	docs/docs/cli/testkube_cloud.md
#	docs/docs/cli/testkube_download_testsuite-artifacts.md
#	docs/docs/cli/testkube_login.md
#	docs/docs/cli/testkube_pro.md
#	docs/docs/cli/testkube_pro_connect.md
#	docs/docs/cli/testkube_pro_disconnect.md
#	docs/docs/cli/testkube_pro_init.md
#	docs/docs/cli/testkube_pro_login.md
#	docs/docs/cli/testkube_run_test.md
#	docs/sidebars.js
#	go.mod
#	go.sum
#	internal/app/api/v1/testsuites.go
#	internal/config/config.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/job.go
#	pkg/repository/result/mongo.go
#	pkg/repository/testresult/mongo.go
#	pkg/scheduler/test_scheduler.go
Copy link

netlify bot commented Nov 30, 2023

Deploy Preview for testkube-docs-preview canceled.

Name Link
🔨 Latest commit 718e34d
🔍 Latest deploy log https://app.netlify.com/sites/testkube-docs-preview/deploys/656dba674956de0008f76e11

@rangoo94
Copy link
Member

rangoo94 commented Dec 1, 2023

Could we include #4712 too? 🙂

@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2023

Codecov Report

Attention: 613 lines in your changes are missing coverage. Please review.

Comparison is base (41483d0) 25.16% compared to head (5ffe8aa) 25.62%.

Files Patch % Lines
pkg/mapper/tests/openapi_kube.go 0.00% 92 Missing ⚠️
contrib/executor/jmeterd/pkg/slaves/client.go 0.00% 90 Missing ⚠️
pkg/repository/result/mongo.go 0.00% 89 Missing ⚠️
contrib/executor/jmeterd/pkg/runner/runner.go 42.73% 58 Missing and 9 partials ⚠️
pkg/scheduler/test_scheduler.go 15.00% 49 Missing and 2 partials ⚠️
pkg/mapper/tests/kube_openapi.go 4.34% 43 Missing and 1 partial ⚠️
pkg/filesystem/mock_filesystem.go 0.00% 27 Missing ⚠️
pkg/mapper/testsuiteexecutions/mapper.go 0.00% 20 Missing ⚠️
contrib/executor/jmeterd/pkg/runner/helpers.go 76.81% 12 Missing and 4 partials ⚠️
pkg/filesystem/mock_fileinfo.go 0.00% 14 Missing ⚠️
... and 21 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4711      +/-   ##
==========================================
+ Coverage   25.16%   25.62%   +0.46%     
==========================================
  Files         237      245       +8     
  Lines       21787    22571     +784     
==========================================
+ Hits         5482     5784     +302     
- Misses      15746    16187     +441     
- Partials      559      600      +41     
Flag Coverage Δ
integrationtests 7.18% <8.34%> (+0.32%) ⬆️
unittests 20.44% <23.61%> (+0.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vsukhin vsukhin merged commit 5118062 into main Dec 4, 2023
33 checks passed
@vsukhin vsukhin deleted the release/v1.16.11 branch December 4, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.