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

fix: cli disable get config for cload context #4583

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

povilasv
Copy link
Contributor

@povilasv povilasv commented Nov 7, 2023

Pull request description

In cloud agent can be offline, then /config api times out after 10 seconds.

After various discussions we decided that telemetry check behaviour should be different for cloud users and only local check should be used.

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

Copy link

netlify bot commented Nov 7, 2023

Deploy Preview for testkube-docs-preview ready!

Name Link
🔨 Latest commit b431ce7
🔍 Latest deploy log https://app.netlify.com/sites/testkube-docs-preview/deploys/654a2b28d95bfa0008f0d74e
😎 Deploy Preview https://deploy-preview-4583--testkube-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov-commenter
Copy link

codecov-commenter commented Nov 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (838fbe1) 20.41% compared to head (b431ce7) 25.30%.
Report is 35 commits behind head on develop.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4583      +/-   ##
===========================================
+ Coverage    20.41%   25.30%   +4.88%     
===========================================
  Files          233      233              
  Lines        21344    21443      +99     
===========================================
+ Hits          4358     5426    +1068     
+ Misses       16604    15469    -1135     
- Partials       382      548     +166     
Flag Coverage Δ
integrationtests 6.60% <ø> (?)
unittests 20.44% <ø> (+0.03%) ⬆️

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

see 25 files with indirect coverage changes

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

@povilasv povilasv marked this pull request as ready for review November 7, 2023 12:56
@povilasv povilasv merged commit ce809f1 into develop Nov 8, 2023
12 checks passed
@povilasv povilasv deleted the disable-get-config-cloud branch November 8, 2023 10:28
vsukhin added a commit that referenced this pull request Nov 22, 2023
* fix: error logs

* fix: report path

* fix: change id and uri

* fix: unit test

* fix: unit test

* fix: remove typo

