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:
authorSean McGivern <sean@mcgivern.me.uk>2017-12-05 14:49:45 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-12-05 14:49:45 +0300
commit04a882d8d3bd68bee71f5b7073cb7a8ce0149852 (patch)
tree8ddfe60685a89589760d5acdef9fbb0d246e228c /changelogs
parent4258bfcb4d3216c264fe8f3f53898a4eb70ac225 (diff)
parent3d4ba90c5007cca3e8619afe8f40675962a9bc73 (diff)
Merge branch 'bvl-limit-fork-queries-on-project-show' into 'master'
Cache the forks in a namespace in the RequestStore Closes #40625 See merge request gitlab-org/gitlab-ce!15663
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/bvl-limit-fork-queries-on-project-show.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-limit-fork-queries-on-project-show.yml b/changelogs/unreleased/bvl-limit-fork-queries-on-project-show.yml
new file mode 100644
index 00000000000..299d9bf6b9c
--- /dev/null
+++ b/changelogs/unreleased/bvl-limit-fork-queries-on-project-show.yml
@@ -0,0 +1,5 @@
+---
+title: Reduce requests for project forks on show page of projects that have forks
+merge_request: 15663
+author:
+type: performance