| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature_flags_SUITE: Check feature flag support state | Jean-Sébastien Pédron | 2019-11-28 | 1 | -18/+36 |
| | | | | | | ... in addition to the fact they are disabled. Because a unsupported feature flag is implicitly disabled. | ||||
| * | feature_flags_SUITE: Just set the extra plugin path | Jean-Sébastien Pédron | 2019-11-27 | 1 | -7/+1 |
| | | | | | | rabbit_ct_broker_helpers will take care of prepending the regular plugins path. | ||||
| * | Merge pull request #2165 from rabbitmq/mgmt-less-improvements | Michael Klishin | 2019-11-27 | 3 | -4/+66 |
| |\ | | | | | Add format/1 for classic queues and totals/type_specific info for all queue types | ||||
| | * | Add format/1 for classic queues and totals/type_specific info for all types | dcorbacho | 2019-11-17 | 3 | -4/+66 |
| | | | | | | | | | | | | | | | | | The functions report the necessary data for mgmt-less UI: * replica information for individual formatting of classic queues * queue totals/replica information for all queues [#169802101] | ||||
| * | | rabbit_channel: Restore start_link/11 for backward compatibility | Jean-Sébastien Pédron | 2019-11-26 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | start_link/11 calls start_link/12 with AmqpParams set to `undefined`. This is what rabbit_channel_sup was doing as well as rabbit_ct_broker_helpers in rabbitmq-ct-helpers. Those modules use the restored start_link/11 again so the default value of AmqpParams is stored in one place only. | ||||
| * | | Add test for authn/authz context propagation | Arnaud Cogoluègnes | 2019-11-26 | 3 | -0/+225 |
| | | | | | | | | | References #2172 | ||||
| * | | Merge pull request #2167 from rabbitmq/basic-get-sac-qq | Michael Klishin | 2019-11-26 | 5 | -1/+38 |
| |\ \ | | | | | | | Reject basic.get operations on quorum queues with single active consumer enabled | ||||
| | * | | Reject basic.get operations on quorum queues with single active consumer enabled | dcorbacho | 2019-11-20 | 5 | -1/+38 |
| | | | | | | | | | | | | | | | | | | | rabbitmq-server/2164 [#169810347] | ||||
| * | | | Merge pull request #2172 from rabbitmq/velimir-avoid-get-amqp-params-call | Michael Klishin | 2019-11-26 | 5 | -299/+99 |
| |\ \ \ | | | | | | | | | A continuation to 2169 | ||||
| | * | | | Remove log statement | Arnaud Cogoluègnes | 2019-11-25 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Continuation to #2169 by @velimir | Michael Klishin | 2019-11-23 | 4 | -188/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Drop channel source * Correct optional variable extraction to accommodate MQTT and Erlang client test suites | ||||
| | * | | | Merge branch 'avoid-get-amqp-params-call' of ↵ | Michael Klishin | 2019-11-20 | 3 | -113/+84 |
| | |\ \ \ | | | | | | | | | | | | | | | | https://github.com/velimir/rabbitmq-server into velimir-avoid-get-amqp-params-call | ||||
| | | * | | | avoid synchronous call to a connection process from a channel process | Grigory Starinkin | 2019-11-20 | 3 | -113/+84 |
| | | | |/ | | |/| | | | | | | | | | performance optimisation | ||||
| * | | | | Merge pull request #2171 from rabbitmq/rabbitmq-server-2170 | Michael Klishin | 2019-11-22 | 3 | -1/+40 |
| |\ \ \ \ | | | | | | | | | | | Skip importing queues and exchanges with invalid names | ||||
| | * | | | | Add one more definition import test case | Michael Klishin | 2019-11-21 | 2 | -1/+28 |
| | | | | | | |||||
| | * | | | | Skip importing queues and exchanges with invalid names | Luke Bakken | 2019-11-21 | 1 | -0/+12 |
| |/ / / / | | | | | | | | | | | | | Fixes #2170 | ||||
| * | | | | dynamic_ha_SUITE: Ensure conditions for `rebalance_exactly` are met | Jean-Sébastien Pédron | 2019-11-21 | 1 | -0/+25 |
| |/ / / | | | | | | | | | | | | | | | | I.e., queues are using different mirrors so that they are not all rebalanced on the same node (the testcase expects they are spread on all three nodes). | ||||
| * | | | Fix a rabbit_mgmt_util extraction leftover | Michael Klishin | 2019-11-19 | 1 | -1/+1 |
| | |/ |/| | | | | | Part of rabbitmq/rabbitmq-management#749. | ||||
| * | | Merge pull request #2160 from rabbitmq/rabbitmq-management-749 | Michael Klishin | 2019-11-19 | 24 | -27/+2545 |
| |\ \ | |/ |/| | Extract rabbit_definitions from rabbitmq-management | ||||
| | * | rabbit_definitions:import_parsed/{1,2}: support proplists | Michael Klishin | 2019-11-16 | 1 | -3/+7 |
| | | | |||||
| | * | Refactoring for CLI-driven definition import | Michael Klishin | 2019-11-16 | 5 | -16/+28 |
| | | | |||||
| | * | Log spam | Michael Klishin | 2019-11-15 | 1 | -1/+0 |
| | | | |||||
| | * | Definition import: refactor for future ctl command | Michael Klishin | 2019-11-15 | 2 | -87/+142 |
| | | | |||||
| | * | Reformat one test case | Michael Klishin | 2019-11-15 | 2 | -9/+602 |
| | | | | | | | | | and make only one file fail validation. | ||||
| | * | Definition export: alias rabbit_version as rabbitmq_version | Michael Klishin | 2019-11-15 | 1 | -0/+1 |
| | | | |||||
| | * | Export general and topic permissions | Michael Klishin | 2019-11-14 | 1 | -2/+17 |
| | | | |||||
| | * | Export explicitly defined bindings | Michael Klishin | 2019-11-14 | 2 | -7/+36 |
| | | | |||||
| | * | Export runtime parameters and policies | Michael Klishin | 2019-11-14 | 1 | -3/+36 |
| | | | |||||
| | * | Definition export WIP | Michael Klishin | 2019-11-14 | 1 | -8/+114 |
| | | | |||||
| | * | Normalize policy definitions before merging them | Michael Klishin | 2019-11-12 | 2 | -17/+88 |
| | | | | | | | | | Closes rabbitmq/rabbitmq-management#751. | ||||
| | * | A typo | Michael Klishin | 2019-11-12 | 1 | -1/+1 |
| | | | |||||
| | * | Joint definition import | Michael Klishin | 2019-11-12 | 3 | -7/+18 |
| | | | | | | | | | | | | | | | From both new and old location. Note that it is unlikely that both will be defined. Part of rabbitmq/rabbitmq-management#749. | ||||
| | * | Support pluginless definition import in config schema | Michael Klishin | 2019-11-12 | 5 | -3/+30 |
| | | | | | | | | | | | | | | | | | | | management.load_definitions is still there but being superseded with just load_definitions = /path/to/definitions/file.json Part of rabbitmq/rabbitmq-management#749. | ||||
| | * | Extract rabbit_definitions from rabbitmq-management | Michael Klishin | 2019-11-12 | 18 | -2/+1564 |
| | | | | | | | | | Part of rabbitmq/rabbitmq-management#749. | ||||
| * | | Merge pull request #2146 from rabbitmq/qq-local-delivery | Michael Klishin | 2019-11-15 | 2 | -7/+8 |
| |\ \ | | | | | | | Quorum queue local delivery | ||||
| | * | | rabbit_fifo_SUITE: assert less strictly | kjnilsson | 2019-11-15 | 1 | -4/+4 |
| | | | | |||||
| | * | | Also use local option for log effects | kjnilsson | 2019-10-24 | 1 | -2/+3 |
| | | | | |||||
| | * | | Send QQ deliveries as local | kjnilsson | 2019-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | So that a follower can deliver them if the consuming channel is local to them in the cluster. [#161555213] | ||||
| * | | | Merge pull request #2163 from rabbitmq/consumer-timeout-schema | Michael Klishin | 2019-11-14 | 2 | -0/+17 |
| |\ \ \ | | | | | | | | | Add consumer_timeout to config schema | ||||
| | * | | | Add validator | Luke Bakken | 2019-11-14 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Add schema test | Luke Bakken | 2019-11-14 | 2 | -1/+9 |
| | | | | | |||||
| | * | | | Add consumer_timeout to config schema | kjnilsson | 2019-11-14 | 1 | -0/+8 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2162 from ↵ | Michael Klishin | 2019-11-13 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | rabbitmq/rabbitmq-server-2161-empty-metadata-on-upgrade Set virtual host metadata defaults on upgrade | ||||
| | * | | | Set virtual host metadata defaults on upgrade | Arnaud Cogoluègnes | 2019-11-13 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | [#169700677] Fixes #2161 | ||||
| * | | | Merge pull request #2154 from rabbitmq/improve-error-handling-qq | Michael Klishin | 2019-11-13 | 3 | -44/+83 |
| |\ \ \ | |/ / |/| | | Improve error handling and logging around quorum queues | ||||
| | * | | Formatting | dcorbacho | 2019-10-30 | 1 | -1/+1 |
| | | | | |||||
| | * | | Handle errors and timeouts in local queries | dcorbacho | 2019-10-30 | 3 | -34/+68 |
| | | | | |||||
| | * | | Handle timeouts in info calls so we still report all other stats | dcorbacho | 2019-10-28 | 1 | -10/+15 |
| | | | | |||||
| * | | | Merge pull request #2159 from rabbitmq/rabbitmq-server-2158 | Michael Klishin | 2019-11-06 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | Take infinity timeout into account | ||||
| | * | | | Take infinity timeout into account | Luke Bakken | 2019-11-06 | 1 | -0/+4 |
| |/ / / | | | | | | | | | | | | | | | | Fixes #2158 Related to #2144 | ||||
