Skip to content

[SaaS] Code Suggestions GA - Copy adjustment to Group Owner alert

What does this MR do and why?

Adjust the copy of the code suggestions GA group owner alert according to https://gitlab.com/gitlab-org/gitlab/-/issues/437545#note_1716289305

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before
Screenshot_2023-12-19_at_12.25.29_PM
After
Screenshot_2024-01-05_at_2.48.28_PM

How to set up and validate locally

Setup feature flags

Feature.enable(:code_suggestions_ga_owner_alert)
Feature.enable(:ai_assist_ui)
Feature.enable(:ai_assist_flag)
  1. Setup GDK to simulate SaaS.
  2. Login as Admin and set a public group use EE plan that is not trial with instructions point 3 here
  3. On the group's admin page: http://gdk.test:3000/admin/groups/<group_name>, pick an owner group member to impersonate and view the group and projects in it to interact and observe the alert.

To clear user callout to show alert again, run ::Users::Callout.last.destroy

Related to #437545

Edited by Roy Liu

Merge request reports