summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant linesDaniil Fedotov2016-04-051-4/+0
|
* Remove start arguments logDaniil Fedotov2016-04-041-2/+0
|
* Unquoting and extension trimming in windows scriptsDaniil Fedotov2016-04-043-9/+11
|
* Merge branch 'master' into rabbitmq-server-691Michael Klishin2016-04-033-2/+17
|\
| * Merge branch 'stable'Jean-Sébastien Pédron2016-04-012-1/+16
| |\
| | * Merge pull request #715 from binarin/rabbitmq-server-151Jean-Sébastien Pédron2016-04-012-1/+16
| | |\ | | | | | | | | Guess thread pool size on startup
| | | * Guess thread pool size on startupAlexey Lebedeff2016-03-302-1/+16
| | | | | | | | | | | | | | | | Fixes #151
| * | | 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
| | |/
* | | Support extension in advanced.configDaniil Fedotov2016-04-013-5/+18
| | |
* | | Equality operators and trimming extensionDaniil Fedotov2016-03-311-11/+3
| | |
* | | Condition ordering to set RABBITMQ_CONFIG_ARGDaniil Fedotov2016-03-313-36/+37
| | |
* | | Strip off trailing .conf/.config using dirname and basenameMichael Klishin2016-03-311-1/+9
| | | | | | | | | | | | | | | Otherwise if there is no dot in RABBITMQ_CONFIG_FILE, RABBITMQ_CONFIG_FILE_NOEX ends up being empty.
* | | Merge branch 'master' into rabbitmq-server-691Michael Klishin2016-03-301-6/+6
|\ \ \ | |/ /
| * | Update rabbitmq.conf.exampleMichael Klishin2016-03-291-6/+6
| | |
* | | Remove debug echoesDaniil Fedotov2016-03-291-2/+0
| | |
* | | Support extensions in config filesDaniil Fedotov2016-03-295-40/+115
|/ /
* | 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
| | | | |