Adds feature flag to reorganise project level registry settings
What does this MR do and why?
This MR adds new feature flag reorganize_project_level_registry_settings
which will be used to reorganise project level registry settings.
This will be first of multiple MRs for this change, so limiting this MR to adding just the sections for package & container registry settings.
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.
With feature flag disabled | With feature flag enabled |
---|---|
How to set up and validate locally
- In rails console enable the experiment fully
Feature.enable(:reorganize_project_level_registry_settings)
- Setup & enable Container Registry https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/registry.md
- Visit
Project > Settings > Packages and registries
.
Related to #500217