summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1130 from rabbitmq/rabbitmq-management-353Michael Klishin2017-03-012-4/+7
|\ | | | | Update metrics gc to support gc marker
| * Update metrics gc to support gc markerDiana Corbacho2017-03-012-4/+7
| |
* | Add missing acting user for internal functionDaniil Fedotov2017-03-011-7/+7
| |
* | Merge branch 'stable'Michael Klishin2017-03-011-4/+22
|\ \
| * | DocoMichael Klishin2017-03-011-4/+22
| |/
* | Merge pull request #1128 from rabbitmq/rabbitmq-server-1124Michael Klishin2017-02-283-15/+45
|\ \ | | | | | | Exclude apps that are not RabbitMQ plugins from the list of plugins
| * | Rename functionDiana Corbacho2017-02-273-19/+19
| | |
| * | Exclude apps that are not RabbitMQ plugins from the list of pluginsDiana Corbacho2017-02-273-15/+45
| | |
* | | Merge branch 'stable'Jean-Sébastien Pédron2017-02-270-0/+0
|\ \ \ | |/ / |/| / | |/
| * Update rabbitmq-components.mkJean-Sébastien Pédron2017-02-271-0/+2
| |
| * rabbit, rabbit_cli: Use rabbit_misc:lists_droplast()Jean-Sébastien Pédron2017-02-272-2/+2
| | | | | | | | | | | | | | ... instead of lists:droplast() directly. The latter was added to Erlang 17.0 but we need to support Erlang R16B03. [#140575489]
* | Merge pull request #1123 from rabbitmq/rabbitmq-server-838Michael Klishin2017-02-232-7/+8
|\ \ | | | | | | Rename msg_store_index:delete_by_file to index_cleanup_undefined_file
| * | Long ugly callback nameDaniil Fedotov2017-02-232-6/+7
| | |
| * | Rename msg_store_index:delete_by_file to index_cleanup_undefined_fileDaniil Fedotov2017-02-232-6/+6
| | | | | | | | | | | | | | | | | | The `delete_by_file` function is used only once with `undefined` parameter. For key-value store implementations (e.g. eleveldb) it's much easier to implement, than maintaining a filename index. ETS index also can be optimised.
* | | Merge branch 'stable'Michael Klishin2017-02-231-2/+8
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #1121 from rabbitmq/rabbitmq-server-1120Michael Klishin2017-02-231-2/+8
| |\ | | | | | | Emit rabbit_event events when alarms go in and out of effect
| | * Emit rabbit_event events when alarms go in and out of effectDiana Corbacho2017-02-221-2/+8
| |/
* | Revert "Restore "Do not expand plugins anymore""rabbitmq_v3_7_0_milestone13Jean-Sébastien Pédron2017-02-228-212/+80
| | | | | | | | | | | | | | | | | | Loading a native library (eg. a NIF) from an .ez archive in unsupported by Erlang and the team decided to revert this change again. This reverts commit 0151abf37710dfc421523f9235514a438270e032. [#136622317]
* | Rework DNS peer discovery test to be less sensitive to local resolverMichael Klishin2017-02-211-4/+4
| | | | | | | | | | In some environments (e.g. on AWS) there can be more than one result returned. We only care about the list containing the value we expect.
* | Prefer inet:gethostbyaddr/1 to inet_res:gethostbyaddr/1Michael Klishin2017-02-201-1/+1
| | | | | | | | | | | | | | The former is supposed to be the public API of the latter, see aweber/rabbitmq-autocluster#127. Fixes #1116.
* | Fix a bad mergeMichael Klishin2017-02-201-0/+1
| |
* | Merge branch 'stable'Michael Klishin2017-02-204-1/+475
|\ \ | |/ | | | | | | Conflicts: src/rabbit_exchange.erl
| * Merge pull request #1118 from rabbitmq/rabbitmq-management-agent-25rabbitmq_v3_6_7_rc2Michael Klishin2017-02-204-1/+475
| |\ | | | | | | Periodic garbage collection of stats
| | * WhitespaceMichael Klishin2017-02-201-18/+18
| | |
| | * Test gc of core metricsDiana Corbacho2017-02-172-7/+305
| | |
| | * GC gen_server2 metricsDiana Corbacho2017-02-171-0/+4
| | |
| | * Garbage collection of core metricsDiana Corbacho2017-02-172-0/+169
| | |
| | * Function to retrieve all exchange names (keys)Diana Corbacho2017-02-171-1/+4
| | |
* | | Merge pull request #1115 from ↵Michael Klishin2017-02-203-57/+71
|\ \ \ | | | | | | | | | | | | | | | | rabbitmq/rabbitmq-server-msg-store-recovery-optimize Optimise message store recovery.
| * | | Improve logging a bitMichael Klishin2017-02-202-5/+5
| | | |
| * | | Merge branch 'master' into rabbitmq-server-msg-store-recovery-optimizeMichael Klishin2017-02-203-14/+11
| |\ \ \
| * \ \ \ Merge branch 'master' into rabbitmq-server-msg-store-recovery-optimizeMichael Klishin2017-02-172-2/+28
| |\ \ \ \
| * | | | | Allow any StartFunState for message storesDaniil Fedotov2017-02-161-3/+3
| | | | | |
| * | | | | Optimize per-vhost message store recoveryDaniil Fedotov2017-02-153-54/+68
| | | | | |
* | | | | | Merge branch 'do-not-expand-plugins'Jean-Sébastien Pédron2017-02-208-80/+212
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Restore "Do not expand plugins anymore"Jean-Sébastien Pédron2017-02-208-80/+212
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for reading static files from Erlang .ez archives was added to Cowboy and various RabbitMQ plugins were updated to take advantage of the new API. So this commit restores the following commits: 7069f3b40daeb5095077bdac19f3837978bc2665 76a8c66c8092cc1c37bb4aa90a0a3d18b27f7d9d 2044cb1eed02e67c4ea749a807694c55ed574756 bc64ac16774aeb403cba87f7e48ad70329dd8b3b d616cc922dbd73eca7700c50f09e33e6b578b0d9 They were reverted in 72f7c8e70028209ee1c58074c087b4d0cb901e6c because Cowboy didn't have this support at the time. Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> [#118562759, #136622317]
* | | | | Merge pull request #1102 from rabbitmq/rabbitmq-auth-backend-uaa-3Michael Klishin2017-02-201-10/+7
|\ \ \ \ \ | | | | | | | | | | | | Extend protocol error message with {error, _} from authz backend
| * | | | | WordingMichael Klishin2017-02-201-1/+1
| | | | | |
| * | | | | Merge branch 'master' into rabbitmq-auth-backend-uaa-3Michael Klishin2017-02-203-5/+31
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'stable'Michael Klishin2017-02-181-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Update configurable value test expectationMichael Klishin2017-02-181-2/+2
| | | | | |
* | | | | | Merge branch 'stable'Michael Klishin2017-02-171-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Bump msg_store_io_batch_size according to #1098Michael Klishin2017-02-171-2/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Avoids a validation warning and if we increase initial message store disk bound credit to 4000, all values become proportionally increased (compared to < 3.6.7 defaults).
* | | | Merge pull request #1112 from rabbitmq/rabbitmq-trust-store-56Michael Klishin2017-02-161-1/+27
|\ \ \ \ | | | | | | | | | | Config schema tests for trust store
| * | | | Config schema tests for trust storeDaniil Fedotov2017-02-151-1/+27
| | |_|/ | |/| |
| | | * Merge branch 'master' into rabbitmq-auth-backend-uaa-3Daniil Fedotov2017-02-1622-1258/+505
| | | |\ | |_|_|/ |/| | |
* | | | Merge branch 'stable'Michael Klishin2017-02-161-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #1114 from rabbitmq/rabbitmq-server-1113Michael Klishin2017-02-161-1/+1
| |\ \ | | | | | | | | Use new #delta arity introduced to report paged out messages
| | * | Use new #delta arity introduced to report paged out messagesDiana Corbacho2017-02-161-1/+1
| |/ /
* | | Merge branch 'stable'Michael Klishin2017-02-153-4/+28
|\ \ \ | |/ /