Skip to content

Clean up duo_pro_trial_alert feature flag

Ross Byrne requested to merge 452524-cleanup-duo-pro-trial-alert into master

What does this MR do and why?

Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/452524

Clean up duo_pro_trial_alert feature flag. Removes feature flag and the alert.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

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

  1. Setup GDK to simulate SaaS
  2. Enable Duo Pro trials Feature Flag: echo "Feature.enable :duo_pro_trials" | gdk rails c
  3. Create a group that is on a paid plan such as premium or ultimate
  4. Go to Group, sub-group and project overview pages
  5. Alert should not be visible

Related to #452524

Edited by Ross Byrne

Merge request reports