summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unit_log_config_SUITE: Adapt after fixes to rabbit_lagerJean-Sébastien Pédron2020-02-101-74/+82
* Merge pull request #2236 from rabbitmq/fix-logging-after-issue2180-related-ch...Jean-Sébastien Pédron2020-02-101-13/+41
|\
| * rabbit_lager: Fix log level being set from the configuration fileJean-Sébastien Pédron2020-02-101-1/+27
| * rabbit_lager: Only use "\r\n" with the console backendJean-Sébastien Pédron2020-02-101-12/+14
|/
* Merge pull request #2233 from Ayanda-D/handle-absent-alive-queuesMichael Klishin2020-02-091-1/+1
|\
| * Format pid correctlyAyanda Dube2020-02-081-1/+1
|/
* WordingMichael Klishin2020-02-081-1/+1
* improve handling of absent queues assumed to be aliveAyanda Dube2020-02-081-1/+7
* rabbit_binding: a few helpers to make it easier to delete bindingsMichael Klishin2020-02-081-5/+22
* Merge pull request #2216 from rabbitmq/move-all-os-getenv-to-rabbit_envJean-Sébastien Pédron2020-02-037-35/+54
|\
| * rabbit_mnesia_rename: Use the new rabbit_nodes_common:name_type() functionJean-Sébastien Pédron2020-02-031-1/+2
| * Move all RabbitMQ-specific environment variables to `rabbit_env`Jean-Sébastien Pédron2020-02-036-34/+52
|/
* Refactor definition import functions to log lessMichael Klishin2020-02-021-25/+22
* Introduce rabbit_{exchange,amqqueue}:lookup_many/1Michael Klishin2020-02-022-11/+19
* rabbit_exchange:lookup/1: support lists of keysMichael Klishin2020-02-021-2/+10
* rabbit_guide:string/2: support binary prefixesMichael Klishin2020-02-021-4/+6
* Skip persistent cluster ID test for mixed version clustersMichael Klishin2020-02-021-11/+17
* Merge pull request #2228 from rabbitmq/rabbitmq-server-2222-2Michael Klishin2020-02-011-0/+3
|\
| * Ignore SIGUSR2 signal as wellLuke Bakken2020-01-311-0/+3
|/
* Merge pull request #2227 from rabbitmq/rabbitmq-server-2222Jack Vanlightly2020-01-312-0/+63
|\
| * Override OTP handlers to gracefully shut down on SIGTERM, SIGQUITMichael Klishin2020-01-302-0/+63
* | Merge pull request #2226 from rabbitmq/mk-persistent-internal-cluster-idJack Vanlightly2020-01-313-11/+64
|\ \ | |/ |/|
| * Log message wordingMichael Klishin2020-01-301-1/+1
| * Introduce a persistent internal cluster IDMichael Klishin2020-01-303-11/+64
|/
* rabbit_definitions: introduce a few typesMichael Klishin2020-01-281-0/+20
* Merge pull request #2221 from loguntsov/patch-1Michael Klishin2020-01-281-1/+1
|\
| * Formatting.Sergey Loguntsov2020-01-271-1/+1
| * Fix bad type of result of ack function.Sergey Loguntsov2020-01-271-1/+1
|/
* Merge pull request #2219 from rabbitmq/revisit-rabbit-start_apps-2Michael Klishin2020-01-241-8/+14
|\
| * rabbit: Change start_apps/2 to call application:ensure_all_started/2Jean-Sébastien Pédron2020-01-241-8/+14
|/
* Merge pull request #2220 from rabbitmq/fix-bootsteps-run-vs-app-start-orderJean-Sébastien Pédron2020-01-241-4/+14
|\
| * rabbit: Fix plugins' run_boot_steps() vs. start orderJean-Sébastien Pédron2020-01-241-4/+14
|/
* Makefile: Expand the list of slow testsuitesJean-Sébastien Pédron2020-01-231-0/+14
* Merge pull request #2218 from Gsantomaggio/rabbitmq_server_2214Michael Klishin2020-01-231-2/+6
|\
| * Handle timeout error on the rebalance functionGabriele Santomaggio2020-01-221-2/+6
* | Merge pull request #2211 from rabbitmq/unsupported-if-flags-delete-qqArnaud Cogoluègnes2020-01-222-1/+41
|\ \ | |/ |/|
| * Acting user not used in qq queue.delete with flagsArnaud Cogoluègnes2020-01-201-2/+2
| * Unsupported if_empty and if_unused flags for delete quorum queuesdcorbacho2020-01-152-1/+41
* | quorum_queue_SUITE: Remove an unused variableJean-Sébastien Pédron2020-01-171-1/+1
* | unit_SUITE: Declare test plugins' dependenciesJean-Sébastien Pédron2020-01-171-1/+6
* | Revert "unit_SUITE: Fix test plugin's dependencies"Jean-Sébastien Pédron2020-01-171-1/+1
* | unit_SUITE: Fix test plugin's dependenciesJean-Sébastien Pédron2020-01-161-1/+1
* | Merge pull request #2212 from rabbitmq/filter-non-plugins-outGerhard Lazu2020-01-161-12/+48
|\ \ | |/ |/|
| * rabbit_plugins: Filter non-plugins outJean-Sébastien Pédron2020-01-161-12/+48
|/
* Merge pull request #2210 from rabbitmq/filter-applicable-policiesMichael Klishin2020-01-155-2/+56
|\
| * Filter policies that cannot be applied to quorum queuesdcorbacho2020-01-145-2/+56
* | rabbit_feature_flags: Lookup feature flags in RabbitMQ-related applications onlyJean-Sébastien Pédron2020-01-131-2/+2
* | rabbit_prelaunch_early_logging: Setup all categories earlyJean-Sébastien Pédron2020-01-132-36/+61
* | rabbit_feature_flags: Use new `feature_flags` log categoryJean-Sébastien Pédron2020-01-132-145/+191
* | Merge pull request #2209 from rabbitmq/tomyouyou-tomyouyou-autoheal-lMichael Klishin2020-01-133-2/+10
|\ \