summaryrefslogtreecommitdiff
path: root/lib/gitlab/setup_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Only use Gitaly catfile_cache_size=5 in testJacob Vosmaer2019-06-061-1/+7
|
* Fix gitaly rspec failures 'too many open files'Jacob Vosmaer2019-06-051-0/+1
|
* Remove broken git storage for testingZeger-Jan van de Weg2018-10-231-1/+4
| | | | | | | | | | | Broken storage used to be used to test situations where the Git storage wasn't being reached. These days we can just mock the Gitaly response. But given the broken storage is removed now, Gitaly can take over control of the storage being reachable. If it's not, Gitaly won't boot. That's nice for situations where a disk wasn't mounted for instance. Gitaly MR: https://gitlab.com/gitlab-org/gitaly/merge_requests/675
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
|
* Remove storage path dependency of gitaly install taskAlejandro Rodríguez2018-08-121-7/+6
|
* More gitaly disk access blocksJacob Vosmaer (GitLab)2018-06-201-0/+1
|
* Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-121-1/+3
|
* Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-211-1/+1
|
* 36847 - update toml-rb to 1.0.0Ken2018-02-211-1/+1
| | | | | 36847 - add changelog
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
|
* Allow local tests to use a modified GitalyJacob Vosmaer (GitLab)2018-01-051-0/+61