summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge bug26427HEADmasterSimon MacMullen2015-01-0933-262/+1133
|\
| * Don't fail if sbin or etc existMichael Klishin2015-01-081-2/+2
| * stable to defaultJean-Sebastien Pedron2015-01-0723-221/+907
| |\
| | * Merge bug26393Simon MacMullen2015-01-064-26/+63
| | |\
| | | * No need to concatenate hard-coded lists...bug26393Jean-Sebastien Pedron2014-12-102-4/+4
| | | * Now that empty keys are dropped, we can always add ssl_* keysJean-Sebastien Pedron2014-12-101-11/+1
| | | * Filter out auth notification properties with no valueJean-Sebastien Pedron2014-12-032-2/+2
| | | * Style fix: Use ++ to construct EventProps, not multiple temporary variablesJean-Sebastien Pedron2014-12-032-25/+17
| | | * Pass "extra properties" to notify_auth_result/{3,4} instead of a messageJean-Sebastien Pedron2014-12-022-15/+12
| | | * Only include ssl/certificate informations when the connection is over SSLJean-Sebastien Pedron2014-12-021-6/+17
| | | * Use list comprehension instead of lists:foldl/3Jean-Sebastien Pedron2014-12-021-8/+8
| | | * Use rabbit_misc:format/2 instead of lists:flatten/1 + io_lib:format/2Jean-Sebastien Pedron2014-12-022-2/+2
| | | * Move the info keys list added to user_authentication_* to a -define()Jean-Sebastien Pedron2014-12-021-15/+6
| | | * Drop {refuse, _, _} from rabbit_auth_mechanism:handle_response/2 return valuesJean-Sebastien Pedron2014-11-262-7/+0
| | | * Rephrase a comment to use the present tenseJean-Sebastien Pedron2014-11-261-1/+1
| | | * Update rabbit_auth_mechanism:handle_response() spec to match the changeJean-Sebastien Pedron2014-11-262-3/+6
| | | * Add more properties to the user_authentication_* notificationsJean-Sebastien Pedron2014-11-253-23/+83
| | * | stable to defaultSimon MacMullen2015-01-051-4/+55
| | |\ \
| | * \ \ stable to defaultSimon MacMullen2015-01-051-1/+0
| | |\ \ \
| | * \ \ \ stable to defaultSimon MacMullen2014-12-1222-202/+851
| | |\ \ \ \
| | | * \ \ \ stable to defaultSimon MacMullen2014-12-111-2/+13
| | | |\ \ \ \
| | | * \ \ \ \ merge bug26475 into defaultMichael Klishin2014-12-107-25/+142
| | | |\ \ \ \ \
| | | | * \ \ \ \ stable to defaultSimon MacMullen2014-12-1017-187/+507
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ stable to default (Alvaro forgot)Simon MacMullen2014-12-0917-187/+507
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ stable to defaultSimon MacMullen2014-12-0517-187/+507
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ stable to defaultSimon MacMullen2014-12-0517-187/+507
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ stable to defaultSimon MacMullen2014-11-281-4/+14
| | | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ \ stable to defaultSimon MacMullen2014-11-281-15/+27
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ stable to defaultSimon MacMullen2014-11-262-0/+9
| | | | | | | | |\ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Nicer feedback.bug26475Simon MacMullen2014-12-091-1/+3
| | | * | | | | | | | | | | | | Split out preparation from rename/2, and add comments.Simon MacMullen2014-12-091-29/+77
| | | * | | | | | | | | | | | | Various fixes / improvements: with the new scheme multiple renamings will not...Simon MacMullen2014-12-091-32/+39
| | | * | | | | | | | | | | | | Fail clearly if the node specified with '-n' is not a member of the cluster b...Simon MacMullen2014-12-091-4/+6
| | | * | | | | | | | | | | | | Ensure become(node()) works rather than failing with {node_running, ...}.Simon MacMullen2014-12-091-2/+2
| | | * | | | | | | | | | | | | WIP clustererer compatibility: install the fallback and "upgrade" mnesia at r...Simon MacMullen2014-12-081-13/+14
| | | * | | | | | | | | | | | | Maybe clearer?Simon MacMullen2014-12-011-1/+1
| | | * | | | | | | | | | | | | Add a section to the manual page.Simon MacMullen2014-12-011-0/+35
| | | * | | | | | | | | | | | | Swap location of backup and regular config files. A bit less logical, but we ...Simon MacMullen2014-12-011-4/+4
| | | * | | | | | | | | | | | | Put all the rename-related temp files in a directory together, and keep copie...Simon MacMullen2014-12-011-13/+21
| | | * | | | | | | | | | | | | Allow argument-pairs to rename_cluster_node to go in any order (and thus allo...Simon MacMullen2014-12-012-23/+46
| | | * | | | | | | | | | | | | Rename againSimon MacMullen2014-11-281-3/+4
| | | * | | | | | | | | | | | | And unbreak clusters.Simon MacMullen2014-11-281-0/+1
| | | * | | | | | | | | | | | | Detect starting as the old node name after a rename and roll back. Also renam...Simon MacMullen2014-11-282-26/+44
| | | * | | | | | | | | | | | | Less io:format, more rabbit_log.Simon MacMullen2014-11-281-7/+6
| | | * | | | | | | | | | | | | Improve the chance of not losing a bunch of data.Simon MacMullen2014-11-281-0/+1
| | | * | | | | | | | | | | | | OopsSimon MacMullen2014-11-281-1/+1
| | | * | | | | | | | | | | | | Rename thingsSimon MacMullen2014-11-282-9/+8
| | | * | | | | | | | | | | | | Remove commented out bit, remove pointless RPC (we're in the cluster by that ...Simon MacMullen2014-11-281-47/+13
| | | * | | | | | | | | | | | | We are presumably the source of truth now, so make sure we boot.Simon MacMullen2014-11-281-0/+1
| | | * | | | | | | | | | | | | Support renaming other remote nodes at the same time, in case we want to do a...Simon MacMullen2014-11-272-68/+69