Skip to content

Protected packages/containers: Set alpha for GraphQL rules elements

  • 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?

🛠 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

Before After
grafik grafik

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Go to http://gdk.test:3000/-/graphql-explorer
  2. You can use the following graphql query
query {
	project(fullPath: "flightjs/Flight") {
		packagesProtectionRules(first: 10) {
			nodes {
				id
				packageNamePattern
				packageType
				minimumAccessLevelForPush
			}
    }
	}
}
Edited by Gerardo Navarro

Merge request reports

Loading