Skip to content

Move actual_shared_runners_minutes_limit to Ci::Minutes::Quota

Fabio Pitino requested to merge move-actual-shared-runners-minutes-limit-2 into master

What does this MR do?

Related to #213964 (closed)

We are in process of moving a lot of the logic about CI minutes that was implemented in Namespace, NamespaceStatistics and NamespaceHelpers into a single class Ci::Minutes::Quota. This refactoring will help us making changes into how minutes are calculated, reset, enforced and manged.

In this MR we move Namespace#actual_shared_runners_minutes_limit to Ci::Minutes::Quota#total_minutes.

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 Fabio Pitino

Merge request reports

Loading