| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update erlang.mk | Jean-Sébastien Pédron | 2016-09-22 | 1 | -316/+352 |
| | | |||||
| * | Makefile: Move install recipes to rabbitmq-release | Jean-Sébastien Pédron | 2016-09-22 | 1 | -117/+0 |
| | | | | | [#130659985] | ||||
| * | Move all release handling bits to rabbitmq-release | Jean-Sébastien Pédron | 2016-09-21 | 51 | -6274/+6 |
| | | | | | [#130659985] | ||||
| * | Merge branch 'rabbitmq-server-944' into stable | Michael Klishin | 2016-09-21 | 2 | -5/+24 |
| |\ | |||||
| | * | Merge branch 'stable' into rabbitmq-server-944 | Michael Klishin | 2016-09-21 | 5 | -48/+80 |
| | |\ | |/ |/| | |||||
| * | | Merge branch 'rabbitmq-server-953' into stable | Michael Klishin | 2016-09-20 | 4 | -47/+79 |
| |\ \ | |||||
| | * \ | Merge branch 'stable' into rabbitmq-server-953 | Michael Klishin | 2016-09-20 | 6 | -498/+10 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Makefile: Remove the `$(PLUGINS)` variable | Jean-Sébastien Pédron | 2016-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that plugins have an explicit dependency to rabbitmq-common and rabbitmq-server, using `$(PLUGINS)` recreates the circular dependency being fixed. This facility will be replaced by a proper mechanism. [#130659985] | ||||
| | * | | Match shutdown as expected return value | Diana Corbacho | 2016-09-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Stop queue gracefully on coordinator/GM initialisation shutdown | Diana Corbacho | 2016-09-16 | 2 | -31/+59 |
| | | | | |||||
| | * | | Stop GM with reason shutdown whenever an error is detected | Diana Corbacho | 2016-09-16 | 1 | -15/+19 |
| | | | | |||||
| | | * | Stop in request_depth if master is not a member any longer | Diana Corbacho | 2016-09-20 | 1 | -3/+9 |
| | | | | |||||
| | | * | Stop slaves once removed from the amqqueue record by other nodes | Diana Corbacho | 2016-09-19 | 1 | -2/+15 |
| | |/ |/| | |||||
| * | | Remove `inet_proxy` Erlang distribution | Jean-Sébastien Pédron | 2016-09-19 | 3 | -442/+0 |
| | | | | | | | | | | | | | It's now part of rabbitmq-ct-helpers. [#130086871] | ||||
| * | | Makefile: Explicitely list all DEPS | Jean-Sébastien Pédron | 2016-09-19 | 2 | -48/+2 |
| | | | | | | | | | | | | | | | Sync rabbitmq-components.mk with rabbitmq-common to remove automatic DEPS handling. [#130086871] | ||||
| * | | Merge pull request #966 from bogdando/stable | Michael Klishin | 2016-09-16 | 1 | -8/+8 |
| |\ \ | | | | | | | Fix stdout/stderr redirects | ||||
| | * | | Fix stdout/stderr redirects | Bogdan Dobrelya | 2016-09-16 | 1 | -8/+8 |
| |/ / | | | | | | | | | | | Related Fuel bug https://bugs.launchpad.net/fuel/+bug/1506423 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> | ||||
| * | | Merge pull request #961 from rabbitmq/rabbitmq-server-953 | Michael Klishin | 2016-09-15 | 1 | -1/+1 |
| |\ \ | |/ | | | Stop master with reason shutdown on duplicated masters | ||||
| | * | Merge branch 'stable' into rabbitmq-server-953 | Michael Klishin | 2016-09-15 | 0 | -0/+0 |
| | |\ | |/ |/| | |||||
| * | | Update expectations for new credit flow values | Michael Klishin | 2016-09-15 | 1 | -4/+4 |
| | | | |||||
| | * | Update expectations for new credit flow values | Michael Klishin | 2016-09-15 | 1 | -4/+4 |
| | | | |||||
| | * | Merge branch 'stable' into rabbitmq-server-953 | Michael Klishin | 2016-09-15 | 2 | -16/+3 |
| | |\ | |/ |/| | |||||
| * | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-15 | 1 | -15/+2 |
| | | | |||||
| * | | Merge pull request #963 from rabbitmq/rabbitmq-server-962 | Michael Klishin | 2016-09-15 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix log message | ||||
| | * | | Fix log message | Diana Corbacho | 2016-09-15 | 1 | -1/+1 |
| |/ / | |||||
| | * | Stop master with reason shutdown on duplicated masters | Diana Corbacho | 2016-09-14 | 1 | -1/+1 |
| |/ | | | | * Avoid removing the queue record | ||||
| * | Merge pull request #957 from rabbitmq/rabbitmq-server-956 | Michael Klishin | 2016-09-12 | 2 | -2/+3 |
| |\ | | | | | Introduce RABBITMQ_IGNORE_SIGINT to ignore the +B VM flag | ||||
| | * | Ignore current value of RABBITMQ_IGNORE_SIGINT_FLAG | Michael Klishin | 2016-09-12 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'stable' into rabbitmq-server-956 | Michael Klishin | 2016-09-12 | 2 | -2/+19 |
| | |\ | |||||
| | * | | Boolean flag to enable/disable +B VM option | Daniil Fedotov | 2016-09-12 | 1 | -1/+2 |
| | | | | |||||
| | * | | ENV variable to override +B VM option | Daniil Fedotov | 2016-09-12 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #954 from rabbitmq/rabbitmq-server-908 | Karl Nilsson | 2016-09-12 | 2 | -2/+13 |
| |\ \ \ | | | | | | | | | Make VM +zdbbl easier to configure, bump default to 32MB | ||||
| | * | | | Make VM distribution buffer size easier to configure, bump default to 32MB | Michael Klishin | 2016-09-12 | 2 | -2/+13 |
| | |/ / | | | | | | | | | | Fixes #908. | ||||
| * | | | Merge pull request #955 from rabbitmq/rabbitmq-server-949 | D Corbacho | 2016-09-12 | 1 | -1/+2 |
| |\ \ \ | |_|/ |/| | | Bump default MoreCreditAfter to 100 | ||||
| | * | | Bump default MoreCreditAfter to 100 | Michael Klishin | 2016-09-12 | 1 | -1/+2 |
| | |/ | | | | | | | | | | | | | | | | | Local benchmarks with PerfTest demonstrate an insignificant (ranging from -1% to 2% improvement for 95th percentile) throughput change, however, a few large users report this reducing the amount of time queues spent in flow on their workloads. The original value is certainly quite conservative. | ||||
| * | | Merge pull request #946 from dmitrymex/reset-mnesia-schema | Michael Klishin | 2016-09-12 | 1 | -1/+13 |
| |\ \ | | | | | | | [OCF HA] Delete Mnesia schema on mnesia reset | ||||
| | * | | [OCF HA] Delete Mnesia schema on mnesia reset | Dmitry Mescheryakov | 2016-09-07 | 1 | -1/+13 |
| | |/ | | | | | | | | | | | | | Not doing so leads to RabbitMQ node being half-stuck in cluster. As a result, it can't clearly join back and constantly fails. Details could be found in the following Fuel bug: https://bugs.launchpad.net/fuel/+bug/1620649 | ||||
| * | | Merge pull request #951 from rabbitmq/rabbitmq-server-950 | Michael Klishin | 2016-09-12 | 1 | -1/+6 |
| |\ \ | |/ |/| | Handle not found outside of verify | ||||
| | * | Merge branch 'stable' into rabbitmq-server-950 | Michael Klishin | 2016-09-12 | 14 | -410/+359 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #942 from dmitrymex/remove-second-monitor | Michael Klishin | 2016-09-07 | 1 | -1/+0 |
| |\ \ | | | | | | | [OCF HA] Do not suggest to run the second monitor action | ||||
| | * | | [OCF HA] Do not suggest to run the second monitor action | Dmitry Mescheryakov | 2016-09-06 | 1 | -1/+0 |
| |/ / | | | | | | | | | | | | | | | | | | | Right now we suggest to users to run the second monitor for slaves with depth=30. It made sense previously, when there was an additional check at that depth. Right now we don't have any depth-specific checks and hence it does not make sense to run the second monitor. Moreover, removing the second monitor fixes an issue with Pacemaker not reacting on failing monitor if it takes more than a minute. For details see Fuel bug https://launchpad.net/bugs/1618843 | ||||
| * | | Merge branch 'rabbitmq-server-803-stable' into stablerabbitmq_v3_6_6_milestone4 | Michael Klishin | 2016-09-03 | 6 | -29/+242 |
| |\ \ | |||||
| | * | | Proper is a test dependency now | Michael Klishin | 2016-09-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'stable' into rabbitmq-server-803-stable | Michael Klishin | 2016-09-02 | 8 | -381/+118 |
| | |\ \ | |/ / |/| | | | | | | | | Conflicts: Makefile | ||||
| * | | | Makefile: Re-add amqp_client and meck as TEST_DEPS | Jean-Sébastien Pédron | 2016-09-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | There were accidentaly removed in f67c055e1e2a1931c0a84e1e271573b7abdf2877. [#127356157] | ||||
| * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-02 | 1 | -3/+5 |
| | | | | |||||
| * | | | Makefile: No need to filter out rabbitmq_test from TEST_DEPS anymore | Jean-Sébastien Pédron | 2016-09-02 | 1 | -3/+0 |
| | | | | | | | | | | | | | [#127356157] | ||||
| * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-02 | 1 | -6/+0 |
| | | | | |||||
| * | | | Merge pull request #934 from rabbitmq/rabbitmq-server-932rabbitmq_v3_7_0_milestone6rabbitmq_v3_6_6_milestone3 | Michael Klishin | 2016-08-31 | 5 | -11/+112 |
| |\ \ \ | | | | | | | | | Create el6 and el7 rpm packages | ||||
| | * \ \ | Merge branch 'stable' into rabbitmq-server-932 | Michael Klishin | 2016-08-31 | 6 | -433/+285 |
| | |\ \ \ | |/ / / |/| | | | |||||
