diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2018-09-20 09:10:57 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2018-09-20 09:10:57 +0000 |
commit | d0edb8b744e9e59a72e261aa4ae49dae7f016682 (patch) | |
tree | 6efbdc8b6bb4f60d77622f90dc6562fb06db2539 /doc | |
parent | 8acbb7d0a76443a6d69ac3633af841da5ae84e51 (diff) | |
download | gitlab-ce-d0edb8b744e9e59a72e261aa4ae49dae7f016682.tar.gz |
docs: link to repo check failures
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/repository_checks.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/repository_checks.md b/doc/administration/repository_checks.md index efeec9db517..715bc0cd08c 100644 --- a/doc/administration/repository_checks.md +++ b/doc/administration/repository_checks.md @@ -18,7 +18,8 @@ repositories and wiki repositories in order to detect data corruption. A project will be checked no more than once per month. If any projects fail their repository checks all GitLab administrators will receive an email notification of the situation. This notification is sent out once a week, -by default, midnight at the start of Sunday. +by default, midnight at the start of Sunday. Repositories with known check +failures can be found at `/admin/projects?last_repository_check_failed=1`. ## Disabling periodic checks |