Skip to content

Fixes cache count not invalidating for merge request assignees

Phil Hughes requested to merge ph/fixNewMRDashboardCacheCountInvalidating into master

What does this MR do and why?

Fixes a bug when the new dashboard flag is enabled causing the count to show incorrectly when a merge request gets assigned to a reviewer.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

How to set up and validate locally

  • Enable merge_request_dashboard feature flag
  • Assignee a merge request to your user
  • The count should say at least 1
  • Request a review from a user
  • The count should be 1 less than before
Edited by Phil Hughes

Merge request reports

Loading