summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Call config generation from within erlangDaniil Fedotov2016-02-044-0/+50
|
* Generated config usage in windows scriptsDaniil Fedotov2016-02-034-15/+15
|
* Merge branch 'master' into rabbitmq-server-550Daniil Fedotov2016-02-038-178/+51
|\
| * Lager integration for windows service scriptDaniil Fedotov2016-02-031-2/+8
| |
| * Merge branch 'stable'Michael Klishin2016-02-031-0/+5
| |\
| | * Merge pull request #601 from bogdando/bug/1540936Michael Klishin2016-02-031-0/+5
| | |\ | | | | | | | | Fix cluster membership check for running master
| | | * Fix cluster membership check for running masterBogdan Dobrelya2016-02-021-0/+5
| | | | | | | | | | | | | | | | The running master is always inside of its own cluster. Fix the cluster membership check when a node is the master.
| * | | Merge branch 'stable'Michael Klishin2016-02-021-0/+1
| |\ \ \ | | |/ /
| | * | Merge pull request #600 from bogdando/bug/1540936Michael Klishin2016-02-021-0/+1
| | |\ \ | | | |/ | | | | Fix uninitialized status_master
| | | * Fix uninitialized status_masterBogdan Dobrelya2016-02-021-0/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | Fix multiple nodes may be reported in logs as the running master Related Fuel bug https://bugs.launchpad.net/bugs/1540936 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
| * | New section: building from source and packagingMichael Klishin2016-02-021-0/+5
| | |
| * | Merge pull request #578 from rabbitmq/rabbitmq-server-559Michael Klishin2016-02-022-166/+7
| |\ \ | | | | | | | | Support for [de-]registration callbacks in rabbit_registry
| | * | Moved rabbit_registry to rabbit_commonDaniil Fedotov2016-01-262-195/+0
| | | |
| | * | rabbit_registry_class behaviourDaniil Fedotov2016-01-263-28/+39
| | | |
| | * | Support for callbacks on register/unregister in registry.Daniil Fedotov2016-01-251-0/+25
| | | |
| * | | Merge branch 'stable'Michael Klishin2016-02-021-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #597 from binarin/rabbitmq-server-ocf-quiet-curlMichael Klishin2016-02-021-1/+1
| | |\ \ | | | | | | | | | | Suppress curl progress indicator in rabbit OCF
| | | * | Suppress curl progress indicator in rabbit OCFAlexey Lebedeff2016-02-021-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | curl is used by OCF script for fetching definitions (queues etc.), but results of that invocation is shown as garbage in pacemaker logs - progress indicator doesn't make any sense in logs. According to curl manpage the following combination of options should be used "--silent --show-error" - this will suppress only progress indicator, errors will still be shown. Also other short curl options are replaced with their long counterparts - for improved readability.
| * | | Merge branch 'stable'Michael Klishin2016-02-011-1/+6
| |\ \ \ | | |/ /
| | * | Merge pull request #594 from rabbitmq/rabbitmq-server-592Michael Klishin2016-02-011-1/+6
| | |\ \ | | | | | | | | | | Use -r with sed on Linux
| | | * | Use -r with sed on Linux, fixes #592Michael Klishin2016-02-011-1/+6
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | We previously did the same change in #273 (PR: #275), but the file in which it was done was removed in 231e90cacf3daec5f43b3307867129e61496b123. Note that #592 recommends using `-r` unconditionally but that option is not recognised by sed which ships with OS X.
| * | | Merge branch 'stable'Michael Klishin2016-01-291-4/+6
| |\ \ \ | | |/ /
| | * | Merge branch 'rabbitmq-server-541' into stableMichael Klishin2016-01-291-4/+6
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only a part of what #541 is supposed to cover but it already helped in a particular node shutdown lockup we've observed => worth merging earlier. Per discussion with @dcorbacho.
| | | * \ Merge branch 'stable' into rabbitmq-server-541Michael Klishin2016-01-271-1/+9
| | | |\ \
| | | * | | Increase supervisor timeout to net_ticktime + 10sDiana Corbacho2016-01-271-1/+1
| | | | | |
| | | * | | Introduce timeout in rabbit_channel_supDiana Corbacho2016-01-271-4/+6
| | | | | |
| * | | | | Merge branch 'stable'Michael Klishin2016-01-291-4/+12
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge pull request #588 from rabbitmq/rabbitmq-management-117Michael Klishin2016-01-291-4/+12
| | |\ \ \ \ | | | |_|/ / | | |/| | | Specify hash algorithm in change_password_hash
| | | * | | Trailing wsMichael Klishin2016-01-281-3/+3
| | | | | |
| | | * | | Specify hash algorithm in change_password_hashDaniil Fedotov2016-01-281-3/+11
| | |/ / /
* | | | | Cuttlefish generation in windowsDaniil Fedotov2016-02-013-13/+24
| | | | |
* | | | | COnfig file generation windowsDaniil Fedotov2016-02-026-6/+37
| | | | |
* | | | | Starting node with generated configDaniil Fedotov2016-02-024-8/+26
| | | | |
* | | | | FixesDaniil Fedotov2016-02-013-23/+108
| | | | |
* | | | | Auth backends. conf.example fileDaniil Fedotov2016-02-016-97/+872
| | | | |
* | | | | Docs examples in conf fileDaniil Fedotov2016-02-013-1014/+858
| | | | |
* | | | | more aftomation for testing configDaniil Fedotov2016-01-292-2/+5
| | | | |
* | | | | Fix config to start brokerDaniil Fedotov2016-01-283-12/+15
| | | | |
* | | | | Testing schemaDaniil Fedotov2016-01-282-11/+11
| | | | |
* | | | | Duplicate ssl and tcp options in management and MQTT schemasDaniil Fedotov2016-01-282-12/+73
| | | | |
* | | | | Cuttlefish schema for default configDaniil Fedotov2016-01-289-0/+2478
|/ / / /
* | | | Merge branch 'stable'Michael Klishin2016-01-271-1/+9
|\ \ \ \ | |/ / /
| * | | Merge pull request #584 from rabbitmq/rabbitmq-server-581Michael Klishin2016-01-271-1/+9
| |\ \ \ | | |/ / | |/| | Unblock receive after 15s
| | * | Unblock receive after 15sDiana Corbacho2016-01-271-1/+9
| | | |
* | | | Merge branch 'stable'Jean-Sébastien Pédron2016-01-271-4/+8
|\ \ \ \ | |/ / /
| * | | rabbit.erl: Do not run systemd-notify on WindowsJean-Sébastien Pédron2016-01-271-4/+7
| | | | | | | | | | | | | | | | This silences a warning logged during RabbitMQ startup.
* | | | rabbitmq-server.bat: Properly quote %RABBITMQ_LOG_BASE%Jean-Sébastien Pédron2016-01-271-1/+1
| | | |
* | | | Merge branch 'stable'Jean-Sébastien Pédron2016-01-277-24/+108
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge pull request #535 from rabbitmq/rabbitmq-server-307Jean-Sébastien Pédron2016-01-271-0/+1
| |\ \ | | | | | | | | Ignore duplicate down_from_ch
| | * | Ignore duplicate down_from_chDaniil Fedotov2016-01-081-0/+1
| | | |