Skip to content

Add Package & Registry settings menu

What does this MR do?

This MR adds a new page to the group setting to contain all the Packages & Registries settings. This is a prerequisite to implement the new Maven settings to disallow duplicated packages This work is done behind a feature flag

In this MR we are:

  • Adding a new entry to the setting menu on the group sidebar
  • Adding a new controller for the new page
  • Adding the new route to the group routes
  • Adding a new view haml file
  • Bootstrapping the javascript app that will render the page
  • Adding the development feature flag
  • Adding a basic feature test for the new page

How to test

  • open the rails console rails c
  • Feature.enable(:packages_and_registries_group_settings)
  • Go to a group and select settings in the sidebar

Screenshots (strongly suggested)

Screenshot_2021-01-12_at_14.21.45

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #296895 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports