summaryrefslogtreecommitdiff
path: root/src/rabbit_runtime_parameters.erl
Commit message (Expand)AuthorAgeFilesLines
* More debug logging for runtime parameter updatesMichael Klishin2020-09-141-0/+3
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* rabbit_runtime_parameters:set_globa/3: add debug loggingMichael Klishin2020-04-241-0/+1
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* URL CleanupSpring Operator2019-03-201-1/+1
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* rabbit_runtime_parameters: Pass `ActingUser` to clear_component()Jean-Sébastien Pédron2017-06-291-3/+4
* rabbit_exchange_parameters, rabbit_runtime_parameters: Remove unused importsJean-Sébastien Pédron2017-06-291-1/+1
* Merge branch 'stable'Jean-Sébastien Pédron2017-06-291-4/+4
|\
| * rabbit_runtime_parameters: Remove module name for local callsJean-Sébastien Pédron2017-06-281-4/+4
| * Fix runtime parameter formatting.rabbitmq_v3_6_10Daniil Fedotov2017-05-231-2/+2
* | Format runtime parameters using info itemsDaniil Fedotov2017-05-241-4/+16
* | Merge branch 'stable'Michael Klishin2017-04-021-1/+1
|\ \ | |/
| * (c) yearMichael Klishin2017-04-021-1/+1
* | Switch to rabbit_json:try_decode/1Michael Klishin2017-02-011-2/+2
* | Add Reason to error handlerGabriele Santomaggio2017-01-271-2/+6
* | Change the calls that uses the rabbit_json moduleGabriele Santomaggio2017-01-251-2/+2
* | Notify user who performed the action in all system eventsDiana Corbacho2017-01-161-30/+54
* | Get rid of rabbit_control_mainDaniil Fedotov2016-12-231-1/+1
* | Merge branch 'stable'Arnaud Cogoluègnes2016-12-161-3/+4
|\ \ | |/
| * Coerce global parameter key to atom on deletionArnaud Cogoluègnes2016-12-161-3/+4
* | Merge branch 'stable'Arnaud Cogoluègnes2016-12-161-7/+71
|\ \ | |/
| * List all global parametersArnaud Cogoluègnes2016-12-141-4/+3
| * Coerce global parameter key to atomArnaud Cogoluègnes2016-12-141-4/+15
| * Use atom key and JSON value for global parametersArnaud Cogoluègnes2016-12-131-27/+25
| * Improve global runtime parameters supportArnaud Cogoluègnes2016-12-121-4/+58
* | Use conversion module for JSON arguments in CLIArnaud Cogoluègnes2016-11-091-4/+1
* | Accept both lists and binaries for JSON argumentsArnaud Cogoluègnes2016-11-091-1/+5
* | Fix JSON arguments parsing in CLIArnaud Cogoluègnes2016-11-091-1/+2
* | Switch JSON library to JSXLoïc Hoguin2016-11-081-9/+4
|/
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-32/+28
* Clear temporary runtime exchange parameters on bootMichael Klishin2016-01-101-1/+12
* Essay doco for rabbit_runtime_parametersMichael Klishin2016-01-051-0/+31
* Update (c) infoMichael Klishin2016-01-011-1/+1
* moves emitting_map to rabbit_control_miscAlvaro Videla2015-10-311-1/+1
* Update to use abstraction function rabbit_control_main:emitting_map/4.Ayanda Dube2015-10-071-4/+3
* Updates 'Pid' variable to 'AggregatorPid'.Ayanda Dube2015-10-071-3/+4
* Adds list_formatted/3 for dynamic display of parameters.Ayanda Dube2015-10-071-2/+8
* (c) yearMichael Klishin2015-05-241-1/+1
* Emit an event when we modify a global parameter.Simon MacMullen2014-06-301-0/+4
* Notify about policy and parameter removal after the vhost is deleted, not dur...Simon 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 2014Simon MacMullen2014-03-171-1/+1
* Assuage dialyser. And possibly myself?Simon 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