summaryrefslogtreecommitdiff
path: root/src/rabbit_policy.erl
Commit message (Expand)AuthorAgeFilesLines
* Inline those since they're special purpose, and add a missed call to queue_de...Simon MacMullen2014-06-091-8/+10
* Make decorators field in exchange and queue transient, i.e. we recalcualte it...Simon MacMullen2014-06-091-4/+2
* Notify about policy and parameter removal after the vhost is deleted, not dur...bug26176Simon MacMullen2014-05-151-5/+11
* OopsSimon MacMullen2014-04-081-2/+2
* Allow parameter validation to know about the user making the change.Simon MacMullen2014-04-081-1/+1
* Events for policies and parameters.Simon MacMullen2014-03-311-2/+4
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* That async_dirty is not needed, there's one in rabbit_runtime_parameters:list/2.Simon MacMullen2013-11-011-5/+1
* Table locking -> O(n)bug25846Simon MacMullen2013-10-291-0/+6
* Eliminate list_tx variants since async_dirty is ignored in a tx.Simon MacMullen2013-10-291-11/+8
* Use mnesia:async_dirty/1 to reduce copypasta.Simon MacMullen2013-10-281-36/+16
* Merge in stableSimon MacMullen2013-10-251-22/+96
|\
| * That "optimisation" is actually buggy since table_lookup/2 returns a 2-tuple ...Simon MacMullen2013-09-111-2/+0
| * Merge in defaultSimon MacMullen2013-09-051-4/+10
| |\
| | * Merge defaultSimon MacMullen2013-08-161-4/+10
| | |\
| | | * Start of queue decorators.Simon MacMullen2013-07-051-4/+10
| * | | OopsSimon MacMullen2013-09-031-2/+2
| * | | Reinstate optimisations, plus a bit of abstraction. This entails an API chang...Simon MacMullen2013-09-031-7/+17
| |/ /
| * | Merged bug25572 into defaultEmile Joubert2013-08-131-11/+71
| |\ \
| | * | Add support for setting apply-to via rabbitmqctl. Switch to using option for ...Simon MacMullen2013-08-081-12/+7
| | * | Gross stupidity.Simon MacMullen2013-08-021-1/+1
| | * | Show apply-to in rabbitmqctl list_policies.Simon MacMullen2013-08-021-1/+1
| | * | "all" is clearer than "both".Simon MacMullen2013-08-021-5/+5
| | * | Reevaluate reified policies on upgrade.Simon MacMullen2013-08-011-2/+43
| | * | Most of policy apply-to.Simon MacMullen2013-06-241-5/+29
| | |/
* | | Fairly nasty copy-and-paste based approach to making this more transactional....Simon MacMullen2013-10-251-8/+35
|/ /
* | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|/
* Remove exchange_not_durable as, err, it would never be returned. And strip le...Simon MacMullen2013-04-171-3/+2
* Change exchange update return typeEmile Joubert2013-04-171-3/+3
* Further modifications implementing feedbackEmile Joubert2013-04-161-2/+3
* UpdatesEmile Joubert2013-04-161-6/+8
* CosmeticSimon MacMullen2013-04-151-9/+7
* ChangesEmile Joubert2013-04-101-7/+6
* Move decorators to exchange recordEmile Joubert2013-03-221-6/+13
* 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