Clean up duo_pro_trial_alert feature flag
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
- Setup GDK to simulate SaaS
- Enable Duo Pro trials Feature Flag:
echo "Feature.enable :duo_pro_trials" | gdk rails c
- Create a group that is on a paid plan such as premium or ultimate
- Go to Group, sub-group and project overview pages
- Alert should not be visible
Related to #452524
Edited by Ross Byrne