Skip to content

Create class to enable feature flags for ai framework group

Gosia Ksionek requested to merge mk-ff-automatic-enablement into master

What does this MR do and why?

This MR adds rake task that enables all feature flags that belong to groupai framework.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In rails console, turn off one of the feature flags that belong to AI framework team, for example ai_assist_flag
  2. Run rake task: rake gitlab:duo:enable_feature_flags
  3. In rails console, check the status of the flag that you switched off - it should be enabled.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Gosia Ksionek

Merge request reports