summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix many Dialyzer warningsLoïc Hoguin2019-02-0513-34/+50
* Use friendly name for Ra logskjnilsson2019-02-052-7/+22
* rabbit: Load plugins and init feature flags before we check cluster consistencyJean-Sébastien Pédron2019-02-041-5/+18
* Merge branch 'master' into rabbit-fifo-snapshotting-fixMichael Klishin2019-02-0192-1986/+6762
|\
| * Merge branch 'master' into dead-letter-testingMichael Klishin2019-02-0191-1980/+6756
| |\
| | * rabbit_binding: Small style improvementsJean-Sébastien Pédron2019-02-011-3/+3
| | * Fix errors reported by DialyzerJean-Sébastien Pédron2019-02-0112-133/+189
| | * Move `-spec()` near their functionJean-Sébastien Pédron2019-02-0171-1145/+1730
| | * Restore `mandatory_received` message handlingJean-Sébastien Pédron2019-02-013-2/+40
| | * Restore the `rabbit:force_refresh_event()` featureJean-Sébastien Pédron2019-02-017-5/+86
| | * Convert explicit default bindings removal to a feature flagJean-Sébastien Pédron2019-02-013-25/+52
| | * Handle races with quorum_queue feature flag migration funJean-Sébastien Pédron2019-02-015-12/+107
| | * Make #amqqueue{} a private record + add a feature flagJean-Sébastien Pédron2019-02-0131-792/+2466
| | * rabbit_plugins: Use `rabbit_misc:strict_version_minor_equivalent()` to check ...Jean-Sébastien Pédron2019-02-011-1/+2
| | * New "Feature flags" subsystem to ease upgrades with breaking changesJean-Sébastien Pédron2019-02-016-6/+2225
| * | Use queue name instead of ra name to query messages metricDiana Corbacho2019-02-011-1/+1
| * | Reject quorum queue messages with reason maxlen on drop-headDiana Corbacho2019-02-011-5/+5
| |/
| * Merge pull request #1856 from rabbitmq/ra-loggerMichael Klishin2019-01-311-0/+3
| |\
| * | Disable large heap sysmon messagesLuke Bakken2019-01-291-1/+1
* | | Ensure rabbit_fifo snaphots are emittedkjnilsson2019-02-012-145/+109
| |/ |/|
* | move ra logging shimkjnilsson2019-01-301-25/+0
* | Configure Ra to log using lagerkjnilsson2019-01-302-0/+28
|/
* Merge pull request #1849 from rabbitmq/basic_get_message_ready_countMichael Klishin2019-01-293-38/+52
|\
| * Fix basic get message ready countkjnilsson2019-01-283-38/+52
* | Remove code that sets syslog listen IPLuke Bakken2019-01-281-31/+1
* | Merge pull request #1848 from rabbitmq/await_startup_with_a_timeoutMichael Klishin2019-01-281-18/+78
|\ \
| * | SpacingMichael Klishin2019-01-281-1/+1
| * | Reintroduce the comment added in b0dd88351314cb4e0afca79cafa6bf315b42cbeeMichael Klishin2019-01-281-0/+1
| * | rabbit:await_startup: progress reportingMichael Klishin2019-01-281-26/+35
| * | await_startup: use default timeouts in ms, namingMichael Klishin2019-01-281-9/+14
| * | Add commentLuke Bakken2019-01-281-0/+1
| * | rabbit:await_startup/{0,1,2}: move spec definitions to definitionMichael Klishin2019-01-281-4/+7
| * | rabbit:await_startup/2: correct type specMichael Klishin2019-01-281-1/+1
| * | Introduce rabbit:await_startup/2Michael Klishin2019-01-251-14/+55
* | | Merge branch 'master' into rabbitmq-server-1838-active-field-for-consumersArnaud Cogoluègnes2019-01-254-253/+376
|\ \ \ | | |/ | |/|
| * | Ensure purge clears out returned messageskjnilsson2019-01-251-7/+9
| * | remove a few stale TODOskjnilsson2019-01-251-5/+1
| * | tidy upkjnilsson2019-01-241-7/+0
| * | Quorum queue queue length limit by byte size and number of messagesDiana Corbacho2019-01-243-231/+359
| |/
| * Introduce rabbit:is_booted/0, is_booting/0Michael Klishin2019-01-201-1/+5
| * Export rabbit:is_booting/1Michael Klishin2019-01-201-1/+1
* | Add consumer activity status to metricsArnaud Cogoluègnes2019-01-244-33/+37
* | Return active and activity status when listing consumersArnaud Cogoluègnes2019-01-214-36/+109
* | Merge branch 'master' into rabbitmq-server-1838-active-field-for-consumersArnaud Cogoluègnes2019-01-181-98/+137
|\ \ | |/
| * rabbit_fifo: refactoringkjnilsson2019-01-171-99/+138
* | Update active flag for consumersArnaud Cogoluègnes2019-01-183-44/+129
|/
* Merge pull request #1826 from rabbitmq/rabbitmq-management-649-single-active-...Karl Nilsson2019-01-176-46/+239
|\
| * Merge branch 'master' into rabbitmq-management-649-single-active-consumerArnaud Cogoluègnes2019-01-166-73/+66
| |\
| * | Monitor waiting consumers when entering stateArnaud Cogoluègnes2019-01-161-4/+69
| * | Add single active field when listing consumersArnaud Cogoluègnes2019-01-164-12/+34