Add scanner|site profiles editing form to the sidebar
What does this MR do and why?
This MR resolves #362010 (closed)
- This MR adds scanner|site profile editing form to sidebar according to new design
- This MR handles only editing of existing profile
- Refetching of profiles will be adjusted in another MR
- List of created profiles in the sidebar will be added in another MR after this MR is merged
-
dast_scanner_profile_form
anddast_site_profile_form
already handle editing functionality. profile property need to be provided. - Enabling edit form from summary card wi be added in another MR
Describe in detail what your merge request does and why.
Screenshots or screen recordings
After |
---|
----- |
sidebar_loaders |
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
- Enable feature flag
Feature.enable(:dast_ui_redesign)
- Go to any project /root/$PROJECT_ID/
- Go to /root/$PROJECT_ID/-/on_demand_scans/
- Go to new scan form by clicking
new scan
- You have to have all scanners deleted, so you can see empty state
- Click Select scanner|site profile
Numbered steps to set up and validate the change are strongly suggested.
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.
Edited by Artur Fedorov