summaryrefslogtreecommitdiff
path: root/src/rabbit_control_main.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge in defaultbug26426Simon MacMullen2015-01-081-7/+19
|\
| * Nicer feedback.bug26475Simon MacMullen2014-12-091-1/+3
| * Ensure become(node()) works rather than failing with {node_running, ...}.Simon MacMullen2014-12-091-2/+2
| * Allow argument-pairs to rename_cluster_node to go in any order (and thus allo...Simon MacMullen2014-12-011-7/+8
| * Rename againSimon MacMullen2014-11-281-3/+4
| * Rename thingsSimon MacMullen2014-11-281-5/+4
| * Support renaming other remote nodes at the same time, in case we want to do a...Simon MacMullen2014-11-271-2/+4
| * Rearrange things a bit. We now have something that seems to work.Simon MacMullen2014-11-271-8/+0
| * WIP towards rabbitmqctl rename_other_node.Simon MacMullen2014-11-261-0/+8
| * First pass at "rabbitmqctl rename_current_node"Simon MacMullen2014-11-261-3/+10
| * Be a bit more sensible with syncing the ticktime; only do it when RPCing into...Simon MacMullen2014-11-201-3/+2
* | Revert to stable-like behaviour, always starting epmd, but starting it oursel...Simon MacMullen2014-10-271-7/+0
* | *Do* start epmd ourselves if we want to impersonate a node. And just allow ne...Simon MacMullen2014-10-241-2/+8
* | First pass at having ctl and plugins not start epmd. This can cause problems ...Simon MacMullen2014-10-231-12/+1
|/
* Add RABBITMQ_USE_LONGNAME. Based on a patch from Marcos Diez but with fixes f...Simon MacMullen2014-10-171-2/+8
* Extract commonality between rabbit_control_main and rabbit_plugins_main.Simon MacMullen2014-09-161-112/+18
* force_boot requires no app.Simon MacMullen2014-07-281-1/+2
* 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 n...Simon MacMullen2014-07-281-14/+10
| * 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
| * It's easier to specify the commands that do not require the app than those th...Simon MacMullen2014-06-261-18/+8
| * RefactorMichael Klishin2014-06-251-35/+18
| * Exit early if rabbit app is not running on target node (but not for all comma...Michael Klishin2014-06-251-34/+65
| * Improve error messages from rabbitmqctl when the rabbit app is stoppedMichael Klishin2014-06-231-2/+31
* | Merge in defaultSimon MacMullen2014-07-041-2/+23
|\ \
| * \ Merge in bug 26256Simon MacMullen2014-07-031-0/+8
| |\ \
| * | | Small tidy-upsSimon MacMullen2014-06-251-6/+5
| * | | Make "rabbitmqctl forget_cluster_node --offline" impersonate the node rather ...Simon MacMullen2014-06-251-2/+24
| | |/ | |/|
* | | Oopsbug26256Simon MacMullen2014-07-031-1/+1
| |/ |/|
* | Only force load if the app is actually down.Simon MacMullen2014-07-031-1/+4
* | Port script Mnesia dir changes from bug26192. Add rabbitmqctl force_boot.Simon MacMullen2014-07-031-0/+5
|/
* Allow parameter validation to know about the user making the change.Simon MacMullen2014-04-081-2/+3
* Merge bug25722Simon MacMullen2014-03-181-3/+7
|\
| * Display diagnostics when rabbitmqctl clustering options fail due to nodedown.Simon MacMullen2014-03-121-3/+7
* | Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|/
* First pass at cluster name.Simon MacMullen2014-01-291-0/+5
* Validate utf-8-ness on the way into rabbitmqctl too.Simon MacMullen2013-11-041-1/+8
* Merged bug25572 into defaultEmile Joubert2013-08-131-20/+31
|\
| * Fix inadvertent match of Args. That's what you get for only running the test ...bug25572Simon MacMullen2013-08-131-2/+3
| * So it turns out that the policy tests fail, since we now depend on rabbit_mis...Simon MacMullen2013-08-091-10/+17
| * Add support for setting apply-to via rabbitmqctl. Switch to using option for ...Simon MacMullen2013-08-081-10/+13
* | Merge bug25689Simon MacMullen2013-07-311-2/+2
|\ \
| * | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
| |/
* | Integrate win32_cmd/1 into rabbit_misc:os_cmd/1, so that we have just one fun...Simon MacMullen2013-07-311-1/+1
* | Add space for clink os cmds separatelyEmile Joubert2013-07-311-2/+2
* | Work around Clink shell issueEmile Joubert2013-07-301-1/+1
|/