Add group filters to the report
What does this MR do and why?
This MR adds the data fetching functionality to the grouping feature. Previous MRs introduced the UI/UX functionality, whereas this MR introduces the business logic.
Screenshots or screen recordings
How to set up and validate locally
- Enable feature flag:
echo "Feature.enable(:vulnerability_report_grouping)" | rails c
- Fork https://gitlab.com/gitlab-examples/security/security-reports/
- Create a pipeline against the default branch
- Go to Secure > Vulnerability Report
- Use the Group By Button
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 #424345 (closed)