Skip to content

Remove references to nonexistent feature flag

Dan Jensen requested to merge 251080-replace-example-feature-flag-name into master

What does this MR do?

Apparently the g_compliance_dashboard_feature never existed. It was used as an example in documentation and test coverage, so a YAML file was created for it as if it was an actual feature flag. This deletes that YAML file and replaces all references with actual feature flag names. This should avert future confusion.

This MR was prompted by #251080 (closed).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #251080 (closed)

Edited by Dan Jensen

Merge request reports