Change feature name to Container repository protection rules
What does this MR do and why?
Change feature name to Container repository protection rules
This used to be called Container protection rules. This was raised because we plan to add https://gitlab.com/groups/gitlab-org/-/epics/15608+ and the existing naming might be confusing.
Updated docs & UI
Additionally, changed the docs URL to better reflect content, added redirects to previous pages.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
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
- In rails console enable the experiment fully
Feature.enable(:container_registry_protected_containers) - Visit
Project > Settings > Packages and registries, confirm that title & description is updated. - Create a rule & deleting it should show the modal with updated text.
- Verify documentation & GraphQL text are updated
Related to #480385 (closed)

