summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maintenance_mode_SUITE, queue_master_location_SUITE: Enable `maintenance_mode...Jean-Sébastien Pédron2020-07-232-25/+52
* rabbit_prelaunch_errors, rabbit_core_ff: Fix style consistencyJean-Sébastien Pédron2020-07-232-17/+22
* GitHub Actions: Regen workflowsMichael Klishin2020-07-222-358/+358
* GitHub Actions: Regen workflowsMichael Klishin2020-07-222-722/+708
* rabbitmq-diagnostics node_health_check is deprecated, remove its test suiteMichael Klishin2020-07-221-190/+0
* GitHub Actions: Regen workflowsJean-Sébastien Pédron2020-07-222-362/+552
* rabbit_prelaunch_conf: Integrate application load error to existing messageJean-Sébastien Pédron2020-07-221-5/+4
* Update erlang.mkdcorbacho2020-07-211-1/+2
* Update rabbitmq-components.mkJean-Sébastien Pédron2020-07-211-1/+1
* Update rabbitmq-components.mkMichael Klishin2020-07-211-2/+2
* rabbit_prelaunch_conf: log application loading failuresMichael Klishin2020-07-211-1/+3
* Revert drop of Exhibit B on MPL 2.0dcorbacho2020-07-201-2/+8
* Merge pull request #2415 from GitHubPang/master-fix-typoMichael Klishin2020-07-201-1/+1
|\
| * Corrected a typo.GitHubPang2020-07-201-1/+1
|/
* A typoMichael Klishin2020-07-171-1/+1
* Improve a couple of error messagesMichael Klishin2020-07-171-3/+3
* Update MPL2 license file, drop Exhibit BMichael Klishin2020-07-171-8/+2
* Merge pull request #2413 from rabbitmq/rabbitmq-server-2349-2Michael Klishin2020-07-161-1/+1
|\
| * Catch case where feature flag is not enabledLuke Bakken2020-07-151-1/+1
|/
* Merge pull request #2349 from rabbitmq/rabbitmq-server-2321D Corbacho2020-07-1416-84/+887
|\
| * Correct two minor issues discovered by DialyzerMichael Klishin2020-07-142-11/+9
| * Sync license headers with MPL2 in masterMichael Klishin2020-07-142-25/+7
| * Hide maintenance mode behind a feature flagMichael Klishin2020-07-146-49/+120
| * Extract rabbit_networking:stop_ranch_listener_of_protocol/1Michael Klishin2020-07-141-1/+11
| * Be more defensive when computing Ranch ref from protocol nameMichael Klishin2020-07-141-2/+4
| * Report node maintenance status in 'rabbitmq-diagnostics status'Michael Klishin2020-07-142-36/+55
| * Make sure MQTT plugin closes its connections when a node is put into maintena...Michael Klishin2020-07-141-0/+12
| * More integration tests for maintenance modeMichael Klishin2020-07-141-2/+34
| * More integration tests for maintenance modeMichael Klishin2020-07-141-1/+49
| * Initial integration tests for maintenance modeMichael Klishin2020-07-142-0/+158
| * Correctly compute local QQ replica/Ra server name when revivingMichael Klishin2020-07-141-6/+8
| * DittoMichael Klishin2020-07-141-1/+1
| * Strip some trailing whitespaceMichael Klishin2020-07-141-1/+1
| * Node entering maintenance will shut down its local quorum queue replicasMichael Klishin2020-07-142-10/+56
| * More logging for revival operationsMichael Klishin2020-07-141-0/+3
| * Unify Ranch ref construction for all listenersMichael Klishin2020-07-141-1/+30
| * Maintenance mode: transfer leadership (primary replicas) of local CMQsMichael Klishin2020-07-142-10/+68
| * Introduce rabbit_maintenance:{drain,revive}/0Michael Klishin2020-07-143-13/+65
| * TyposMichael Klishin2020-07-141-2/+3
| * Integrate node maintenance information into queue master locatorsMichael Klishin2020-07-147-27/+130
| * Initial API bits for marking a node as being drained (or not)Michael Klishin2020-07-144-17/+68
| * Add a table for tracking node maintenance/draining stateMichael Klishin2020-07-142-1/+20
| * rabbit_maintenance: simplify return values of listener suspension functionsMichael Klishin2020-07-141-16/+27
| * Introduce rabbit_maintenance:{suspend,resume}_all_client_listeners/2Michael Klishin2020-07-141-6/+33
| * Extract a function that computes Ranch listener referencesMichael Klishin2020-07-142-8/+17
| * tcp_listener_sup: use maps for supervisor flags and child specMichael Klishin2020-07-142-13/+18
| * Introduce rabbit_networking:node_client_listeners/1Michael Klishin2020-07-142-1/+56
|/
* Merge pull request #2406 from rabbitmq/rabbitmq-server-2405Michael Klishin2020-07-122-3/+12
|\
| * Log a message when listeners are about to be startedMichael Klishin2020-07-122-0/+2
| * Move networking boot step to end of startupLuke Bakken2020-07-091-3/+10