diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-11-26 12:14:35 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-11-26 12:14:35 +0000 |
commit | f9c6134b60465a5628c36d396e7f81f04c3ea235 (patch) | |
tree | fb8d22d72c843ef5e063a1aafba1fca71c0c9abb /changelogs | |
parent | bf99a58852b10a5593dbb7f9d307bafabb5d3d5f (diff) | |
parent | 0c3005242734708e5282b2c8cd631e0a90ec15d1 (diff) | |
download | gitlab-ce-f9c6134b60465a5628c36d396e7f81f04c3ea235.tar.gz |
Merge branch '40260-reduce-gitaly-calls-project-pipeline-status' into 'master'
Cache project HEAD to prevent unnecessary Gitaly calls
See merge request gitlab-org/gitlab-ce!23307
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/40260-reduce-gitaly-calls-project-pipeline-status.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/40260-reduce-gitaly-calls-project-pipeline-status.yml b/changelogs/unreleased/40260-reduce-gitaly-calls-project-pipeline-status.yml new file mode 100644 index 00000000000..8ab104e95f5 --- /dev/null +++ b/changelogs/unreleased/40260-reduce-gitaly-calls-project-pipeline-status.yml @@ -0,0 +1,5 @@ +--- +title: Reduce Gitaly calls in projects dashboard +merge_request: 23307 +author: +type: performance |