Skip to content

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
Screenshot_2024-12-02_at_11.05.52_PM Screenshot_2024-12-02_at_10.37.26_PM

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:reorganize_project_level_registry_settings)
  2. Setup & enable Container Registry https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/registry.md
  3. Visit Project > Settings > Packages and registries.

Related to #500217

Edited by Rahul Chanila

Merge request reports

Loading