Skip to content

Add Version Column to Operations Feature Flags Table

Jason Goodman requested to merge add-feature-flags-version into master

What does this MR do?

Add a version column to the operations_feature_flags table.

Based on the PoC, this should be useful for validations and as a single source of truth for the version of a feature flag. version can be 1 for a legacy flag or 2 for a new flag.

In the PoC...

  • Legacy flags (version 1) can have associated operations_feature_flag_scopes rows / models.
  • New flags (version 2) can have associated operations_strategies rows / models.

Issue: #204895 (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
Edited by Yorick Peterse

Merge request reports