Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
91cebb72
Commit
91cebb72
authored
Apr 14, 2016
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation / help improvements
parent
f07316f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+3
-1
doc/README.md
doc/README.md
+1
-0
doc/administration/repository_checks.md
doc/administration/repository_checks.md
+3
-4
No files found.
app/views/admin/projects/show.html.haml
View file @
91cebb72
...
...
@@ -10,7 +10,7 @@
.col-md-12
.panel
.panel-heading.alert.alert-danger
Last repository check
Last repository check
=
"(
#{
time_ago_in_words
(
@project
.
last_repository_check_at
)
}
ago)"
failed. See
=
link_to
'repocheck.log'
,
admin_logs_path
...
...
@@ -126,6 +126,8 @@
-
else
passed.
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'administration'
,
'repository_checks'
)
.form-group
=
f
.
submit
'Trigger repository check'
,
class:
'btn btn-primary'
...
...
doc/README.md
View file @
91cebb72
...
...
@@ -31,6 +31,7 @@
-
[
Environment Variables
](
administration/environment_variables.md
)
to configure GitLab.
-
[
Operations
](
operations/README.md
)
Keeping GitLab up and running
-
[
Raketasks
](
raketasks/README.md
)
Backups, maintenance, automatic webhook setup and the importing of projects.
-
[
Repository checks
](
administration/repository_checks.md
)
Periodic Git repository checks
-
[
Security
](
security/README.md
)
Learn what you can do to further secure your GitLab instance.
-
[
System hooks
](
system_hooks/system_hooks.md
)
Notifications when users, projects and keys are changed.
-
[
Update
](
update/README.md
)
Update guides to upgrade your installation.
...
...
doc/administration/repository_checks.md
View file @
91cebb72
# Repository checks
_**Note:** This feature was [introduced][ce-3232] in GitLab 8.7_
>**Note:**
This feature was
[
introduced
][
ce-3232
]
in GitLab 8.7.
---
Git has a built-in mechanism,
\[
git fsck
\]\[
git-fsck
\]
, to verify the
Git has a built-in mechanism,
[
git fsck
][
git-fsck
]
, to verify the
integrity of all data commited to a repository. GitLab administrators
can trigger such a check for a project via the project page under the
admin panel. The checks run asynchronously so it may take a few minutes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment