Adherence Report Filtering
What does this MR do and why?
What
Adds filtering to the standards adherence report
Why
- Adds the ability for users to filter out their adherences by either:
- Project
- Check
- Standard
Screenshots or screen recordings
How to set up and validate locally
Enable FFs
- In the rails console (
rails c
) enable the following features: -
adherence_report_ui
(Feature.enable(:adherence_report_ui)
) -
compliance_adherence_report
(Feature.enable(:compliance_adherence_report)
)
Setup Adherences
- Visit group settings and enable "Prevent approval by author" from the 'Merge Request Approval' section.
- This will create a couple of rows inside the
project_compliance_standards_adherence
table.
Visit Standard Adherence page
- Visit a group, under Secure (new UI) or Security & Compliance (old UI) > Compliance center
- Use the new filter
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 #413734 (closed)
Edited by Jay Montal