add note to import sources
This commit is contained in:
parent
f2d4b24a94
commit
80112ca4ec
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module Gitlab
|
|||
module ImportSources
|
||||
ImportSource = Struct.new(:name, :title, :importer)
|
||||
|
||||
# We exclude `bare_repository` here as it has no import class associated
|
||||
ImportTable = [
|
||||
ImportSource.new('github', 'GitHub', Gitlab::GithubImport::ParallelImporter),
|
||||
ImportSource.new('bitbucket', 'Bitbucket', Gitlab::BitbucketImport::Importer),
|
||||
|
|
Loading…
Reference in a new issue