Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-08-07 13:38:46 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-08-07 13:38:46 +0300
commit6b2b89f3cdb949b2001218b386bbc922166e4d4e (patch)
tree9908d9b0b03e0a4d142e2f3244e4fcd768bd77ff /changelogs
parentc8c38f94f28779167dbff6a0ba84a38427f705d4 (diff)
parent49dc8215b407f44eb02a4adea8cb100de5c55a7b (diff)
Merge branch 'osw-fix-n-plus-1-for-mrs-without-merge-info' into 'master'
Avoid N+1 on MRs page when metrics merging date cannot be found Closes #47613 See merge request gitlab-org/gitlab-ce!21053
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/osw-fix-n-plus-1-for-mrs-without-merge-info.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/osw-fix-n-plus-1-for-mrs-without-merge-info.yml b/changelogs/unreleased/osw-fix-n-plus-1-for-mrs-without-merge-info.yml
new file mode 100644
index 00000000000..dc8148fa1a5
--- /dev/null
+++ b/changelogs/unreleased/osw-fix-n-plus-1-for-mrs-without-merge-info.yml
@@ -0,0 +1,5 @@
+---
+title: Avoid N+1 on MRs page when metrics merging date cannot be found
+merge_request: 21053
+author:
+type: performance