Skip to content

Create new Framework tab and basic framework report table

What does this MR do and why?

This follows Rename Framework tab to Projects (!131838 - merged), permanently changing the Framework tab to Projects and then creating the new Framework tab, with basic table, behind the feature flag.

The next MR will expand on the table to add framework pills and associated projects.

Screenshots or screen recordings

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

Before After
Compliance-center--Gitlab-Org--GitLab 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 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 #422973 (closed)

Edited by Nate Rosandich

Merge request reports