Skip to content

Drop support of legacy feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Shinya Maeda requested to merge cleanup-remove_legacy_flags-feature-flag into master

What does this MR do?

  • Legacy feature flags are no longer have been exposed to Unleash clients. (FYI, this change has already been rolled out on gitlab.com).
  • Fix the feature flag spec factory to create new version flag by default, as there is no situation to create a legacy flag in application anymore.
  • Remove feature_flag_api feature flag and corresponding APIs because these APIs are functional only with legacy flags. (Also the feature has never been enabled on gitlab.com/on-premises)

Related #332243 (closed) #254324 (closed)

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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
Edited by Shinya Maeda

Merge request reports