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:
authorKamil Trzciński <ayufan@ayufan.eu>2019-08-23 20:21:19 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-08-23 20:21:19 +0300
commit99e8b77e5eaa8bd60c02935ee5baaebf31bc645a (patch)
tree2ca417c5d13237365f955e3036de296d5691a01e /changelogs
parent8f797950e8e5f92da800d67444a1f67bb6078f21 (diff)
parente24b9c2502613cc0df5b2a676236d1c36c02bca4 (diff)
Merge branch 'sh-eliminate-gitaly-nplus-one-notes' into 'master'
Eliminate Gitaly N+1 queries with notes API See merge request gitlab-org/gitlab-ce!32089
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-eliminate-gitaly-nplus-one-notes.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-eliminate-gitaly-nplus-one-notes.yml b/changelogs/unreleased/sh-eliminate-gitaly-nplus-one-notes.yml
new file mode 100644
index 00000000000..00523f53dd7
--- /dev/null
+++ b/changelogs/unreleased/sh-eliminate-gitaly-nplus-one-notes.yml
@@ -0,0 +1,5 @@
+---
+title: Eliminate Gitaly N+1 queries with notes API
+merge_request: 32089
+author:
+type: performance