Skip to content

Add qrtly reconciliation alert to SaaS [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Vitaly Slobodin requested to merge vs/saas-qrtly-recon-alert into master

What does this MR do?

Adds additional two Qrtly Reconciliation Alerts to the following places:

  1. Group overview page
  2. Group billing page

How to preview these changes locally

Open the GDK console and add a new reconciliation to a desired group:

GitlabSubscriptions::UpcomingReconciliation.create!(next_reconciliation_date: Date.current + 7.days, display_alert_from: Date.current.beginning_of_day, namespace_id: 117)

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/215187/

Screenshots (strongly suggested)

Page Screenshot
Group Overview page image
Group Billing Page image

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
Edited by Vitaly Slobodin

Merge request reports