summaryrefslogtreecommitdiff
path: root/spec/workers/project_cache_worker_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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