summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Maybe a tad clearer?bug26335Simon MacMullen2014-08-111-9/+9
|
* Simplify maintenance of persistent_count on ack and purge:Simon MacMullen2014-08-111-45/+34
| | | | | | | | | | * Don't parameterise remove_queue_entries/5 with a fold function, there's only one call site. * Get remove_queue_entries/4 / purge_betas_and_deltas/3 to update persistent count directly, not removed counts by store. * Update persistent count in one place in remove_pending_ack/2, not many places in ack/2. * Remove a couple of no-longer needed helpers.
* stable to defaultSimon MacMullen2014-08-112-0/+10
|\
| * Added tag rabbitmq_v3_3_5 for changeset 3347a7f0e689Simon MacMullen2014-08-110-0/+0
| |
| * Changelogs for 3.3.5.rabbitmq_v3_3_5Simon MacMullen2014-08-112-0/+10
| |
* | stable to defaultSimon MacMullen2014-08-1149-546/+1691
|\ \ | |/ |/|
| * Dialyzer points out that the false branch cannot happen. In bug 26204 we ↵Simon MacMullen2014-08-081-4/+2
| | | | | | | | removed that distinction (cancelling an already fired timer); cancel_timer now only returns 'ok'.
| * Fix type error (introed in 24926 I think) spotted by Dialyzer.Simon MacMullen2014-08-081-2/+2
| |
| * Sigh. The type of the 4th argument to application:set_env/4 has changed in ↵Simon MacMullen2014-08-081-7/+5
| | | | | | | | Erlang 17 from being non_neg_integer() | 'infinity' to a proplist of options. And earlier versions of Erlang do not appreciate a proplist here! So just stop using it (yes, 5s timeout, but we have lots of calls to set_env/3 in the tests already and they do not seem to fail).
| * stable to defaultSimon MacMullen2014-08-081-1/+1
| |\
| * \ Merge bug26326Simon MacMullen2014-08-070-0/+0
| |\ \
| * | | A case missed in bug 26204.bug26326Simon MacMullen2014-08-071-2/+2
| |/ /
| * | stable to defaultSimon MacMullen2014-08-071-10/+21
| |\ \
| * \ \ stable to defaultSimon MacMullen2014-08-0649-532/+1681
| |\ \ \
| | * \ \ stable to defaultSimon MacMullen2014-08-0649-532/+1681
| | |\ \ \
| | | * | | Bug 26307 should really have documented these...Simon MacMullen2014-08-051-0/+16
| | | | | |
| | | * | | merge stable into defaultMichael Klishin2014-08-011-4/+1
| | | |\ \ \
| | | * \ \ \ merge stable into defaultMichael Klishin2014-08-011-2/+6
| | | |\ \ \ \
| | | * \ \ \ \ Merge bug26307Simon MacMullen2014-07-301-0/+68
| | | |\ \ \ \ \
| | | | * \ \ \ \ stable to defaultSimon MacMullen2014-07-3046-494/+1607
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ stable to defaultSimon MacMullen2014-07-301-0/+68
| | | | | |\ \ \ \ \
| | | * | | | | | | | Make sure the tests pass again!bug26307Simon MacMullen2014-07-292-11/+21
| | | | | | | | | | |
| | | * | | | | | | | Make some of the more interesting bits of the VQ backing_queue_status an ↵Simon MacMullen2014-07-294-29/+39
| | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | official part of the BQ API.
| | | * | | | | | | stable to defaultSimon MacMullen2014-07-2946-494/+1607
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | force_boot requires no app.Simon MacMullen2014-07-281-1/+2
| | | | | | | | | | |
| | | | * | | | | | | stable to defaultSimon MacMullen2014-07-282-3/+26
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge bug26242Simon MacMullen2014-07-281-1/+26
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | Nicer formatting of error message.bug26242Simon MacMullen2014-07-281-5/+5
| | | | | | | | | | | | |
| | | | | * | | | | | | | Refactor: move ensure_app_running inside the big catch block, then we don't ↵Simon MacMullen2014-07-281-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | need to duplicate error handling.
| | | | | * | | | | | | | Don't report nodedown issues as rabbit app not runningMichael Klishin2014-07-281-4/+14
| | | | | | | | | | | | |
| | | | | * | | | | | | | Cosmetic.Simon MacMullen2014-07-011-8/+6
| | | | | | | | | | | | |
| | | | | * | | | | | | | Reduce distance to default.Simon MacMullen2014-07-011-14/+7
| | | | | | | | | | | | |
| | | | | * | | | | | | | Use rabbit:is_running/1Michael Klishin2014-07-011-14/+9
| | | | | | | | | | | | |
| | | | | * | | | | | | | merge headsMichael Klishin2014-06-291-18/+22
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | It's easier to specify the commands that do not require the app than those ↵Simon MacMullen2014-06-261-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that do. Also reduce name verbosity and remove a stray call from action/eval.
| | | | | * | | | | | | | | Use rabbit:is_running/1 hereMichael Klishin2014-06-291-14/+9
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Use a list of commands that do not require rabbit app to be runningMichael Klishin2014-06-291-13/+4
| | | | | |/ / / / / / / /
| | | | | * | | | | | | | RefactorMichael Klishin2014-06-251-35/+18
| | | | | | | | | | | | |
| | | | | * | | | | | | | Exit early if rabbit app is not running on target node (but not for all ↵Michael Klishin2014-06-251-34/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands) Some commands can be (or should be) used when the rabbit app is stopped, e.g. stop_app or reset.
| | | | | * | | | | | | | Improve error messages from rabbitmqctl when the rabbit app is stoppedMichael Klishin2014-06-231-2/+31
| | | | | | | | | | | | |
| | | | * | | | | | | | | stable to defaultSimon MacMullen2014-07-2546-493/+1580
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Stable to defaultBlair Hester2014-07-2446-493/+1580
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ stable to defaultSimon MacMullen2014-07-2246-493/+1580
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ Merge bug26295Simon MacMullen2014-07-212-27/+21
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | Fix await_startup/1. Change its design from "figure out what apps we should ↵bug26295Simon MacMullen2014-07-212-27/+21
| | | | | | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be running and wait for them" to "wait for the boot marker to go away".
| | | | | | | * | | | | | | | | stable to defaultSimon MacMullen2014-07-1646-470/+1563
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ Merge bug26286Simon MacMullen2014-07-151-5/+3
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | Don't expect GMs which have not yet joined to take part in messaging.Simon MacMullen2014-07-151-2/+2
| | | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | Unused.Simon MacMullen2014-07-151-3/+1
| | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | Improve self-documentingness.bug26286Simon MacMullen2014-07-151-2/+11
| | | | | | | | | | | | | | | | | |