Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turns out it's very important that we do write the schema_version when call m...bug23425 | Matthew Sackman | 2011-03-23 | 1 | -1/+2 |
* | Abstract out continuation | Matthew Sackman | 2011-03-23 | 1 | -15/+14 |
* | Merge heads | Simon MacMullen | 2011-03-23 | 1 | -11/+14 |
|\ | |||||
| * | New decree is that you're not meant to match against ensure_stuff calls | Matthew Sackman | 2011-03-23 | 1 | -3/+5 |
| * | Merge default into bug23425 | Matthew Sackman | 2011-03-23 | 1 | -33/+75 |
| |\ | |||||
| | * | Renaming bits and pieces for consistency and checking a few more return value... | Matthew Sackman | 2011-03-22 | 1 | -0/+1 |
| * | | cosmetic(ish): no need to match the return of ensure_* | Matthias Radestock | 2011-03-22 | 1 | -8/+8 |
* | | | Record all nodes, don't list them when we refuse to start. | Simon MacMullen | 2011-03-23 | 1 | -12/+9 |
| |/ |/| | |||||
* | | 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 | 1 | -12/+17 |
* | | Well I thought =~= was beautiful and appropriately approximate to == | Matthew Sackman | 2011-03-18 | 1 | -1/+1 |
* | | rabbit:stop() is not always called when rabbit is stopping. E.g. q(). doesn't... | Matthew Sackman | 2011-03-17 | 1 | -1/+1 |
* | | 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 | 1 | -5/+5 |
* | | incorporate qa feedback. The version.erl api is rather nice now: the version ... | Matthew Sackman | 2011-03-17 | 1 | -5/+4 |
* | | Abstract and rewrite schema_version handling functions | Matthew Sackman | 2011-03-16 | 1 | -8/+10 |
* | | Merging default into bug23425 | Matthew Sackman | 2011-03-16 | 1 | -23/+61 |
|\ \ | |/ |/| | |||||
| * | Spec, rename functions. | Simon MacMullen | 2011-03-07 | 1 | -6/+7 |
| * | Variety of small QA-related tweaks. | Simon MacMullen | 2011-03-07 | 1 | -3/+4 |
| * | Merge in default. | Simon MacMullen | 2011-02-28 | 1 | -45/+38 |
| |\ | |||||
| * | | Don't look at the cluster config, it is not trustworthy (for what we want). | Simon MacMullen | 2011-02-22 | 1 | -1/+1 |
| * | | Merge in default | Simon MacMullen | 2011-02-22 | 1 | -6/+27 |
| |\ \ | |||||
| * | | | Fix our idea of which nodes were running when we shut down. | Simon MacMullen | 2011-02-17 | 1 | -1/+4 |
| * | | | Oops, that's not exported. | Simon MacMullen | 2011-02-17 | 1 | -1/+1 |
| * | | | (Untested) Record the nodes that were up when we shut down. | Simon MacMullen | 2011-02-16 | 1 | -1/+35 |
| * | | | Be explicit where we can be | Matthew Sackman | 2011-02-14 | 1 | -1/+1 |
| * | | | Merged in default | Simon MacMullen | 2011-01-26 | 1 | -24/+21 |
| |\ \ \ | |||||
| | * | | | Cosmetic. | Simon MacMullen | 2011-01-12 | 1 | -1/+2 |
| | * | | | Remove pointless differences from default. | Simon MacMullen | 2011-01-12 | 1 | -4/+1 |
| | * | | | rabbit_mnesia:all_clustered_nodes/0 does not return disc nodes only. Duh. But... | Simon MacMullen | 2011-01-12 | 1 | -1/+4 |
| | * | | | Minimise difference with default. | Simon MacMullen | 2011-01-11 | 1 | -33/+28 |
| | * | | | Break the cluster *after* taking the backup. | Simon MacMullen | 2011-01-11 | 1 | -8/+1 |
| | * | | | One DAG per scope. | Simon MacMullen | 2011-01-11 | 1 | -2/+2 |
| | * | | | Holy %$*! it works. Still needs tidying up somewhat... | Simon MacMullen | 2011-01-11 | 1 | -84/+15 |
| | * | | | Move the upgrade tests earlier in the boot process. This doesn't work either,... | Simon MacMullen | 2011-01-10 | 1 | -53/+54 |
| | * | | | Cosmetic | Simon MacMullen | 2011-01-07 | 1 | -11/+16 |
| | * | | | Refactor a bit, reinstate ensure_version_ok check. | Simon MacMullen | 2011-01-07 | 1 | -41/+45 |
| | * | | | Merge from default | Simon MacMullen | 2011-01-06 | 1 | -30/+97 |
| | |\ \ \ | |||||
| | | * | | | Decide the node to do mnesia upgrades based on which was the last disc node t... | Simon MacMullen | 2011-01-06 | 1 | -34/+81 |
| | | * | | | Check our version matches the remote version. | Simon MacMullen | 2011-01-04 | 1 | -4/+2 |
| | | * | | | Fix spec | Simon MacMullen | 2011-01-04 | 1 | -2/+4 |
| | | * | | | Revert arbitrary difference from default. | Simon MacMullen | 2011-01-04 | 1 | -6/+6 |
| | | * | | | Make disc node reclustering work, various cleanups. | Simon MacMullen | 2011-01-04 | 1 | -51/+43 |
| | | * | | | These two cases are the same. | Simon MacMullen | 2011-01-04 | 1 | -13/+6 |
| | | * | | | Sketch of how clustered upgrades might work. | Simon MacMullen | 2011-01-04 | 1 | -23/+58 |
* | | | | | | cosmetic - comment indentation | Matthias Radestock | 2011-03-04 | 1 | -7/+7 |
* | | | | | | cosmetic | Matthias Radestock | 2011-03-04 | 1 | -4/+4 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge bug23877 into default. | Simon MacMullen | 2011-02-24 | 1 | -26/+29 |
|\ \ \ \ \ | |||||
| * | | | | | better namebug23877 | Matthias Radestock | 2011-02-22 | 1 | -2/+2 |
| * | | | | | better error reporting for failed table integrity checks | Matthias Radestock | 2011-02-22 | 1 | -26/+29 |