Skip to content

Extend /help/instance_configuration with package file size limits

What does this MR do?

On the {base_url}/help/instance_configuration help page, you can find information about the settings used in your current instance. This MR extends the content of this page with the package file size limits per plan (configurable on {base_url}/admin/application_settings/ci_cd#js-package-settings). These are the following package types:

  • Conan
  • Maven
  • npm
  • NuGet
  • PyPI
  • Terraform Module
  • Generic

🛠 with at Siemens

/cc @bufferoverflow

Screenshots

{base_url}/help/instance_configuration > Package Registry
image

How to setup and validate locally

  1. Visit {base_url}/help/instance_configuration.
  2. Visit {base_url}/admin/application_settings/ci_cd#js-package-settings and set other Package file size limits.
  3. Clear Rails cache
    Rails.cache.delete('instance_configuration')
  4. Visit {base_url}/help/instance_configuration.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] 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

Merge request reports