summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-151-0/+10
* Merge pull request #2210 from rabbitmq/filter-applicable-policiesMichael Klishin2020-01-154-1/+35
|\
| * Filter policies that cannot be applied to quorum queuesdcorbacho2020-01-144-1/+35
* | 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-131-21/+1
* | rabbit_feature_flags: Use new `feature_flags` log categoryJean-Sébastien Pédron2020-01-132-145/+191
* | Make autoheal state transition timeout configurableMichael Klishin2020-01-111-3/+4
* | Autoheal: loser node may miss the "autoheal_safe_to_start" notification from ...tomyouyou2020-01-111-0/+5
* | rabbit_definitions: ditto for global parametersMichael Klishin2020-01-081-2/+3
* | rabbit_definitions: ditto for permissionsMichael Klishin2020-01-081-2/+4
* | rabbit_definitions:list_users/0: make key type match other similar fnsMichael Klishin2020-01-081-4/+4
* | rabbit_feature_flags: Remove module part in local function callsJean-Sébastien Pédron2020-01-081-2/+2
* | This feature flag log message should be a debug oneMichael Klishin2020-01-081-2/+2
* | rabbit_definitions: export more functionsMichael Klishin2020-01-081-1/+6
* | Chang proxy protocol error message to debugLuke Bakken2020-01-071-1/+1
|/
* rabbit_variable_queue: Adapt to new rabbit_recovery_terms:open_table/1Jean-Sébastien Pédron2020-01-031-1/+1
* rabbit_variable_queue: Normalize indentationJean-Sébastien Pédron2020-01-031-2/+2
* Reformatted #2197 by @nyczol, references #2199Michael Klishin2019-12-291-1/+4
* (c) bumpMichael Klishin2019-12-29124-124/+124
* More type specsMichael Klishin2019-12-261-0/+4
* Handle potential dets:open_file/2 errors with up to 10 retriesMichael Klishin2019-12-261-13/+26
* Update rabbit_recovery_terms.erltomyouyou2019-12-261-3/+13
* rabbit.gc_threshold => rabbit.writer_gc_threshold, references #2182Michael Klishin2019-12-241-5/+5
* Merge branch 'configurable_gc_threshold' of https://github.com/nyczol/rabbitm...Michael Klishin2019-12-202-9/+21
|\
| * make garbage collector threshold configurableANycz2019-12-112-9/+21
* | Merge pull request #2188 from rabbitmq/rabbitmq-cli-389-part2Luke Bakken2019-12-191-1/+32
|\ \
| * | Rename QQs to ClassicQsLuke Bakken2019-12-191-2/+2
| * | More support functions for rabbitmq/rabbitmq-cli#389Michael Klishin2019-12-191-1/+32
* | | rabbitmq_prelaunch: Run rabbit_prelaunch_conf:setup/1 earlierLuke Bakken2019-12-193-539/+54
|/ /
* | Merge pull request #2185 from rabbitmq/qq-aux-eval-changesKarl Nilsson2019-12-161-2/+4
|\ \
| * | Update rabbit_fifo with Ra aux changeskjnilsson2019-12-131-2/+4
* | | rabbit: Notify systemd after marking RabbitMQ as readyJean-Sébastien Pédron2019-12-161-2/+2
|/ /
* | Ensure list_local_quorum_queues workskjnilsson2019-12-121-4/+2
* | Drive-by change: correct a typoMichael Klishin2019-12-121-1/+1
* | rabbit_{amqueue,quorum_queue}: add several listing and sampling functionsMichael Klishin2019-12-123-9/+139
|/
* rabbit_lager: Use log levels from prelaunch contextJean-Sébastien Pédron2019-12-111-10/+78
* Move most of shell scripts to Erlang codeJean-Sébastien Pédron2019-12-1111-834/+1023
* Ensure syslog application is started when used as backendLuke Bakken2019-12-091-4/+27
* rabbit_mnesia: Be more flexible in is_virgin_node()Jean-Sébastien Pédron2019-12-051-9/+9
* rabbit_mnesia: Do not include `rabbit.hrl`Jean-Sébastien Pédron2019-12-051-2/+0
* Take consumers from `handle_tick` arguments, as stats from `infos` are not ye...dcorbacho2019-11-291-3/+7
* Remove duplicated consumers metric in quorum queuesdcorbacho2019-11-281-1/+1
* Merge pull request #2165 from rabbitmq/mgmt-less-improvementsMichael Klishin2019-11-273-4/+66
|\
| * Add format/1 for classic queues and totals/type_specific info for all typesdcorbacho2019-11-173-4/+66
* | rabbit_channel: Restore start_link/11 for backward compatibilityJean-Sébastien Pédron2019-11-262-2/+13
* | Merge pull request #2167 from rabbitmq/basic-get-sac-qqMichael Klishin2019-11-263-0/+10
|\ \
| * | Reject basic.get operations on quorum queues with single active consumer enableddcorbacho2019-11-203-0/+10
* | | Merge pull request #2172 from rabbitmq/velimir-avoid-get-amqp-params-callMichael Klishin2019-11-264-135/+99
|\ \ \
| * | | Remove log statementArnaud Cogoluègnes2019-11-251-2/+1