summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Git: Ignore generated documentationJean-Sébastien Pédron2015-10-201-0/+12
|
* Makefile: Sort content a bitJean-Sébastien Pédron2015-10-201-14/+9
|
* Makefile: Connect manpages to the buildJean-Sébastien Pédron2015-10-201-57/+60
|
* erlang.mk: Disable EDoc generationJean-Sébastien Pédron2015-10-201-1/+1
|
* erlang.mk: Apply experimental speed improvementsJean-Sébastien Pédron2015-10-201-4/+3
|
* Use $(ERL) from erlang.mkJean-Sébastien Pédron2015-10-201-1/+1
|
* Makefile: Resolve $(USE_PROPER_QC) only when neededJean-Sébastien Pédron2015-10-201-2/+2
|
* Makefile: Use `erl -version` to do ERTS version testsJean-Sébastien Pédron2015-10-201-5/+22
| | | | | This is way faster than starting a full VM. Use awk to perform the comparison.
* Add $(gen_verbose) in front of generated sourcesJean-Sébastien Pédron2015-10-201-13/+16
|
* Makefile: Compile behaviors firstJean-Sébastien Pédron2015-10-201-3/+7
| | | | Also, use Erlang atoms when naming dependencies.
* Update .gitignoreJean-Sébastien Pédron2015-10-201-34/+6
|
* Move .app file to src/Jean-Sébastien Pédron2015-10-201-0/+0
|
* Move headers to rabbitmq-commonJean-Sébastien Pédron2015-10-202-184/+0
|
* Makefile: Use `erlang.mk`Jean-Sébastien Pédron2015-10-201-374/+52
|
* Move modules to rabbitmq-commonJean-Sébastien Pédron2015-10-2036-14655/+0
|
* Add `erlang.mk`Jean-Sébastien Pédron2015-10-201-0/+6029
|
* Merge branch 'stable'rabbitmq_v3_6_0_milestone1Jean-Sébastien Pédron2015-10-201-1/+1
|\
| * description/0 is not a behaviour callbackJean-Sébastien Pédron2015-10-201-1/+1
| | | | | | | | | | The -ifdef(use_specs) part was correct, but the -else part was incorrect compared to it.
* | Merge pull request #367 from rabbitmq/rabbitmq-server-366Michael Klishin2015-10-192-9/+51
|\ \ | | | | | | fixes batch_publish_delivered for priority queues
| * | renames according to priority queue internal APIAlvaro Videla2015-10-172-9/+9
| | |
| * | fixes rabbit_priority_queue:batch_publish_delivery/4Alvaro Videla2015-10-172-8/+50
| | |
* | | Merge branch 'stable'Michael Klishin2015-10-161-1/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #365 from bogdando/ra_ocf_haMichael Klishin2015-10-161-1/+1
| |\ \ | | | | | | | | Sync lost change from Fuel HA rabbitmq OCF fixes
| | * | Sync lost change from Fuel HA rabbitmq OCF fixesBogdan Dobrelya2015-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missed change for the return value from the fix: 5097d94 - Bogdan Dobrelya, 3 months ago : Fix error return codes for rabbit OCF Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
* | | | Merge branch 'stable'Michael Klishin2015-10-161-33/+252
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge pull request #364 from bogdando/ra_ocf_haMichael Klishin2015-10-161-33/+252
| |\ \ | | |/ | | | Port Fuel fixes for the HA rabbitmq OCF
| | * Port Fuel fixes for the HA rabbitmq OCFBogdan Dobrelya2015-10-161-33/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync OCF script changes and fixes from Fuel, version 8.0dev/9ca5b6709cd18c8134cd8feaccf937ef49a625b4 Changelog brief: 9ca5b67 - Matthew Mosesohn, 8 days ago : Wait for rabbitmq sync before stop/demote actions 00a6a01 - Davanum Srinivas, 4 days ago : Avoid division operation in shell c1900b4 - Dmitry Mescheryakov, 4 weeks ago : Start RabbitMQ app on notify 00f28b5 - Vladimir Kuklin, 4 weeks ago : Return NOT_RUNNING when beam is not RUNNING 2707a5e - Dmitry Mescheryakov, 7 weeks ago : Make RabbitMQ OCF script tolerate rabbitmqctl timeouts 403b28c - Bogdan Dobrelya, 6 weeks ago : Detect a last man standing for rabbit OCF agent 60d5743 - Victor Sergeyev, 7 weeks ago : Add more logs to rabbitmq get_status function 11c4e4c - Alex Schultz, 9 weeks ago : Fix rabbitmq data restore for large datasets 8ccdfc6 - Stanislav Makar, 6 months ago : Implement the dumping of rabbitMQ definitions 5097d94 - Bogdan Dobrelya, 3 months ago : Fix error return codes for rabbit OCF b5ae83a - Bogdan Dobrelya, 3 months ago : Fix chowning for rabbit OCF bf604f8 - Bogdan Dobrelya, 4 months ago : Restart rabbit if can't list queues or found memory alert Co-authored-by: Matthew Mosesohn <mmosesohn@mirantis.com> Co-authored-by: Davanum Srinivas <dsrinivas@mirantis.com> Co-authored-by: Vladimir Kuklin <vkuklin@mirantis.com> Co-authored-by: Dmitry Mescheryakov <dmescheryakov@mirantis.com> Co-authored-by: Victor Sergeyev <vsergeyev@mirantis.com> Co-authored-by: Alex Schultz <aschultz@mirantis.com> Co-authored-by: Makar Stanislav <smakar@mirantis.com> Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
* | | Merge pull request #361 from rabbitmq/rabbitmq-server-63Michael Klishin2015-10-151-1/+2
|\ \ \ | | | | | | | | Adds net_ticktime to rabbitmqctl status output.
| * | | Adds net_ticktime to rabbitmqctl status output.Ayanda Dube2015-10-151-1/+2
|/ / / | | | | | | | | | References #63
* | | Merge branch 'stable'Michael Klishin2015-10-142-5/+7
|\ \ \ | |/ /
| * | Merge pull request #360 from rabbitmq/rabbitmq-server-84Michael Klishin2015-10-142-5/+7
| |\ \ | | | | | | | | Move rabbit_mirror_queue_misc:all_nodes/0 to rabbit_nodes:all_running/0
| | * | Move rabbit_mirror_queue_misc:all_nodes/0 to rabbit_nodes:all_running/0Diana Corbacho2015-10-142-5/+7
| |/ /
* | | fixes gm_qc APIAlvaro Videla2015-10-141-2/+2
| | |
* | | fixes QuickCheck tests for rabbit_backing_queue_qcAlvaro Videla2015-10-141-4/+4
| | |
* | | Merge pull request #359 from rabbitmq/rabbitmq-server-358Michael Klishin2015-10-141-1/+2
|\ \ \ | | | | | | | | fixes failing test
| * | | fixes failing testAlvaro Videla2015-10-141-1/+2
|/ / /
* | | fixes batch_publish testsAlvaro Videla2015-10-141-5/+15
| | |
* | | Merge branch 'stable'Alvaro Videla2015-10-141-1/+1
|\ \ \ | |/ /
| * | restores the rabbit_variable_queue testsAlvaro Videla2015-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This line https://github.com/rabbitmq/rabbitmq-server/blob/master/src/rabbit_priority_queue.erl#L78 sets the rabbit_priority_queue as the default rabbit_backing_queue which had the side effect of disabling the tests for the rabbit_variable_queue
* | | Merge branch 'stable'Michael Klishin2015-10-130-0/+0
|\ \ \ | |/ /
| * | Merge pull request #356 from bogdando/ra_ocf_haMichael Klishin2015-10-133-1/+1649
| |\ \ | | |/ | | | Ra ocf ha
* | | Merge branch 'stable'Michael Klishin2015-10-131-4/+4
|\ \ \ | |/ /
| * | Merge pull request #354 from Jakauppila/rabbitmq-server-354Michael Klishin2015-10-131-4/+4
| |\ \ | | | | | | | | Allow ERLANG_HOME to be overridden from rabbitmq-env.bat
| | * | Move call rabbitmq-ev.batJared Kauppila2015-10-121-4/+4
| | | | | | | | | | | | Moving the rabbitmq-ev.bat call above the ERLANG_HOME check. This grants the ability to override ERLANG_HOME within rabbitmq-env-conf.bat.
* | | | Merge pull request #355 from rabbitmq/rabbitmq-server-112Michael Klishin2015-10-133-2/+8
|\ \ \ \ | | | | | | | | | | Read memory monitor interval from configuration
| * | | | Missing commaMichael Klishin2015-10-131-1/+1
| | | | |
| * | | | Read memory monitor interval from configurationDiana Corbacho2015-10-133-2/+8
|/ / / /
* | | | Merge pull request #344 from rabbitmq/rabbitmq-server-336Michael Klishin2015-10-129-117/+474
|\ \ \ \ | | | | | | | | | | Implements Mirror Queue Sync in Batches
| * | | | Move this constant closer to the only place it is usedMichael Klishin2015-10-121-2/+2
| | | | |
| * | | | removes non batch-sync code pathAlvaro Videla2015-10-101-46/+3
| | | | |