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:
authorStan Hu <stanhu@gmail.com>2018-06-03 13:31:41 +0300
committerStan Hu <stanhu@gmail.com>2018-06-03 14:24:23 +0300
commitbd4bfcc6411e4819c0c67717095bb2e54e7bb6df (patch)
treea803900600a5de61440026c0a72f75fdf61ff7d0 /changelogs
parentfe0ebf76c49e2512b211c5d43152275c536f7e3a (diff)
Fix N+1 with source projects in merge requests API
Now that we are checking `MergeRequest#for_fork?`, we also need the source project preloaded for a merge request.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-source-project-nplus-one.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-source-project-nplus-one.yml b/changelogs/unreleased/sh-fix-source-project-nplus-one.yml
new file mode 100644
index 00000000000..9d78ad6408c
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-source-project-nplus-one.yml
@@ -0,0 +1,5 @@
+---
+title: Fix N+1 with source_projects in merge requests API
+merge_request:
+author:
+type: performance