summaryrefslogtreecommitdiff
path: root/spec/workers/git_garbage_collect_worker_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use git_garbage_collect_worker to run pack_refsJan Provaznik2019-05-021-0/+13
* Add frozen_string_literal to spec/workersfrozen_string_spec_workersThong Kuah2019-04-011-0/+2
* Ensure pool participants are linked before GCZeger-Jan van de Weg2019-01-141-0/+11
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-3/+3
* Remove Repository#path memoizationJacob Vosmaer (GitLab)2018-07-121-6/+1
* Fix ArgumentError in GitGarbageCollectWorker Sidekiq jobStan Hu2018-07-101-0/+6
* Move GC RPCs to mandatoryZeger-Jan van de Weg2018-06-131-72/+45
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-2/+6
* Move GC/Repack to OptOutKim Carlbäcker2018-06-061-1/+1
* Release libgit2 cache and open file descriptors after `git gc` runsh-cleanup-after-git-gcStan Hu2018-03-031-0/+6
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-291-4/+2
* Restore has_visible_content? to improve performance (cache)repo-cache-fixJarka Kadlecova2017-09-141-2/+2
* Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-onceTiago Botelho2017-09-071-20/+101
* Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-1/+1
* Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-3/+3
* Migrate GitGarbageCollectWorker to Gitalygitaly-398-git-garbage-collectKim "BKC" Carlbäcker2017-07-281-9/+43
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
* Use `:empty_project` where possible in worker specsRobert Speicher2017-03-271-1/+1
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-2/+2
* Unify parameters and callback after hooksLin Jen-Shin2016-12-141-1/+1
* Fix update_ref! call in the testLin Jen-Shin2016-12-061-1/+2
* Remove unused 'require'Jacob Vosmaer2016-11-041-1/+0
* Refine Git garbage collectionJacob Vosmaer2016-11-041-9/+113
* Refresh branch cache after `git gc`Stan Hu2016-07-131-1/+4
* Expire the branch cache after `git gc` runsStan Hu2016-07-121-0/+24