| Commit message (Expand) | Author | Age | Files | Lines |
* | Emit an event when we modify a global parameter.bug26272 | Simon MacMullen | 2014-06-30 | 1 | -0/+4 |
* | Notify about policy and parameter removal after the vhost is deleted, not dur...bug26176 | Simon MacMullen | 2014-05-15 | 1 | -7/+14 |
* | Allow parameter validation to know about the user making the change. | Simon MacMullen | 2014-04-08 | 1 | -17/+18 |
* | Events for policies and parameters. | Simon MacMullen | 2014-03-31 | 1 | -2/+15 |
* | Update copyright for 2014bug25940 | Simon MacMullen | 2014-03-17 | 1 | -1/+1 |
* | Assuage dialyser. And possibly myself?bug25979 | Simon MacMullen | 2014-02-05 | 1 | -4/+7 |
* | I don't think we do need to notify. Also, add specs. | Simon MacMullen | 2014-02-05 | 1 | -4/+5 |
* | First pass at cluster name. | Simon MacMullen | 2014-01-29 | 1 | -23/+37 |
* | Eliminate list_tx variants since async_dirty is ignored in a tx. | Simon MacMullen | 2013-10-29 | 1 | -14/+15 |
* | Use mnesia:async_dirty/1 to reduce copypasta. | Simon MacMullen | 2013-10-28 | 1 | -2/+7 |
* | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 1 | -2/+2 |
* | Move the ignore of '_'.bug25548 | Simon MacMullen | 2013-05-10 | 1 | -1/+4 |
* | Refactor. | Simon MacMullen | 2013-05-09 | 1 | -7/+1 |
* | Validate on list | Simon MacMullen | 2013-05-09 | 1 | -0/+7 |
* | Validate on clear. | Simon MacMullen | 2013-05-09 | 1 | -4/+4 |
* | Wrap the update in rabbit_vhost:with/2, so we error meaningfully if the vhost... | Simon MacMullen | 2013-05-08 | 1 | -10/+10 |
* | Remove concept of strictness, thus renaming list_strict/1 to list_component/1...bug25432 | Simon MacMullen | 2013-02-26 | 1 | -26/+10 |
* | Remove rabbit_runtime_parameter:validate_clear/3, and instead just validate t...bug25456 | Simon MacMullen | 2013-02-18 | 1 | -15/+7 |
* | Update copyright 2013bug25343 | Emile Joubert | 2013-01-23 | 1 | -1/+1 |
* | More accurate specs.bug25237 | Simon MacMullen | 2012-10-24 | 1 | -5/+7 |
* | s/key/name/, and a couple of other minor tidyups that I noticed at the same t...bug25142 | Simon MacMullen | 2012-10-22 | 1 | -42/+43 |
* | Define rabbit_policy entirely in terms of parameters, don't go mucking about ... | Simon MacMullen | 2012-10-16 | 1 | -1/+2 |
* | Rename and refactor policies | Emile Joubert | 2012-10-15 | 1 | -148/+49 |
* | Simplify setting of policies | Emile Joubert | 2012-10-12 | 1 | -10/+6 |
* | Delete policies with vhosts | Emile Joubert | 2012-10-12 | 1 | -3/+3 |
* | Remove hints, spaces | Emile Joubert | 2012-10-12 | 1 | -23/+0 |
* | Parameter API renaming and policy tweaks | Emile Joubert | 2012-10-11 | 1 | -70/+106 |
* | Policy interface updates | Emile Joubert | 2012-10-10 | 1 | -33/+69 |
* | Policy interface updates | Emile Joubert | 2012-10-09 | 1 | -5/+17 |
* | Simpler policy interface | Emile Joubert | 2012-10-09 | 1 | -7/+19 |
* | Policy validation updates | Emile Joubert | 2012-10-08 | 1 | -6/+15 |
* | Updated policy validation | Emile Joubert | 2012-10-05 | 1 | -3/+36 |
* | First draft of policy validation | Emile Joubert | 2012-10-02 | 1 | -2/+9 |
* | fix runtime parameters test, and little bug with thembug25072 | Francesco Mazzoli | 2012-09-14 | 1 | -1/+2 |
* | accept parameters in JSON format | Francesco Mazzoli | 2012-08-23 | 1 | -60/+10 |
* | Remove vhost parameters when removing vhost. And a tiny driveby refactor. | Simon MacMullen | 2012-08-08 | 1 | -1/+2 |
* | Make parameters vhost-specific. | Simon MacMullen | 2012-08-07 | 1 | -55/+78 |
* | Strict and non-strict list by component. | Simon MacMullen | 2012-06-07 | 1 | -5/+9 |
* | Fix for R12B-3 that was broken by bug 24196. | Simon MacMullen | 2012-05-01 | 1 | -2/+2 |
* | s/app_name/component/g | Simon MacMullen | 2012-04-19 | 1 | -46/+47 |
* | Only notify if the value has changed. | Simon MacMullen | 2012-04-17 | 1 | -15/+27 |
* | Various validation tweaks: Report parse errors more nicely, don't blow up wit... | Simon MacMullen | 2012-04-17 | 1 | -12/+20 |
* | Oops | Simon MacMullen | 2012-04-05 | 1 | -2/+3 |
* | list/1 might not find anything. | Simon MacMullen | 2012-04-05 | 1 | -4/+7 |
* | Specs. | Simon MacMullen | 2012-04-05 | 1 | -0/+21 |
* | We should validate clearing as well. | Simon MacMullen | 2012-04-05 | 1 | -23/+35 |
* | In case we just have a single error | Simon MacMullen | 2012-04-05 | 1 | -1/+1 |
* | Base validation on returning error tuples rather than existing; thus report a... | Simon MacMullen | 2012-04-05 | 1 | -23/+51 |
* | AppName and Key should both be binary. | Simon MacMullen | 2012-03-27 | 1 | -1/+2 |
* | Notify when things are cleared. | Simon MacMullen | 2012-03-27 | 1 | -5/+8 |