summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Missing ssl optionsDaniil Fedotov2016-02-291-1/+4
|
* "none" option for listenersDaniil Fedotov2016-02-291-4/+20
|
* Plural form for pause_if_all_down nodesDaniil Fedotov2016-02-292-4/+4
|
* none options for config collectionsDaniil Fedotov2016-02-261-2/+34
|
* Minor editsMichael Klishin2016-02-261-1/+2
|
* Example editsMichael Klishin2016-02-241-3/+2
|
* Merge branch 'master' into rabbitmq-server-550Michael Klishin2016-02-231-0/+1
|\
| * Ignore debug/*Michael Klishin2016-02-231-0/+1
| |
* | Application unload on plugins schemas extractDaniil Fedotov2016-02-221-6/+3
| |
* | Use more realistic (and unique) filenamesMichael Klishin2016-02-221-3/+3
| |
* | Advanced config with pieces of examplesDaniil Fedotov2016-02-222-19/+10
| |
* | Config location loggingDaniil Fedotov2016-02-227-32/+58
| |
* | Merge branch 'master' into rabbitmq-server-550Daniil Fedotov2016-02-194-16/+23
|\ \ | |/ | | | | | | Conflicts: scripts/rabbitmq-env.bat
| * Merge branch 'stable'Michael Klishin2016-02-191-0/+2
| |\
| | * Merge pull request #636 from rabbitmq/rabbitmq-server-634Gabriele Santomaggio2016-02-191-0/+2
| | |\ | | | | | | | | Windows installer: don't jump to the finish page on install/uninstall
| | | * Do not jump to finish in windows uninstallDaniil Fedotov2016-02-181-0/+1
| | | |
| | | * Do not jump to finish in windows installDaniil Fedotov2016-02-181-0/+1
| | | |
| * | | Merge branch 'stable'Michael Klishin2016-02-191-9/+11
| |\ \ \ | | |/ /
| | * | Merge pull request #639 from lefremova/stableMichael Klishin2016-02-191-9/+9
| | |\ \ | | | | | | | | | | Private attributes usage in rabbitmq script
| | | * | Private attributes usage in rabbitmq scriptLiubov Efremova2016-02-191-9/+9
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are three types of rabbitmq attributes for pacemaker nodes: -'rabbit-master' -'rabbit-start-time' - timeouts: -'rabbit_list_channels_timeouts' -'rabbit_get_alarms_timeouts' -'rabbit_list_queues_timeouts' Attributes with names 'rabbit-master' and 'rabbit-start-time' should be public because we monitor this attributes in cycle for all nodes in our script. All timeouts attributes were changed to private to avoid unnecessary transitions. Also, --lifetime and --node options were removed for attrd_updater as 'lifetime' for this command is always 'reboot' and 'node' default value is local one.
| | * | Merge pull request #630 from dmitrymex/stableMichael Klishin2016-02-191-0/+2
| | |\ \ | | | | | | | | | | Exit waiting loop once node has unjoined
| | | * | Exit waiting loop once node has unjoinedDmitry Mescheryakov2016-02-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Without the break we always wait for 50 seconds, even if we don't need to wait at all.
| * | | | Merge branch 'stable'Michael Klishin2016-02-181-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #635 from rabbitmq/rabbitmq-server-248rabbitmq_v3_6_1_rc2Michael Klishin2016-02-181-1/+3
| | |\ \ \ | | | | | | | | | | | | Introduce rabbit.channel_operation_timeout
| | | * \ \ Merge branch 'stable' into rabbitmq-server-248Michael Klishin2016-02-187-54/+115
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | Bump rabbit.channel_operation_timeout to 5sMichael Klishin2016-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per discussion with Ayanda. Lower values are known to produce false positives in a variety of contexts.
| | | * | | Sets initial channel_operation_timeout to 3s.Ayanda Dube2016-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To update to a higher value in future, for cross-node calls.
| | | * | | Adds channel_operation_timeout envionment variable.Ayanda Dube2016-02-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | References: #248
| * | | | | Merge branch 'stable'Jean-Sébastien Pédron2016-02-181-6/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | Makefile: Fix Makefile indentationJean-Sébastien Pédron2016-02-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Spaces were mixed with tabs, though make(1) expects the latter.
| | * | | | make manpages: Fix xmlto(1) failures handlingJean-Sébastien Pédron2016-02-181-1/+2
| | | |/ / | | |/| | | | | | | | | | | | | | | | | Before, a failure from xmlto(1) was ignored and the build continued "happily".
| * | | | Merge branch 'stable'Michael Klishin2016-02-171-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #631 from rabbitmq/rabbitmq-server-625Michael Klishin2016-02-171-0/+2
| | |\ \ \ | | | |_|/ | | |/| | Added erl call to make sure epmd is started
| | | * | IndentationMichael Klishin2016-02-171-2/+2
| | | | |
| | | * | added erl with -sname to make sure epmd is startedgabriele santomaggio2016-02-171-0/+2
| | |/ /
* | | | Do not rewrite advanced.config on windows installationDaniil Fedotov2016-02-191-0/+3
| | | |
* | | | New cuttlefishDaniil Fedotov2016-02-191-0/+0
| | | |
* | | | Update rabbitmq.config to advanced.config on windowsDaniil Fedotov2016-02-192-1/+12
| | | |
* | | | Windows scriptsDaniil Fedotov2016-02-193-12/+12
| | | |
* | | | Use advanced config as inittial config. Extract plugin schemasDaniil Fedotov2016-02-197-681/+93
| | | |
* | | | Load any schema from plugin schema dirDaniil Fedotov2016-02-171-4/+8
| | | |
* | | | Support for plugin schemasDaniil Fedotov2016-02-1712-65/+113
| | | |