* feat: Initial changes for distributed jmeter (#4289)

* feat: Initial changes for distributed jmeter

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

* Added jmeter slaves script and Dockerfile

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

* Removed duplicate files and imported from existing jmeter executor

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

* Add secret refs for git username and token for slave pods

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

* Support for user provided plugins (#2)

* Support for user provided plugins

* Add secret refs for git username and token for slave pods

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

* Modified logic for adding JMETER_USER_PLUGINS_FOLDER  env var

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

* Support for user provided plugins

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

* Add secret refs for git username and token for slave pods

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

* Modified logic for adding JMETER_USER_PLUGINS_FOLDER  env var

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

---------

Signed-off-by: hiteshwani <hitesh.wani@infracloud.io>
Signed-off-by: Aman Parauliya <aman@infracloud.io>
Co-authored-by: hiteshwani <hitesh.wani@infracloud.io>

* Update README file for Jmeterd

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

* Changed base image to kubeshop/jmeter and removed  tests (#5)

* Changed base image to kubeshop/jmeter and removed tests

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

* modify slaves script so it will not exited on error

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

---------

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

* Support for user.properties file (#3)

* Support for user provided plugins

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

* Add secret refs for git username and token for slave pods

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

* Modified logic for adding JMETER_USER_PLUGINS_FOLDER  env var

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

* Added the support for user.properties file

---------

Signed-off-by: Aman Parauliya <aman@infracloud.io>
Signed-off-by: hiteshwani <hitesh.wani@infracloud.io>
Co-authored-by: hiteshwani <hitesh.wani@infracloud.io>

* Addressed review comments

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

* Fixed review comments of Dejan

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

* Refactored slaves pod configuration and added validation for pod name (#8)

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

* Update README file of Distributor JMeter

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

* Adding a new example in a new folder named giflow under the examples folder

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

* Remove plugins from /lib

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

---------

Signed-off-by: hiteshwani <hitesh.wani@infracloud.io>
Signed-off-by: Aman Parauliya <aman@infracloud.io>
Co-authored-by: Aman Parauliya <30143812+parauliya@users.noreply.github.com>
Co-authored-by: Aman Parauliya <aman@infracloud.io>

* docs: Add Dashboard and CLI Tabs (#4297)

* Add Dashboard and CLI Tabs

To scheduling tests and test triggers pages.

* conflicts resolved

* Update scheduling-tests.mdx

* Update test-triggers.mdx

* Update scheduling-tests.mdx

* Update test-triggers.mdx

* docs - schedule-test-suites.png added

---------

Co-authored-by: Tomasz Konieczny <tkonieczny91@gmail.com>

* testsuites for dev/staging/demo updated (#4369)

* ci: jmeterd executor and slave (#4371)

* add jmeterd ci

* docs: Advanced Test Orchestration, AI Insights, Add advantages to Overview … (#4370)

* Advanced Test Orchestration, AI Insights, Add advantages to Overview page

* docs - index.mdx - colors build issue fixed

---------

Co-authored-by: Tomasz Konieczny <tkonieczny91@gmail.com>

* fix: change jmeterd docker versions (#4372)

* fix: typo in jmeterd slave image (#4373)

* feat: concurrency policy model

* fix: map for concurrency policy

* fix: support allow and forbid options

* feat: replace trigger executions

* fix: unit test

* fix: lint

* fix: enable caching

* fix: return concurrency policies

* fix: dep update

* fix: increase retry

* update jmeterd docs

* docs: fix bright mode logo (#4380)

* feat: cd event log output

* fix: send logs at the end of tests

* fix: event condition

* fix: url address

* Add labels to the slave pods (#4384)

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

* feat: allow to pass multi namespace flags for testkube cloud init command (#4388)

* feat: add ReadOnly flag to test (#4389)

* fix: remove duplicated code executor.ExecuteSync (#4393)

* fix: update execution status in watcher

* fix: change log message

* fix: change log parameter

* fix: check for exit code

* fix: replace timer by ticker

* fix: change error message

* fix: add events to messages

* fix: filter pod events

* fix: update error message

* feat: test and test suite --update flag

* feat: additional update flags

* feat: update docs

* fix: check if update flag was chaged

* feat: update operator reference (#4399)

* feat: jmeterd test updates

* feat: Slave configuration in Executor CRD and ownerReferences changes 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 (#4408)

* feat: refactor jmeterd slaves module

* fix flaky slaves unit test

* ci: add arm64 (#4374)

* add arm64 for jmeterd

* feat: add labels to count metrics

* fix: metric fields

* feat: support dirs for soap, postman, curl

* fix: flaky jmeterd test (#4412)

* feat: allow skipping execution deletion on test deletion (#4411)

* add latest tag to jmeterd slave (#4414)

* docs: fix default commands format (#4415)

* feat: metric uri

* fix: add test and testsuite uri

* fix: sort labels

* fix: format labels

* fix: update openapi schema (#4417)

* fix: do not store output in test suite execution result (#4409)

* 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

* fix: batch output clean (#4423)

* Distributed JMeter and Misc Editing (#4404)

* docs: add status pages (#4376)

* docs: add status pages without images

* docs: remove pro reference

* docs: apply suggestions from code review

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

* docs: more detailed description of the pages

* docs: add suggestion from review

* docs: apply suggestions from code review

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

* docs: add example curl test

* docs: add screenshots

* docs: apply review suggestion

* docs: update images

* docs: update example to use UI instead of CLI

* docs: review suggestions

---------

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

* docs: add sp to sidebars (#4426)

* feat: slack dashboard uri

* fix: slack template

* fix: slack template

* feat: add dashbaord uris for executions

* fix: make error verbose

* Update docker-build-develop.yaml

* ci: fix goreleaser build (#4429)

* Turn off cache for api

* Image Updates for 1.14 Part 1 (#4434)

* update docs (#4436)

* feat: execute post run script before scraping

* fix: unit test

* fix: update docs

* fix: dep  update

* docs: add cached test result docs (#4441)

* docs: add cached test result docs

* Apply suggestions from code review

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

---------

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

* docs: update installation video with cloud (#4442)

* docs: update installation video with cloud

* docs: update installation video with cloud

* docs: update installation video with cloud

* fix: replace deprecated method

* feat: add readonly flag to test-suites (#4448)

* ci: fix cache (#4449)

* fix cache

* fix: update CRD for Dashboard tests to match mono-repository setup (#4451)

* fix: test artifacts failing due to empty file placement (#4444) (#4445)

* tests - expected failures extended - oomkilled, timeout (#4452)

* tests - curl directory (#4454)

* tests - expected failures extended - oomkilled for Cypress (#4453)

* feat: evaluate environment variables in the args of gradle (#4457)

* fix: error message

* fix: get error message

* fix: remove condition

* [Docs] Getting started - Fix Step 1 link (#4463)

* fix: remove secrets endpoint

* fix: exit code and mongo transaction

* fix: missed init

* fix: missed db init

* fix: remove transaction

* fix: remove transaction options

* fix: clean error message

* docs: update images for sp (#4466)

* feat: add output stream functions and mocks (#4431)

* feat: add output stream functions and mocks

* fix: implement size reading and improve interfaces

* fix: literal to const

* fix: nil context

* docs: guide on how to deploy TK from private registry (#4468)

add guide on how to deploy TK from private registry

* add category to docs

* fix jmeterd slave build

* docs: fix navbar not showing on small screens (#4490)

* feat: add Testkube Cloud announcement in docs (#4492)

* 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

* ci: fix kubepug installation (#4495)

fix kubepug installation

* feat: resource regex (#4480)

* 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 (#4469)

* fix: enable secrets endpoint

* fix: env mame typo

* fix: visibility label for secrets

* fix: dep update

* fix: dep update

* fix: expand env for args (#4481)

* feat: run scripts in working dir (#4489)

* 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

* feat: Maven jdk 8 test, example (based on the one for 11) (#4501)

* Maven example for jdk8

* Maven example for jdk8, tests

* fix: Maven 8 test - branch fixed (#4502)

* Maven example for jdk8

* Maven example for jdk8, tests

* maven test - branch

* Testkube OSS page and additional screenshot updates (#4493)

* fix: wrong link (#4504)

* feat: minor jmeterd updates (#4503)

* minor updated to jmeterd

* remove more redundant logic in jmeterd

* fix: remove var

* feat: improve performance for slowest operations / fix: loading total executions number for test suite (#4507)

* fix: count total executions for single test suite, not all
* feat: optimize getting latest tests/test suites queries

* docs: argocd integration (#4510)

update argocd docs

* fix: add npm report permissions (#4511)

* fix: add npm report permissions

* fix: add comment

* fix: merge issue

* fix: merge typo

* fix: merge issues

* fix: merge issues

* feat: Update k6s executor image (#4516)

* replace image for k6

* feat: improve performance of listing tests/test suites/executions (#4518)

* feat: improve performance of listing tests/test suites/executions

* renamed template crd example name to job-template

Signed-off-by: Satish Kumar Kadarkarai Main <michael.satish@gmail.com>

* feat: add env var for runner

* fix: unit test

* feat: speed up aggregates with projection and _id $lookups (#4524)

* fix: ignore post script error

* fix: return executions for all tests when requested (#4528)

* fix: total number of test suite executions should ignore paging filters (#4530)

* docs: add pro feature badge to pro feature pages (#4529)

* docs: added pro feature badge to pro feature pages

* docs: fix indent

* docs: Getting Started Rework (#4523)

* Getting Started Rework

Add 'Open Source or Cloud' doc to the Overview section at the beginning of the documentation.

* Getting Started Rework

Update testkube-oss.md to refer to table in Open Source or Cloud.

* docs: Fix OSS documentation link (#4538)

* feat: add MongoDB migrations, run it on API start (#4534)

* feat: add MongoDB migrations, run it on API start

* feat: move MongoDB migrations to common directory

* fix typo

* feat: allow disabling MongoDB migrations with environment variable / fix: display migrations planner error

* feat: extract Database wrapper from DbMigrator

* feat: extract logic for getting the migrations from disk out of NewDbMigrator

* chore: delete error from NewDbMigrator

* fix: DbMigrator bugs

* fix: add unit tests for DbMigrator

* fix: order imports

* fix: make the failing MongoDB migrations warning instead of error

* fixup linting

* feat: embed MongoDB migrations in the binary (#4540)

* feat: use fs.FS for DbMigrator
* chore: add unit tests for getting MongoDB migrations from FS
* feat: embed MongoDB migrations in binary

* fix: flaky jmeterd test (#4521)

* propagate env vars to jmeterd slaves (#4541)

* feat: speed up - use covered queries for tests/test suites list (#4536)

* feat: speed up - use covered queries for tests/test suites list
* feat: add compound index for new executions search query

* feat: make optional junit

* fix: print new env var

* fix: remove code duplication

* docs: Clean up and reorganize getting starter pages and redirects (#4551)

* docs: update GH action (#4496)

* update docs for GH action

* fix: optional artillery junit

* fix: optional ginkgo junit

* fix:  optional jmeter junit

* fix: optional junit for jmeterd

* fix: postman optional junit

* fix: obfuscate args

* docs: argocd image updates (#4553)

* updated docs for ArgocdCD sync

* docs: env vars

* fix: typo

* Update docs/docs/articles/running-tests.md

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

* fix: use `aggregate: 1` for getting latest by test (#4560)

* update executors with curl, openssh, sshpass

* add remove cache

* add sshpass to jmeterd

* fix: ignore empty secret ref

* feat: change executor model

* feat: use data dir as working dir model

* fix: dep update

* fix: unit test

* fix: use data dir as working dir

* docs: cli

* fix: dep update

* feat: pass wartcher event to trigger

* docs: env vars

* fix: remove hint

* build postman

* remove testing branch

* fix: aggregate(1) on test suite results (#4577)

* fix: result line for websockets (#4576)

* feat: download testsuite artifacts

* fix: download conditions

* fix: remove check

* docs: cached test suites (#4580)

* fix: cli disable get config for cload context (#4583)

* fix: dep update

* feat: download artifacts in init container

* fix: field comment

* fix: unittest

* fix: remove namespace

* fix: uri scheme

* fix: dep update

* docs: passed artifacts

* fix: support silent mode

* fix: allow download reports for failed

* fix: test suite err check

* fix: update to outdated cypress images (#4607)

* fix: typo in test run image flag (#4608)

* fix: typo in test run image flag

* fix: typo in test run image flag

* fix: typo in test run image flag

* fix: typo in test run image flag

* add enterprise docs

* fix failing docs

* fix api values

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update production setup

* add email examples

* add space

* fix docs

* chore: rename secret label

* fix: dep update

* docs: argocd cron jobs sync

* feat: adding support for tracetest cloud on tracetest executor (#4613)

* feat: adding support for tracetest cloud on tracetest executor

* fix lint issues

* adding integration tests for tracetest executor

* fixing unit test

* adding PR suggestions

* feat: add test name to the download folder

* feat: update test staus after completion

* docs: added gitlab and jenkins cicd docs (#4619)

* added gitlab and jenkins cicd docs

* added example

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* added samples to jenkins and some refinement in gitlab

---------

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

* fixed cicd review (#4634)

* Update cicd-overview.md

* fix: do not return empty latestExecution with Test/TestSuite (#4636)

* fix: allow terminating CLI while watching test/test suite run (#4638)

* docs: some fixes (#4637)

* some fixes

* used container image instead of default

* fix: table output performance (#4640)

* chore: update tablewriter to the latest version
* feat: truncate the error message for test suites

* feat: Executor tests - Container executor: Playwright - args (#4645)

* executor tests - playwright - args

* playwright testsuite updated

* playwright test updated

* fix scorecard failing on branches which are not default

* fix: use existing file for kubepug test (#4644)

* used existing file for kubepug
* change the data structures and outdated examples to match newer version of kubepug

* Fix editUrl for docs (#4652)

"Edit this page" links on documentation pages were broken because of the change to have the `develop` branch as default.
This PR fixes the editUrl in Docusaurus config.

* fix: Latest image tag for testkube cli (#4653)

* added the latest image tag

* test: update branch name in kubepug tests (#4654)

* fix: dep update

---------

Signed-off-by: hiteshwani <hitesh.wani@infracloud.io>
Signed-off-by: Aman Parauliya <aman@infracloud.io>
Signed-off-by: Satish Kumar Kadarkarai Main <michael.satish@gmail.com>
Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com>
Co-authored-by: Aman Parauliya <30143812+parauliya@users.noreply.github.com>
Co-authored-by: Aman Parauliya <aman@infracloud.io>
Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
Co-authored-by: Tomasz Konieczny <tkonieczny91@gmail.com>
Co-authored-by: Tomasz Konieczny <tomasz.konieczny@kubeshop.io>
Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com>
Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
Co-authored-by: fivenp <mh@fivenp.com>
Co-authored-by: Jacek Wysocki <jacek.wysocki@gmail.com>
Co-authored-by: Povilas Versockas <p.versockas@gmail.com>
Co-authored-by: Ale <93217218+alelthomas@users.noreply.github.com>
Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com>
Co-authored-by: Lilla Vass <vLia@users.noreply.github.com>
Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
Co-authored-by: PepperKick <abhishrant.m@gmail.com>
Co-authored-by: jmorante-ks <142315352+jmorante-ks@users.noreply.github.com>
Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io>
Co-authored-by: Satish Kumar Kadarkarai Main <michael.satish@gmail.com>
Co-authored-by: Bogdan Hanea <bogdan.hanea@yahoo.com>
Co-authored-by: Javier Morante <javier@kubeshop.io>
Co-authored-by: Daniel Baptista Dias <danielbdias@users.noreply.github.com>
Co-authored-by: Hamid <33328203+emamihe@users.noreply.github.com>
Co-authored-by: Catalin <20538711+devcatalin@users.noreply.github.com>
vsukhin added a commit that referenced this pull request Dec 4, 2023
* fix: change log message

* fix: change log parameter

* fix: check for exit code

* fix: replace timer by ticker

* fix: change error message

* fix: add events to messages

* fix: filter pod events

* fix: update error message

* feat: test and test suite --update flag

* feat: additional update flags

* feat: update docs

* fix: check if update flag was chaged

* feat: update operator reference (#4399)

* feat: jmeterd test updates

* feat: Slave configuration in Executor CRD and ownerReferences changes 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 (#4408)

* feat: refactor jmeterd slaves module

* fix flaky slaves unit test

* ci: add arm64 (#4374)

* add arm64 for jmeterd

* feat: add labels to count metrics

* fix: metric fields

* feat: support dirs for soap, postman, curl

* fix: flaky jmeterd test (#4412)

* feat: allow skipping execution deletion on test deletion (#4411)

* add latest tag to jmeterd slave (#4414)

* docs: fix default commands format (#4415)

* feat: metric uri

* fix: add test and testsuite uri

* fix: sort labels

* fix: format labels

* fix: update openapi schema (#4417)

* fix: do not store output in test suite execution result (#4409)

* 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

* fix: batch output clean (#4423)

* Distributed JMeter and Misc Editing (#4404)

* docs: add status pages (#4376)

* docs: add status pages without images

* docs: remove pro reference

* docs: apply suggestions from code review

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

* docs: more detailed description of the pages

* docs: add suggestion from review

* docs: apply suggestions from code review

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

* docs: add example curl test

* docs: add screenshots

* docs: apply review suggestion

* docs: update images

* docs: update example to use UI instead of CLI

* docs: review suggestions

---------

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

* docs: add sp to sidebars (#4426)

* feat: slack dashboard uri

* fix: slack template

* fix: slack template

* feat: add dashbaord uris for executions

* fix: make error verbose

* Update docker-build-develop.yaml

* ci: fix goreleaser build (#4429)

* Turn off cache for api

* Image Updates for 1.14 Part 1 (#4434)

* update docs (#4436)

* feat: execute post run script before scraping

* fix: unit test

* fix: update docs

* fix: dep  update

* docs: add cached test result docs (#4441)

* docs: add cached test result docs

* Apply suggestions from code review

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

---------

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

* docs: update installation video with cloud (#4442)

* docs: update installation video with cloud

* docs: update installation video with cloud

* docs: update installation video with cloud

* fix: replace deprecated method

* feat: add readonly flag to test-suites (#4448)

* ci: fix cache (#4449)

* fix cache

* fix: update CRD for Dashboard tests to match mono-repository setup (#4451)

* fix: test artifacts failing due to empty file placement (#4444) (#4445)

* tests - expected failures extended - oomkilled, timeout (#4452)

* tests - curl directory (#4454)

* tests - expected failures extended - oomkilled for Cypress (#4453)

* feat: evaluate environment variables in the args of gradle (#4457)

* fix: error message

* fix: get error message

* fix: remove condition

* [Docs] Getting started - Fix Step 1 link (#4463)

* fix: remove secrets endpoint

* fix: exit code and mongo transaction

* fix: missed init

* fix: missed db init

* fix: remove transaction

* fix: remove transaction options

* fix: clean error message

* docs: update images for sp (#4466)

* feat: add output stream functions and mocks (#4431)

* feat: add output stream functions and mocks

* fix: implement size reading and improve interfaces

* fix: literal to const

* fix: nil context

* docs: guide on how to deploy TK from private registry (#4468)

add guide on how to deploy TK from private registry

* add category to docs

* fix jmeterd slave build

* docs: fix navbar not showing on small screens (#4490)

* feat: add Testkube Cloud announcement in docs (#4492)

* 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

* ci: fix kubepug installation (#4495)

fix kubepug installation

* feat: resource regex (#4480)

* 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 (#4469)

* fix: enable secrets endpoint

* fix: env mame typo

* fix: visibility label for secrets

* fix: dep update

* fix: dep update

* fix: expand env for args (#4481)

* feat: run scripts in working dir (#4489)

* 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

* feat: Maven jdk 8 test, example (based on the one for 11) (#4501)

* Maven example for jdk8

* Maven example for jdk8, tests

* fix: Maven 8 test - branch fixed (#4502)

* Maven example for jdk8

* Maven example for jdk8, tests

* maven test - branch

* Testkube OSS page and additional screenshot updates (#4493)

* fix: wrong link (#4504)

* feat: minor jmeterd updates (#4503)

* minor updated to jmeterd

* remove more redundant logic in jmeterd

* fix: remove var

* feat: improve performance for slowest operations / fix: loading total executions number for test suite (#4507)

* fix: count total executions for single test suite, not all
* feat: optimize getting latest tests/test suites queries

* docs: argocd integration (#4510)

update argocd docs

* fix: add npm report permissions (#4511)

* fix: add npm report permissions

* fix: add comment

* fix: merge issue

* fix: merge typo

* fix: merge issues

* fix: merge issues

* feat: Update k6s executor image (#4516)

* replace image for k6

* feat: improve performance of listing tests/test suites/executions (#4518)

* feat: improve performance of listing tests/test suites/executions

* renamed template crd example name to job-template

Signed-off-by: Satish Kumar Kadarkarai Main <michael.satish@gmail.com>

* feat: add env var for runner

* fix: unit test

* feat: speed up aggregates with projection and _id $lookups (#4524)

* fix: ignore post script error

* fix: return executions for all tests when requested (#4528)

* fix: total number of test suite executions should ignore paging filters (#4530)

* docs: add pro feature badge to pro feature pages (#4529)

* docs: added pro feature badge to pro feature pages

* docs: fix indent

* docs: Getting Started Rework (#4523)

* Getting Started Rework

Add 'Open Source or Cloud' doc to the Overview section at the beginning of the documentation.

* Getting Started Rework

Update testkube-oss.md to refer to table in Open Source or Cloud.

* docs: Fix OSS documentation link (#4538)

* feat: add MongoDB migrations, run it on API start (#4534)

* feat: add MongoDB migrations, run it on API start

* feat: move MongoDB migrations to common directory

* fix typo

* feat: allow disabling MongoDB migrations with environment variable / fix: display migrations planner error

* feat: extract Database wrapper from DbMigrator

* feat: extract logic for getting the migrations from disk out of NewDbMigrator

* chore: delete error from NewDbMigrator

* fix: DbMigrator bugs

* fix: add unit tests for DbMigrator

* fix: order imports

* fix: make the failing MongoDB migrations warning instead of error

* fixup linting

* feat: embed MongoDB migrations in the binary (#4540)

* feat: use fs.FS for DbMigrator
* chore: add unit tests for getting MongoDB migrations from FS
* feat: embed MongoDB migrations in binary

* fix: flaky jmeterd test (#4521)

* propagate env vars to jmeterd slaves (#4541)

* feat: speed up - use covered queries for tests/test suites list (#4536)

* feat: speed up - use covered queries for tests/test suites list
* feat: add compound index for new executions search query

* feat: make optional junit

* fix: print new env var

* fix: remove code duplication

* docs: Clean up and reorganize getting starter pages and redirects (#4551)

* docs: update GH action (#4496)

* update docs for GH action

* fix: optional artillery junit

* fix: optional ginkgo junit

* fix:  optional jmeter junit

* fix: optional junit for jmeterd

* fix: postman optional junit

* fix: obfuscate args

* docs: argocd image updates (#4553)

* updated docs for ArgocdCD sync

* docs: env vars

* fix: typo

* Update docs/docs/articles/running-tests.md

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

* fix: use `aggregate: 1` for getting latest by test (#4560)

* update executors with curl, openssh, sshpass

* add remove cache

* add sshpass to jmeterd

* fix: ignore empty secret ref

* feat: change executor model

* feat: use data dir as working dir model

* fix: dep update

* fix: unit test

* fix: use data dir as working dir

* docs: cli

* fix: dep update

* feat: pass wartcher event to trigger

* docs: env vars

* fix: remove hint

* build postman

* remove testing branch

* fix: aggregate(1) on test suite results (#4577)

* fix: result line for websockets (#4576)

* feat: download testsuite artifacts

* fix: download conditions

* fix: remove check

* docs: cached test suites (#4580)

* fix: cli disable get config for cload context (#4583)

* fix: dep update

* feat: download artifacts in init container

* fix: field comment

* fix: unittest

* fix: remove namespace

* fix: uri scheme

* fix: dep update

* docs: passed artifacts

* fix: support silent mode

* fix: allow download reports for failed

* fix: test suite err check

* fix: update to outdated cypress images (#4607)

* fix: typo in test run image flag (#4608)

* fix: typo in test run image flag

* fix: typo in test run image flag

* fix: typo in test run image flag

* fix: typo in test run image flag

* add enterprise docs

* fix failing docs

* fix api values

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update production setup

* add email examples

* add space

* fix docs

* chore: rename secret label

* fix: dep update

* docs: argocd cron jobs sync

* feat: adding support for tracetest cloud on tracetest executor (#4613)

* feat: adding support for tracetest cloud on tracetest executor

* fix lint issues

* adding integration tests for tracetest executor

* fixing unit test

* adding PR suggestions

* feat: add test name to the download folder

* feat: update test staus after completion

* docs: added gitlab and jenkins cicd docs (#4619)

* added gitlab and jenkins cicd docs

* added example

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* added samples to jenkins and some refinement in gitlab

---------

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

* fixed cicd review (#4634)

* Update cicd-overview.md

* fix: do not return empty latestExecution with Test/TestSuite (#4636)

* fix: allow terminating CLI while watching test/test suite run (#4638)

* docs: some fixes (#4637)

* some fixes

* used container image instead of default

* fix: table output performance (#4640)

* chore: update tablewriter to the latest version
* feat: truncate the error message for test suites

* feat: Executor tests - Container executor: Playwright - args (#4645)

* executor tests - playwright - args

* playwright testsuite updated

* playwright test updated

* fix scorecard failing on branches which are not default

* fix: use existing file for kubepug test (#4644)

* used existing file for kubepug
* change the data structures and outdated examples to match newer version of kubepug

* Fix editUrl for docs (#4652)

"Edit this page" links on documentation pages were broken because of the change to have the `develop` branch as default.
This PR fixes the editUrl in Docusaurus config.

* fix: Latest image tag for testkube cli (#4653)

* added the latest image tag

* test: update branch name in kubepug tests (#4654)

* Fixed cypress image tag

* Update release.yaml (#4661)

* feat: add support for skip tls verify in minio (#4649)

* feat: add support for skip tls verify in minio

* fix failing integration tests due to bad minio config

* fix: cloud mode download artifacts (#4664)

* feat: cloud rename - update CLI and environment variables TKC-875 (#4663)

* feat: update pro environment variables

* feat: add pro commands

* style: revert non-user impacting changes

* fix: icons urls in docs (#4670)

* some bugfixes (#4650)

* docs: Docs Cloud Rename (#4669)

* Docs Cloud Rename

* docs: update cli docs and add redirects

* docs: update URLs in docs

* docs: fix redirect

* docs: fix reference

* docs: fix reference

---------

Co-authored-by: Lilla Vass <lilla@kubeshop.io>

* added the pushing latest tag to the release (#4672)

* Revert "docs: Docs Cloud Rename (#4669)" (#4676)

This reverts commit e17e5b3.

* fix: exit code 1 for failed run

* fix: avoid hashed indexes and aggregate: 1 (#4681)

* fix: avoid using hashed indexes, as these are not supported in AWS DocumentDB
* fix: avoid aggregate: 1

* feat: add support for TLS in NATS and MinIO clients (#4685)

* add support for TLS in NATS and MinIO clients

* fix envconfig tags in InitEnvs

* feat:           slave pod spec (#4632)

* feat: pod specification api spec

* fix: pod update request

* feat: pod spec model

* fix: update makefile

* fix: change execution model

* fix: mapper for pod slave config

* fix: add pod type to template cli

* feat: pass slave pod template

* feat: slave pod template env

* feat: use slave pod template

* fix: pod options

* fix: dep update

* feat: pass slave pod options

* feat: add slave pod flags

* feat: add cli for slave pod params

* fix: update podd template

* fix: error message

* fix: rename template

* fix: quote template

* fix: check for nil

* fix: indent

* fix: dep update

* fix: use template func in pod template

* docs: slave pod specs

* feat: add offline cli docs (#4614)

* feat: add offline cli docs

* Apply suggestions from code review

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

---------

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

* docs: Docs Cloud Rename (#4669) (#4677)

* docs: Docs Cloud Rename (#4669)

* Docs Cloud Rename

* docs: update cli docs and add redirects

* docs: update URLs in docs

* docs: fix redirect

* docs: fix reference

* docs: fix reference

---------

Co-authored-by: Lilla Vass <lilla@kubeshop.io>

* docs: add redirects

---------

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

* fix: wrong switch usage

* docs: update testkube pro installation video (#4696)

* Executor tests - jmeter (#4701)

* feat: webhook template funcs

* docs: helper methods

* fix: permission issue fix in .testkube directory (#4673)

* 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>

* executor tests - cypress 13 project and tests (#4615)

* gitlab-improvement (#4686)

* gitlab-improvement

* bugfix

* fix: GetLatestByTest returns objet not found (#4705)

* feat: insecure direct

* fix: docs

* feat: refactor jmeterd executor to add better testing and support for 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: make agent pro (#4709)

* docs: Add references to the args and command explanations (#4693)

* 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>

* fix: add simpler implementation of MongoDB queries for DocumentDB (#4710)

* fix: merge

* fix: performance of execution status queries (#4712)

* propagate namespace when test is executed as part of a testsuite (#4716)

* fix: broken links

* fix: dep update

---------

Signed-off-by: hiteshwani <hitesh.wani@infracloud.io>
Signed-off-by: Aman Parauliya <aman@infracloud.io>
Signed-off-by: Satish Kumar Kadarkarai Main <michael.satish@gmail.com>
Co-authored-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>
Co-authored-by: hiteshwani <110378441+hiteshwani@users.noreply.github.com>
Co-authored-by: Aman Parauliya <aman@infracloud.io>
Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com>
Co-authored-by: Povilas Versockas <p.versockas@gmail.com>
Co-authored-by: Ale <93217218+alelthomas@users.noreply.github.com>
Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com>
Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
Co-authored-by: Lilla Vass <vLia@users.noreply.github.com>
Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
Co-authored-by: PepperKick <abhishrant.m@gmail.com>
Co-authored-by: Tomasz Konieczny <tomasz.konieczny@kubeshop.io>
Co-authored-by: jmorante-ks <142315352+jmorante-ks@users.noreply.github.com>
Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io>
Co-authored-by: Satish Kumar Kadarkarai Main <michael.satish@gmail.com>
Co-authored-by: Jacek Wysocki <jacek.wysocki@gmail.com>
Co-authored-by: Bogdan Hanea <bogdan.hanea@yahoo.com>
Co-authored-by: Javier Morante <javier@kubeshop.io>
Co-authored-by: fivenp <mh@fivenp.com>
Co-authored-by: Daniel Baptista Dias <danielbdias@users.noreply.github.com>
Co-authored-by: Hamid <33328203+emamihe@users.noreply.github.com>
Co-authored-by: Catalin <20538711+devcatalin@users.noreply.github.com>
Co-authored-by: Lilla Vass <lilla@kubeshop.io>
vsukhin added a commit that referenced this pull request Jan 5, 2024
* fix: optional ginkgo junit

* fix:  optional jmeter junit

* fix: optional junit for jmeterd

* fix: postman optional junit

* fix: obfuscate args

* docs: argocd image updates (#4553)

* updated docs for ArgocdCD sync

* docs: env vars

* fix: typo

* Update docs/docs/articles/running-tests.md

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

* fix: use `aggregate: 1` for getting latest by test (#4560)

* update executors with curl, openssh, sshpass

* add remove cache

* add sshpass to jmeterd

* fix: ignore empty secret ref

* feat: change executor model

* feat: use data dir as working dir model

* fix: dep update

* fix: unit test

* fix: use data dir as working dir

* docs: cli

* fix: dep update

* feat: pass wartcher event to trigger

* docs: env vars

* fix: remove hint

* build postman

* remove testing branch

* fix: aggregate(1) on test suite results (#4577)

* fix: result line for websockets (#4576)

* feat: download testsuite artifacts

* fix: download conditions

* fix: remove check

* docs: cached test suites (#4580)

* fix: cli disable get config for cload context (#4583)

* fix: dep update

* feat: download artifacts in init container

* fix: field comment

* fix: unittest

* fix: remove namespace

* fix: uri scheme

* fix: dep update

* docs: passed artifacts

* fix: support silent mode

* fix: allow download reports for failed

* fix: test suite err check

* fix: update to outdated cypress images (#4607)

* fix: typo in test run image flag (#4608)

* fix: typo in test run image flag

* fix: typo in test run image flag

* fix: typo in test run image flag

* fix: typo in test run image flag

* add enterprise docs

* fix failing docs

* fix api values

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update production setup

* add email examples

* add space

* fix docs

* chore: rename secret label

* fix: dep update

* docs: argocd cron jobs sync

* feat: adding support for tracetest cloud on tracetest executor (#4613)

* feat: adding support for tracetest cloud on tracetest executor

* fix lint issues

* adding integration tests for tracetest executor

* fixing unit test

* adding PR suggestions

* feat: add test name to the download folder

* feat: update test staus after completion

* docs: added gitlab and jenkins cicd docs (#4619)

* added gitlab and jenkins cicd docs

* added example

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* added samples to jenkins and some refinement in gitlab

---------

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

* fixed cicd review (#4634)

* Update cicd-overview.md

* fix: do not return empty latestExecution with Test/TestSuite (#4636)

* fix: allow terminating CLI while watching test/test suite run (#4638)

* docs: some fixes (#4637)

* some fixes

* used container image instead of default

* fix: table output performance (#4640)

* chore: update tablewriter to the latest version
* feat: truncate the error message for test suites

* feat: Executor tests - Container executor: Playwright - args (#4645)

* executor tests - playwright - args

* playwright testsuite updated

* playwright test updated

* fix scorecard failing on branches which are not default

* fix: use existing file for kubepug test (#4644)

* used existing file for kubepug
* change the data structures and outdated examples to match newer version of kubepug

* Fix editUrl for docs (#4652)

"Edit this page" links on documentation pages were broken because of the change to have the `develop` branch as default.
This PR fixes the editUrl in Docusaurus config.

* fix: Latest image tag for testkube cli (#4653)

* added the latest image tag

* test: update branch name in kubepug tests (#4654)

* Fixed cypress image tag

* Update release.yaml (#4661)

* feat: add support for skip tls verify in minio (#4649)

* feat: add support for skip tls verify in minio

* fix failing integration tests due to bad minio config

* fix: cloud mode download artifacts (#4664)

* feat: cloud rename - update CLI and environment variables TKC-875 (#4663)

* feat: update pro environment variables

* feat: add pro commands

* style: revert non-user impacting changes

* fix: icons urls in docs (#4670)

* some bugfixes (#4650)

* docs: Docs Cloud Rename (#4669)

* Docs Cloud Rename

* docs: update cli docs and add redirects

* docs: update URLs in docs

* docs: fix redirect

* docs: fix reference

* docs: fix reference

---------

Co-authored-by: Lilla Vass <lilla@kubeshop.io>

* added the pushing latest tag to the release (#4672)

* Revert "docs: Docs Cloud Rename (#4669)" (#4676)

This reverts commit e17e5b3.

* fix: exit code 1 for failed run

* fix: avoid hashed indexes and aggregate: 1 (#4681)

* fix: avoid using hashed indexes, as these are not supported in AWS DocumentDB
* fix: avoid aggregate: 1

* feat: add support for TLS in NATS and MinIO clients (#4685)

* add support for TLS in NATS and MinIO clients

* fix envconfig tags in InitEnvs

* feat:           slave pod spec (#4632)

* feat: pod specification api spec

* fix: pod update request

* feat: pod spec model

* fix: update makefile

* fix: change execution model

* fix: mapper for pod slave config

* fix: add pod type to template cli

* feat: pass slave pod template

* feat: slave pod template env

* feat: use slave pod template

* fix: pod options

* fix: dep update

* feat: pass slave pod options

* feat: add slave pod flags

* feat: add cli for slave pod params

* fix: update podd template

* fix: error message

* fix: rename template

* fix: quote template

* fix: check for nil

* fix: indent

* fix: dep update

* fix: use template func in pod template

* docs: slave pod specs

* feat: add offline cli docs (#4614)

* feat: add offline cli docs

* Apply suggestions from code review

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

---------

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

* docs: Docs Cloud Rename (#4669) (#4677)

* docs: Docs Cloud Rename (#4669)

* Docs Cloud Rename

* docs: update cli docs and add redirects

* docs: update URLs in docs

* docs: fix redirect

* docs: fix reference

* docs: fix reference

---------

Co-authored-by: Lilla Vass <lilla@kubeshop.io>

* docs: add redirects

---------

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

* fix: wrong switch usage

* docs: update testkube pro installation video (#4696)

* Executor tests - jmeter (#4701)

* feat: webhook template funcs

* docs: helper methods

* fix: permission issue fix in .testkube directory (#4673)

* 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>

* executor tests - cypress 13 project and tests (#4615)

* gitlab-improvement (#4686)

* gitlab-improvement

* bugfix

* fix: GetLatestByTest returns objet not found (#4705)

* feat: insecure direct

* fix: docs

* feat: refactor jmeterd executor to add better testing and support for 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: make agent pro (#4709)

* docs: Add references to the args and command explanations (#4693)

* 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>

* fix: add simpler implementation of MongoDB queries for DocumentDB (#4710)

* fix: merge

* feat: logs service and sidecar projects (#4562)

* feat: initial templates change

* feat: initial code move from testkube-logs repo

* fix: testserver

* feat: moved proxy to separate package

* chore: proxy rewrite to struct and deps

* chore: passing parameters

* chore: reset config directory

* chore: set debug and sidecar data

* fix: getjobpods

* chore: cleaning logs service code

* fix: tests disabled

* fix: tests disabled

* fix: fixed NATS test server

* fix: tests

* fix: added comments

* fix: added stream client with init and push

* fix: logs reorg

* changes

* golang ci fixes

* fix: tests based on container with 0 index

* fix: added variables

* added the cicd for log and sidecar service

* bug fix and added goreleaser files

* chore: plugging feature flags

* fix: handle feature

* fix: tests

* fix: tests

* fix: tests

* small adjustments

* fix: syntax error

* fix: pass debug and nats from config

* fix: valid kubeshop image

* fix: stopping consumers

* fix: added todo item to handle consumers state

* fix: FF

* fix: removed unused envs from build pipelines

* fix: removed unnecessaary LDFLAGS from build

* fix: registry for templates

* fix: removed commeted code

* fix: pass http address for healthcheck

* fix: encoding log chunk error handling

* fix: removing explicit encoding

* fix: rollback api changes

* fix: rollback api changes

* fix: removed printf

* fix: added graceful shutdown

* fix: comment about getting logs

* fix: golangci

* fix: use kubernetes.Interface for logs proxy

* fix: errors.Is

---------

Co-authored-by: Hamid Emamian <emami.he@gmail.com>

* fix: performance of execution status queries (#4712)

* propagate namespace when test is executed as part of a testsuite (#4716)

* fix: hide result line

* fix: remove cypress output result

* fix: docs

* fix: get rid duplicated env lines in log (#4729)

* fix: get rid duplicated env lines in log

* fix: removing logs lines

* feat: logs service state handling + reorganizing code (#4718)

* feat: keeping state in logs consumer

* chore: renaming to adapter

* fix: handling state

* chore: reorganizing

* chore removing printr

* comments

* unit tests

* comments

* chore: reorginzed code

* fix tests

* fix: added healthchecker tets

* fix: golangci

* fix: allow to run unit tests with count

* feat: sync start stop to not send data to unhandled streams

* fix: addadapter test

* chore: cleaning confusing consumers and adapters

* fix: cleaning fixes

* fix: more messages in UT

* chore: added test for get consumer stats

* fix: tests can be run in parallel

* fix: undeterministic test - fixed fan out of consumers

* feat: add events for all informers [TKC-631] (#4725)

* feat: add events for existing informers

* feat: add executors and webhooks

* fix: references

* test: add mock event bus to watcher test

* test: update go sum

* feat: test source informer

* fix: add format to debug messages

* deps: update operator dependency

* fix: solve merging issue

* docs: context get/set (#4730)

* change postman dockerfile

* fix: copy master env to slave env

* fix: set init env

* feat: Executor tests - jmeterd edge-cases, testsuite labels, run script updated, image versions (maven/gradle) (#4731)

* executor tests - jmeter - incorrect url

* executor tests - jmeter - correct url, failed assertion

* executor tests - jmeter - correct url, failed assertion - updated

* executor tests - jmeterd - expected failures

* executor tests - gradle and maven - images fixed for custom executors

* executor tests - testsuites - tags, jmeter other cases, edge-cases

* executor tests - run script updated

* executor tests - expected failures extended

* executor tests - test renamed - name too long

* feat: executor tests - special cases added (#4743)

* executor tests - special cases added

* executor tests - jmeter - branch names fixed

* feat: clients for logs (#4742)

* feat: clients for logs

* golang ci fixes

* fix: tests

* golang ci fixes

* fix: check step duration (#4744)

* fix: check step duration

* fix: dep update

* fix: add step methods

* fix: use proper var for step

* fix: check for empty duration

* fix: delay timeout

* fix: dep update

* fix: recent gradle base image (#4747)

* change logic for jmeter so that SLAVES_COUNT == zero or undefined works in standalone mode, and > 0 runs in distributed mode (#4745)

* fix: gradle follow up fixes  (#4748)

* fix: recent gradle base image

* fix: gradle test

* fix: updated gradle wrapper

* fix: updated gradle wrapper

* fix: removed gradlew

* fix: update to gradlew

* added minimum requirements to the docs (#4750)

* ci: optimization (#4753)

cache/build optimization

* fix: security update for maven jdk18 executor (#4754)

* add snapshot template

* revert accidental commit

* fix: set default mavem build to jdk18 - only one without critical sec issues (#4755)

* add snapshot template

* fix snapshot version

* fix: set default mavem build to jdk18 - only one without critical sec… (#4756)

* fix: set default mavem build to jdk18 - only one without critical sec issues

* update jdk18 to the latest executor

* remove space

---------

Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io>

* upgrade alpine image

* change default gradle image

* fix: set default Gradle to 21 (#4759)

* fix: libssl3 instead of deprecated libssl1.1

* fix: gradle user home need to be set explicitly (#4761)

* feat: add config option for skipping cert verify when connecting to cloud/enterprise (#4763)

* add config option for skipping cert verify when connecting to cloud/enterprise

* revert .env change

* revert .env change again

* update envvar inconsistent names

* add newline to .env

* rename cloud to pro variable

* fix: artillery executor deps update and rewrite base image (#4764)

* fix: pin soapui runner version (#4765)

* add docker manifests for cypress

* fix: updated cypress images (#4768)

* fix: updated cypress images

* fix: removed cypress binary

* fix: test execution name

* fix: unit tests

* fix: cypress 13 as default image (#4771)

* fix: gradle jdk21 alpine - image with less sec issues (#4773)

* feat: artifact model enhancement

* fix: dep update

* fix" slave pod template

* feat: pvc volume for job executor

* fix: pass artifact request to slave pod

* fix: artifact volume for init container

* fix: check for shared pods

* fix: regexp for scraper

* fix: panic

* fix: unit tests

* fix: dep update

* fix: integration test

* Update cmd/kubectl-testkube/commands/tests/run.go

Co-authored-by: Lilla Vass <vLia@users.noreply.github.com>

* fix: dep update

* fix: artifacts docs

* fix: change topic name

* add test status assets (#4775)

* fix: pin postman image (#4776)

* fix: security update: fiber (#4777)

* fix: security update: fiber

* fix: security update: grpc

* fix: test eecution name for test suite

* feat: install specified executors

* fix: ignore empty executor

* fix: docs

* fix: rename env var

* fix: get execution id from testsuite for tests

* fix: trim name spaces

* fix: nil check

* fix: test execution name for test suite

* fix: execution name

* fix: security gomod updates (#4782)

* fix: removed results from routing

* feat: added tostr method (#4785)

* feat: added tostr method

* chore: refactor + unit tests

* build(deps): bump golang.org/x/net in /test/ginkgo/executor-tests/smoke (#4786)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
- [Commits](golang/net@v0.8.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump @babel/traverse from 7.19.0 to 7.23.6 in /docs (#4791)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.0 to 7.23.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: security k6 docker image bump (#4793)

* fix: security k6 docker image bump

* fix: security k6 docker image bump - building with grafana docker image

* fix: grpc logs server tests

* feat: add support for grpc keepalive (#4795)

* add support for grpc keepalive

* lint pass on agent module

* build(deps): bump golang.org/x/net (#4789)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
- [Commits](golang/net@v0.8.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#4797)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: zap Dockerfile (#4796)

* fix: zap Dockerfile

* fix: kubepug build with base image

* fix: ginkgo update

* fix: updated playwright image

* build(deps): bump postcss from 8.4.16 to 8.4.32 in /docs (#4787)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.32.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.16...8.4.32)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs: add documentation for log highlighting (#4780)

* docs: add documentation for log highlighting
* Update docs/docs/testkube-pro/articles/log-highlighting.md
* feat: add "Filtering" section in the Log Parsing docs
* feat: add Log Highlighting to Testkube Pro sidebar
* Update docs/docs/testkube-pro/articles/log-highlighting.md
* Update docs/docs/testkube-pro/articles/log-highlighting.md
* Update docs/docs/testkube-pro/articles/log-highlighting.md

---------

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

* update jmeter image

* update image

* docker image update

* update goreleaser for jmeter

* typo

* rename image

* test image on demo

* build test image

* update goreleaser

* goreleaser file

* build jmeter

* remove additional image

* remove testing branch

* remove unneccessary packages

* fix: rewrite cloud uris configs (#4752)

* fix: rewrite cloud uris configs

* fix: more changes

* fix: login comd

* fix: use master instead of pro or cloud

* fix: use populate helm flags and master flags separately

* feat: add master ui to helm values

* fix: remove login duplicate flag

* fix: separate flags declaring from processing

* fix: set of ui url

* fix: add testing flags and fixes

* fix: remove print opts

* fix: go imports

---------

Co-authored-by: nicufk <nicolae@kubeshop.io>

* fix: rollback changes to pipelines (#4812)

* fix: release-dev pipeline

* fix: release pipeline

* fix: log service doesnt start up (#4814)

* build new gradle image

* push arm image

* test arm

* remove testing changes

* fix: bugfix for logs service cicd (#4811)

* bugfix

* fixed goreleaser files

* fix: put pre-run and post-run script files in the data volume (#4823)

* 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: log sidecar never finishes (#4827)

* fix: pre-run/post-run/command scripts are running incorrectly (#4829)

* fix: api urls for the set context command (#4825)

* 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

* fix: pass command arguments down (#4830)

* feat: Executor tests - pre/post run scripts, postman/newman - container 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 (#4831)

* fix: remove cloud commands from docs

* fix: login aliases

* feat: add support for configurable test file using envvar and edit variables 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

* update release dev

* feat: improve logging around connecting to agent api (#4856)

* improve logging around connecting to agent api

* improve error messages in scraper factory

* docs: fix invalid flag in running-tests.md (#4845)

* fix invalid flag in running-tests.md

* fix minor typo in running-tests.md

* add condition to install latest release if no beta found

* feat: slave pod number env var

* fix: dep update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com>
Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io>
Co-authored-by: Jacek Wysocki <jacek.wysocki@gmail.com>
Co-authored-by: Bogdan Hanea <bogdan.hanea@yahoo.com>
Co-authored-by: Povilas Versockas <p.versockas@gmail.com>
Co-authored-by: Javier Morante <javier@kubeshop.io>
Co-authored-by: fivenp <mh@fivenp.com>
Co-authored-by: Daniel Baptista Dias <danielbdias@users.noreply.github.com>
Co-authored-by: Hamid <33328203+emamihe@users.noreply.github.com>
Co-authored-by: Tomasz Konieczny <tomasz.konieczny@kubeshop.io>
Co-authored-by: Dejan Pejchev <pejcev.dejan@gmail.com>
Co-authored-by: Lilla Vass <vLia@users.noreply.github.com>
Co-authored-by: Catalin <20538711+devcatalin@users.noreply.github.com>
Co-authored-by: Lilla Vass <lilla@kubeshop.io>
Co-authored-by: Ale <93217218+alelthomas@users.noreply.github.com>
Co-authored-by: Hamid Emamian <emami.he@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nicufk <nicolae@kubeshop.io>
Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com>
vsukhin added a commit that referenced this pull request Jan 12, 2024
* remove testing branch

* fix: aggregate(1) on test suite results (#4577)

* fix: result line for websockets (#4576)

* feat: download testsuite artifacts

* fix: download conditions

* fix: remove check

* docs: cached test suites (#4580)

* fix: cli disable get config for cload context (#4583)

* fix: dep update

* feat: download artifacts in init container

* fix: field comment

* fix: unittest

* fix: remove namespace

* fix: uri scheme

* fix: dep update

* docs: passed artifacts

* fix: support silent mode

* fix: allow download reports for failed

* fix: test suite err check

* fix: update to outdated cypress images (#4607)

* fix: typo in test run image flag (#4608)

* fix: typo in test run image flag

* fix: typo in test run image flag

* fix: typo in test run image flag

* fix: typo in test run image flag

* add enterprise docs

* fix failing docs

* fix api values

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/auth.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update docs/docs/testkube-enterprise/articles/usage-guide.md

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

* Update production setup

* add email examples

* add space

* fix docs

* chore: rename secret label

* fix: dep update

* docs: argocd cron jobs sync

* feat: adding support for tracetest cloud on tracetest executor (#4613)

* feat: adding support for tracetest cloud on tracetest executor

* fix lint issues

* adding integration tests for tracetest executor

* fixing unit test

* adding PR suggestions

* feat: add test name to the download folder

* feat: update test staus after completion

* docs: added gitlab and jenkins cicd docs (#4619)

* added gitlab and jenkins cicd docs

* added example

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/gitlab.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* Update docs/docs/articles/jenkins.md

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

* added samples to jenkins and some refinement in gitlab

---------

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

* fixed cicd review (#4634)

* Update cicd-overview.md

* fix: do not return empty latestExecution with Test/TestSuite (#4636)

* fix: allow terminating CLI while watching test/test suite run (#4638)

* docs: some fixes (#4637)

* some fixes

* used container image instead of default

* fix: table output performance (#4640)

* chore: update tablewriter to the latest version
* feat: truncate the error message for test suites

* feat: Executor tests - Container executor: Playwright - args (#4645)

* executor tests - playwright - args

* playwright testsuite updated

* playwright test updated

* fix scorecard failing on branches which are not default

* fix: use existing file for kubepug test (#4644)

* used existing file for kubepug
* change the data structures and outdated examples to match newer version of kubepug

* Fix editUrl for docs (#4652)

"Edit this page" links on documentation pages were broken because of the change to have the `develop` branch as default.
This PR fixes the editUrl in Docusaurus config.

* fix: Latest image tag for testkube cli (#4653)

* added the latest image tag

* test: update branch name in kubepug tests (#4654)

* Fixed cypress image tag

* Update release.yaml (#4661)

* feat: add support for skip tls verify in minio (#4649)

* feat: add support for skip tls verify in minio

* fix failing integration tests due to bad minio config

* fix: cloud mode download artifacts (#4664)

* feat: cloud rename - update CLI and environment variables TKC-875 (#4663)

* feat: update pro environment variables

* feat: add pro commands

* style: revert non-user impacting changes

* fix: icons urls in docs (#4670)

* some bugfixes (#4650)

* docs: Docs Cloud Rename (#4669)

* Docs Cloud Rename

* docs: update cli docs and add redirects

* docs: update URLs in docs

* docs: fix redirect

* docs: fix reference

* docs: fix reference

---------

Co-authored-by: Lilla Vass <lilla@kubeshop.io>

* added the pushing latest tag to the release (#4672)

* Revert "docs: Docs Cloud Rename (#4669)" (#4676)

This reverts commit e17e5b3.

* fix: exit code 1 for failed run

* fix: avoid hashed indexes and aggregate: 1 (#4681)

* fix: avoid using hashed indexes, as these are not supported in AWS DocumentDB
* fix: avoid aggregate: 1

* feat: add support for TLS in NATS and MinIO clients (#4685)

* add support for TLS in NATS and MinIO clients

* fix envconfig tags in InitEnvs

* feat:           slave pod spec (#4632)

* feat: pod specification api spec

* fix: pod update request

* feat: pod spec model

* fix: update makefile

* fix: change execution model

* fix: mapper for pod slave config

* fix: add pod type to template cli

* feat: pass slave pod template

* feat: slave pod template env

* feat: use slave pod template

* fix: pod options

* fix: dep update

* feat: pass slave pod options

* feat: add slave pod flags

* feat: add cli for slave pod params

* fix: update podd template

* fix: error message

* fix: rename template

* fix: quote template

* fix: check for nil

* fix: indent

* fix: dep update

* fix: use template func in pod template

* docs: slave pod specs

* feat: add offline cli docs (#4614)

* feat: add offline cli docs

* Apply suggestions from code review

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

---------

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

* docs: Docs Cloud Rename (#4669) (#4677)

* docs: Docs Cloud Rename (#4669)

* Docs Cloud Rename

* docs: update cli docs and add redirects

* docs: update URLs in docs

* docs: fix redirect

* docs: fix reference

* docs: fix reference

---------

Co-authored-by: Lilla Vass <lilla@kubeshop.io>

* docs: add redirects

---------

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

* fix: wrong switch usage

* docs: update testkube pro installation video (#4696)

* Executor tests - jmeter (#4701)

* feat: webhook template funcs

* docs: helper methods

* fix: permission issue fix in .testkube directory (#4673)

* 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>

* executor tests - cypress 13 project and tests (#4615)

* gitlab-improvement (#4686)

* gitlab-improvement

* bugfix

* fix: GetLatestByTest returns objet not found (#4705)

* feat: insecure direct

* fix: docs

* feat: refactor jmeterd executor to add better testing and support for 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: make agent pro (#4709)

* docs: Add references to the args and command explanations (#4693)

* 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>

* fix: add simpler implementation of MongoDB queries for DocumentDB (#4710)

* fix: merge

* feat: logs service and sidecar projects (#4562)

* feat: initial templates change

* feat: initial code move from testkube-logs repo

* fix: testserver

* feat: moved proxy to separate package

* chore: proxy rewrite to struct and deps

* chore: passing parameters

* chore: reset config directory

* chore: set debug and sidecar data

* fix: getjobpods

* chore: cleaning logs service code

* fix: tests disabled

* fix: tests disabled

* fix: fixed NATS test server

* fix: tests

* fix: added comments

* fix: added stream client with init and push

* fix: logs reorg

* changes

* golang ci fixes

* fix: tests based on container with 0 index

* fix: added variables

* added the cicd for log and sidecar service

* bug fix and added goreleaser files

* chore: plugging feature flags

* fix: handle feature

* fix: tests

* fix: tests

* fix: tests

* small adjustments

* fix: syntax error

* fix: pass debug and nats from config

* fix: valid kubeshop image

* fix: stopping consumers

* fix: added todo item to handle consumers state

* fix: FF

* fix: removed unused envs from build pipelines

* fix: removed unnecessaary LDFLAGS from build

* fix: registry for templates

* fix: removed commeted code

* fix: pass http address for healthcheck

* fix: encoding log chunk error handling

* fix: removing explicit encoding

* fix: rollback api changes

* fix: rollback api changes

* fix: removed printf

* fix: added graceful shutdown

* fix: comment about getting logs

* fix: golangci

* fix: use kubernetes.Interface for logs proxy

* fix: errors.Is

---------

Co-authored-by: Hamid Emamian <emami.he@gmail.com>

* fix: performance of execution status queries (#4712)

* propagate namespace when test is executed as part of a testsuite (#4716)

* fix: hide result line

* fix: remove cypress output result

* fix: docs

* fix: get rid duplicated env lines in log (#4729)

* fix: get rid duplicated env lines in log

* fix: removing logs lines

* feat: logs service state handling + reorganizing code (#4718)

* feat: keeping state in logs consumer

* chore: renaming to adapter

* fix: handling state

* chore: reorganizing

* chore removing printr

* comments

* unit tests

* comments

* chore: reorginzed code

* fix tests

* fix: added healthchecker tets

* fix: golangci

* fix: allow to run unit tests with count

* feat: sync start stop to not send data to unhandled streams

* fix: addadapter test

* chore: cleaning confusing consumers and adapters

* fix: cleaning fixes

* fix: more messages in UT

* chore: added test for get consumer stats

* fix: tests can be run in parallel

* fix: undeterministic test - fixed fan out of consumers

* feat: add events for all informers [TKC-631] (#4725)

* feat: add events for existing informers

* feat: add executors and webhooks

* fix: references

* test: add mock event bus to watcher test

* test: update go sum

* feat: test source informer

* fix: add format to debug messages

* deps: update operator dependency

* fix: solve merging issue

* docs: context get/set (#4730)

* change postman dockerfile

* fix: copy master env to slave env

* fix: set init env

* feat: Executor tests - jmeterd edge-cases, testsuite labels, run script updated, image versions (maven/gradle) (#4731)

* executor tests - jmeter - incorrect url

* executor tests - jmeter - correct url, failed assertion

* executor tests - jmeter - correct url, failed assertion - updated

* executor tests - jmeterd - expected failures

* executor tests - gradle and maven - images fixed for custom executors

* executor tests - testsuites - tags, jmeter other cases, edge-cases

* executor tests - run script updated

* executor tests - expected failures extended

* executor tests - test renamed - name too long

* feat: executor tests - special cases added (#4743)

* executor tests - special cases added

* executor tests - jmeter - branch names fixed

* feat: clients for logs (#4742)

* feat: clients for logs

* golang ci fixes

* fix: tests

* golang ci fixes

* fix: check step duration (#4744)

* fix: check step duration

* fix: dep update

* fix: add step methods

* fix: use proper var for step

* fix: check for empty duration

* fix: delay timeout

* fix: dep update

* fix: recent gradle base image (#4747)

* change logic for jmeter so that SLAVES_COUNT == zero or undefined works in standalone mode, and > 0 runs in distributed mode (#4745)

* fix: gradle follow up fixes  (#4748)

* fix: recent gradle base image

* fix: gradle test

* fix: updated gradle wrapper

* fix: updated gradle wrapper

* fix: removed gradlew

* fix: update to gradlew

* added minimum requirements to the docs (#4750)

* ci: optimization (#4753)

cache/build optimization

* fix: security update for maven jdk18 executor (#4754)

* add snapshot template

* revert accidental commit

* fix: set default mavem build to jdk18 - only one without critical sec issues (#4755)

* add snapshot template

* fix snapshot version

* fix: set default mavem build to jdk18 - only one without critical sec… (#4756)

* fix: set default mavem build to jdk18 - only one without critical sec issues

* update jdk18 to the latest executor

* remove space

---------

Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io>

* upgrade alpine image

* change default gradle image

* fix: set default Gradle to 21 (#4759)

* fix: libssl3 instead of deprecated libssl1.1

* fix: gradle user home need to be set explicitly (#4761)

* feat: add config option for skipping cert verify when connecting to cloud/enterprise (#4763)

* add config option for skipping cert verify when connecting to cloud/enterprise

* revert .env change

* revert .env change again

* update envvar inconsistent names

* add newline to .env

* rename cloud to pro variable

* fix: artillery executor deps update and rewrite base image (#4764)

* fix: pin soapui runner version (#4765)

* add docker manifests for cypress

* fix: updated cypress images (#4768)

* fix: updated cypress images

* fix: removed cypress binary

* fix: test execution name

* fix: unit tests

* fix: cypress 13 as default image (#4771)

* fix: gradle jdk21 alpine - image with less sec issues (#4773)

* feat: artifact model enhancement

* fix: dep update

* fix" slave pod template

* feat: pvc volume for job executor

* fix: pass artifact request to slave pod

* fix: artifact volume for init container

* fix: check for shared pods

* fix: regexp for scraper

* fix: panic

* fix: unit tests

* fix: dep update

* fix: integration test

* Update cmd/kubectl-testkube/commands/tests/run.go

Co-authored-by: Lilla Vass <vLia@users.noreply.github.com>

* fix: dep update

* fix: artifacts docs

* fix: change topic name

* add test status assets (#4775)

* fix: pin postman image (#4776)

* fix: security update: fiber (#4777)

* fix: security update: fiber

* fix: security update: grpc

* fix: test eecution name for test suite

* feat: install specified executors

* fix: ignore empty executor

* fix: docs

* fix: rename env var

* fix: get execution id from testsuite for tests

* fix: trim name spaces

* fix: nil check

* fix: test execution name for test suite

* fix: execution name

* fix: security gomod updates (#4782)

* fix: removed results from routing

* feat: added tostr method (#4785)

* feat: added tostr method

* chore: refactor + unit tests

* build(deps): bump golang.org/x/net in /test/ginkgo/executor-tests/smoke (#4786)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
- [Commits](golang/net@v0.8.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump @babel/traverse from 7.19.0 to 7.23.6 in /docs (#4791)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.0 to 7.23.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: security k6 docker image bump (#4793)

* fix: security k6 docker image bump

* fix: security k6 docker image bump - building with grafana docker image

* fix: grpc logs server tests

* feat: add support for grpc keepalive (#4795)

* add support for grpc keepalive

* lint pass on agent module

* build(deps): bump golang.org/x/net (#4789)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0.
- [Commits](golang/net@v0.8.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#4797)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](golang/crypto@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: zap Dockerfile (#4796)

* fix: zap Dockerfile

* fix: kubepug build with base image

* fix: ginkgo update

* fix: updated playwright image

* build(deps): bump postcss from 8.4.16 to 8.4.32 in /docs (#4787)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.32.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.16...8.4.32)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs: add documentation for log highlighting (#4780)

* docs: add documentation for log highlighting
* Update docs/docs/testkube-pro/articles/log-highlighting.md
* feat: add "Filtering" section in the Log Parsing docs
* feat: add Log Highlighting to Testkube Pro sidebar
* Update docs/docs/testkube-pro/articles/log-highlighting.md
* Update docs/docs/testkube-pro/articles/log-highlighting.md
* Update docs/docs/testkube-pro/articles/log-highlighting.md

---------

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

* update jmeter image

* update image

* docker image update

* update goreleaser for jmeter

* typo

* rename image

* test image on demo

* build test image

* update goreleaser

* goreleaser file

* build jmeter

* remove additional image

* remove testing branch

* remove unneccessary packages

* fix: rewrite cloud uris configs (#4752)

* fix: rewrite cloud uris configs

* fix: more changes

* fix: login comd

* fix: use master instead of pro or cloud

* fix: use populate helm flags and master flags separately

* feat: add master ui to helm values

* fix: remove login duplicate flag

* fix: separate flags declaring from processing

* fix: set of ui url

* fix: add testing flags and fixes

* fix: remove print opts

* fix: go imports

---------

Co-authored-by: nicufk <nicolae@kubeshop.io>

* fix: rollback changes to pipelines (#4812)

* fix: release-dev pipeline

* fix: release pipeline

* fix: log service doesnt start up (#4814)

* build new gradle image

* push arm image

* test arm

* remove testing changes

* fix: bugfix for logs service cicd (#4811)

* bugfix

* fixed goreleaser files

* fix: put pre-run and post-run script files in the data volume (#4823)

* 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: log sidecar never finishes (#4827)

* fix: pre-run/post-run/command scripts are running incorrectly (#4829)

* fix: api urls for the set context command (#4825)

* 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

* fix: pass command arguments down (#4830)

* feat: Executor tests - pre/post run scripts, postman/newman - container 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 (#4831)

* fix: remove cloud commands from docs

* fix: login aliases

* feat: add support for configurable test file using envvar and edit variables 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

* update release dev

* feat: improve logging around connecting to agent api (#4856)

* improve logging around connecting to agent api

* improve error messages in scraper factory

* docs: fix invalid flag in running-tests.md (#4845)

* fix invalid flag in running-tests.md

* fix minor typo in running-tests.md

* add condition to install latest release if no beta found

* feat: slave pod number env var

* added tags as the trigger for cicd (#4861)

* fix: avoid COLLSCAN in favor of PROJECTION_COVERED while counting execution totals (#4860)

* fix cypress files goreleaser

* docs: deprecating internal /results route (#4866)

* docs: added info about internal results route deprecation

* docs: added info about internal results route deprecation

* added dot on the end.

* fix: added deprecations to menu

* fix: obfuscate slack token in log message (#4500)

* fix: passed feature flags in construct function (#4874)

* chore: update gitlab docs with testkube alias

* chore: add symbolic links for 'testkube' and 'tk' for kubeshop/testkube image (#4877)

* docs: deprecating internal /results route (#4866)

* docs: added info about internal results route deprecation

* docs: added info about internal results route deprecation

* added dot on the end.

* fix: added deprecations to menu

* fix: obfuscate slack token in log message (#4500)

* fix: passed feature flags in construct function (#4874)

* chore: update gitlab docs with testkube alias

* chore: add symbolic links for 'testkube' and 'tk' for kubeshop/testkube image (#4877)

* fix: remove binaries

* fix: check if repository is empty on conversion from open api (#4876)

* fix: check if repository is empty on conversion from open api

* fix: check if repository empty on update

* fix: IsEmpty for URI

* fix: clean binaries

* fix: change repo folder

* fix: remove submodule

* feat: pass sidecar image from executors json file (#4875)

* fix: initialize transport with default one explicitly (#4884)

* fix: accept deprecated domain flags --pro-root-domain and --cloud-root-domain (#4879)

* Update internal/app/api/v1/tests.go

Co-authored-by: nicufk <nicolae@kubeshop.io>

* fix: skip runner secrets

* fix: use continue instead of break

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ypoplavs <yulia.poplavska@kubeshop.io>
Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
Co-authored-by: Jacek Wysocki <jacek.wysocki@gmail.com>
Co-authored-by: Bogdan Hanea <bogdan.hanea@yahoo.com>
Co-authored-by: Povilas Versockas <p.versockas@gmail.com>
Co-authored-by: ypoplavs <45286051+ypoplavs@users.noreply.github.com>
Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
Co-authored-by: Javier Morante <javier@kubeshop.io>
Co-authored-by: fivenp <mh@fivenp.com>
Co-authored-by: Daniel Baptista Dias <danielbdias@users.noreply.github.com>
Co-authored-by: Hamid <33328203+emamihe@users.noreply.github.com>
Co-authored-by: Tomasz Konieczny <tomasz.konieczny@kubeshop.io>
Co-authored-by: Dejan Pejchev <pejcev.dejan@gmail.com>
Co-authored-by: Lilla Vass <vLia@users.noreply.github.com>
Co-authored-by: Catalin <20538711+devcatalin@users.noreply.github.com>
Co-authored-by: Lilla Vass <lilla@kubeshop.io>
Co-authored-by: Ale <93217218+alelthomas@users.noreply.github.com>
Co-authored-by: Hamid Emamian <emami.he@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nicufk <nicolae@kubeshop.io>
Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com>
Co-authored-by: Reinier Schoof <reinier@skoef.nl>
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.

4 participants