summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* rabbit: Do not load configuration twiceJean-Sébastien Pédron2020-02-281-6/+3
* rabbit: Export product info in `status()`Jean-Sébastien Pédron2020-02-251-1/+7
* Add ability to customize product name, version & bannerJean-Sébastien Pédron2020-02-201-12/+167
* Merge pull request #2244 from rabbitmq/only-handle-SIGHUP-and-SIGTSTPGerhard Lazu2020-02-201-6/+0
|\
| * Only handle SIGHUP and SIGTSTPJean-Sébastien Pédron2020-02-201-6/+0
* | Import definitions concurrentlyMichael Klishin2020-02-181-1/+6
|/
* Convert systemd notification to prelaunch stepsPhilip Kuryloski2020-02-101-127/+12
* rabbit: Change boot state to `stopping` in prep_stop/1Jean-Sébastien Pédron2020-02-101-3/+3
* rabbit: Merge start_apps/2 and start_loaded_apps/2Jean-Sébastien Pédron2020-02-101-7/+6
* Move all RabbitMQ-specific environment variables to `rabbit_env`Jean-Sébastien Pédron2020-02-031-5/+6
* Override OTP handlers to gracefully shut down on SIGTERM, SIGQUITMichael Klishin2020-01-301-0/+6
* rabbit: Change start_apps/2 to call application:ensure_all_started/2Jean-Sébastien Pédron2020-01-241-8/+14
* rabbit: Fix plugins' run_boot_steps() vs. start orderJean-Sébastien Pédron2020-01-241-4/+14
* (c) bumpMichael Klishin2019-12-291-1/+1
* rabbitmq_prelaunch: Run rabbit_prelaunch_conf:setup/1 earlierLuke Bakken2019-12-191-5/+8
* rabbit: Notify systemd after marking RabbitMQ as readyJean-Sébastien Pédron2019-12-161-2/+2
* Move most of shell scripts to Erlang codeJean-Sébastien Pédron2019-12-111-361/+322
* Extract rabbit_definitions from rabbitmq-managementMichael Klishin2019-11-121-0/+9
* Take infinity timeout into accountLuke Bakken2019-11-061-0/+4
* Make a bunch of Ra settings configurable rabbitmq.confMichael Klishin2019-10-271-1/+6
* Handle infinity timeout when awaiting boot finishMichael Klishin2019-10-181-0/+4
* More startup banner tweaks suggested by @gerhardMichael Klishin2019-09-251-7/+10
* Rearrange startup banner itemsMichael Klishin2019-09-251-12/+11
* Startup banner improvementsMichael Klishin2019-09-251-14/+22
* WordingMichael Klishin2019-09-181-1/+2
* Added more helpful message in case the config file failed to generatevanseverk2019-09-181-2/+3
* Make virtual host record versionedDiana Corbacho2019-08-301-2/+2
* Remove short name formattingLuke Bakken2019-08-131-4/+4
* Make it possible to pre-configure cluster name via configMichael Klishin2019-08-121-0/+6
* Remove deprecation of force_event_refresh messageLuke Bakken2019-07-011-10/+7
* Set ra wal_max_size_bytes default if not setkjnilsson2019-06-241-0/+6
* print cuttlefish validation error on a new lineGrigory Starinkin2019-04-251-1/+1
* Rework log initialisation tests and boot error reportingMichael Klishin2019-04-251-9/+18
* show output from cuttlefish when conf validation failsGrigory Starinkin2019-04-241-8/+8
* 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