Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-16 19:57:50 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-11-17 15:22:57 +0300
commit6d1c5761cd520f3cb7fa4dbb1a1937c29f468884 (patch)
treed5edc1d78a744d62bbe6832b10a022ac12fc63a6 /changelogs/unreleased/fix-cancelling-pipelines.yml
parent891465ba8cd57bb928e82ba070f2d7efb63f6282 (diff)
Improve how we could cancel pipelines:
* Introduce `HasStatus.cancelable` which we might be able to cancel * Cancel and check upon `cancelable` * Also cancel on `CommitStatus` rather than just `Ci::Build` Fixes #23635 Fixes #17845
Diffstat (limited to 'changelogs/unreleased/fix-cancelling-pipelines.yml')
-rw-r--r--changelogs/unreleased/fix-cancelling-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-cancelling-pipelines.yml b/changelogs/unreleased/fix-cancelling-pipelines.yml
new file mode 100644
index 00000000000..c21e663093a
--- /dev/null
+++ b/changelogs/unreleased/fix-cancelling-pipelines.yml
@@ -0,0 +1,4 @@
+---
+title: Fix cancelling created or external pipelines
+merge_request: 7508
+author: