Skip to content

Enable codequality_mr_diff feature flag by default

Miranda Fluharty requested to merge 284140-enable-flag-by-default into master

What does this MR do?

For #284140 (closed) / #267612 (closed)

This MR enables the codequality_mr_diff feature flag by default. The flag has been enabled for the GitLab project/group since 2021-05-07, and enabled globally since 2021-05-14, and we have not had any issues so far 🤞🏻

Technically, this MR

  • sets the feature flag codequality_mr_diff to default_enabled: true in the .yml file where it is defined
  • changes the value of default_enabled in the Feature.enabled? check to :yaml so that it depends on the value from the .yml file
  • adds a changelog entry for the feature that we're enabling by default
  • adds a line to the docs about the feature flag's new default state and changes the instructions below from how to enable the flag to how to disable the flag

Screenshots

There should be no visual changes, but here's the badge anyway:

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Miranda Fluharty

Merge request reports

Loading