Skip to content

Add new policy type filter option to policy list

What does this MR do and why?

Policy list contains 2 types of policies.

By adding new pipeline execution policy type, we need to add third option for type filter

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.

Description UI
Before before.png
After after.png

How to set up and validate locally

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

  1. Enable feature flag

    Feature.enable(:pipeline_execution_policy_type)
  2. Go to Settings -> General

  3. Toggle the Permissions and group features section

  4. Enable Security policy pipeline execution action

  5. Go to project/group

  6. Check Policy type filter, new option should be there

  7. Check if validation for invalid parameters work by typing random stuff in url as param

Related to #454318 (closed)

Edited by Artur Fedorov

Merge request reports