summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce rabbit:is_booted/0, is_booting/0Michael Klishin2019-01-201-1/+5
* Export rabbit:is_booting/1Michael Klishin2019-01-201-1/+1
* rabbit_fifo: refactoringkjnilsson2019-01-171-99/+138
* 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
| * | Integrate single active consumer with metricsArnaud Cogoluègnes2019-01-155-33/+122
| * | Merge branch 'master' into rabbitmq-management-649-single-active-consumerArnaud Cogoluègnes2019-01-15132-181/+386
| |\ \
| * | | Add single active consumer monitoring info to classic queueArnaud Cogoluègnes2019-01-112-1/+17
* | | | Merge pull request #1832 from rabbitmq/default-binding-cleanup-upgrade-functionMichael Klishin2019-01-162-1/+38
|\ \ \ \ | |_|_|/ |/| | |
| * | | Only remove durable bindings for durable queues.Daniil Fedotov2019-01-162-7/+2
| * | | Extract function, add loggingMichael Klishin2019-01-162-13/+33
| * | | WordingMichael Klishin2019-01-161-3/+4
| * | | Upgrade functions are expected to return a 'ok'Michael Klishin2019-01-161-1/+2
| * | | Add an upgrade function to remove all default bindings.Daniil Fedotov2019-01-152-0/+20
| | |/ | |/|
* | | Merge pull request #1831 from rabbitmq/make-mandatory-based-on-routing-onlyMichael Klishin2019-01-163-54/+18
|\ \ \
| * \ \ Merge branch 'master' into make-mandatory-based-on-routing-onlyMichael Klishin2019-01-161-9/+7
| |\ \ \
| * | | | Make mandatory based on route data onlykjnilsson2019-01-153-54/+18
| | |/ / | |/| |
* | | | Merge pull request #1823 from rabbitmq/delete_quorum_queue_fixesMichael Klishin2019-01-162-10/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | Change quorum queue delete timeoutkjnilsson2019-01-151-12/+20
| * | | Log this as a warningMichael Klishin2019-01-151-1/+1
| * | | Improve quorum queue deletionkjnilsson2019-01-152-9/+31
| |/ /
* | | Remove use of accept_ackLuke Bakken2019-01-151-9/+7
|/ /
* | Merge branch 'master' into qq-testingMichael Klishin2019-01-151-29/+212
|\ \
| * \ Merge pull request #1827 from rabbitmq/rabbitmq-server-1825-single-active-con...Michael Klishin2019-01-141-27/+212
| |\ \
| | * | Add waiting consumers when listing consumers in QQArnaud Cogoluègnes2019-01-141-11/+47
| | * | (Un)suspect waiting consumers when node goes down or upArnaud Cogoluègnes2019-01-141-7/+76
| | * | Unregister waiting consumers in QQ when channel goes downArnaud Cogoluègnes2019-01-111-9/+89
| | |/
* | | Remove an unused recordMichael Klishin2019-01-141-1/+0
* | | Merge branch 'master' into qq-testingMichael Klishin2019-01-14131-145/+172
|\ \ \ | |/ /
| * | Fixed years in copyrightSamuel NELA2019-01-13131-144/+142
| |/
| * Debug log messageMichael Klishin2019-01-101-1/+1
| * Update to sysmon_handler 1.1.0Luke Bakken2019-01-092-1/+30
* | Merge remote-tracking branch 'origin/master' into qq-testingDiana Corbacho2019-01-1012-226/+922
|\ \ | |/
| * Merge pull request #1816 from rabbitmq/rabbitmq-server-952Michael Klishin2019-01-093-1/+394
| |\
| | * Add rabbitmq-sysmon to RabbitMQLuke Bakken2019-01-073-1/+394
| * | Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqMichael Klishin2019-01-086-111/+156
| |\ \
| | * \ Merge pull request #1817 from rabbitmq/ra_server_supervisionKarl Nilsson2019-01-081-1/+2
| | |\ \ | | | |/ | | |/|
| | | * Update with Ra server supervision changeskjnilsson2019-01-041-1/+2
| | * | Merge pull request #1721 from rabbitmq/remove-default-bindingsMichael Klishin2019-01-043-66/+93
| | |\ \
| | | * | Filter out default exchange bindings that may already be in the databaseMichael Klishin2019-01-031-3/+8
| | | * | Check queue existence when checking for fake bindings existence.Daniil Fedotov2019-01-021-17/+24
| | | * | Add fake bindings to list functions.Daniil Fedotov2018-12-282-14/+51