diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-11-17 12:56:12 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-11-17 12:56:12 +0000 |
commit | 6d36c3b5de7772415b1176b8247c34053b826a74 (patch) | |
tree | 5b7f1d8113bb0ad19916732be9b0a2c7081be09f /changelogs/unreleased | |
parent | 69dd59aec9e5f8959fa36eb74db28d71aad4212b (diff) | |
parent | ab16a6fb34c0f3e4d9afed3332c559868201e606 (diff) | |
download | gitlab-ce-6d36c3b5de7772415b1176b8247c34053b826a74.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
Diffstat (limited to 'changelogs/unreleased')
-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 |