Skip to content

Protected packages: Add label "protected" to package list on group level

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do and why?

  • Related to #437926
  • Enable the feature flag packages_protected_packages in order to show the badge "protected"

🛠 with at Siemens

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.

MR Checklist (@gerardo-navarro)

Screenshots or screen recordings

This MR just ensures that badge "protected" is shown in the package detail page.

Before After
grafik grafik

How to set up and validate locally

  1. Go to the package registry setting of a project: http://gdk.test:3000/flightjs/Flight/-/settings/packages_and_registries
  2. Create a new package protection rule with package name pattern @flightjs/npm_package_4d4b* (<= this will match seeded packages that are already in the package registry for this project)
  3. Go to the package overview list on group level: http://gdk.test:3000/groups/flightjs/-/packages
  4. You should see the badge protected
Edited by Gerardo Navarro

Merge request reports