Create refactor_vulnerability_tool_filter FF
What does this MR do and why?
This MR is part of the vulnerability tool filter migration to GraphQL. The Project, Group, and Instance views will use a shared component and populate the dropdown menu items from the vulnerability scanner GraphQL query. Please see the Epic for details > Refactor and consolidate all "tool" dropdowns t... (&8407 - closed)
In this MR, the project, group, and instance views will render a tool dropdown placeholder.
Screenshots or screen recordings
FF disabled | FF enabled |
---|---|
How to set up and validate locally
- Enable the FF
echo "Feature.enable(:refactor_vulnerability_tool_filter)" | rails c
- Project view (Project > Security & Compliance > Vulnerability report)
- Group view (Group > Security & Compliance > Vulnerability report)
- Instance view (Menu > Security > Vulnerability Report)
- They all display the temporary placeholder
Please note: The proper dropdown UI will be implemented in this next issue > #368249 (closed)
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 #368247 (closed)
Edited by Samantha Ming