summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-03 03:31:41 -0700
committerStan Hu <stanhu@gmail.com>2018-06-03 04:24:23 -0700
commitbd4bfcc6411e4819c0c67717095bb2e54e7bb6df (patch)
treea803900600a5de61440026c0a72f75fdf61ff7d0 /changelogs
parentfe0ebf76c49e2512b211c5d43152275c536f7e3a (diff)
downloadgitlab-ce-bd4bfcc6411e4819c0c67717095bb2e54e7bb6df.tar.gz
Fix N+1 with source projects in merge requests APIsh-fix-source-project-nplus-one
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