summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ahembug24156Simon MacMullen2011-06-061-2/+3
|
* Be more consistent about returning infos from ↵Simon MacMullen2011-06-062-35/+38
| | | | rabbit_auth_backend_internal:list_*_permissions, fix rabbit_vhost:delete. Note that some of the info keys have changed to match those in mgmt, so we avoid a translation layer.
* Merge bug24128Simon MacMullen2011-06-0617-79/+128
|\
| * merge bug22953 into defaultMatthias Radestock2011-06-037-23/+32
| |\ | | | | | | | | | | | | | | | | | | | | | some minor tweaks and bug fixes to the broker needed by rabbitmq-federation: - make rabbit_binding:list_for_* usable in a transaction context - add rabbit_binding:peek_serial/1 to retrieve the exchange event serial w/o incrementing it - correct exchange type 'create' callback invocation in recover
| | * Reduce diff from bug23554: Extend backing queue api to present reason for ↵Matthew Sackman2011-06-025-17/+17
| | | | | | | | | | | | termination
| | * Reduce diff from bug23554: Scaffolding for programmatically deciding backing ↵Matthew Sackman2011-06-021-2/+5
| | | | | | | | | | | | queue
| | * Reduce diff from bug23554: Allow formatting of nested info itemsMatthew Sackman2011-06-021-0/+6
| | |
| | * Merging heads of defaultMatthew Sackman2011-06-021-1/+23
| | |\
| | * | Reduce diff from bug23554: minor tweaks to gm_soak_test (correction of error ↵Matthew Sackman2011-06-021-4/+4
| | | | | | | | | | | | | | | | messages)
| * | | Oops, we don't map true/false to transaction/none on recover. Let's fix that ↵bug22953Simon MacMullen2011-06-021-5/+5
| | | | | | | | | | | | | | | | here...
| * | | Merge in defaultSimon MacMullen2011-06-024-17/+43
| |\ \ \ | | | |/ | | |/|
| | * | Move pget from federation / mgmt to misc.Simon MacMullen2011-06-021-0/+13
| | | |
| | * | Move set_table_value from federation to miscSimon MacMullen2011-06-021-1/+10
| | |/
| | * cosmeticMatthias Radestock2011-06-021-9/+9
| | |
| | * cosmeticMatthias Radestock2011-06-021-7/+7
| | |
| | * merge bug23857 into defaultMatthias Radestock2011-06-010-0/+0
| | |\
| | * | Tweak commentbug23857Simon MacMullen2011-06-011-2/+3
| | | |
| | * | Make sure the global name server is definitely up and synced by the time we ↵Simon MacMullen2011-06-011-0/+3
| | |/ | | | | | | | | | treat the cluster as "up".
| * | And change the nameSimon MacMullen2011-06-011-2/+2
| | |
| * | OopsSimon MacMullen2011-06-011-1/+1
| | |
| * | rabbit_exchange:peek_serial/1.Simon MacMullen2011-06-011-2/+9
| | |
| * | Allow binding:list_* to be invoked inside a tx meaningfully.Simon MacMullen2011-05-311-12/+23
| |/
| * Merging bug24137 to defaultMatthew Sackman2011-05-313-11/+3
| |\
| | * These "--novalid"s are less meaningful in the context of bug 24137 since you ↵bug24137Simon MacMullen2011-05-311-2/+2
| | | | | | | | | | | | need to have docbook installed to get this far and so can't trigger the bug. But it can't harm to put them in, and it's possible that there's some other bug I haven't thought of that this fixes.
| | * Remove more pointless namespaces.Simon MacMullen2011-05-311-4/+0
| | |
| | * Don't validate against the docbook DTD when building the usage erl - we ↵Simon MacMullen2011-05-261-1/+1
| | | | | | | | | | | | don't need docbook installed to build the server, but without this --novalid we instead go to the internet if docbook is not installed, which can make building flaky.
| | * What on earth were those namespaces imported for? They're not used for ↵Simon MacMullen2011-05-261-4/+0
| | | | | | | | | | | | anything, and they help the build to fail if we can't contact docbook.org.
| * | Merging bug24079 to defaultMatthew Sackman2011-05-272-9/+13
| |\ \ | | |/ | |/|
| | * In light of bug21782, solve the asymmetry problem the other way.bug24079Matthew Sackman2011-05-272-4/+4
| | |
| | * Support multiple source dirsSimon MacMullen2011-05-122-2/+3
| | |
| | * If we see a list of modules there already, trust it.Simon MacMullen2011-05-111-2/+5
| | |
| | * Use erl files rather than beam files to generate the app module list.Simon MacMullen2011-05-112-5/+5
| | |
* | | More consitent exception handlingbug24128Emile Joubert2011-06-031-3/+9
| | |
* | | Report cosmeticsSimon MacMullen2011-06-031-14/+19
| | |
* | | Reformat and move environment / report back (and take status with them).Simon MacMullen2011-06-031-47/+49
| | |
* | | Reformat, rephrase the "diagnostic information" para and move it to the top ↵Simon MacMullen2011-06-031-9/+10
| | | | | | | | | | | | since it always applies.
* | | Use a list comp to filter, sort the list.Simon MacMullen2011-06-031-3/+3
| | |
* | | Merge headsEmile Joubert2011-06-031-32/+32
|\ \ \
| * | | Change rabbitmqctl docsEmile Joubert2011-06-031-32/+32
| | | | | | | | | | | | | | | | | | | | Move environment and report from Server Status to Application and Cluster Management Remove list_consumers, environment and report from usage info
* | | | Merge headsSimon MacMullen2011-06-031-3/+2
|\ \ \ \ | |/ / /
| * | | Less verbose description of environment commandEmile Joubert2011-06-031-3/+2
| | | |
* | | | Need a space hereSimon MacMullen2011-06-031-1/+1
|/ / /
* | | Show docs in usageEmile Joubert2011-06-031-6/+6
| | |
* | | Split rabbitmqctl status queryEmile Joubert2011-06-023-21/+57
| | |
* | | CosmeticSimon MacMullen2011-06-021-12/+15
| | |
* | | Update manpage for rabbitmqctl statusEmile Joubert2011-05-311-4/+8
| | |
* | | Move status info (again)Emile Joubert2011-05-312-14/+13
| | |
* | | Report node-specific details separatelyEmile Joubert2011-05-312-6/+16
| | |
* | | List permissions differentlyEmile Joubert2011-05-312-27/+33
| | |
* | | rabbitmqctl report layout tidyEmile Joubert2011-05-311-9/+10
| | |