summaryrefslogtreecommitdiff
path: root/app/workers/repository_check/single_repository_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+2
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+3
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-121-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string for app/workers/**/*.rbgfyoung2018-06-271-0/+2
* Use push events again to determine if repo needs checkingToon Claes2018-05-071-8/+14
* Rename methods to make it more clear what they doToon Claes2018-05-071-8/+8
* Pass the result as a positive boolToon Claes2018-05-071-3/+4
* Make it easier to override how to save the resultsToon Claes2018-05-071-3/+8
* Refactor RepositoryCheck::SingleRepositoryWorkerToon Claes2018-05-071-12/+18
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-4/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* Move SingleRepositoryWorker#fsck into Gitlab::Git::RepositoryKim "BKC" Carlbäcker2017-12-041-9/+7
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-2/+1
* Do not check repos without push eventsJacob Vosmaer2016-06-151-1/+5
* Initialize wikis on legacy projects during checkJacob Vosmaer2016-04-261-11/+23
* When a project wiki is disabled skip it for fsckJacob Vosmaer2016-04-181-3/+3
* Clear repository check columns asynchronouslyJacob Vosmaer2016-04-131-0/+36