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
Screenshot_2024-11-29_at_10.39.57_AM Screenshot_2024-11-29_at_10.39.39_AM

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:container_registry_protected_containers)
  2. Visit Project > Settings > Packages and registries, confirm that title & description is updated.
  3. Create a rule & deleting it should show the modal with updated text.
  4. Verify documentation & GraphQL text are updated

Related to #480385 (closed)

Edited by Rahul Chanila

Merge request reports

Loading