* introduce code coverage report step
* remove airbyte-queue jacoco report since it isn't being generated by the build yet
* leave pointer to wildcard support and tweak coverage threshold
* Revert "Revert "Add dependencies to docker-compose (#19257)" (#19306)"
This reverts commit b16f28fd4d.
* Bump docker-compose version
* test
* Revert "test"
This reverts commit c3b28c9ec3.
* Bump docker compose version to 3.8
* test
* test
* Use a newer docker for platform build
* test
* Use docker compose v2
* Update docker for frontend e2e
* Use docker compose v2 for e2e tests
* Update tools to use docker compose v2
* Update more docker compose references to v2
* Update docker compose usage in docs
* Update deploying airbyte docs
* Fix permission
* Case insensistive check
* Add extra mention for docker compose in upgrading airbyte
* Improve upgrade docker note
* [ISSUE #19981] testing version bump
* [ISSUE #19981] debugging part-to-bump
* [ISSUE #19981] further debugging on part-to-bump
* [ISSUE #19981] further debugging on part-to-bump yet again
* [ISSUE #19981] further debugging on part-to-bump yet again and again
* [ISSUE #19981] improving on first successful attempt
* [ISSUE #19981] adding changelog and concurrency
* [ISSUE #19981] update version in .bumpversion.cfg
* [ISSUE #19981] testing Slack notification with working channel
* [ISSUE #19981] documentation and clean up before PR
* [ISSUE #19981] make changelog-message optional
* [ISSUE #19981] align version with new release
* [ISSUE #19981] code review
* fix concurrency
when using inputs for concurrency expression, needs to be on job level
* use gradle remote cache
* allow building without docker
* gradle build without docker
docker buildx will actually build the images
* stop runner for publish oss
* test new ami
* done testing ami
* PR feedback - comments
* fix concurrency and merge updates
- for both publish jobs we only want to allow one running workflow per SHA.
- for stopping the runner, use the find a PAT step (job was removed)
* fix github-token for stopping job
* Update action.yml
* Update publish-oss-for-cloud.yml
* fix: comment downtime sync test and restore helm ac tests
* Update as per review
* fix: fix class reference in test
* Comment out the test
* Import junit.Disabled
* Use default image
* Display logs of k3s service
* Use systemd instead of cgroup for kubelet
* Update airbyte-tests/src/acceptanceTests/java/io/airbyte/test/acceptance/ContainerOrchestratorAcceptanceTests.java
Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
* Update ContainerOrchestratorAcceptanceTests.java
* Update gradle.yml
Co-authored-by: Topher Lubaway <asimplechris@gmail.com>