Skip to content

Update experimental banner

Alexander Turinske requested to merge 429912-banner-follow-up into master

What does this MR do and why?

Update experimental banner to only rely on compliance feature flag

Changelog: removed

EE: true

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 After
image image

How to set up and validate locally

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

  1. Upload a GitLab Ultimate license
  2. Enable the feature flag
echo "Feature.enable(:compliance_pipeline_in_policies)" | rails c
  1. Navigate to a project => Secure => Policies
  2. Verify the banner shows with no mention of policy scoping

Related to #429912 (closed)

Edited by Alexander Turinske

Merge request reports