Skip to content

Add Strategy Component for Feature Flags

Andrew Fontaine requested to merge new-feature-flags-fe into master

What does this MR do?

As part of the redesign of feature flags to allow a single strategy to apply to multiple environments (#35555 (closed)), a new component that acts as a form for a strategy is introduced.

Strategy - Handles setting the strategy type, as well as any necessary parameters to go along with that strategy.

New Environments Dropdown - A new dropdown that searches and autocompletes on any environment scopes for feature flags, very similar to the currently existing Environments Dropdown.

Screenshots

image image image image image image image

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 Andrew Fontaine

Merge request reports