summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-03 04:36:22 -0700
committerStan Hu <stanhu@gmail.com>2018-06-05 07:22:07 -0700
commit6f4a0a92e6331b7033a8165c5b5e9cc7b0f880c2 (patch)
treeadc1945dc9672c998c00897ab896ee867d1dab7c /changelogs
parent5426f09f4ab088f75bc84d043e2ac2fe4e852c44 (diff)
downloadgitlab-ce-6f4a0a92e6331b7033a8165c5b5e9cc7b0f880c2.tar.gz
Eliminate N+1 queries with authors and push_data_payload in Events API
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-events-nplus-one.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-events-nplus-one.yml b/changelogs/unreleased/sh-fix-events-nplus-one.yml
new file mode 100644
index 00000000000..e5a974bef30
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-events-nplus-one.yml
@@ -0,0 +1,5 @@
+---
+title: Eliminate N+1 queries with authors and push_data_payload in Events API
+merge_request:
+author:
+type: performance