summaryrefslogtreecommitdiff
path: root/spec/services/projects/housekeeping_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-1/+1
* Refine Git garbage collectionJacob Vosmaer2016-11-041-2/+26
* Reset pushes_since_gc counter before specs run to ensure starting point is 0sh-reset-pushes-since-gc-beforeStan Hu2016-09-181-0/+4
* Move pushes_since_gc to Redispushes-since-gc-redisYorick Peterse2016-09-131-22/+7
* Reset project pushes_since_gc when we enqueue the git gc callPaco Guzman2016-07-121-9/+33
* Expire the branch cache after `git gc` runsStan Hu2016-07-121-2/+2
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+1
* Fix HousekeepingService testsno-gc-retryJacob Vosmaer2016-03-181-2/+2
* Use an exception to pass messagesJacob Vosmaer2016-03-151-3/+3
* Use strings instead of symbolsauto-gcJacob Vosmaer2016-03-141-3/+3
* Run 'git gc' every 10 pushesJacob Vosmaer2016-03-141-1/+9
* Allow project housekeeping only once an hourJacob Vosmaer2016-03-141-0/+40