summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/projects/permissions
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-01-11 16:20:13 +0000
committerSean McGivern <sean@gitlab.com>2018-01-12 13:19:05 +0000
commitf3cf8cc8d1625ae1cd532474191739cd36419425 (patch)
treeeb837a49f9d8d9546a505f62b62e2b59307bb2b4 /app/assets/javascripts/projects/permissions
parent678a00d60a21fcd39fa5c8043fadc4a94e618f4d (diff)
downloadgitlab-ce-f3cf8cc8d1625ae1cd532474191739cd36419425.tar.gz
Only search for MR revert commits on notes after MR was merged41807-15665-consistently-502s-because-it-fetches-every-commit
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.
Diffstat (limited to 'app/assets/javascripts/projects/permissions')
0 files changed, 0 insertions, 0 deletions