James Rea
James Rea
[Issue 43: RabbitMQHandler should be able to connect via a AMQP URL with URLParameters](https://github.com/albertomr86/python-logging-rabbitmq/issues/43) This PR: - Allows for `url` parameter in `RabbitMQHandler` & `RabbitMQHandlerOneWay` constructor to connect to `pika`...
`pika` supports connecting via `URLParameters` [Ref](https://pika.readthedocs.io/en/stable/modules/parameters.html) It would be nice `python_logging_rabbitmq` could also support such connection.
# fix: Add explicit arg typing across `tools/*`. ## Context Some of the arguments in the functions located in `tool/*` do not explicitly define their type. This results in a...
# Checklist * [x] I've searched the issue queue to verify this is not a duplicate bug report. * [x] I've included steps to reproduce the bug. * [x] I've...
# Description > This must be completed before releasing `v.1.13.0` As described in [feat!: Add AllowTagsRegex/IgnoreTagsRegex support to image/commit tags](https://github.com/akuity/kargo/pull/5142), from `v1.13.0`, `AllowTags` and `IgnoreTags` should be removed from `Kargo`'s...
# Description > This must be completed before releasing `v.1.11.0` As described in [feat!: Add AllowTagsRegex/IgnoreTagsRegex support to image/commit tags](https://github.com/akuity/kargo/pull/5142), from `v1.11.0`, `AllowTags` and `IgnoreTags` should migrate in favour of...