Skip to content

Add internal type packages for GitLab generic package registry

Yevgeny Pats requested to merge add_internal_type_packages into master

What does this MR do?

Related Issues:

This adds a query parameter ?internal=true to publish-a-package-file API which marks the package as internal.

This MR also adds a filter by default of internal packages list-packages API.

Internal packages can be retrieved by adding package_type=internal to list-packages API

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
Edited by Yevgeny Pats

Merge request reports