Skip to content

Avoid using the current project's excess twice

Corinna Gogolok requested to merge 271574_fix_exceeded_size into master

What does this MR do?

Part of #271574

Depends on !45909 (merged)

The calculation for the exceeded size for a project used the project's excess size twice as it was also included in the total repository size excess. This is corrected by calculating the project's excess size and substracting it from the total repository size.

Usage for the class is behind a feature flag, therefore no changelog added.

Screenshots (strongly suggested)

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 Robert Speicher

Merge request reports