summaryrefslogtreecommitdiff
path: root/src/rabbit_policy.erl
Commit message (Expand)AuthorAgeFilesLines
* Remove rabbit_runtime_parameter:validate_clear/3, and instead just validate t...bug25456Simon MacMullen2013-02-181-4/+1
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Prevent explosion if someone passes a list.bug25401Simon MacMullen2013-01-161-4/+9
* Carry on if an individual notification fails.Simon MacMullen2012-11-211-2/+2
* Fix policy info itemsSimon MacMullen2012-10-241-1/+1
* s/key/name/, and a couple of other minor tidyups that I noticed at the same t...bug25142Simon MacMullen2012-10-221-16/+16
* I think it's clearer if priority is always set.Simon MacMullen2012-10-161-20/+18
* Define rabbit_policy entirely in terms of parameters, don't go mucking about ...Simon MacMullen2012-10-161-18/+16
* CosmeticSimon MacMullen2012-10-161-1/+1
* We call it "set" not "add" everywhere else.Simon MacMullen2012-10-161-10/+10
* Refactor a little bit. And they're Keys, not Tags.Simon MacMullen2012-10-161-13/+14
* Rename and refactor policiesEmile Joubert2012-10-151-7/+84
* Remove hints, spacesEmile Joubert2012-10-121-1/+0
* Parameter API renaming and policy tweaksEmile Joubert2012-10-111-1/+1
* Policy interface updatesEmile Joubert2012-10-101-1/+1
* Policy interface updatesEmile Joubert2012-10-091-1/+1
* Stricter HA validationEmile Joubert2012-10-091-3/+11
* Policy validation updatesEmile Joubert2012-10-081-5/+2
* Updated policy validationEmile Joubert2012-10-051-14/+28
* Merge defaultSimon MacMullen2012-10-041-1/+21
|\
| * First draft of policy validationEmile Joubert2012-10-021-1/+21
* | cosmeticMatthias Radestock2012-10-021-10/+7
|/
* Simplifybug25062Simon MacMullen2012-09-101-6/+1
* Reduce over-engineering of default policy priorityEmile Joubert2012-09-101-3/+3
* Backout changeset 25ee0d6a9c30Emile Joubert2012-09-101-11/+2
* Backout changeset e847a6c6dc9bEmile Joubert2012-09-071-23/+7
* Permit absent policy priorityEmile Joubert2012-09-061-3/+12
* Compile regular expressions that will be matched multiple timesEmile Joubert2012-08-231-7/+23
* Match policies by regex instead of prefixEmile Joubert2012-08-231-4/+9
* Make parameters vhost-specific.Simon MacMullen2012-08-071-35/+21
* Needed for testsSimon MacMullen2012-06-081-1/+5
* Move parameter validation into its own module.Simon MacMullen2012-05-181-56/+6
* First sketch of a policy mechanism.Simon MacMullen2012-05-171-0/+202