Skip to content

Create refactor_vulnerability_tool_filter FF

Samantha Ming requested to merge 368246-tool-filter-ff into master

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)

This MR kicks off this epic by introducing the feature flag refactor_vulnerability_tool_filter and injecting it to all three views.

Screenshots or screen recordings

This MR does not introduce any UI/UX changes

How to set up and validate locally

  1. Project view (Project > Security & Compliance > Vulnerability report)
  2. Group view (Group > Security & Compliance > Vulnerability report)
  3. Instance view (Menu > Security > Vulnerability Report)
  4. In the Console dev tools, type gon.features.refactorVulnerabilityToolFilter, it will NOT be undefined. (Depending if you have the FF enabled/disabled, it will display true/false)

2022-07-21_at_5.17_PM

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 #368246 (closed)

Edited by Samantha Ming

Merge request reports

Loading