summaryrefslogtreecommitdiff
path: root/spec/workers/project_cache_worker_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-3/+3
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+13
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-1/+1
* Expire project caches once per push instead of once per refStan Hu2019-08-161-0/+10
* Schedule namespace aggregation in other contextsMayra Cabrera2019-07-081-0/+14
* Add wiki size to project statisticsPeter Marko2019-05-291-2/+3
* Refactor: extract duplicate steps to a service classHiroyuki Sato2019-04-051-8/+11
* Update the project statistics immediatellyHiroyuki Sato2019-04-051-0/+4
* Refactor project_cache_worker_keyHiroyuki Sato2019-04-051-1/+1
* Fix the bug that the project statistics is not updatedHiroyuki Sato2019-04-051-15/+21
* Add frozen_string_literal to spec/workersfrozen_string_spec_workersThong Kuah2019-04-011-0/+2
* Revert "Merge branch '44726-cancel_lease_upon_completion_in_project_cache_wor...Sean McGivern2018-07-041-42/+31
* Cancel ExclusiveLease upon completion in ProjectCacheWorkerImre Farkas2018-06-301-31/+42
* Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre2018-06-281-8/+7
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-14/+14
* Fix ProjectCacheWorker for plain READMEsToon Claes2017-05-181-0/+12
* Use `:empty_project` where possible in worker specsRobert Speicher2017-03-271-1/+1
* Add more storage statisticsMarkus Koller2016-12-211-22/+20
* Refactor cache refreshing/expiringYorick Peterse2016-11-211-35/+51
* Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-0/+20
* Restrict ProjectCacheWorker jobs to one per 15 minproject-cache-worker-leaseYorick Peterse2016-10-201-10/+28
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Check if repo exists before attempting to update cache infoStan Hu2016-03-271-0/+27