summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-08-01 13:18:39 +0000
committerRémy Coutable <remy@rymai.me>2016-08-01 15:28:53 +0200
commita4dbb3efdc60682e42cf085f28c993bccbb47310 (patch)
tree24e3c687b9c38c8109b58b6347d265ff7e3e7f12 /CHANGELOG
parent3fbe2a5ea5e6974deded8853ba5be92cea0e92a6 (diff)
downloadgitlab-ce-a4dbb3efdc60682e42cf085f28c993bccbb47310.tar.gz
Merge branch 'fix/importing-io-timing-issue' into 'master'
Fix timing problems running imports on production Fixes https://gitlab.com/gitlab-com/infrastructure/issues/151 I've found out that in staging, the imported file is not copied fully by the time sidekiq runs the job, this should hopefully fix it. (Tested against staging). See merge request !5523 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 43a3fb94d21..8285acc8c9d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.10.3 (unreleased)
- Fix Import/Export issue importing milestones and labels not associated properly. !5426
+ - Fix timing problems running imports on production. !5523
v 8.10.2
- User can now search branches by name. !5144