diff options
author | James Ramsay <james@jramsay.com.au> | 2018-04-01 17:16:35 -0400 |
---|---|---|
committer | James Ramsay <james@jramsay.com.au> | 2018-04-27 11:00:52 +0100 |
commit | b65fcc320d65367973a58a01618914056993541b (patch) | |
tree | d845d07c49dcba94ebb12781fb6effc2cdbd8ac4 /changelogs | |
parent | c73b5d31e680b175b2592d299c901bdcb43bca9f (diff) | |
download | gitlab-ce-b65fcc320d65367973a58a01618914056993541b.tar.gz |
Add sha filter to list pipelines
To find the pipeline for a specific sha requires scanning the list of
all pipelines for a ref that contains the sha. This makes it hard to
find the pipeline id needed to access a trace for a specific job run
in the pipeline using the API.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/jramsay-44880-filter-pipelines-by-sha.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jramsay-44880-filter-pipelines-by-sha.yml b/changelogs/unreleased/jramsay-44880-filter-pipelines-by-sha.yml new file mode 100644 index 00000000000..3654aa28ff4 --- /dev/null +++ b/changelogs/unreleased/jramsay-44880-filter-pipelines-by-sha.yml @@ -0,0 +1,5 @@ +--- +title: Add sha filter to pipelines list API +merge_request: 18125 +author: +type: changed |