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>2017-09-12 19:13:07 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2017-09-14 14:20:05 +0300
commit72190099934badcb3296983a457123c9e0303060 (patch)
treee1f447f2fea15b29860475d5830016b287c81925 /changelogs/unreleased/memoize-the-latest-builds-of-a-pipeline.yml
parent3e999684f9c3b7306dea7a7feee90536ee100ccf (diff)
Memoize the latest builds of a pipeline
This ensures that if a pipeline is present for the last commit on a project's homepage we only run 1 query to get the builds, instead of running 2 queries. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878#note_40073339 for more information.
Diffstat (limited to 'changelogs/unreleased/memoize-the-latest-builds-of-a-pipeline.yml')
-rw-r--r--changelogs/unreleased/memoize-the-latest-builds-of-a-pipeline.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/memoize-the-latest-builds-of-a-pipeline.yml b/changelogs/unreleased/memoize-the-latest-builds-of-a-pipeline.yml
new file mode 100644
index 00000000000..5a7cd42b888
--- /dev/null
+++ b/changelogs/unreleased/memoize-the-latest-builds-of-a-pipeline.yml
@@ -0,0 +1,5 @@
+---
+title: "Memoize the latest builds of a pipeline on a project's homepage"
+merge_request:
+author:
+type: other