| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |/ | |||||
| * | 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 pull request #356 from bogdando/ra_ocf_ha | Michael Klishin | 2015-10-13 | 3 | -1/+1649 |
| |\ | | | | | Ra ocf ha | ||||
| | * | Fix indentaion, typos, hardcodes | Bogdan Dobrelya | 2015-07-24 | 2 | -12/+12 |
| | | | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> | ||||
| | * | Fix kill and mnesia removal | Bogdan Dobrelya | 2015-07-24 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | | * Do not use kill -9, use kill -TERM * If pidfile is empty try to kill by matching beam process * Fix mnesia files removal to be more name-safe Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> | ||||
| | * | Add use_fqdn and fix pidfile | Bogdan Dobrelya | 2015-07-23 | 1 | -12/+42 |
| | | | | | | | | | | | | | | | | | * Add use_fqdn to control a rabbit node and a node naming rules. Defaults False (use shortnames) * Fix default pidfile path Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> | ||||
| | * | Remove bashisms and sync recent changes | Bogdan Dobrelya | 2015-07-23 | 1 | -119/+143 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove bashisms and switch to the /bin/sh shebang * Partial apply changes for the fixed Fuel bug https://bugs.launchpad.net/fuel/+bug/1463433 - Treat resource failed when list_channels hangs and killed by timeout. - Ignore memory alerts, if any were set, as this maybe out of the generic OCF control scope and is a Fuel specific change. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> | ||||
| | * | Add OCF Pacemaker RA for HA A/A cluster | Bogdan Dobrelya | 2015-06-15 | 3 | -1/+1590 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add OCF script for Pacemaker resource agent for dynamic membership control of the nodes in RabbitMQ active-active mirrored cluster. source https://github.com/stackforge/fuel-library v6.1-dev b9b6376cab317906af625faa5e48521aaeb0201b Co-Author: Vladimir Kuklin <vkuklin@mirantis.com> Co-Author: Sergey Vasilenko <svasilenko@mirantis.com> Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> | ||||
| * | | 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. | ||||
| * | | | Use a public-facing email address | Michael Klishin | 2015-10-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | Update Debian metadata | Michael Klishin | 2015-10-09 | 2 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | * to not use "AMQP" as there are 2 versions in use today * to be a bit more humble in the description * to have up-to-date (and future-proof) contacts | ||||
| * | | | Commit 3.5.6 package release notesrabbitmq_v3_5_6 | Michael Klishin | 2015-10-07 | 2 | -1/+10 |
| | | | | |||||
| * | | | fixes check_xref for erlang:max | Alvaro Videla | 2015-10-06 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge pull request #345 from rabbitmq/rabbitmq-server-338 | Michael Klishin | 2015-10-05 | 3 | -9/+12 |
| |\ \ \ | | | | | | | | | Collect tags from all authz backends | ||||
| | * | | | Cosmetics | Michael Klishin | 2015-10-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Cosmetics | Michael Klishin | 2015-10-05 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Have the callback spec be backwards compatible. | Robby Raschke | 2015-10-05 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Be backwards compatible for homegrown auth modules. | Robby Raschke | 2015-10-05 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Add the return tags element into the behaviour callback spec for ↵ | Robby Raschke | 2015-09-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | authorization backends. | ||||
| | * | | | Add the permission tags from an explicit separate authorization step into ↵ | Robby Raschke | 2015-09-30 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | the user record. | ||||
| * | | | | Merge pull request #334 from rabbitmq/rabbitmq-server-324 | Michael Klishin | 2015-10-05 | 2 | -16/+67 |
| |\ \ \ \ | | | | | | | | | | | Fixes log handlers breakage since 18.1 | ||||
| | * | | | | uses rabbit_misc:version_compare/3 this time | Alvaro Videla | 2015-10-02 | 1 | -23/+6 |
| | | | | | | |||||
| | * | | | | checks if the current OTP release is >= 18.1 | Alvaro Videla | 2015-10-01 | 1 | -3/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is rather ugly. In the future once we have erlang.mk support we should use a semver libary instead. | ||||
| | * | | | | simplifies delete_log_handlers test logic | Alvaro Videla | 2015-09-28 | 1 | -12/+6 |
| | | | | | | |||||
| | * | | | | fixes tests | Alvaro Videla | 2015-09-25 | 1 | -2/+18 |
| | | | | | | |||||
| | * | | | | fixes log rotation | Alvaro Videla | 2015-09-25 | 1 | -9/+16 |
| | | | | | | |||||
| | * | | | | fixes OtpVersion handling | Alvaro Videla | 2015-09-25 | 1 | -2/+1 |
| | | | | | | |||||
| | * | | | | cosmetics | Alvaro Videla | 2015-09-25 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | initializes logger state depending on OTP release | Alvaro Videla | 2015-09-25 | 1 | -30/+26 |
| | | | | | | |||||
| | * | | | | handles the error logger state change introduced in Erlang 18.1 | Alvaro Videla | 2015-09-24 | 1 | -5/+38 |
| | | | | | | |||||
| * | | | | | Merge pull request #342 from rabbitmq/rabbitmq-server-341 | Michael Klishin | 2015-10-02 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | closes the journal handle before erasing the queue index dir | ||||
| | * | | | | | closes the journal handle before erasing the queue index dir | Alvaro Videla | 2015-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #341 | ||||
| * | | | | | | Merge pull request #335 from rabbitmq/rabbitmq-server-316 | Michael Klishin | 2015-10-02 | 1 | -11/+56 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | improves fetchwhile performance | ||||
| | * | | | | | improves fetchwhile performance | Alvaro Videla | 2015-09-28 | 1 | -11/+56 |
| | | |/ / / | |/| | | | | | | | | | | | | | Fixes #316 | ||||
| * | | | | | Merge pull request #339 from rabbitmq/rabbitmq-server-290 | Michael Klishin | 2015-10-01 | 1 | -13/+17 |
| |\ \ \ \ \ | |/ / / / |/| | | | | forces GC after queue paging | ||||
| | * | | | | forces GC after queue paging | Alvaro Videla | 2015-09-30 | 1 | -13/+17 |
| |/ / / / | | | | | | | | | | | | | | | | | See malingin list discussion linked in #290 Fixes #290 | ||||
| * | | | | Merge pull request #331 from rabbitmq/rabbitmq-server-330 | Jean-Sébastien Pédron | 2015-09-25 | 8 | -3/+80 |
| |\ \ \ \ | | | | | | | | | | | Adds documentation for credit_flow usage | ||||
| | * | | | | typo | Alvaro Videla | 2015-09-25 | 1 | -4/+3 |
| | | | | | | |||||
| | * | | | | clarifies sentence | Alvaro Videla | 2015-09-25 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | typo | Alvaro Videla | 2015-09-25 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | adds documentation for credit_flow usage | Alvaro Videla | 2015-09-25 | 8 | -3/+81 |
| | |/ / / | |||||
| * | | | | RPM/deb changelogs for release 3.5.5, package revision 3rabbitmq_v3_5_5 | Jean-Sébastien Pédron | 2015-09-24 | 2 | -1/+10 |
| | | | | | |||||
| * | | | | Debian: Always build a source+binary package | Jean-Sébastien Pédron | 2015-09-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #327 from CVTJNII/rabbitmq-script-wrapper_quote-fix_stable | Jean-Sébastien Pédron | 2015-09-24 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | Quote arg to prevent shell expansion, Issue-325 | ||||
| | * | | | | Quote arg to prevent shell expansion, Issue-325 | Tom Noonan II | 2015-09-24 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | rabbitmq-script-wrapper: Use '=', not '==' with Bourne shell's test | Jean-Sébastien Pédron | 2015-09-24 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | RPM/deb changelogs for release 3.5.5 | Jean-Sébastien Pédron | 2015-09-24 | 2 | -0/+9 |
| | | | | |||||
| * | | | Merge pull request #318 from ben-page/stable | Jean-Sébastien Pédron | 2015-09-21 | 1 | -7/+3 |
| |\ \ \ | | | | | | | | | Fixed support for arguments containing ` characters | ||||
