Rename filenames for container protection repository rules
What does this MR do and why?
Rename frontend filenames for container protection repository rules
This is a follow-up MR for Update REST & GraphQL APIs for protected contai... (!174642 - merged)
This MR aligns the file names & variable names with the GraphQL API.
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.
- Feature name change: Change feature name to Container repository pro... (!174147 - merged)
- APIs updated: Update REST & GraphQL APIs for protected contai... (!174642 - merged)
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
No change
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 -
Test protected container repositories functionality.
Alternatively, you can run feature tests bundle exec rspec spec/features/projects/settings/registry_settings_spec.rb
Related to #510249