Skip to content

Add project section to compliance dashboard drawer

What does this MR do?

This MR adds the project section to the compliance dashboard drawer. It adds only the required project data to the backend response and then renders this information in the drawer.

Screenshots (strongly suggested)

Screen_Recording_2021-06-30_at_10.12.51

Setup & testing

This requires a GitLab Ultimate license to use

  1. Enable the feature flag: echo "Feature.enable(:compliance_dashboard_drawer)" | rails c
  2. Go to [HOST]/groups/[GROUP]/-/security/compliance_dashboard
  3. Check that MR's are shown, if they aren't then you may need to merge some in the group
  4. Check the MR's data appears and you can click on an MR row to show the drawer
  5. Check that within the drawer the MR's project data is shown
  6. Check you can open another MR's drawer and also swap between MR's and see each MR's project data correctly

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #299357 (closed)

Edited by Robert Hunt

Merge request reports