diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-06-01 14:21:03 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-06-01 14:21:03 +0000 |
commit | ef6fe42ec05d40935154d2bb22a44fdb7d1eac8e (patch) | |
tree | 5cd5193484c3bb42e41b97831d9277381d1f3943 /CHANGELOG | |
parent | 4581e71c44c72d1e5e40e9ad00f3d136334ac931 (diff) | |
parent | 57992f3d03115e391322f53839f5121e7a740120 (diff) | |
download | gitlab-ce-ef6fe42ec05d40935154d2bb22a44fdb7d1eac8e.tar.gz |
Merge branch 'fix-cancelable-retryable' into 'master'
Fix cancelability and retriablity of pipeline with generic statuses
Currently it's not possible to cancel or retry generic status since this is external thing to GitLab.
This fixes shown actions of pipelines containing only these actions.
See merge request !4380
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 4d63c95ae14..848aaa8506e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ v 8.9.0 (unreleased) - Todos will display target state if issuable target is 'Closed' or 'Merged' - Fix bug when sorting issues by milestone due date and filtering by two or more labels - Remove 'main language' feature + - Pipelines can be canceled only when there are running builds - Projects pending deletion will render a 404 page - Measure queue duration between gitlab-workhorse and Rails - Make authentication service for Container Registry to be compatible with < Docker 1.11 |