Skip to content

WIP: Fix issues & merge requests badge counters sync

M. Hasbini requested to merge 0xbsec/gitlab-ce:update-badge-count into master

What does this MR do?

  • Update badge count for issues and merge requests when issuable state is changed (closed, reopened), created, assignee changed.
  • When issue assignee is changed from issues board.

Are there points in the code the reviewer needs to double check?

  • I’m not sure about adding badge_count to the root path. I prefer to include it under a more intuitive namespace (maybe profile or api?).
  • Did I miss some cases for expiring the badge count cache?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

ref #32415 (closed)

Edited by M. Hasbini

Merge request reports