Skip to content

Remove issuable finder count caching

username-removed-443319 requested to merge remove-finder-caching into master

What does this MR do?

Removes the counter caching from the issuable finder and helper. We're going to rework this as described in https://gitlab.com/gitlab-org/gitlab-ce/issues/37037.

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

I think I removed only specs that were directly affected, but maybe I missed some.

Does this MR meet the acceptance criteria?

  • Review
    • Has been reviewed by Backend
    • Has been reviewed by Database

What are the relevant issue numbers?

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/37037.

Merge request reports