Cache merged branches lookups on repository model
This adds a first iteration of caching to `merged_branch_names` on the Repository model. This is to address a performance issue as raised in https://gitlab.com/gitlab-org/gitlab/issues/30536 and it currently uses a fairly naive implementation using existing cache stores defined on the Repository model.
Showing
Please register or sign in to comment