Skip to content

Update banner for Subscription Details Sync

Angelo Gulina requested to merge ag/332941-sync-sub-details into master

What does this MR do?

This MR updates the copy for the Subscription Sync Modal in order to better convey that the sync action does not update the details in real-time. This is an MVC solution that points to having real-time updates in the future. It also updates the alert style to be info.

A feature flag is not used because this feature is for self-managed instances. The feature is behind an Application Setting and it's not released nor documented. To test it locally, see the following steps.

Local Testing

  1. Make sure not to have any license

  2. Make sure you have set the following environment vars (usually in your terminal) and restart gdk

    • GITLAB_LICENSE_MODE is set to test
    • CUSTOMER_PORTAL_URL is set to https://customers.stg.gitlab.com
  3. Use Rails console to run ApplicationSetting.current.update(cloud_license_enabled: true)

  4. Visit Admin > Subscription

  5. Use the activation code 9y9bv7k16uu7f4Y8vGGt177P

Screenshots (strongly suggested)

Screen_Recording_2021-07-02_at_10.48.36 Screenshot_2021-07-02_at_10.48.24

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

Related to #332941

Edited by Angelo Gulina

Merge request reports