Skip to content

use assigned_open_merge_request/issues_count in dashboard

What does this MR do?

https://gitlab.com/gitlab-org/gitlab-ce/commit/bfccea370310d6f7e5fe16c846ccd073d487a97f and https://gitlab.com/gitlab-org/gitlab-ce/commit/8835b7889a6265aba3c6d7ee241abf80a1cf07f3 add assigned issues/mrs to cache, and update them when assignee changed. This commit https://gitlab.com/gitlab-org/gitlab-ce/commit/8c3e6987d931847b72752dfcac4215dbdc47fd88 add assigned issues/mrs count to cache again and cached for two minutes.

It may be better to use assigned_open_merge_request_count and assigned_open_issues_count.

Does this MR meet the acceptance criteria?

  • Tests
    • All builds are passing

Merge request reports