summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/bare_repository_import
Commit message (Collapse)AuthorAgeFilesLines
* Fix failing importer test case on MySQL due to missing trailing slash in ↵sh-fix-import-rake-taskStan Hu2017-12-082-0/+11
| | | | root path
* Fix gitlab:import:repos Rake task moving repositories into the wrong locationStan Hu2017-12-081-0/+14
| | | | | | | | | | If the source import directory were different from the destination directory, GitLab would first create a blank repository and then erroneously move the original one into a subdirectory. Adding an import type prevents this the project from being initialized in the first place. It was accidentally removed in 1f917cbd49. Closes #40765
* Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez2017-11-072-0/+219