diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2016-10-18 13:44:00 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2016-10-18 13:44:00 +0000 |
commit | c7e2b1a882a2d3a5e95fb741ca5dc6f19d915f2c (patch) | |
tree | 9495147f214445dfc77d04ba47a9d08b4233a135 /CHANGELOG.md | |
parent | eb541b4fd98d41314919a10845b6162e7a8abdf8 (diff) | |
parent | b3d401adcd02bcb351fe23c33e5bb4863e77bcd4 (diff) | |
download | gitlab-ce-c7e2b1a882a2d3a5e95fb741ca5dc6f19d915f2c.tar.gz |
Merge branch 'retry-cancelled-pipelines' into 'master'
Make cancelled pipelines being able to retry
## What does this MR do?
Make cancelled pipelines being able to retry
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
- [x] Added for this feature/bug
## What are the relevant issue numbers?
Closes #23326
See merge request !6927
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0b542dc5c..8d65db73976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Fix centering of custom header logos (Ashley Dumaine) - ExpireBuildArtifactsWorker query builds table without ordering enqueuing one job per build to cleanup - Add an example for testing a phoenix application with Gitlab CI in the docs (Manthan Mallikarjun) + - Cancelled pipelines could be retried. !6927 - Updating verbiage on git basics to be more intuitive - Clarify documentation for Runners API (Gennady Trafimenkov) - The instrumentation for Banzai::Renderer has been restored |