summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rabbit_amqqueue: Broaden the scope of the "cannot declare because disabled fe...Jean-Sébastien Pédron2020-10-051-1/+1
* Do not run queue_parallel agains stream queuekjnilsson2020-10-021-2/+1
* Fix queue master locator regressionkjnilsson2020-10-021-1/+1
* Quorum Queue reject publish bug fixkjnilsson2020-10-023-37/+34
* Fix crash bug when consumers are removedkjnilsson2020-10-023-22/+24
* Publish confirm fixeskjnilsson2020-10-011-22/+41
* Merge pull request #2347 from rabbitmq/stream-queueKarl Nilsson2020-09-3050-1668/+6572
|\
| * Dialyzer fixstream-queuekjnilsson2020-09-301-1/+2
| * Stream Queuekjnilsson2020-09-3050-1668/+6571
|/
* Merge pull request #2457 from rabbitmq/lrb-update-supervisorMichael Klishin2020-09-301-83/+0
|\
| * Move supervisor2_SUITE to rabbit_common (next to the module under test)Michael Klishin2020-09-301-128/+0
| * erlfmt changeslrb-update-supervisorLuke Bakken2020-09-291-24/+25
| * Add test for intrinsic supervisor2 typeLuke Bakken2020-09-292-83/+127
* | Merge pull request #2456 from rabbitmq/lrb-fix-syslog-loggingMichael Klishin2020-09-301-1/+2
|\ \ | |/ |/|
| * configure_handler_backend/1: return a value expected by the callerMichael Klishin2020-09-301-1/+2
| * Use application:ensure_all_started/1 to start sysloglrb-fix-syslog-loggingMichael Klishin2020-09-291-1/+1
| * Explicitly start syslog applicationLuke Bakken2020-09-291-1/+1
* | Merge pull request #2451 from rabbitmq/qq-consumer-prioritiesMichael Klishin2020-09-294-26/+151
|\ \ | |/ |/|
| * Quorum queue consumer prioritiesqq-consumer-prioritieskjnilsson2020-09-254-26/+151
* | Merge pull request #2453 from rabbitmq/shrink-when-downMichael Klishin2020-09-291-0/+5
|\ \
| * | Pass stricter Dialyzer on OTP 23Michael Klishin2020-09-291-2/+0
| * | Shrink quorum queue must succeed if the target node is down or rabbit is stoppedshrink-when-downdcorbacho2020-09-251-0/+7
* | | Merge pull request #2455 from rabbitmq/rabbitmq-server-2421Michael Klishin2020-09-282-2/+5
|\ \ \
| * | | Update rabbit_fifo consumers test to exclude suspected down ones from countdcorbacho2020-09-281-1/+1
| * | | Exclude consumers suspected as down from the consumer countdcorbacho2020-09-281-1/+4
|/ / /
* | | maintenance_mode_SUITE: Skip leader election checkJean-Sébastien Pédron2020-09-252-7/+36
* | | per_user_connection_channel_limit_SUITE: Wait for channel/connection to termi...Jean-Sébastien Pédron2020-09-251-13/+13
| |/ |/|
* | Update rabbit_definitions:apply_defs specs to feature returned errorsMichael Klishin2020-09-241-5/+5
|/
* Make it easy to close all connections on a nodeMichael Klishin2020-09-241-1/+8
* Erlang 21.3 is no longer supported, drop the CI badgeMichael Klishin2020-09-241-1/+0
* Merge pull request #2441 from rabbitmq/erlang-22Michael Klishin2020-09-242-561/+561
|\
| * Test with Erlang 22.3 and 23.0erlang-22Philip Kuryloski2020-09-232-561/+561
|/
* Make maintenance mode tests that involve QQs conditionalMichael Klishin2020-09-231-8/+41
* Fix one more timing-sensitive per_user_connection_channel_limit suite testMichael Klishin2020-09-231-6/+22
* Merge pull request #2447 from rabbitmq/qq-peek-commandMichael Klishin2020-09-226-17/+152
|\
| * rabbit_fifo: type the messages lqueueqq-peek-commandkjnilsson2020-09-221-1/+1
| * Test invariant: peek must not drain the queuedcorbacho2020-09-221-0/+2
| * Quorum Queue Peek commandkjnilsson2020-09-226-17/+150
|/
* Skip another mixed versions testkjnilsson2020-09-211-0/+9
* per_user_connection_channel_limit_SUITE: Wait for channel/connection to termi...Jean-Sébastien Pédron2020-09-211-5/+5
* quorum_queue_SUITE set lower aten poll intervalkjnilsson2020-09-211-1/+3
* Switch per_user suite to query feature flagkjnilsson2020-09-213-33/+45
* Merge pull request #2448 from rabbitmq/reclaim-qq-memoryMichael Klishin2020-09-203-4/+48
|\
| * Change a log message to be more accuratereclaim-qq-memoryMichael Klishin2020-09-182-3/+3
| * Quorum queue: API to reclaim quorum memorydcorbacho2020-09-162-2/+46
* | Ignore some tests when for mixed versionskjnilsson2020-09-183-10/+24
* | Merge pull request #2450 from rabbitmq/aten-poll-intervalMichael Klishin2020-09-181-0/+9
|\ \
| * | Increase aten poll intervalaten-poll-intervalkjnilsson2020-09-181-0/+9
|/ /
* | quorum_queue_SUITE test reliabilitykjnilsson2020-09-172-3/+16
* | Merge pull request #2449 from rabbitmq/lrb-revert-unintentional-assertionLuke Bakken2020-09-171-7/+7
|\ \ | |/ |/|