Skip to content

Give a lower priority for default feature flag variables

What does this MR do?

Moves the default Feature Flag variables definitions lower in the priority list.

Why was this MR needed?

Currently it's impossible to configure some feature flags from config.toml file, because the default variables are added to the list after the variables form config.toml were added. This MR simply reorders the calls, so if the variable is defined in config.toml, it will overwrite the default value.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports