summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-06 11:56:22 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-06 11:56:22 +0000
commit4b8101dc47b3bb7bc1931f3d3f9f606858b5f3ca (patch)
treef54d9f8e92d289a50b9632ee89671efec9ec4113 /CHANGELOG
parent10d7c367b0a83dc5abf69c0e343b19696f542dd6 (diff)
parente6ab50a754d67ff38e1d358b2222b6db3dbdee80 (diff)
downloadgitlab-ce-4b8101dc47b3bb7bc1931f3d3f9f606858b5f3ca.tar.gz
Merge branch 'closer-ci-integration' into 'master'
Use CI commit status for merge request widget For temporary compatibility with other services like Jenkins we ask for CI status via AJAX request if there is no commit status in GitLab database Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @ayufan See merge request !1517
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 12e00040094..f730b22f0e5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -31,6 +31,7 @@ v 8.1.0 (unreleased)
- Move CI web hooks page to project settings area
- Fix User Identities API. It now allows you to properly create or update user's identities.
- Add user preference to change layout width (Peter Göbel)
+ - Use commit status in merge request widget as preffered source of CI status
v 8.0.4
- Fix Message-ID header to be RFC 2111-compliant to prevent e-mails being dropped (Stan Hu)