summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rabbit_logger_std_h: make Dialyzer runrabbitmq-server-3831Michael Klishin2021-12-021-3/+0
* More log rotation date spec parser improvementsMichael Klishin2021-12-022-2/+38
* Extend log.file.rotation.date parserMichael Klishin2021-12-022-52/+135
* Update 3.9.11 release notesMichael Klishin2021-12-021-0/+11
* Merge pull request #3825 from johanrhodin/patch-3Michael Klishin2021-12-011-3/+2
|\
| * Match help box to correct itemJohan Rhodin2021-12-011-3/+2
|/
* Merge pull request #3822 from rabbitmq/3.9.11-release-notesMichael Klishin2021-12-012-1/+75
|\
| * Initial 3.9.11 release notesMichael Klishin2021-12-012-1/+75
|/
* Merge pull request #3820 from rabbitmq/lukebakken/fix-flaky-gh-3729-testMichael Klishin2021-12-011-3/+2
|\
| * Remove flaky assertionLuke Bakken2021-12-011-3/+2
|/
* Merge pull request #3804 from rabbitmq/qq-clean-properties-before-storageMichael Klishin2021-12-011-1/+20
|\
| * Update rabbit_quorum_queue.erlqq-clean-properties-before-storageLuke Bakken2021-11-261-1/+1
| * QQ: remove decoded properties before storing messagesKarl Nilsson2021-11-261-1/+20
* | Merge pull request #3814 from rabbitmq/stream-declare-sizeMichael Klishin2021-11-302-2/+43
|\ \
| * | Compile from scratchMichael Klishin2021-11-301-1/+0
| * | Query total number of messages on stream leader on queue.declarestream-declare-sizedcorbacho2021-11-302-2/+44
* | | Merge pull request #3816 from rabbitmq/mergify/bp/master/pr-3815Michael Klishin2021-11-3021-35/+120
|\ \ \
| * | | Introduce a new CLI tool (scope), rabbitmq-tanzuMichael Klishin2021-11-3021-35/+120
|/ / /
* | | Merge pull request #3805 from tomyouyou/deativate_limit_of_qpidMichael Klishin2021-11-304-0/+32
|\ \ \ | |/ / |/| |
| * | To deactivate limit of all QPids when the limiter has been changed from 'limi...tomyouyou2021-11-274-0/+32
| |/
* | Merge pull request #3806 from rabbitmq/rabbitmq-server-3803Michael Klishin2021-11-291-6/+25
|\ \
| * | Log message wordingMichael Klishin2021-11-291-1/+1
| * | Simplify tcp_listener argument obfuscationrabbitmq-server-3803Michael Klishin2021-11-291-28/+11
| * | tcp_listener: only set credential obfuscation secret if necessaryMichael Klishin2021-11-281-2/+7
| * | tcp_listener: avoid logging listener arguments on shutdownMichael Klishin2021-11-281-5/+36
* | | Add a bazel rule for generating erlang_ls.configPhilip Kuryloski2021-11-292-0/+40
* | | Merge pull request #3781 from rabbitmq/bump-bazel-erlangPhilip Kuryloski2021-11-291-1/+1
|\ \ \ | |_|/ |/| |
| * | Adopt latest bazel-erlangGitHub2021-11-271-1/+1
|/ /
* | Add missing Ra commands to the logDavid Ansari2021-11-261-3/+3
|/
* Merge pull request #3800 from tomyouyou/stop_statsMichael Klishin2021-11-251-0/+8
|\
| * To stop collect_statistics when rabbitmq_management has been disabled.tomyouyou2021-11-251-0/+8
* | Merge pull request #3746 from rabbitmq/lukebakken/gh-3729Michael Klishin2021-11-252-14/+75
|\ \ | |/ |/|
| * quorum_queue_SUITE: bump some timeoutslukebakken/gh-3729Michael Klishin2021-11-241-5/+5
| * quorum_queue_SUITE: drop a debug lineMichael Klishin2021-11-241-1/+0
| * Fix quorum queue crash during consumer cancel with returnLuke Bakken2021-11-232-11/+73
* | Merge pull request #3798 from wrobell/rabbitmq-streams-doc-protocol-timestampMichael Klishin2021-11-241-2/+5
|\ \
| * | Link to most recent description of Osiris chunk formatwrobell2021-11-241-2/+5
* | | Merge pull request #3779 from rabbitmq/vhost-exchange-countMichael Klishin2021-11-243-4/+152
|\ \ \ | |_|/ |/| |
| * | Use `rabbitmq_cluster_` prefix for cluster-wide metricsvhost-exchange-countAlexey Lebedeff2021-11-243-18/+20
| * | WordingMichael Klishin2021-11-241-2/+2
| * | WordingMichael Klishin2021-11-241-5/+4
| * | Add optional metrics for vhost and exchange countAlexey Lebedeff2021-11-243-2/+149
|/ /
* | Do not count unroutable message in global totalsMichael Klishin2021-11-232-2/+2
* | Merge pull request #3708 from rabbitmq/filter-out-queues-from-global-statsMichael Klishin2021-11-236-44/+105
|\ \
| * | Compile the regexLuke Bakken2021-11-221-1/+2
| * | Use own key to exclude queuesdcorbacho2021-11-162-1/+3
| * | Exclude queues from aggregated metrics in prometheus collectordcorbacho2021-11-162-34/+77
| * | Store collector pattern in process memorydcorbacho2021-11-151-18/+18
| * | Use a pattern to filter out some queues from global statsdcorbacho2021-11-123-5/+20
* | | Merge pull request #3770 from easyteacher/systemd-hardeningMichael Klishin2021-11-191-0/+13
|\ \ \