diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-05-25 11:51:20 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-05-25 11:51:20 +0000 |
commit | 318b22459bfff1cecfb1f38e381faaca3bc29bbb (patch) | |
tree | ce86dd867f05e5cf4f6fd30f4bb19adf4681134b /CHANGELOG | |
parent | 019a3c781efd75a8ce44297519a724e322cfde96 (diff) | |
parent | 24ef7063bee25c76ecfc8c14c494161208b01352 (diff) | |
download | gitlab-ce-318b22459bfff1cecfb1f38e381faaca3bc29bbb.tar.gz |
Merge branch 'incremental-fixes' into 'master'
Fix concurrent request when updating build log in browser
If you have a slow internet connection the trace will not be updated correctly. We need to check if our request is the latest one.
Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/17535
See merge request !4183
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 104f41e6034..b515d2f09b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ v 8.9.0 (unreleased) 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 + - Fix concurrent request when updating build log in browser v 8.8.1 - Add documentation for the "Health Check" feature |