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
path: root/doc
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-13 20:11:43 +0300
committerChris Peressini <cperessini@gitlab.com>2018-06-19 15:16:23 +0300
commitc79908c138e37f99dee8405e7fad8316be371418 (patch)
tree1237d318bc0a534b111dc3ab72e4e0cadf34e4a9 /doc
parent28b26c9a4c160d3e00e2ff5aababde80d529059d (diff)
Merge branch 'mk/rake-task-verify-remote-files' into 'master'
Add support for verifying remote uploads, artifacts, and LFS objects in check rake tasks Closes #47139 See merge request gitlab-org/gitlab-ce!19501
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/raketasks/check.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/administration/raketasks/check.md b/doc/administration/raketasks/check.md
index 7d34d35e7d1..2649bf61d74 100644
--- a/doc/administration/raketasks/check.md
+++ b/doc/administration/raketasks/check.md
@@ -78,9 +78,10 @@ Example output:
## Uploaded Files Integrity
-Various types of file can be uploaded to a GitLab installation by users.
-Checksums are generated and stored in the database upon upload, and integrity
-checks using those checksums can be run. These checks also detect missing files.
+Various types of files can be uploaded to a GitLab installation by users.
+These integrity checks can detect missing files. Additionally, for locally
+stored files, checksums are generated and stored in the database upon upload,
+and these checks will verify them against current files.
Currently, integrity checks are supported for the following types of file: