Advanced editor for security policy
What does this MR do and why?
- New advanced policy editor split view
- Instead of switching between modes, it displays both modes side to side
- It can collapse each half, giving more space for either of modes
- It disables
rule
mode immediately ifyaml
mode has invalidyaml
- User can change width of modes by dragging split view border
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
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 |
---|---|
Big screen editing policy | editing.mov |
Refresh page, width is preserved | saved width.mov |
Smaller screen | smaller screen.mov |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
-
Enable feature flag:
Feature.enable(:security_policies_split_view)
-
Go to project/group
-
Secure -> Policies
-
New policy -> select any type
Related to #450705
Edited by Artur Fedorov