Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove rabbit_runtime_parameter:validate_clear/3, and instead just validate ↵bug25456 | Simon MacMullen | 2013-02-18 | 1 | -4/+1 |
| | | | | that the parameter exists. | ||||
* | Update copyright 2013bug25343 | Emile Joubert | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | Prevent explosion if someone passes a list.bug25401 | Simon MacMullen | 2013-01-16 | 1 | -4/+9 |
| | |||||
* | Carry on if an individual notification fails. | Simon MacMullen | 2012-11-21 | 1 | -2/+2 |
| | |||||
* | Fix policy info items | Simon MacMullen | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | s/key/name/, and a couple of other minor tidyups that I noticed at the same ↵bug25142 | Simon MacMullen | 2012-10-22 | 1 | -16/+16 |
| | | | | time. | ||||
* | 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 | 1 | -18/+16 |
| | | | | in mnesia. | ||||
* | Cosmetic | Simon MacMullen | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | We call it "set" not "add" everywhere else. | Simon MacMullen | 2012-10-16 | 1 | -10/+10 |
| | |||||
* | Refactor a little bit. And they're Keys, not Tags. | Simon MacMullen | 2012-10-16 | 1 | -13/+14 |
| | |||||
* | Rename and refactor policies | Emile Joubert | 2012-10-15 | 1 | -7/+84 |
| | |||||
* | Remove hints, spaces | Emile Joubert | 2012-10-12 | 1 | -1/+0 |
| | |||||
* | Parameter API renaming and policy tweaks | Emile Joubert | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Policy interface updates | Emile Joubert | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Policy interface updates | Emile Joubert | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Stricter HA validation | Emile Joubert | 2012-10-09 | 1 | -3/+11 |
| | |||||
* | Policy validation updates | Emile Joubert | 2012-10-08 | 1 | -5/+2 |
| | |||||
* | Updated policy validation | Emile Joubert | 2012-10-05 | 1 | -14/+28 |
| | |||||
* | Merge default | Simon MacMullen | 2012-10-04 | 1 | -1/+21 |
|\ | |||||
| * | First draft of policy validation | Emile Joubert | 2012-10-02 | 1 | -1/+21 |
| | | |||||
* | | cosmetic | Matthias Radestock | 2012-10-02 | 1 | -10/+7 |
|/ | |||||
* | Simplifybug25062 | Simon MacMullen | 2012-09-10 | 1 | -6/+1 |
| | |||||
* | Reduce over-engineering of default policy priority | Emile Joubert | 2012-09-10 | 1 | -3/+3 |
| | |||||
* | Backout changeset 25ee0d6a9c30 | Emile Joubert | 2012-09-10 | 1 | -11/+2 |
| | |||||
* | Backout changeset e847a6c6dc9b | Emile Joubert | 2012-09-07 | 1 | -23/+7 |
| | |||||
* | Permit absent policy priority | Emile Joubert | 2012-09-06 | 1 | -3/+12 |
| | |||||
* | Compile regular expressions that will be matched multiple times | Emile Joubert | 2012-08-23 | 1 | -7/+23 |
| | |||||
* | Match policies by regex instead of prefix | Emile Joubert | 2012-08-23 | 1 | -4/+9 |
| | |||||
* | Make parameters vhost-specific. | Simon MacMullen | 2012-08-07 | 1 | -35/+21 |
| | |||||
* | Needed for tests | Simon MacMullen | 2012-06-08 | 1 | -1/+5 |
| | |||||
* | Move parameter validation into its own module. | Simon MacMullen | 2012-05-18 | 1 | -56/+6 |
| | |||||
* | First sketch of a policy mechanism. | Simon MacMullen | 2012-05-17 | 1 | -0/+202 |