summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable'Michael Klishin2016-04-011-1/+1
|\
| * Merge pull request #721 from rabbitmq/rabbitmq-server-717Michael Klishin2016-04-011-1/+1
| |\ | | | | | | Allow memory-relative disk-free limits greater than 1.0
| | * Allow memory-relative disk-free limits greater than 1.0Brandon Shroyer2016-03-311-1/+1
| |/
* | Update rabbitmq.conf.exampleMichael Klishin2016-03-291-6/+6
| |
* | Fixing merge issue. Create advanced config instead of config file for use in ↵Daniil Fedotov2016-03-291-6/+7
| | | | | | | | windows service
* | Merge branch 'stable'rabbitmq_v3_7_0_milestone2Michael Klishin2016-03-251-4/+3
|\ \ | |/
| * Merge pull request #708 from rabbitmq/rabbitmq-server-705rabbitmq_v3_6_2_milestone2Michael Klishin2016-03-251-4/+3
| |\ | | | | | | Fixed RABBITMQ_IO_THREAD_POOL_SIZE on rabbitmq-server.bat
| | * fix RABBITMQ_IO_THREAD_POOL_SIZEGabriele Santomaggio2016-03-251-4/+3
| |/
* | Merge branch 'stable'Michael Klishin2016-03-252-5/+27
|\ \ | |/
| * Merge branch 'binarin-rabbitmq-server-688' into stableMichael Klishin2016-03-252-5/+27
| |\
| | * Merge branch 'rabbitmq-server-688' of ↵Michael Klishin2016-03-242-5/+27
| | |\ | |/ / | | | | | | https://github.com/binarin/rabbitmq-server into binarin-rabbitmq-server-688
| | * Add support for listing up/down queuesAlexey Lebedeff2016-03-242-5/+27
| | | | | | | | | | | | Part of https://github.com/rabbitmq/rabbitmq-server/issues/688
* | | Merge branch 'stable'Michael Klishin2016-03-241-8/+19
|\ \ \ | |/ /
| * | Merge branch 'binarin-rabbitmq-server-701' into stableMichael Klishin2016-03-240-0/+0
| |\ \
| | * \ Merge branch 'rabbitmq-server-701' of ↵Michael Klishin2016-03-240-0/+0
| | |\ \ | | | | | | | | | | | | | | | https://github.com/binarin/rabbitmq-server into binarin-rabbitmq-server-701
| | | * | Fix `rabbitmqctl list_consumers`Alexey Lebedeff2016-03-231-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As we are mapping over queues in search of their consumers, actual result for every queue could be zero or more consumers. We need to take that into account while printing. Closes #701
| | * | | Fix `rabbitmqctl list_consumers`Alexey Lebedeff2016-03-241-8/+19
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | As we are mapping over queues in search of their consumers, actual result for every queue could be zero or more consumers. We need to take that into account while printing. Closes #701
| * | | Fix `rabbitmqctl list_consumers`Alexey Lebedeff2016-03-241-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As we are mapping over queues in search of their consumers, actual result for every queue could be zero or more consumers. We need to take that into account while printing. Closes #701
* | | | Merge branch 'stable'Jean-Sébastien Pédron2016-03-246-9/+19
|\ \ \ \ | |/ / /
| * | | Merge pull request #697 from bogdando/bug/1558627Jean-Sébastien Pédron2016-03-246-9/+19
| |\ \ \ | | |/ / | |/| | Put the RabbitMQ OCF RA policy to /usr/sbin
| | * | Put the RabbitMQ OCF RA policy to /usr/sbinBogdan Dobrelya2016-03-246-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix failing pcs resource list command * Move policy file to examples in docs dirs Related Fuel bug: https://bugs.launchpad.net/fuel/+bug/1558627 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
* | | | Merge branch 'stable'Jean-Sébastien Pédron2016-03-244-4/+42
|\ \ \ \ | |/ / /
| * | | Merge pull request #704 from rabbitmq/rabbitmq-server-703Michael Klishin2016-03-232-2/+2
| |\ \ \ | | | | | | | | | | Increase IO async to 64 for windows
| | * | | increase IO async to 64 for windows / serviceGabriele Santomaggio2016-03-231-1/+1
| | | | |
| | * | | increase IO async to 64 for windowsGabriele Santomaggio2016-03-231-1/+1
| | | |/ | | |/|
| * | | Merge pull request #689 from bogdando/rabbit_ocf_ra_travisJean-Sébastien Pédron2016-03-232-2/+40
| |\ \ \ | | | | | | | | | | Rabbit ocf ra travis
| | * | | Add Travis CI job to deploy and smoke test a rabbit OCFBogdan Dobrelya2016-03-152-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add a CI job which triggers only if there are changes to the scripts/rabbitmq-server-ha.ocf * Add a script to setup a cluster by the pacemaker OCF RA and issue a simple smoke test for the cluster membership. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
| * | | | Merge pull request #699 from binarin/rabbitmq-server-systemd-logrotateJean-Sébastien Pédron2016-03-231-1/+1
| |\ \ \ \ | | | | | | | | | | | | Fix logrotate / systemd incompatibility
| | * | | | Fix logrotate / systemd incompatibilityAlexey Lebedeff2016-03-211-1/+1
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | On systemd-enabled hosts `/sbin/service` just proxies commands to `systemctl`, which doesn't understand funny commands like `rotate-logs`. So `rabbitmqctl rotate_logs` is a better alternative.
| * | | | Inline, don't reinvent rabbit_misc:get_env/3Michael Klishin2016-03-231-8/+1
| | | | |
| * | | | Make slaves wait timeout configurable instead of hardcoded 15000Peter Lemenkov2016-03-231-4/+13
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This slightly improves rabbitmq/rabbitmq-server#584 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
* | | | Merge pull request #575 from rabbitmq/rabbitmq-server-550Michael Klishin2016-03-2422-45/+3058
|\ \ \ \ | | | | | | | | | | Support new configuration format
| * | | | Cosmetics, slightly improved warning messagesMichael Klishin2016-03-231-10/+10
| | | | |
| * | | | Edit authentication backend and mechanisms examplesMichael Klishin2016-03-221-35/+45
| | | | | | | | | | | | | | | | | | | | | | | | | Only use module names for now, per discussion with the team. Many other edits, too.
| * | | | Correct validator descriptionMichael Klishin2016-03-221-2/+2
| | | | |
| * | | | Ignore extracted plugin schemasMichael Klishin2016-03-181-0/+4
| | | | |
| * | | | CosmeticsMichael Klishin2016-03-171-1/+1
| | | | |
| * | | | Merge branch 'master' into rabbitmq-server-550Michael Klishin2016-03-175-16/+158
| |\ \ \ \
| * | | | | Rename functionMichael Klishin2016-03-171-3/+5
| | | | | |
| * | | | | Merge branch 'master' into rabbitmq-server-550Michael Klishin2016-03-1719-766/+304
| |\ \ \ \ \
| * | | | | | Trailing wsMichael Klishin2016-03-171-72/+68
| | | | | | |
| * | | | | | Added queue_master_locator setting to cuttlefish schemaDaniil Fedotov2016-03-171-0/+9
| | | | | | |
| * | | | | | rename env variable CONFIG_ADVANCED to ADVANCED_CONFIG_FILEDaniil Fedotov2016-03-177-20/+19
| | | | | | |
| * | | | | | moved snippets tests to rabbitmq_testDaniil Fedotov2016-03-162-740/+0
| | | | | | |
| * | | | | | Do not generate config in prelaunch. Copy rabbitmq.schema to SCHEMA_DIRDaniil Fedotov2016-03-105-16/+17
| | | | | | |
| * | | | | | Env variable for schema dirDaniil Fedotov2016-03-107-5/+17
| | | | | | |
| * | | | | | Create rabbitmq-env.conf file on installation to prevent copying of ↵Daniil Fedotov2016-03-102-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | rabbitmq.conf
| * | | | | | testing snippets from documentationDaniil Fedotov2016-03-043-12/+702
| | | | | | |
| * | | | | | config generation testingDaniil Fedotov2016-03-031-0/+43
| | | | | | |
| * | | | | | Config generation fixesDaniil Fedotov2016-03-032-12/+23
| | | | | | |