Skip to content

Show reviewers in MR list

Samantha Ming requested to merge 237922-show-reviewers-in-mr-list into master

Issue: #237922 (closed)

What does this MR do?

This MR displays the Reviewers in the list

Testing Case

This feature is behind a feature flag, to turn on:

rails c

Feature.enable(:merge_request_reviewers)
  1. Go to MR List page
  • It displays thew reviewers in the MR list:

image

  • Where there are more than 3 reviewers, it will look like this:

image

Add Reviewers to MR

To see the Reviewers, the MR will need to have reviewers assigned to it. To do so, you can follow these steps mentioned in this MR:

!40330 (merged)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Closes #237922 (closed)

Edited by Samantha Ming

Merge request reports