diff options
author | Kamil TrzciĆski <ayufan@ayufan.eu> | 2017-11-17 12:56:12 +0000 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2017-11-17 14:25:00 +0000 |
commit | 40413868083a88f9b5386165184be6758e20bc33 (patch) | |
tree | 638526ba7034c99b665ddcae8538f37e8edccfbe /changelogs | |
parent | 4dd9988470fdf2d7e122579602491327697c0f93 (diff) | |
download | gitlab-ce-40413868083a88f9b5386165184be6758e20bc33.tar.gz |
Merge branch 'ci-pipeline-status-query' into 'master'
Optimise getting the pipeline status of commits
See merge request gitlab-org/gitlab-ce!15332
(cherry picked from commit 6d36c3b5de7772415b1176b8247c34053b826a74)
ab16a6fb Optimise getting the pipeline status of commits
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/ci-pipeline-status-query.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ci-pipeline-status-query.yml b/changelogs/unreleased/ci-pipeline-status-query.yml new file mode 100644 index 00000000000..a464e501418 --- /dev/null +++ b/changelogs/unreleased/ci-pipeline-status-query.yml @@ -0,0 +1,5 @@ +--- +title: Optimise getting the pipeline status of commits +merge_request: +author: +type: performance |