summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-23 16:55:59 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-25 11:42:37 +0200
commit5682320ff8fcd617bb1891628c6703444cd20ee4 (patch)
treedde7a4d3f13161d2d285bd7f3e69ad52182a3927 /CHANGELOG
parent8a494ecd4288b93528b633f881a066a525c16825 (diff)
downloadgitlab-ce-5682320ff8fcd617bb1891628c6703444cd20ee4.tar.gz
Merge branch 'fix-ci-charts-error-500' into 'master'
Fix Error 500 in CI charts by gracefully handling commits with no durations ## What does this MR do? In the CI charts, this MR reports the duration of a commit to 0 if it is `nil`. ## Are there points in the code the reviewer needs to double check? Should we omit this commit from the chart or set it to some other value? ## Why was this MR needed? We were getting an Error 500 here: https://gitlab.com/gitlab-org/gitlab-ce/graphs/master/ci ## What are the relevant issue numbers? #17730 See merge request !4245
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 45de8388153..1041dbe272d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.8.2
- Fix access to Pipelines by Anonymous user. !4233
v 8.8.2 (unreleased)
- Fix Error 500 when accessing application settings due to nil disabled OAuth sign-in sources
+ - Fix Error 500 in CI charts by gracefully handling commits with no durations
v 8.8.1
- Add documentation for the "Health Check" feature