Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-09-19 19:30:42 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-09-19 21:40:52 +0300
commitc26e1709e70f939671ceaa899d910a10016ebac1 (patch)
treef247893d6bf94fdd02d0709b70b31567f134a6f3 /changelogs/unreleased
parentc60ee462bd4be37dfb79afb821d94bfa0aafc964 (diff)
Merge branch 'do-not-perform-disk-check' into 'master'
Do not perform hard check (presence of file on storage) Closes #37945 See merge request gitlab-org/gitlab-ce!14369
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/do-not-perform-disk-check.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/do-not-perform-disk-check.yml b/changelogs/unreleased/do-not-perform-disk-check.yml
new file mode 100644
index 00000000000..cc139ee2c9e
--- /dev/null
+++ b/changelogs/unreleased/do-not-perform-disk-check.yml
@@ -0,0 +1,5 @@
+---
+title: File uploaders do not perform hard check, only soft check
+merge_request:
+author:
+type: fixed