f3cf8cc8d1
If we search for notes before the MR was merged, we have to load every commit that was ever part of the MR, or mentioned in a push. In extreme cases, this can be tens of thousands of commits to load, but we know they can't revert the merge commit, because they are from before the MR was merged. In the (rare) case that we don't have a `merged_at` value for the MR, we can still search all notes.
6 lines
151 B
YAML
6 lines
151 B
YAML
---
|
|
title: Speed up loading merged merge requests when they contained a lot of commits
|
|
before merging
|
|
merge_request: 16320
|
|
author:
|
|
type: performance
|