Skip to content

Upsell the GitLab Terraform features - iteration 3 backend

What does this MR do?

This MR is a part of changing the GitLab-managed Terraform state banner. As discussed in that MR we want to split the task to ship the change safely for the mixed deployment scenario.

We decided to proceed in 3 steps:

  1. Change the design using the old logic
  2. Introduce the backend change - current step
  3. Then in 14.3 switch to the new implementation using UserCalloutDismisser.

Current MR:

  • adds the terraform_notification_dismissed user callout into the app/models/user_callout.rb

Screenshots or Screencasts (strongly suggested)

There are no visual changes at this step. Here is the corresponding banner:

Old design New design
Screenshot_2021-07-09_at_17.57.48 Screenshot_2021-08-12_at_18.36.12

How to setup and validate locally (strongly suggested)

There will be no call to this callout for now. The corresponding frontend implementation is planned for the next milestone.

Does this MR meet the acceptance criteria?

Conformity

Related to #336360 (closed)

Edited by Anna Vovchenko

Merge request reports