feat: add clientless RabbitMQ service - #158
Draft
cofin wants to merge 2 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/podman-support #158 +/- ##
=======================================================
- Coverage 11.95% 10.30% -1.66%
=======================================================
Files 24 25 +1
Lines 2082 2165 +83
Branches 169 177 +8
=======================================================
- Hits 249 223 -26
- Misses 1798 1891 +93
- Partials 35 51 +16 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cofin
force-pushed
the
feat/podman-support
branch
from
July 22, 2026 15:56
e106a3e to
5eee24d
Compare
cofin
force-pushed
the
feat/rabbitmq-service
branch
from
July 22, 2026 15:57
d720fb1 to
967f828
Compare
cofin
force-pushed
the
feat/rabbitmq-service
branch
from
July 22, 2026 17:05
967f828 to
633edd7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\n- add RabbitMQ 4.3 fixtures using bundled rabbitmq-diagnostics, rabbitmqctl, and rabbitmqadmin\n- expose custom credentials and AMQP URL with per-worker virtual-host or broker isolation\n- keep the management port internal and register one-provider selective CI ownership\n\n## Validation\n\n- provider tests: 3 passed\n- Ruff, mypy, pyright, and docs passed\n- selector: 1 provider job, 1 image pull\n- no AMQP Python client dependency or lockfile change\n\nPart of #150.