Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Query total number of messages on stream leader on queue.declarestream-declare-size | dcorbacho | 2021-11-30 | 2 | -2/+44 |
| | |||||
* | Merge pull request #3806 from rabbitmq/rabbitmq-server-3803 | Michael Klishin | 2021-11-29 | 1 | -6/+25 |
|\ | | | | | tcp_listener: avoid logging listener arguments on shutdown | ||||
| * | Log message wording | Michael Klishin | 2021-11-29 | 1 | -1/+1 |
| | | |||||
| * | Simplify tcp_listener argument obfuscationrabbitmq-server-3803 | Michael Klishin | 2021-11-29 | 1 | -28/+11 |
| | | | | | | | | Per suggestions from @lhoguin | ||||
| * | tcp_listener: only set credential obfuscation secret if necessary | Michael Klishin | 2021-11-28 | 1 | -2/+7 |
| | | |||||
| * | tcp_listener: avoid logging listener arguments on shutdown | Michael Klishin | 2021-11-28 | 1 | -5/+36 |
| | | | | | | | | Closes #3803 | ||||
* | | Add a bazel rule for generating erlang_ls.config | Philip Kuryloski | 2021-11-29 | 2 | -0/+40 |
| | | | | | | | | | | | | If you are using bazel, you can switch to this with: 1. `bazelisk build //tools:erlang_ls.config` 2. `cp bazel-bin/tools/erlang_ls.config erlang_ls.config` | ||||
* | | Merge pull request #3781 from rabbitmq/bump-bazel-erlang | Philip Kuryloski | 2021-11-29 | 1 | -1/+1 |
|\ \ | | | | | | | Adopt latest bazel-erlang | ||||
| * | | Adopt latest bazel-erlang | GitHub | 2021-11-27 | 1 | -1/+1 |
|/ / | | | | | | | - bazel-erlang@050faedb2a3422a60d6b98678c714ed1a61ec71d | ||||
* | | Add missing Ra commands to the log | David Ansari | 2021-11-26 | 1 | -3/+3 |
|/ | | | | | | | | Before this commit, the tests were not including any settle, return, or discard Ra commands. Do not pattern match against 'ra_event' because nowadays: _Opts = [local, ra_event] | ||||
* | Merge pull request #3800 from tomyouyou/stop_stats | Michael Klishin | 2021-11-25 | 1 | -0/+8 |
|\ | | | | | To stop collect_statistics when rabbitmq_management_agent has been disabled | ||||
| * | To stop collect_statistics when rabbitmq_management has been disabled. | tomyouyou | 2021-11-25 | 1 | -0/+8 |
| | | | | | | After stopping the 'rabbitmq_management', these statistics tables are still being refreshed. | ||||
* | | Merge pull request #3746 from rabbitmq/lukebakken/gh-3729 | Michael Klishin | 2021-11-25 | 2 | -14/+75 |
|\ \ | |/ |/| | Fix case where quorum queue consumer is cancelled while message is about to be delivered | ||||
| * | quorum_queue_SUITE: bump some timeoutslukebakken/gh-3729 | Michael Klishin | 2021-11-24 | 1 | -5/+5 |
| | | |||||
| * | quorum_queue_SUITE: drop a debug line | Michael Klishin | 2021-11-24 | 1 | -1/+0 |
| | | |||||
| * | Fix quorum queue crash during consumer cancel with return | Luke Bakken | 2021-11-23 | 2 | -11/+73 |
| | | | | | | | | Fixes #3729 | ||||
* | | Merge pull request #3798 from wrobell/rabbitmq-streams-doc-protocol-timestamp | Michael Klishin | 2021-11-24 | 1 | -2/+5 |
|\ \ | | | | | | | Link to most recent description of Osiris chunk format | ||||
| * | | Link to most recent description of Osiris chunk format | wrobell | 2021-11-24 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The most recent description of Osiris chunk format does not reference the timestamp field to be "posix-ish" anymore. This was bit misleading as it is Erlang's system time. Add link to Erlang system time documentation to the subscription command description to avoid confusion about the timestamp field. | ||||
* | | | Merge pull request #3779 from rabbitmq/vhost-exchange-count | Michael Klishin | 2021-11-24 | 3 | -4/+152 |
|\ \ \ | |_|/ |/| | | Add optional metrics for vhost and exchange count | ||||
| * | | Use `rabbitmq_cluster_` prefix for cluster-wide metricsvhost-exchange-count | Alexey Lebedeff | 2021-11-24 | 3 | -18/+20 |
| | | | |||||
| * | | Wording | Michael Klishin | 2021-11-24 | 1 | -2/+2 |
| | | | |||||
| * | | Wording | Michael Klishin | 2021-11-24 | 1 | -5/+4 |
| | | | |||||
| * | | Add optional metrics for vhost and exchange count | Alexey Lebedeff | 2021-11-24 | 3 | -2/+149 |
|/ / | | | | | | | | | These can make sense in some scenarios, e.g. when vhost/exchanges are +created using self-service automation | ||||
* | | Do not count unroutable message in global totals | Michael Klishin | 2021-11-23 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #3708 from rabbitmq/filter-out-queues-from-global-stats | Michael Klishin | 2021-11-23 | 6 | -44/+105 |
|\ \ | | | | | | | Use a pattern to filter out some queues from global stats | ||||
| * | | Compile the regex | Luke Bakken | 2021-11-22 | 1 | -1/+2 |
| | | | |||||
| * | | Use own key to exclude queues | dcorbacho | 2021-11-16 | 2 | -1/+3 |
| | | | |||||
| * | | Exclude queues from aggregated metrics in prometheus collector | dcorbacho | 2021-11-16 | 2 | -34/+77 |
| | | | | | | | | | | | | Uses same exclusion pattern as the management agent | ||||
| * | | Store collector pattern in process memory | dcorbacho | 2021-11-15 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | Avoids multiple calls to `application:get_env` which can be very expensive. Also limits filter to vhost_msg_stats, as queue_msg_stats are required for individual queue metrics | ||||
| * | | Use a pattern to filter out some queues from global stats | dcorbacho | 2021-11-12 | 3 | -5/+20 |
| | | | | | | | | | | | | | | | | | | | | | Some plugins might create internal queues that should not be accounted for the total number of messages on the system. These can now be filtered out using a regular expression on the queue name. Individual queue stats are still available | ||||
* | | | Merge pull request #3770 from easyteacher/systemd-hardening | Michael Klishin | 2021-11-19 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | Add systemd hardening parameters in rabbitmq-server.service.example | ||||
| * | | | Add systemd hardening parameters in rabbitmq-server.service.example | Fushan Wen | 2021-11-19 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | systemd offers various options to harden services. To see details please visit https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort | ||||
* | | | | 3.9.10 release notes wording | Michael Klishin | 2021-11-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #3734 from rabbitmq/bump-rbe-24 | Philip Kuryloski | 2021-11-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Adopt latest rabbitmq-server-buildenv:linux-erlang-24.1 for RBE | ||||
| * | | | | Use latest rbe-erlang-platform/linux-erlang-24.1 | GitHub | 2021-11-19 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | for remote build execution (RBE) with BuildBuddy | ||||
* | | | | Merge pull request #3733 from rabbitmq/bump-rbe-23 | Philip Kuryloski | 2021-11-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Adopt latest rabbitmq-server-buildenv:linux-erlang-23.3 for RBE | ||||
| * | | | Use latest rbe-erlang-platform/linux-erlang-23.3 | GitHub | 2021-11-19 | 1 | -1/+1 |
|/ / / | | | | | | | | | | for remote build execution (RBE) with BuildBuddy | ||||
* | | | Update 3.9.10 release notes | Michael Klishin | 2021-11-19 | 1 | -1/+1 |
| | | | |||||
* | | | Remove incorrect comment | Philip Kuryloski | 2021-11-18 | 1 | -2/+0 |
| | | | |||||
* | | | Merge pull request #3763 from rabbitmq/pjk25/bazel-package-generic-unix | Philip Kuryloski | 2021-11-18 | 7 | -83/+419 |
|\ \ \ | | | | | | | | | Add the bazel target :package-generic-unix | ||||
| * | | | Add the bazel target :package-generic-unixpjk25/bazel-package-generic-unix | Philip Kuryloski | 2021-11-18 | 7 | -83/+419 |
|/ / / | | | | | | | | | | Which can be used to build the artifact with bazel | ||||
* | | | Merge pull request #3755 from rabbitmq/bump-bazel-erlang | Philip Kuryloski | 2021-11-18 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Adopt latest bazel-erlang | ||||
| * | | | Adopt latest bazel-erlang | GitHub | 2021-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | - bazel-erlang@5bf79d7fb9a2c8bf7bfb6a90f5104a10b5c9107b | ||||
* | | | | Merge pull request #3752 from rabbitmq/stream-flakes | Michael Klishin | 2021-11-18 | 1 | -3/+19 |
|\ \ \ \ | | | | | | | | | | | Stream flake fixes | ||||
| * | | | | Stream coordinator: only initialise queue record if stream id matchesstream-flakes | Karl Nilsson | 2021-11-17 | 1 | -3/+19 |
| | | | | | |||||
* | | | | | Resolve 3.8 release note conflicts | Michael Klishin | 2021-11-18 | 2 | -13/+19 |
| | | | | | |||||
* | | | | | 3.8.26 release notes | Michael Klishin | 2021-11-18 | 2 | -0/+62 |
| | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 77d8b6a9e8da5fe7b5eb3ab7f2c3b38fc391abff) | ||||
* | | | | | Initial 3.8.25 release notes | Michael Klishin | 2021-11-18 | 2 | -0/+72 |
| | | | | | |||||
* | | | | | Merge pull request #3759 from rabbitmq/oauth2-config-fix | Michael Klishin | 2021-11-18 | 2 | -4/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix rabbitmq.conf translation rule for OAuth2 signing keys | ||||
| * | | | | Fix cuttlefish config for oauth2 | Michal Kuratczyk | 2021-11-18 | 2 | -4/+4 |
|/ / / / | | | | | | | | | | | | | | | | | The structure of the signing_keys map should be `<<"id">> => {pem, <<"key">>}`. Previously it was mapped directly as `<<"id">> => <<"key">>`. |