summaryrefslogtreecommitdiff
path: root/src/rabbit_definitions.erl
Commit message (Expand)AuthorAgeFilesLines
* Stream Queuekjnilsson2020-09-301-0/+1
* Update rabbit_definitions:apply_defs specs to feature returned errorsMichael Klishin2020-09-241-5/+5
* Updated internal_user record access to use new APIsAnupama Singh2020-08-241-8/+9
* Fix parsing of queue arguments on definitions listdcorbacho2020-08-111-2/+1
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* rabbit_definitions: format exchange, queue and binding arguments the same way...Michael Klishin2020-07-031-3/+3
* Revert 460a432ddb2337dad6a7ca350497a8e2aee5063fMichael Klishin2020-07-031-1/+1
* Avoid seeding default data if there are configured definitions to load on bootMichael Klishin2020-06-261-6/+19
* More logging for boot time definition importMichael Klishin2020-06-091-0/+1
* Don't try to load management.load_definitions in the coreMichael Klishin2020-06-091-11/+3
* Revert "Ensure rabbitmq_management is loaded"Michael Klishin2020-06-091-6/+1
* Ensure rabbitmq_management is loadedLuke Bakken2020-06-051-1/+6
* rabbit_definitions: Use maps:update_with/4 directlyJean-Sébastien Pédron2020-05-111-14/+1
* Remove an outdated commentmk-remove-outdated-commentMichael Klishin2020-04-281-2/+0
* Fix schema sync for parametersLuke Bakken2020-04-151-1/+1
* Revert "Use default work pool for definition import"Michael Klishin2020-03-121-0/+1
* Add a comment to remind us to discuss IMPORT_WORK_POOLGerhard Lazu2020-03-121-0/+2
* Log if definitions are imported sequentially vs concurrentlyGerhard Lazu2020-03-121-2/+2
* Use default work pool for definition importGerhard Lazu2020-03-121-1/+0
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* Compiles from scratchMichael Klishin2020-02-201-4/+2
* Factor out some common codeLuke Bakken2020-02-191-45/+32
* Catch and report errors when importing definitions concurrentlyMichael Klishin2020-02-191-6/+24
* rabbit_definitions:concurrent_for_all/4: avoid an unintentional matchMichael Klishin2020-02-191-9/+4
* Import definitions concurrentlyMichael Klishin2020-02-181-25/+89
* Do not export definitions of built-in exchangesMichael Klishin2020-02-181-2/+3
* Refactor definition import functions to log lessMichael Klishin2020-02-021-25/+22
* Introduce a persistent internal cluster IDMichael Klishin2020-01-301-2/+11
* rabbit_definitions: introduce a few typesMichael Klishin2020-01-281-0/+20
* rabbit_definitions: ditto for global parametersMichael Klishin2020-01-081-2/+3
* rabbit_definitions: ditto for permissionsMichael Klishin2020-01-081-2/+4
* rabbit_definitions:list_users/0: make key type match other similar fnsMichael Klishin2020-01-081-4/+4
* rabbit_definitions: export more functionsMichael Klishin2020-01-081-1/+6
* (c) bumpMichael Klishin2019-12-291-1/+1
* Skip importing queues and exchanges with invalid namesLuke Bakken2019-11-211-0/+12
* rabbit_definitions:import_parsed/{1,2}: support proplistsMichael Klishin2019-11-161-3/+7
* Refactoring for CLI-driven definition importMichael Klishin2019-11-161-12/+24
* Log spamMichael Klishin2019-11-151-1/+0
* Definition import: refactor for future ctl commandMichael Klishin2019-11-151-82/+136
* Definition export: alias rabbit_version as rabbitmq_versionMichael Klishin2019-11-151-0/+1
* Export general and topic permissionsMichael Klishin2019-11-141-2/+17
* Export explicitly defined bindingsMichael Klishin2019-11-141-4/+19
* Export runtime parameters and policiesMichael Klishin2019-11-141-3/+36
* Definition export WIPMichael Klishin2019-11-141-8/+114
* Joint definition importMichael Klishin2019-11-121-2/+12
* Support pluginless definition import in config schemaMichael Klishin2019-11-121-1/+4
* Extract rabbit_definitions from rabbitmq-managementMichael Klishin2019-11-121-0/+422