summaryrefslogtreecommitdiff
path: root/src/rabbit_runtime_parameters.erl
Commit message (Expand)AuthorAgeFilesLines
* Emit an event when we modify a global parameter.bug26272Simon MacMullen2014-06-301-0/+4
* Notify about policy and parameter removal after the vhost is deleted, not dur...bug26176Simon MacMullen2014-05-151-7/+14
* Allow parameter validation to know about the user making the change.Simon MacMullen2014-04-081-17/+18
* Events for policies and parameters.Simon MacMullen2014-03-311-2/+15
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Assuage dialyser. And possibly myself?bug25979Simon MacMullen2014-02-051-4/+7
* I don't think we do need to notify. Also, add specs.Simon MacMullen2014-02-051-4/+5
* First pass at cluster name.Simon MacMullen2014-01-291-23/+37
* Eliminate list_tx variants since async_dirty is ignored in a tx.Simon MacMullen2013-10-291-14/+15
* Use mnesia:async_dirty/1 to reduce copypasta.Simon MacMullen2013-10-281-2/+7
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Move the ignore of '_'.bug25548Simon MacMullen2013-05-101-1/+4
* Refactor.Simon MacMullen2013-05-091-7/+1
* Validate on listSimon MacMullen2013-05-091-0/+7
* Validate on clear.Simon MacMullen2013-05-091-4/+4
* Wrap the update in rabbit_vhost:with/2, so we error meaningfully if the vhost...Simon MacMullen2013-05-081-10/+10
* Remove concept of strictness, thus renaming list_strict/1 to list_component/1...bug25432Simon MacMullen2013-02-261-26/+10
* Remove rabbit_runtime_parameter:validate_clear/3, and instead just validate t...bug25456Simon MacMullen2013-02-181-15/+7
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* More accurate specs.bug25237Simon MacMullen2012-10-241-5/+7
* s/key/name/, and a couple of other minor tidyups that I noticed at the same t...bug25142Simon MacMullen2012-10-221-42/+43
* Define rabbit_policy entirely in terms of parameters, don't go mucking about ...Simon MacMullen2012-10-161-1/+2
* Rename and refactor policiesEmile Joubert2012-10-151-148/+49
* Simplify setting of policiesEmile Joubert2012-10-121-10/+6
* Delete policies with vhostsEmile Joubert2012-10-121-3/+3
* Remove hints, spacesEmile Joubert2012-10-121-23/+0
* Parameter API renaming and policy tweaksEmile Joubert2012-10-111-70/+106
* Policy interface updatesEmile Joubert2012-10-101-33/+69
* Policy interface updatesEmile Joubert2012-10-091-5/+17
* Simpler policy interfaceEmile Joubert2012-10-091-7/+19
* Policy validation updatesEmile Joubert2012-10-081-6/+15
* Updated policy validationEmile Joubert2012-10-051-3/+36
* First draft of policy validationEmile Joubert2012-10-021-2/+9
* fix runtime parameters test, and little bug with thembug25072Francesco Mazzoli2012-09-141-1/+2
* accept parameters in JSON formatFrancesco Mazzoli2012-08-231-60/+10
* Remove vhost parameters when removing vhost. And a tiny driveby refactor.Simon MacMullen2012-08-081-1/+2
* Make parameters vhost-specific.Simon MacMullen2012-08-071-55/+78
* Strict and non-strict list by component.Simon MacMullen2012-06-071-5/+9
* Fix for R12B-3 that was broken by bug 24196.Simon MacMullen2012-05-011-2/+2
* s/app_name/component/gSimon MacMullen2012-04-191-46/+47
* Only notify if the value has changed.Simon MacMullen2012-04-171-15/+27
* Various validation tweaks: Report parse errors more nicely, don't blow up wit...Simon MacMullen2012-04-171-12/+20
* OopsSimon MacMullen2012-04-051-2/+3
* list/1 might not find anything.Simon MacMullen2012-04-051-4/+7
* Specs.Simon MacMullen2012-04-051-0/+21
* We should validate clearing as well.Simon MacMullen2012-04-051-23/+35
* In case we just have a single errorSimon MacMullen2012-04-051-1/+1
* Base validation on returning error tuples rather than existing; thus report a...Simon MacMullen2012-04-051-23/+51
* AppName and Key should both be binary.Simon MacMullen2012-03-271-1/+2
* Notify when things are cleared.Simon MacMullen2012-03-271-5/+8