| Commit message (Expand) | Author | Age | Files | Lines |
| * | Shorten name for alignment reasons. | Simon MacMullen | 2011-03-25 | 1 | -3/+3 |
| * | Merge from default | Simon MacMullen | 2011-03-24 | 14 | -48/+135 |
| |\ |
|
| | * | Fix for API change | Simon MacMullen | 2011-03-24 | 1 | -2/+2 |
| | * | Only return the queue the second time round and thus don't call XT:add_bindin... | Simon MacMullen | 2011-03-23 | 1 | -1/+7 |
| | * | Since we use callback() to call serialise_events() this can now return a bool... | Simon MacMullen | 2011-03-23 | 1 | -1/+2 |
| | * | Correct types. | Simon MacMullen | 2011-03-23 | 1 | -4/+6 |
| | * | Do an impersonation of the serialisation thing for create / delete. Since the... | Simon MacMullen | 2011-03-23 | 3 | -9/+20 |
| | * | serialise_events should take an exchange really. | Simon MacMullen | 2011-03-21 | 7 | -17/+13 |
| | * | Probably makes sense to remove the serial number on delete. | Simon MacMullen | 2011-03-18 | 1 | -0/+1 |
| | * | I think this is tidier. | Simon MacMullen | 2011-03-18 | 1 | -31/+44 |
| | * | Not 100% beautiful, but this gets serial ids into the hands of add_binding an... | Simon MacMullen | 2011-03-17 | 13 | -39/+96 |
| * | | cough | Matthew Sackman | 2011-03-23 | 1 | -2/+2 |
| * | | Merging bug23425 to default | Matthew Sackman | 2011-03-23 | 8 | -151/+486 |
| |\ \ |
|
| | * | | Turns out it's very important that we do write the schema_version when call m... | Matthew Sackman | 2011-03-23 | 1 | -1/+2 |
| | * | | Abstract out continuation | Matthew Sackman | 2011-03-23 | 2 | -16/+15 |
| | * | | Merge heads | Simon MacMullen | 2011-03-23 | 13 | -141/+185 |
| | |\ \ |
|
| | | * | | Detect discnodeishness prior to suffering disclessness | Matthew Sackman | 2011-03-23 | 1 | -1/+3 |
| | | * | | sort out how often and when we do the rabbit:prepare (set up log handlers), a... | Matthew Sackman | 2011-03-23 | 3 | -10/+7 |
| | | * | | New decree is that you're not meant to match against ensure_stuff calls | Matthew Sackman | 2011-03-23 | 2 | -7/+11 |
| | | * | | Merge default into bug23425 | Matthew Sackman | 2011-03-23 | 8 | -147/+485 |
| | | |\ \ |
|
| | | | * | | Renaming bits and pieces for consistency and checking a few more return value... | Matthew Sackman | 2011-03-22 | 2 | -19/+21 |
| | * | | | | Record all nodes, don't list them when we refuse to start. | Simon MacMullen | 2011-03-23 | 3 | -23/+17 |
| | | |/ /
| |/| | |
|
| | * | | | Better name, vertical space. | Simon MacMullen | 2011-03-21 | 1 | -13/+11 |
| | * | | | When upgrading a secondary node we call init_db twice: once early to force a ... | Simon MacMullen | 2011-03-21 | 2 | -13/+18 |
| | * | | | Don't try to determine whether a backup is needed before doing anything, take... | Simon MacMullen | 2011-03-21 | 1 | -40/+18 |
| | * | | | Oops. | Simon MacMullen | 2011-03-21 | 1 | -2/+2 |
| | * | | | maybe_remove_backup is safe when returning version_not_available since we wou... | Simon MacMullen | 2011-03-21 | 1 | -10/+9 |
| | * | | | Merge heads | Simon MacMullen | 2011-03-21 | 1 | -22/+18 |
| | |\ \ \ |
|
| | | * | | | Various QA tidyups, and stop exporting the backup / remove backup functions. | Simon MacMullen | 2011-03-21 | 1 | -22/+18 |
| | * | | | | Well I thought =~= was beautiful and appropriately approximate to == | Matthew Sackman | 2011-03-18 | 3 | -5/+5 |
| | |/ / / |
|
| | * | | | Take a single backup before any upgrade, remove it when we're all clear. | Simon MacMullen | 2011-03-18 | 1 | -37/+69 |
| | * | | | Merge heads | Simon MacMullen | 2011-03-18 | 3 | -21/+20 |
| | |\ \ \ |
|
| | | * | | | Can't call =~= with non-version args, thus shuffle things around a bit. End u... | Matthew Sackman | 2011-03-17 | 1 | -17/+16 |
| | | * | | | Improve symmetry: if we write the running_disc_nodes on rabbit shutdown, we s... | Matthew Sackman | 2011-03-17 | 2 | -2/+2 |
| | | * | | | rabbit:stop() is not always called when rabbit is stopping. E.g. q(). doesn't... | Matthew Sackman | 2011-03-17 | 2 | -2/+2 |
| | * | | | | Ensure mnesia is stopped for the local upgrade backup. | Simon MacMullen | 2011-03-18 | 1 | -2/+3 |
| | |/ / / |
|
| | * | | | If we have version_not_available, then it makes sense to have version_mismatc... | Matthew Sackman | 2011-03-17 | 1 | -2/+1 |
| | * | | | renamings | Matthew Sackman | 2011-03-17 | 3 | -35/+34 |
| | * | | | incorporate qa feedback. The version.erl api is rather nice now: the version ... | Matthew Sackman | 2011-03-17 | 3 | -146/+139 |
| | * | | | ordering | Matthew Sackman | 2011-03-16 | 1 | -1/+1 |
| | * | | | english | Matthew Sackman | 2011-03-16 | 1 | -1/+1 |
| | * | | | Abstract and rewrite schema_version handling functions | Matthew Sackman | 2011-03-16 | 3 | -74/+143 |
| | * | | | Merging default into bug23425 | Matthew Sackman | 2011-03-16 | 7 | -71/+339 |
| | |\ \ \ |
|
| | | * | | | Correct upgrade step | Matthew Sackman | 2011-03-09 | 1 | -1/+1 |
| | | * | | | Use lists:append/1. | Simon MacMullen | 2011-03-08 | 1 | -1/+1 |
| | | * | | | Don't change the version file format | Simon MacMullen | 2011-03-08 | 1 | -31/+18 |
| | | * | | | Simpler is_new_version/1. | Simon MacMullen | 2011-03-07 | 1 | -4/+5 |
| | | * | | | Spec, rename functions. | Simon MacMullen | 2011-03-07 | 2 | -8/+9 |
| | | * | | | Variety of small QA-related tweaks. | Simon MacMullen | 2011-03-07 | 3 | -14/+15 |
| | | * | | | Explain the tuple here. | Simon MacMullen | 2011-03-07 | 1 | -0/+2 |