gitlab-org--gitlab-foss/lib/tasks
Robert Speicher 28a8d0b5db Merge branch 'add_user_repo_integrity_rake_task' into 'master'
Add user repository integrity check rake task

Corrupt repositories and stuck lock files can cause weird issues in
GitLab. Often we know which user is having these problems and then we
have to go hunt down which repository is causing it. Several times
recently that involved me running queries in the rails console to get
an array of projects and then writing a quick Ruby script to loop
through and run `git fsck`. This last time I also had to check for the
existence of `config.lock` and ref lock files. 

This rake task will eliminate all of those steps and allow an admin to
simply specify a username.

I also added the lock file checks to the existing `gitlab:repo:check`
task which goes through all projects. 

See merge request !2080
2015-12-15 18:36:28 +00:00
..
ci Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
gitlab Merge branch 'add_user_repo_integrity_rake_task' into 'master' 2015-12-15 18:36:28 +00:00
migrate
.gitkeep
brakeman.rake
cache.rake
dev.rake
flay.rake
flog.rake
grape.rake
rubocop.rake
services.rake
setup.rake
sidekiq.rake
spec.rake Split up spec:other even more 2015-12-09 11:56:23 +01:00
spinach.rake Split up feature specs more 2015-12-09 10:50:43 +01:00
test.rake