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>2019-04-05 14:33:01 +0300
committerStan Hu <stanhu@gmail.com>2019-04-05 14:52:42 +0300
commitf1dce2160956f27fecc4a59d36d1e1e03903a84b (patch)
treeeb046c94683963261349d059978bb8b0af986027 /changelogs/unreleased/allow-ref-name-caching-projects-controller.yml
parent3962b00b4bdea67107b9f43e1c44e9bacb98560d (diff)
Enable FindCommit caching for project and commits pages
This reduces a handful of duplicate FindCommit calls while viewing the projects and commits pages.
Diffstat (limited to 'changelogs/unreleased/allow-ref-name-caching-projects-controller.yml')
-rw-r--r--changelogs/unreleased/allow-ref-name-caching-projects-controller.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/allow-ref-name-caching-projects-controller.yml b/changelogs/unreleased/allow-ref-name-caching-projects-controller.yml
new file mode 100644
index 00000000000..61236b9b82b
--- /dev/null
+++ b/changelogs/unreleased/allow-ref-name-caching-projects-controller.yml
@@ -0,0 +1,5 @@
+---
+title: Enable FindCommit caching for project and commits pages
+merge_request: 27048
+author:
+type: performance