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:
authorYorick Peterse <yorickpeterse@gmail.com>2018-02-07 14:52:14 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2018-02-07 14:52:14 +0300
commit4c47be304c0878d5a9fd4d81b902a1cacf12ecf2 (patch)
tree488eefd1340269fb40d24eb714db59555b30a41c /changelogs
parentda0efda2ecb51c6358bf73bd85cef5a883be402e (diff)
parentf7c30ae30d878de3980f65a2c3353503a440a615 (diff)
Merge branch '40755-snippets-author-n+1' into 'master'
Resolve "N+1 database queries on the snippets dashboard" Closes #40755 See merge request gitlab-org/gitlab-ce!16944
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/40755-snippets-author-n-1.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/40755-snippets-author-n-1.yml b/changelogs/unreleased/40755-snippets-author-n-1.yml
new file mode 100644
index 00000000000..6e09c8a54ec
--- /dev/null
+++ b/changelogs/unreleased/40755-snippets-author-n-1.yml
@@ -0,0 +1,5 @@
+---
+title: Fix N+1 query problem for snippets dashboard.
+merge_request: 16944
+author:
+type: performance