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>2017-11-19 17:35:25 +0300
committerFrancisco Lopez <fjlopez@gitlab.com>2017-12-01 20:32:12 +0300
commit88e3ce30ae97ac8eb4b25381cfbe7772819cce0c (patch)
treea8e68aa062b64e726fd493f68973c8a8b0f7ba33 /changelogs
parentc594659fea15c6dd17b9ea4c6b88c5a418f10ab9 (diff)
Optimize API /groups/:id/projects by preloading associations
Closes #40308
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-optimize-groups-api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-optimize-groups-api.yml b/changelogs/unreleased/sh-optimize-groups-api.yml
new file mode 100644
index 00000000000..283c2df5c9f
--- /dev/null
+++ b/changelogs/unreleased/sh-optimize-groups-api.yml
@@ -0,0 +1,5 @@
+---
+title: Optimize API /groups/:id/projects by preloading fork_networks table
+merge_request:
+author:
+type: performance