Skip to content

[CI Minutes] Link to new CI Minutes purchase route

What does this MR do?

This MR addresses Issue #321647 (closed) in exposing the new path for CI minutes purchase (inside GitLab).

Local testing

The feature is behind a feature flag. To enable it, within the Rails Console, enable the new_route_ci_minutes_purchase feature flag (see here for enabling FF in local dev) by running Feature.enable(:new_route_ci_minutes_purchase)

The Button will only show on GitLab.com though. As far as I know, there is no way to circumvent this. The way I've done it, is by updating the condition here.

Visit /groups/<your-group>/-/usage_quotas

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

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

Related to #321647 (closed)

Edited by Angelo Gulina

Merge request reports