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:
authorRémy Coutable <remy@rymai.me>2018-06-05 13:11:23 +0300
committerRémy Coutable <remy@rymai.me>2018-06-05 13:11:23 +0300
commit7adfc4249cdfd46bd4bf39a080db238e99b5aba3 (patch)
tree5258281661e7be23c05ca27895a0526e98492574 /changelogs
parent6b85ea558383b89412f79dc17be8b274ad42205f (diff)
parent2bb94ff7f915bdc09275085a075e202f92241811 (diff)
Merge branch 'sh-fix-pipeline-jobs-nplus-one' into 'master'
Eliminate N+1 queries for CI job artifacts in /api/projects/:id/pipelines/:pipeline_id/jobs See merge request gitlab-org/gitlab-ce!19353
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-pipeline-jobs-nplus-one.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-pipeline-jobs-nplus-one.yml b/changelogs/unreleased/sh-fix-pipeline-jobs-nplus-one.yml
new file mode 100644
index 00000000000..eac00f4fca6
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-pipeline-jobs-nplus-one.yml
@@ -0,0 +1,5 @@
+---
+title: Eliminate N+1 queries for CI job artifacts in /api/prjoects/:id/pipelines/:pipeline_id/jobs
+merge_request:
+author:
+type: performance