Skip to content

Create Workspaces Settings menu

Related to FE: Add "Remote Development" option to Group Se... (#444836 - closed)

What does this MR do and why?

NOTICE This feature is behind the remote_development_namespace_agent_authorization feature flag.

It adds a "Workspaces" sidebar menu item to the Groups Settings menu.

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.

Screenshot
workspaces settings menu.png

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable the remote_development_namespace_agent_authorization feature flag: rails c && Feature.enable(:remote_development_namespace_agent_authorization)
  2. Visit a group, for example: gitlab-org .
  3. In the sidebar, open the Settings accordion menu.
  4. A "Workspaces" menu item should be visible.
  5. When clicking the menu item, it navigates to the "Workspaces Settings" page.
Edited by Enrique Alcántara

Merge request reports