Skip to content

Add reference and path sections to the drawer

What does this MR do?

This MR adds the MR reference and branch paths sections to the drawer. To do this, it also updates the controllers presenter to pass the MR reference to the frontend.

It also moves the existing branch_details.vue to a shared folder and updates its classes so we don't need two components to do the same thing.

Screenshots (strongly suggested)

Screen_Recording_2021-06-30_at_12.46.34

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 reference and branch details data are shown
  6. Check you can open another MR's drawer and also swap between MR's and see each MR's reference and branch details 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