summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/bare_repository_import
Commit message (Collapse)AuthorAgeFilesLines
* Fix hooks not being set up properly for bare import Rake tasksh-fix-bare-import-hooksStan Hu2018-01-091-2/+6
| | | | Closes #41739
* Refactoring Gitlab::BareRepositoryImport::RepositoryDouglas Barbosa Alexandre2018-01-031-6/+6
|
* Remove unused variable from bare repository importer specDouglas Barbosa Alexandre2018-01-031-1/+0
|
* Refactoring spec for Gitlab::BareRepositoryImport::RepositoryDouglas Barbosa Alexandre2018-01-031-6/+11
|
* Fix Repository#processable? to allow .git repos in the root folderDouglas Barbosa Alexandre2018-01-031-2/+8
|
* Import directory tree created with hashed storage using import rake taskDouglas Barbosa Alexandre2018-01-032-37/+96
|
* refactor code to use new import typeJames Lopez2018-01-031-1/+1
|
* fix wiki checkJames Lopez2018-01-021-0/+1
|
* add extra spec checkJames Lopez2018-01-021-1/+2
|
* Fix import scheduled on bare repo importJames Lopez2018-01-021-0/+8
|
* Remove the need for destroy and add a comment in the specStan Hu2017-12-101-4/+3
|
* Use build instead of create in importer specStan Hu2017-12-101-1/+1
|
* 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