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:
authorAndrew Newdigate <andrew@gitlab.com>2018-03-06 16:32:48 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-03-06 16:32:48 +0300
commitb5ec6097b75819626083726d1073978d11aba7e3 (patch)
tree4e0dec2466b4fec72274710fdd8f824d84e7acee /changelogs
parentaf84ccbd8227ac6d4d609bc8ff941ee6cad131f5 (diff)
Fix Gitaly n+1 in NetworkController#show
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/an-network-controller-fix.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/an-network-controller-fix.yml b/changelogs/unreleased/an-network-controller-fix.yml
new file mode 100644
index 00000000000..cb2c447b957
--- /dev/null
+++ b/changelogs/unreleased/an-network-controller-fix.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent the graphs page from generating unnecessary Gitaly requests
+merge_request: 37602
+author:
+type: performance