summaryrefslogtreecommitdiff
path: root/app/workers/project_cache_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+2
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-1/+2
* Expire project caches once per push instead of once per refStan Hu2019-08-161-2/+4
* Add wiki size to project statisticsPeter Marko2019-05-291-1/+3
* Refactor: extract duplicate steps to a service classHiroyuki Sato2019-04-051-3/+2
* Update the project statistics immediatellyHiroyuki Sato2019-04-051-0/+7
* Refactor project_cache_worker_keyHiroyuki Sato2019-04-051-1/+1
* Fix the bug that the project statistics is not updatedHiroyuki Sato2019-04-051-6/+8
* Refresh commit count after repository head changesKamil TrzciƄski2019-03-221-0/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Revert "Merge branch '44726-cancel_lease_upon_completion_in_project_cache_wor...Sean McGivern2018-07-041-17/+16
* Cancel ExclusiveLease upon completion in ProjectCacheWorkerImre Farkas2018-06-301-16/+17
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Close low level rugged repository in project cache workerBastian Blank2018-02-061-0/+2
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* Add more storage statisticsMarkus Koller2016-12-211-11/+12
* Refactor cache refreshing/expiringYorick Peterse2016-11-211-35/+19
* Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-3/+13
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-2/+1
* Restrict ProjectCacheWorker jobs to one per 15 minproject-cache-worker-leaseYorick Peterse2016-10-201-0/+27
* Check if repo exists before attempting to update cache infoStan Hu2016-03-271-0/+3
* Avoid cache building for super-weird case when repository root_ref is nilDmitriy Zaporozhets2015-07-171-1/+4
* Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-171-1/+4
* Build missing cache items in background job after each pushDmitriy Zaporozhets2015-07-171-0/+9