| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | better error message for `join_cluster' | Francesco Mazzoli | 2012-10-25 | 1 | -1/+3 |
| | | | | | | | | When `force_reset'ing a node, if we want to re-cluster it with the old cluster `update_cluster_nodes' can be used, but we can't simply use `join_cluster' again, because the rest of the cluster still thinks the `force_reset' node is in the cluster. | ||||
| * | oops pt 2 | Francesco Mazzoli | 2012-10-25 | 1 | -1/+1 |
| | | |||||
| * | `cluster_nodes(all)' instead of `nodes()' in `force_reset()' | Francesco Mazzoli | 2012-10-25 | 1 | -1/+1 |
| | | |||||
| * | handle legacy `cluster_nodes' | Francesco Mazzoli | 2012-10-25 | 1 | -2/+14 |
| | | |||||
| * | oops | Francesco Mazzoli | 2012-10-25 | 1 | -2/+0 |
| | | |||||
| * | merge default | Francesco Mazzoli | 2012-10-25 | 3 | -51/+41 |
| |\ | |||||
| | * | Merged bug25053 into default | Emile Joubert | 2012-10-25 | 85 | -2902/+5968 |
| | |\ | |||||
| | | * | Merge bug25167 | Simon MacMullen | 2012-10-24 | 1 | -5/+7 |
| | | |\ | |||||
| | | | * | Merged bug25237 into default | Emile Joubert | 2012-10-24 | 1 | -5/+7 |
| | | | |\ | |||||
| | | | | * | More accurate specs. | Simon MacMullen | 2012-10-24 | 1 | -5/+7 |
| | | | |/ | |||||
| | | * | | remove the `leave_cluster' refactor | Francesco Mazzoli | 2012-10-24 | 1 | -4/+6 |
| | | | | | |||||
| | | * | | post merge cleanup | Francesco Mazzoli | 2012-10-24 | 1 | -22/+21 |
| | | | | | |||||
| | | * | | oops | Francesco Mazzoli | 2012-10-24 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | comment | Francesco Mazzoli | 2012-10-24 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | merged default | Francesco Mazzoli | 2012-10-24 | 1 | -57/+41 |
| | | |\ \ | | | |/ | | |/| | |||||
| | | | * | fix in change_cluster_node_type | Francesco Mazzoli | 2012-09-21 | 1 | -1/+3 |
| | | | | | |||||
| | | | * | forgot about the other thunk | Francesco Mazzoli | 2012-09-21 | 1 | -3/+2 |
| | | | | | |||||
| | | | * | not a thunk anymore | Francesco Mazzoli | 2012-09-21 | 1 | -3/+3 |
| | | | | | |||||
| | | | * | reverse to using `system_info(running_db_nodes)' | Francesco Mazzoli | 2012-09-21 | 1 | -23/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We noticed that our function is never necessary. Doing these changes, I also noticed that `running_db_nodes' does not do an rpc call if mnesia is running, and instead records the running node in some ETS table. This makes the clustering management tests racy, since we don't know when the information about the nodes which are up/down will propagate. | ||||
| | * | | | When handling emit_stats we should do nearly everything we normally do in ↵ | Simon MacMullen | 2012-07-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | noreply/1, just not create another stats timer. | ||||
| * | | | | merge default | Francesco Mazzoli | 2012-10-24 | 37 | -723/+1359 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Fix policy info items | Simon MacMullen | 2012-10-24 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Slightly surprised that compiled on R15B02 - but it doesn't on R12B-5. Fix ↵ | Simon MacMullen | 2012-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | CI + nightlies. | ||||
| | * | | | merge bug25227 into default | Tim Watson | 2012-10-23 | 0 | -0/+0 |
| | |\ \ \ | |||||
| | * \ \ \ | merge default | Tim Watson | 2012-10-23 | 32 | -422/+848 |
| | |\ \ \ \ | | |/ / / | |||||
| | | * | | | Merged bug25142 into default | Emile Joubert | 2012-10-23 | 10 | -70/+451 |
| | | |\ \ \ | |||||
| | | | * | | | s/key/name/, and a couple of other minor tidyups that I noticed at the same ↵ | Simon MacMullen | 2012-10-22 | 3 | -75/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | time. | ||||
| | | | * | | | Cosmetic + show non-string nodes params + display "none" when params missing. | Simon MacMullen | 2012-10-22 | 1 | -4/+6 |
| | | | | | | | |||||
| | | | * | | | Add policies and parameters to "rabbitmqctl report" | Simon MacMullen | 2012-10-17 | 1 | -1/+3 |
| | | | | | | | |||||
| | | | * | | | As far as I could tell validation for "exactly" was completely broken. ↵ | Simon MacMullen | 2012-10-16 | 1 | -23/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove attempt at abstraction. Also validate that mode=all does *not* have any params. | ||||
| | | | * | | | Merge default | Simon MacMullen | 2012-10-16 | 10 | -26/+409 |
| | | | |\ \ \ | |||||
| | | | | * | | | I think it's clearer if priority is always set. | Simon MacMullen | 2012-10-16 | 1 | -20/+18 |
| | | | | | | | | |||||
| | | | | * | | | Define rabbit_policy entirely in terms of parameters, don't go mucking about ↵ | Simon MacMullen | 2012-10-16 | 2 | -19/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in mnesia. | ||||
| | | | | * | | | Cosmetic | Simon MacMullen | 2012-10-16 | 2 | -4/+2 |
| | | | | | | | | |||||
| | | | | * | | | Another lurking "Tags" | Simon MacMullen | 2012-10-16 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | | | * | | | We call it "set" not "add" everywhere else. | Simon MacMullen | 2012-10-16 | 2 | -11/+11 |
| | | | | | | | | |||||
| | | | | * | | | Refactor | Simon MacMullen | 2012-10-16 | 1 | -22/+22 |
| | | | | | | | | |||||
| | | | | * | | | Refactor a little bit. And they're Keys, not Tags. | Simon MacMullen | 2012-10-16 | 2 | -14/+15 |
| | | | | | | | | |||||
| | | | | * | | | Rename and refactor policies | Emile Joubert | 2012-10-15 | 4 | -181/+155 |
| | | | | | | | | |||||
| | | | | * | | | Simplify policy validation tests | Emile Joubert | 2012-10-12 | 2 | -34/+10 |
| | | | | | | | | |||||
| | | | | * | | | Simplify setting of policies | Emile Joubert | 2012-10-12 | 1 | -10/+6 |
| | | | | | | | | |||||
| | | | | * | | | Delete policies with vhosts | Emile Joubert | 2012-10-12 | 2 | -3/+7 |
| | | | | | | | | |||||
| | | | | * | | | Duplicate duplicate detection | Emile Joubert | 2012-10-12 | 1 | -2/+0 |
| | | | | | | | | |||||
| | | | | * | | | Remove hints, spaces | Emile Joubert | 2012-10-12 | 4 | -26/+2 |
| | | | | | | | | |||||
| | | | | * | | | Parameter API renaming and policy tweaks | Emile Joubert | 2012-10-11 | 7 | -98/+143 |
| | | | | | | | | |||||
| | | | | * | | | Tidying | Emile Joubert | 2012-10-11 | 3 | -5/+3 |
| | | | | | | | | |||||
| | | | | * | | | Policy interface updates | Emile Joubert | 2012-10-10 | 4 | -40/+73 |
| | | | | | | | | |||||
| | | | | * | | | Policy interface updates | Emile Joubert | 2012-10-09 | 3 | -8/+20 |
| | | | | | | | | |||||
| | | | | * | | | Simpler policy interface | Emile Joubert | 2012-10-09 | 3 | -14/+40 |
| | | | | | | | | |||||
| | | | | * | | | Stricter HA validation | Emile Joubert | 2012-10-09 | 2 | -18/+31 |
| | | | | | | | | |||||
