summaryrefslogtreecommitdiff
path: root/app/workers/repository_check/batch_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-07-211-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-301-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-121-0/+2
* 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/+6
* Add ExclusiveLease guards for RepositoryCheck::{DispatchWorker,BatchWorker}Stan Hu2018-07-061-2/+18
* Add RepositoryCheck::DispatchWorker to start worker per shardToon Claes2018-06-271-4/+13
* Enable frozen string for app/workers/**/*.rbgfyoung2018-06-271-0/+2
* Use push events again to determine if repo needs checkingToon Claes2018-05-071-10/+2
* Rename methods to make it more clear what they doToon Claes2018-05-071-4/+6
* Refactor RepositoryCheck::BatchWorkerToon Claes2018-05-071-8/+23
* Fix incorrect break statementToon Claes2018-05-071-1/+1
* Due to caching, there is no need to check the settings every loopToon Claes2018-05-071-1/+2
* Remove `Rails.env.test?` from production codeToon Claes2018-05-071-12/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-11/+10
* Do not fsck projects less than a day oldJacob Vosmaer2016-04-261-2/+2
* Use more conservative limitsJacob Vosmaer2016-04-131-1/+1
* Clear repository check columns asynchronouslyJacob Vosmaer2016-04-131-0/+63