summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-09-21 13:15:41 +0000
committerRuben Davila <rdavila84@gmail.com>2016-09-21 16:11:19 -0500
commit33bb5ddf45897f50b6a72e7357520c79a1dd088a (patch)
tree4530c98077100ed41ad2b6add164b7fe2dedea8c /CHANGELOG
parent2f54abc50f0888ef1f5d134d23a6f28f8d43d37e (diff)
downloadgitlab-ce-33bb5ddf45897f50b6a72e7357520c79a1dd088a.tar.gz
Merge branch 'show-all-pipelines-from-all-diffs' into 'master'
Show all pipelines from all merge_request_diffs This way we could also show pipelines from commits which were discarded due to a force push. Closes #21889 See merge request !6414
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index baf99bc2732..8b1a1690677 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -45,6 +45,7 @@ v 8.12.0 (unreleased)
- Added horizontal padding on build page sidebar on code coverage block. !6196 (Vitaly Baev)
- Change merge_error column from string to text type
- Reduce contributions calendar data payload (ClemMakesApps)
+ - Show all pipelines for merge requests even from discarded commits !6414
- Replace contributions calendar timezone payload with dates (ClemMakesApps)
- Add `web_url` field to issue, merge request, and snippet API objects (Ben Boeckel)
- Enable pipeline events by default !6278