Skip to content

Add drawer details for pipeline execution policy type

Artur Fedorov requested to merge 454331-policies-pipeline-execution-drawer into master

What does this MR do and why?

This MR adds drawer for pipeline execution

New policy type has drawer with policy details and actions summary

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
Pipeline Execution Policy Type Screenshot 2024-04-25 at 17.09.00.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. Secure -> Policies

  7. New policy pipeline execution policy (disabled)

  8. Create new policy

  9. Go back to policy list after MR was merged

  10. Click on newly added policy in the list, check drawer details

Related to #454331 (closed)

Edited by Artur Fedorov

Merge request reports