Skip to content

Add compliance framework sidebar

Nate Rosandich requested to merge 422328-add-compliance-framework-sidebar into master

What does this MR do and why?

Add a sidebar to create the compliance framework report in the compliance center. When selecting the table row open the sidebar.

Screenshots or screen recordings

Compliance-center--Gitlab-Org--GitLab

How to set up and validate locally

  1. Ensure that a top level group has a framework
    1. https://docs.gitlab.com/ee/user/group/compliance_frameworks.html
  2. Ensure there are multiple projects in above group and at least one has the compliance framework set
  3. Browse to a top level Group -> Security & Compliance -> Compliance center
    1. https://docs.gitlab.com/ee/user/compliance/compliance_center/index.html#compliance-frameworks-report
  4. Check that the final tab is 'Projects' and the projects framework report shows
  5. Enable the feature flag
    Feature.enable(:compliance_framework_report_ui)
  6. Check that the second to last tab is now called 'Frameworks' and shows the new basic framework report
    1. List all of the frameworks and associated projects for the group

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

Edited by Sam Figueroa

Merge request reports