summaryrefslogtreecommitdiff
path: root/spec/services/projects/housekeeping_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* backport changes from gitlab-org/gitlab-ee!5461improve-housekeeping-specGabriel Mazetto2018-04-261-31/+41
* Allow to use same periods for housekeeping tasksAlex Lossent2017-09-111-1/+1
* Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-onceTiago Botelho2017-09-071-0/+1
* Use block rather than just bLin Jen-Shin2017-08-241-4/+4
* Add changelog and testsLin Jen-Shin2017-08-231-0/+13
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
* 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