Skip to content

Add Infrastructure Visibility Toggle (frontend)

Anna Vovchenko requested to merge 361587-infrastructure-visibility-toggle into master

What does this MR do and why?

This MR adds the frontend for the Infrastructure visibility toggle.

This change is behind the split_operations_visibility_permissions FF (introduced in !89089 (diffs)), which is disabled by default.

Screenshots or screen recordings

FF off FF on
172.31.0.1_3000_root_terraform-widget_edit__1_ 172.31.0.1_3000_root_terraform-widget_edit__3_
Screen_Recording_2022-11-02_at_17.51.11 Screen_Recording_2022-11-02_at_17.53.32

How to set up and validate locally

  1. Enable FF:

    Feature.enable(:split_operations_visibility_permissions, project)
  2. Go to Settings > General

  3. In the visibility section, toggle the releases 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.

Review progress:

Related to #361587 (closed)

Edited by Anna Vovchenko

Merge request reports