Skip to content

Create list for standards adherence report

Jay Montal requested to merge 413717_adherence_report_list into master

What does this MR do and why?

What

Adds a new component to handle displaying the list for standards adherence report

Why

As per #413558 (closed) we are creating the list first, followed by the sidebar (which some code for the sidebar has been completed but commented out in this MR)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

Enable FFs

  1. In the rails console (rails c) enable the following features:
  2. adherence_report_ui (Feature.enable(:adherence_report_ui))
  3. compliance_adherence_report (Feature.enable(:compliance_adherence_report))

Setup Adherences

  1. Visit group settings and enable "Prevent approval by author" from the 'Merge Request Approval' section.
  2. This will create a couple of rows inside the project_compliance_standards_adherence table.

Visit Standard Adherence page

  1. Visit a group, under Secure (new UI) or Security & Compliance (old UI) > Compliance report

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

Edited by Jay Montal

Merge request reports