summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on rabbit_channel in classic queuesclassic-queue-type-fixes_ffKarl Nilsson2022-08-115-46/+96
* Feature flags: Support "auto-enable" feature flagsJean-Sébastien Pédron2022-08-113-15/+140
* Revert "Set kernel param prevent_overlapping_partitions to true"David Ansari2022-08-107-10/+82
* Bump dependencies in stream Java testArnaud Cogoluègnes2022-08-104-18/+20
* Merge pull request #5479 from rabbitmq/mk-rabbitmq-stream-java-test-suite-int...Arnaud Cogoluègnes2022-08-102-4/+4
|\
| * Streams: adapt tests to the latest Java stream client listener interfaceMichael Klishin2022-08-102-4/+4
|/
* Merge pull request #5467 from rabbitmq/mk-upgrade-eetcdMichael Klishin2022-08-103-5/+5
|\
| * Bump eetcd to 0.3.6Michael Klishin2022-08-093-5/+5
* | Fix failing testDavid Ansari2022-08-091-20/+21
|/
* Merge pull request #5427 from rabbitmq/rabbitmq-server-5412-stream-info-commandArnaud Cogoluègnes2022-08-099-115/+284
|\
| * Use atom_to_binary/1 instead of rabbit_data_coercionArnaud Cogoluègnes2022-08-081-2/+1
| * Rename StreamInfo to StreamStatsArnaud Cogoluègnes2022-08-087-66/+59
| * Keep stream_* return codesArnaud Cogoluègnes2022-08-032-3/+7
| * Make process liveness check remote if necessaryArnaud Cogoluègnes2022-08-031-2/+7
| * Add StreamInfo command to stream protocolArnaud Cogoluègnes2022-08-039-110/+278
* | Merge pull request #5442 from rabbitmq/prevent-overlapping-partitionsMichael Klishin2022-08-087-82/+10
|\ \
| * | Set kernel param prevent_overlapping_partitions to trueDavid Ansari2022-08-087-82/+10
|/ /
* | Enable a post-#4563 testDavid Ansari2022-08-081-6/+7
* | Disable a test that needs revision post-#4563Michael Klishin2022-08-061-2/+4
* | Merge pull request #5319 from NuwanSameera/feature-delete-connection-by-usernameMichael Klishin2022-08-065-5/+110
|\ \
| * | Add delete connection by username featureNuwan Sameera2022-08-055-5/+110
|/ /
* | Merge pull request #4563 from rabbitmq/loic-dont-delete-durable-queues-on-nod...Michael Klishin2022-08-051-8/+25
|\ \
| * | Don't delete durable CQs from rabbit_queue table on node downLoïc Hoguin2022-04-151-8/+25
* | | Merge pull request #5450 from rabbitmq/dependabot/github_actions/master/actio...Michael Klishin2022-08-058-11/+11
|\ \ \
| * | | Bump actions/cache from 3.0.5 to 3.0.6dependabot[bot]2022-08-058-11/+11
|/ / /
* | | Terraform: add AMIs for Fedora 34 and 35Michael Klishin2022-08-051-0/+4
* | | Merge pull request #5447 from rabbitmq/mk-require-erlang-24Michael Klishin2022-08-052-4/+5
|\ \ \
| * | | Bump minimum required Erlang version to 24.3Michael Klishin2022-08-051-2/+2
| * | | Terraform: Erlang packages for 24 and 25 have long been availableMichael Klishin2022-08-051-2/+3
|/ / /
* | | Merge pull request #5445 from rabbitmq/mk-drop-erlang-23-from-actionsMichael Klishin2022-08-054-13/+8
|\ \ \
| * | | Drop Erlang 23 from Actions test matrixMichael Klishin2022-08-054-13/+8
|/ / /
* | | Merge pull request #5438 from rabbitmq/global-syncJean-Sébastien Pédron2022-08-042-7/+7
|\ \ \
| * | | Log at debug level when "global hang workaround" is appliedDavid Ansari2022-08-041-6/+6
| * | | Prevent global:sync/0 from being stuckDavid Ansari2022-08-041-1/+1
* | | | Merge pull request #5433 from rabbitmq/loic-fix-cqv1-full-recovery-bugMichael Klishin2022-08-043-6/+45
|\ \ \ \ | |/ / / |/| | |
| * | | CQv1: Fix failure to recover messages in rare casesLoïc Hoguin2022-08-043-6/+45
|/ / /
* | | rabbitmqctl(8): correct add_vhost option dashesMichael Klishin2022-08-021-1/+1
* | | Merge pull request #5418 from rabbitmq/ik-list_vhost_information_itemsMichael Klishin2022-08-021-3/+17
|\ \ \
| * | | rabbitmqctl(8): document optional args supported by add_vhostMichael Klishin2022-08-021-3/+9
| * | | Follow-up for #5399. Add new vhost information items to the listIliia Khaprov - VMware2022-08-021-0/+8
| | |/ | |/|
* | | Merge pull request #5416 from rabbitmq/dependabot/github_actions/master/erlef...Michael Klishin2022-08-023-3/+3
|\ \ \
| * | | Bump erlef/setup-beam from 1.11 to 1.12dependabot[bot]2022-08-013-3/+3
| |/ /
* | | 3.10.7 shipped with Osiris 1.3.0Michael Klishin2022-08-021-1/+1
|/ /
* | Merge pull request #5408 from rabbitmq/ik-import-vhost-default-queue-type-5399Michael Klishin2022-08-013-1/+4
|\ \
| * | close #5399, set default vhost queue type from import's metadataIliia Khaprov2022-08-013-1/+4
* | | Merge pull request #5410 from rabbitmq/rabbitmq-server-5305-follow-upMichael Klishin2022-08-014-5/+57
|\ \ \ | |/ / |/| |
| * | Validate the feature flag behind user-provided queue type on the server endMichael Klishin2022-08-013-4/+24
| * | ctl add_vhost: check if relevant feature flags are enabledMichael Klishin2022-08-012-2/+34
|/ /
* | Merge pull request #5235 from rabbitmq/remove-quorum_queue-ff-compatibility-codeJean-Sébastien Pédron2022-08-0133-1481/+250
|\ \
| * | Remove test code which depended on the `quorum_queue` feature flagsJean-Sébastien Pédron2022-08-0123-413/+142