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 |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Upload a GitLab Ultimate license
- Navigate to a project/group => Secure => Policies => New policy => Scan Result Policy
- Verify everything works as expected
- Navigate to a project/group => Secure => Policies => New policy => Scan Execution Policy
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #413775 (closed)
Edited by Alexander Turinske