summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* rabbit: Compute `totals` in status() only if RabbitMQ is runningJean-Sébastien Pédron2019-04-151-5/+10
* Merge pull request #1977 from rabbitmq/rabbitmq-cli-340Michael Klishin2019-04-141-7/+21
|\
| * rabbit:status/0: include server version informationMichael Klishin2019-04-141-0/+2
| * rabbit:status/0: include node's data directoryMichael Klishin2019-04-141-1/+2
| * rabbit:status/0: new section on basic (topology) totalsMichael Klishin2019-04-131-1/+12
| * rabbit:status/0: add config file, log file and enabled plugin infoMichael Klishin2019-04-131-1/+5
| * rabbit:alarms/0: return more information about the alarmMichael Klishin2019-04-121-1/+1
| * FormattingMichael Klishin2019-04-111-1/+1
| * rabbit:listeners/0: return full listener recordsMichael Klishin2019-04-111-6/+2
* | Merge pull request #1970 from rabbitmq/in-memory-limitsKarl Nilsson2019-04-111-0/+2
|\ \ | |/ |/|
| * Correct log effect return typekjnilsson2019-04-111-0/+2
* | Add code to declare amq.rabbitmq.log exchange immediately after the / vhost i...Luke Bakken2019-04-101-2/+4
|/
* URL CleanupSpring Operator2019-03-201-1/+1
* Treat rabbit_direct boot step as enabling listenersMichael Klishin2019-03-131-6/+6
* Undo recovery step dependencyMichael Klishin2019-03-131-1/+1
* Start TCP and TLS listeners later in boot processMichael Klishin2019-03-131-17/+26
* Feature flags: Handle plugins' feature flags only present on some nodesJean-Sébastien Pédron2019-03-011-1/+1
* Fix many Dialyzer warningsLoïc Hoguin2019-02-051-7/+5
* Use friendly name for Ra logskjnilsson2019-02-051-1/+1
* rabbit: Load plugins and init feature flags before we check cluster consistencyJean-Sébastien Pédron2019-02-041-5/+18
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-36/+57
* Restore the `rabbit:force_refresh_event()` featureJean-Sébastien Pédron2019-02-011-1/+12
* New "Feature flags" subsystem to ease upgrades with breaking changesJean-Sébastien Pédron2019-02-011-0/+7
* Merge pull request #1856 from rabbitmq/ra-loggerMichael Klishin2019-01-311-0/+3
|\
| * Configure Ra to log using lagerkjnilsson2019-01-301-0/+3
* | Disable large heap sysmon messagesLuke Bakken2019-01-291-1/+1
|/
* 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
* Introduce rabbit:is_booted/0, is_booting/0Michael Klishin2019-01-201-1/+5
* Export rabbit:is_booting/1Michael Klishin2019-01-201-1/+1
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Update to sysmon_handler 1.1.0Luke Bakken2019-01-091-1/+25
* Add rabbitmq-sysmon to RabbitMQLuke Bakken2019-01-071-1/+8
* Quorum queues (#1706)Karl Nilsson2018-10-291-9/+2
* Only start syslog application if it is requiredLuke Bakken2018-10-121-1/+0
* Format errors and warnings with regard to config files in a manner similar to...Luke Bakken2018-09-061-1/+1
* Simple validation for config file content and extension.Daniil Fedotov2018-08-141-0/+5
* Add code_server cache to prevent code:get_object_code abuseLuke Bakken2018-07-111-1/+7
* Compile Erlang/OTP 21Michael Klishin2018-06-071-0/+4
* Make is_booted function compatible with pre-3.7.4 remote nodesDaniil Fedotov2018-03-161-18/+9
* Do not try to start a vhost supervisors on not fully booted nodes.Daniil Fedotov2018-03-151-4/+21
* Find systemd unit via psLuke Bakken2018-02-021-2/+3
* Temporarily raise log high water mack when node bootsLuke Bakken2018-01-111-0/+1
* Add lager backend that logs to amq.rabbitmq.logLuke Bakken2017-12-281-14/+3