Skip to content

Adjust code suggestions settings UI copy

What does this MR do and why?

Update code suggestions group settings UI as per #407766 (closed)

Screenshots or screen recordings

Screenshot_2023-04-19_at_11.01.33_AM

How to set up and validate locally

  1. Setup gdk to simulate SaaS - https://docs.gitlab.com/ee/development/ee_features.html#simulate-a-saas-instance and restart GDK
  2. Enable the ai_assist_ui and ai_assist_flag
    Feature.enable(:ai_assist_ui)
    Feature.enable(:ai_assist_flag)
  3. Create new top level group or use an existing.
  4. Visit the admin path to edit the plan of the group such as: http://gdk.test:3000/admin/groups/non-owner-notification/edit
  5. Update the plan to be Ultimate and Save

Screenshot_2023-04-07_at_11.07.12_AM

  1. Visit the group's Settings -> General -> Permissions and group features
  2. Find the Code Suggestions area and toggle/save the setting.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #407766 (closed)

Edited by Doug Stull

Merge request reports