summaryrefslogtreecommitdiff
path: root/app/services/projects/housekeeping_service.rb
Commit message (Expand)AuthorAgeFilesLines
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-6/+4
* Remove unwanted refs after importing a projectLin Jen-Shin2017-08-231-0/+2
* Raise GC Lease Timeout to 24hgit-gc-raise-lease-timeotuKim "BKC" Carlbäcker2017-08-221-1/+2
* Refine Git garbage collectionJacob Vosmaer2016-11-041-8/+51
* Move pushes_since_gc to Redispushes-since-gc-redisYorick Peterse2016-09-131-9/+3
* Reset project pushes_since_gc when we enqueue the git gc callPaco Guzman2016-07-121-10/+14
* Expire the branch cache after `git gc` runsStan Hu2016-07-121-3/+1
* Throttle the update of `project.pushes_since_gc` to 1 minute15094-throttling-pushes_since_gcPaco Guzman2016-07-051-2/+8
* Refactor repository paths handling to allow multiple git mount pointsAlejandro RodrĂ­guez2016-06-291-1/+1
* Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-copGrzegorz Bizon2016-05-301-1/+1
* Instrument the HousekeepingService classinstrument-house-keepingYorick Peterse2016-04-131-4/+10
* Do not retry "git gc"Jacob Vosmaer2016-03-171-1/+1
* Use an exception to pass messagesJacob Vosmaer2016-03-151-9/+10
* Run 'git gc' every 10 pushesJacob Vosmaer2016-03-141-2/+14
* Allow project housekeeping only once an hourJacob Vosmaer2016-03-141-0/+14
* Use GitlabShellWorker.perform_async for housekeepingJeroen Nijhof2015-11-191-1/+1
* Added housekeeping status and moved path check to gitlab-shellJeroen Nijhof2015-11-191-4/+2
* Added housekeeping for git repositoriesJeroen Nijhof2015-10-211-0/+22