summaryrefslogtreecommitdiff
path: root/app/workers/git_garbage_collect_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eeGitLab Bot2021-05-201-0/+19
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-19/+0
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-111/+7
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-7/+12
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+4
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-4/+8
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+16
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
* Reduce dedup calls to gc onlyBoris Krylov2019-08-221-1/+1
* Add GitDeduplicationService for deduplication housekeepingjc-git-deduplication-serviceJohn Cai2019-05-211-1/+3
* Use git_garbage_collect_worker to run pack_refsJan Provaznik2019-05-021-2/+9
* Ensure pool participants are linked before GCZeger-Jan van de Weg2019-01-141-0/+1
* Allow public forks to be deduplicatedZeger-Jan van de Weg2018-12-071-0/+2
* Fix ArgumentError in GitGarbageCollectWorker Sidekiq jobStan Hu2018-07-101-2/+2
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Move GC RPCs to mandatoryZeger-Jan van de Weg2018-06-131-51/+7
* Move GC/Repack to OptOutKim Carlbäcker2018-06-061-3/+3
* Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)2018-03-281-4/+5
* Release libgit2 cache and open file descriptors after `git gc` runsh-cleanup-after-git-gcStan Hu2018-03-031-0/+4
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-onceTiago Botelho2017-09-071-2/+32
* Migrate GitGarbageCollectWorker to Gitalygitaly-398-git-garbage-collectKim "BKC" Carlbäcker2017-07-281-2/+37
* Refine Git garbage collectionJacob Vosmaer2016-11-041-3/+44
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-1/+2
* Refresh branch cache after `git gc`Stan Hu2016-07-131-1/+3
* Expire the branch cache after `git gc` runsStan Hu2016-07-121-0/+14