| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Git: Ignore generated documentation | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+12 |
| | | |||||
| * | Makefile: Sort content a bit | Jean-Sébastien Pédron | 2015-10-20 | 1 | -14/+9 |
| | | |||||
| * | Makefile: Connect manpages to the build | Jean-Sébastien Pédron | 2015-10-20 | 1 | -57/+60 |
| | | |||||
| * | erlang.mk: Disable EDoc generation | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| | | |||||
| * | erlang.mk: Apply experimental speed improvements | Jean-Sébastien Pédron | 2015-10-20 | 1 | -4/+3 |
| | | |||||
| * | Use $(ERL) from erlang.mk | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| | | |||||
| * | Makefile: Resolve $(USE_PROPER_QC) only when needed | Jean-Sébastien Pédron | 2015-10-20 | 1 | -2/+2 |
| | | |||||
| * | Makefile: Use `erl -version` to do ERTS version tests | Jean-Sébastien Pédron | 2015-10-20 | 1 | -5/+22 |
| | | | | | | This is way faster than starting a full VM. Use awk to perform the comparison. | ||||
| * | Add $(gen_verbose) in front of generated sources | Jean-Sébastien Pédron | 2015-10-20 | 1 | -13/+16 |
| | | |||||
| * | Makefile: Compile behaviors first | Jean-Sébastien Pédron | 2015-10-20 | 1 | -3/+7 |
| | | | | | Also, use Erlang atoms when naming dependencies. | ||||
| * | Update .gitignore | Jean-Sébastien Pédron | 2015-10-20 | 1 | -34/+6 |
| | | |||||
| * | Move .app file to src/ | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+0 |
| | | |||||
| * | Move headers to rabbitmq-common | Jean-Sébastien Pédron | 2015-10-20 | 2 | -184/+0 |
| | | |||||
| * | Makefile: Use `erlang.mk` | Jean-Sébastien Pédron | 2015-10-20 | 1 | -374/+52 |
| | | |||||
| * | Move modules to rabbitmq-common | Jean-Sébastien Pédron | 2015-10-20 | 36 | -14655/+0 |
| | | |||||
| * | Add `erlang.mk` | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+6029 |
| | | |||||
| * | Merge branch 'stable'rabbitmq_v3_6_0_milestone1 | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| |\ | |||||
| | * | description/0 is not a behaviour callback | Jean-Sébastien Pédron | 2015-10-20 | 1 | -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-366 | Michael Klishin | 2015-10-19 | 2 | -9/+51 |
| |\ \ | | | | | | | fixes batch_publish_delivered for priority queues | ||||
| | * | | renames according to priority queue internal API | Alvaro Videla | 2015-10-17 | 2 | -9/+9 |
| | | | | |||||
| | * | | fixes rabbit_priority_queue:batch_publish_delivery/4 | Alvaro Videla | 2015-10-17 | 2 | -8/+50 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-16 | 1 | -1/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge pull request #365 from bogdando/ra_ocf_ha | Michael Klishin | 2015-10-16 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Sync lost change from Fuel HA rabbitmq OCF fixes | ||||
| | | * | | Sync lost change from Fuel HA rabbitmq OCF fixes | Bogdan Dobrelya | 2015-10-16 | 1 | -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 Klishin | 2015-10-16 | 1 | -33/+252 |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| | * | | Merge pull request #364 from bogdando/ra_ocf_ha | Michael Klishin | 2015-10-16 | 1 | -33/+252 |
| | |\ \ | | |/ | | | | Port Fuel fixes for the HA rabbitmq OCF | ||||
| | | * | Port Fuel fixes for the HA rabbitmq OCF | Bogdan Dobrelya | 2015-10-16 | 1 | -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-63 | Michael Klishin | 2015-10-15 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | Adds net_ticktime to rabbitmqctl status output. | ||||
| | * | | | Adds net_ticktime to rabbitmqctl status output. | Ayanda Dube | 2015-10-15 | 1 | -1/+2 |
| |/ / / | | | | | | | | | | References #63 | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-14 | 2 | -5/+7 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #360 from rabbitmq/rabbitmq-server-84 | Michael Klishin | 2015-10-14 | 2 | -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/0 | Diana Corbacho | 2015-10-14 | 2 | -5/+7 |
| | |/ / | |||||
| * | | | fixes gm_qc API | Alvaro Videla | 2015-10-14 | 1 | -2/+2 |
| | | | | |||||
| * | | | fixes QuickCheck tests for rabbit_backing_queue_qc | Alvaro Videla | 2015-10-14 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge pull request #359 from rabbitmq/rabbitmq-server-358 | Michael Klishin | 2015-10-14 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | fixes failing test | ||||
| | * | | | fixes failing test | Alvaro Videla | 2015-10-14 | 1 | -1/+2 |
| |/ / / | |||||
| * | | | fixes batch_publish tests | Alvaro Videla | 2015-10-14 | 1 | -5/+15 |
| | | | | |||||
| * | | | Merge branch 'stable' | Alvaro Videla | 2015-10-14 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | restores the rabbit_variable_queue tests | Alvaro Videla | 2015-10-14 | 1 | -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 Klishin | 2015-10-13 | 0 | -0/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #356 from bogdando/ra_ocf_ha | Michael Klishin | 2015-10-13 | 3 | -1/+1649 |
| | |\ \ | | |/ | | | | Ra ocf ha | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2015-10-13 | 1 | -4/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #354 from Jakauppila/rabbitmq-server-354 | Michael Klishin | 2015-10-13 | 1 | -4/+4 |
| | |\ \ | | | | | | | | | Allow ERLANG_HOME to be overridden from rabbitmq-env.bat | ||||
| | | * | | Move call rabbitmq-ev.bat | Jared Kauppila | 2015-10-12 | 1 | -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-112 | Michael Klishin | 2015-10-13 | 3 | -2/+8 |
| |\ \ \ \ | | | | | | | | | | | Read memory monitor interval from configuration | ||||
| | * | | | | Missing comma | Michael Klishin | 2015-10-13 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Read memory monitor interval from configuration | Diana Corbacho | 2015-10-13 | 3 | -2/+8 |
| |/ / / / | |||||
| * | | | | Merge pull request #344 from rabbitmq/rabbitmq-server-336 | Michael Klishin | 2015-10-12 | 9 | -117/+474 |
| |\ \ \ \ | | | | | | | | | | | Implements Mirror Queue Sync in Batches | ||||
| | * | | | | Move this constant closer to the only place it is used | Michael Klishin | 2015-10-12 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | removes non batch-sync code path | Alvaro Videla | 2015-10-10 | 1 | -46/+3 |
| | | | | | | |||||
