List all protected environments for editing
What does this MR do and why?
Show all currently protected environments in an accordion. The accordions will contain the details of the protected environments.
This will display all protected environments, but only allow editing of environments protected by multiple approval rules.
Behind the :multiple_environment_approval_rules_fe
feature flag.
Screenshots or screen recordings
How to set up and validate locally
- Enable the feature flag:
Feature.enable(:multiple_environment_approval_rules_fe)
- Navigate to a project's environments page Deployments > Environments
- Add an environment
- Navigate to the CI/CD settings page Settings > CI/CD
- Protect the environment
- View the protected environment
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
For #378446 (closed), part of !109157 (closed)