summaryrefslogtreecommitdiff
path: root/src/rabbit_feature_flags.erl
Commit message (Expand)AuthorAgeFilesLines
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Correct a comment typoMichael Klishin2020-07-101-2/+2
* rabbit_feature_flags: Fix type specsJean-Sébastien Pédron2020-05-111-1/+6
* rabbit_feature_flags: Improve timeout computation in `mark_as_enabled_remotel...Jean-Sébastien Pédron2020-04-201-3/+7
* rabbit_feature_flags: Add a FIXME to try_to_write_enabled_feature_flags_list()Jean-Sébastien Pédron2020-04-091-0/+2
* rabbit_feature_flags: Restart registry regen if it changed meanwhileJean-Sébastien Pédron2020-04-091-23/+70
* rabbit_feature_flags: Fix concurrent registry module reloadJean-Sébastien Pédron2020-04-091-1/+13
* rabbit_feature_flags: Log more details during registry reloadingJean-Sébastien Pédron2020-04-091-7/+37
* feature_flags_SUITE: New testcase to test concurrent registry loadingJean-Sébastien Pédron2020-04-091-1/+6
* rabbit_feature_flags: Translate a comment to EnglishJean-Sébastien Pédron2020-04-091-4/+4
* rabbit_feature_flags: Don't re-initiliaze registry if no feature flagsJean-Sébastien Pédron2020-04-091-5/+10
* rabbit_feature_flags: Wait for old registry to be purgedJean-Sébastien Pédron2020-03-191-2/+14
* rabbit_feature_flags: Add an API for testsuites to add their own feature flagsJean-Sébastien Pédron2020-03-191-28/+14
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-2/+2
* Move all RabbitMQ-specific environment variables to `rabbit_env`Jean-Sébastien Pédron2020-02-031-15/+13
* rabbit_feature_flags: Lookup feature flags in RabbitMQ-related applications onlyJean-Sébastien Pédron2020-01-131-2/+2
* rabbit_feature_flags: Use new `feature_flags` log categoryJean-Sébastien Pédron2020-01-131-137/+181
* rabbit_feature_flags: Remove module part in local function callsJean-Sébastien Pédron2020-01-081-2/+2
* This feature flag log message should be a debug oneMichael Klishin2020-01-081-2/+2
* (c) bumpMichael Klishin2019-12-291-1/+1
* Drive-by change: correct a typoMichael Klishin2019-12-121-1/+1
* rabbit_feature_flags: Prevent load of the module on pre-feature-flags nodesJean-Sébastien Pédron2019-10-111-17/+60
* rabbit_feature_flags: define on_load/1 in non-test environmentsMichael Klishin2019-10-081-18/+17
* More #2133-related wording changesMichael Klishin2019-10-081-1/+1
* Improve on #2133 wording a bitMichael Klishin2019-10-081-4/+3
* rabbit_feature_flags:on_load/1: EUnit test env compatibilityMichael Klishin2019-10-081-5/+12
* rabbit_feature_flags: Prevent load of the module on pre-feature-flags nodesJean-Sébastien Pédron2019-10-071-0/+14
* rabbit_feature_flags: Improve comments around 3.7.x pre-feature-flags nodesJean-Sébastien Pédron2019-10-071-7/+10
* rabbit_feature_flags: Export initialize_registry/1 for the testsuiteJean-Sébastien Pédron2019-05-031-2/+2
* URL CleanupSpring Operator2019-03-201-1/+1
* Feature flags: Handle plugins' feature flags only present on some nodesJean-Sébastien Pédron2019-03-011-137/+604
* spelling: theoreticallyJosh Soref2019-02-121-1/+1
* rabbit_feature_flags: Require the `feature_flags_file` app parameterJean-Sébastien Pédron2019-02-071-1/+1
* New "Feature flags" subsystem to ease upgrades with breaking changesJean-Sébastien Pédron2019-02-011-0/+1797