summaryrefslogtreecommitdiff
path: root/lib/gitlab/bare_repository_import/repository.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable some frozen string in lib/gitlabgfyoung2018-10-131-1/+6
| | | | | | | | | | | | | | Enable frozen string for the following files: * lib/gitlab/auth/**/*.rb * lib/gitlab/badge/**/*.rb * lib/gitlab/bare_repository_import/**/*.rb * lib/gitlab/bitbucket_import/**/*.rb * lib/gitlab/bitbucket_server_import/**/*.rb * lib/gitlab/cache/**/*.rb * lib/gitlab/checks/**/*.rb Partially addresses #47424.
* Refactor gitlab:import:repos task to remove direct disk accessAlejandro Rodríguez2018-07-311-2/+0
|
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-0/+2
|
* Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-2/+8
| | | | with StrongMemoize
* Fix Repository#processable? to allow .git repos in the root folderDouglas Barbosa Alexandre2018-01-031-1/+2
|
* Import directory tree created with hashed storage using import rake taskDouglas Barbosa Alexandre2018-01-031-10/+26
|
* Simplify normalizing of pathsStan Hu2017-12-101-4/+3
|
* Fix failing importer test case on MySQL due to missing trailing slash in ↵sh-fix-import-rake-taskStan Hu2017-12-081-1/+4
| | | | root path
* Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez2017-11-071-0/+42