Skip to content

Create generic base layout component

What does this MR do and why?

Create generic base layout component

  • use it for scan result policy base layout
  • use it for scan execution policy base layout
  • refactor them to be more robust
Step # Issue MR Notes
1 FE: Update scan execution actions to use filters (#413775 - closed) This one Generalizes scan result policy's base layout component to create filters for scan execution policies
2 FE: Update DAST sentence to use filters for pro... (#413279 - closed) Next one Uses the generic base layout component to create DAST profile filters
3 FE: Add CI variable filter (#412790 - closed) Last one Uses the generic base layout component to create CI variable filters

Changelog: changed

EE: true

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-06-06_at_17.04.26 Screenshot_2023-06-06_at_17.02.37

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. Navigate to a project/group => Secure => Policies => New policy => Scan Result Policy
  3. Verify everything works as expected
  4. Navigate to a project/group => Secure => Policies => New policy => Scan Execution Policy
  5. Verify the new layout works like the old one

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #413775 (closed)

Edited by Alexander Turinske

Merge request reports

Loading