Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
a662670b
Commit
a662670b
authored
Aug 02, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keep alignment in lib/gitlab/import_sources.rb
parent
ab12b379
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
lib/gitlab/import_sources.rb
lib/gitlab/import_sources.rb
+9
-9
No files found.
lib/gitlab/import_sources.rb
View file @
a662670b
...
...
@@ -9,16 +9,16 @@ module Gitlab
# We exclude `bare_repository` here as it has no import class associated
ImportTable
=
[
ImportSource
.
new
(
'github'
,
'GitHub'
,
Gitlab
::
GithubImport
::
ParallelImporter
),
ImportSource
.
new
(
'bitbucket'
,
'Bitbucket Cloud'
,
Gitlab
::
BitbucketImport
::
Importer
),
ImportSource
.
new
(
'github'
,
'GitHub'
,
Gitlab
::
GithubImport
::
ParallelImporter
),
ImportSource
.
new
(
'bitbucket'
,
'Bitbucket Cloud'
,
Gitlab
::
BitbucketImport
::
Importer
),
ImportSource
.
new
(
'bitbucket_server'
,
'Bitbucket Server'
,
Gitlab
::
BitbucketServerImport
::
Importer
),
ImportSource
.
new
(
'gitlab'
,
'GitLab.com'
,
Gitlab
::
GitlabImport
::
Importer
),
ImportSource
.
new
(
'google_code'
,
'Google Code'
,
Gitlab
::
GoogleCodeImport
::
Importer
),
ImportSource
.
new
(
'fogbugz'
,
'FogBugz'
,
Gitlab
::
FogbugzImport
::
Importer
),
ImportSource
.
new
(
'git'
,
'Repo by URL'
,
nil
),
ImportSource
.
new
(
'gitlab_project'
,
'GitLab export'
,
Gitlab
::
ImportExport
::
Importer
),
ImportSource
.
new
(
'gitea'
,
'Gitea'
,
Gitlab
::
LegacyGithubImport
::
Importer
),
ImportSource
.
new
(
'manifest'
,
'Manifest file'
,
nil
)
ImportSource
.
new
(
'gitlab'
,
'GitLab.com'
,
Gitlab
::
GitlabImport
::
Importer
),
ImportSource
.
new
(
'google_code'
,
'Google Code'
,
Gitlab
::
GoogleCodeImport
::
Importer
),
ImportSource
.
new
(
'fogbugz'
,
'FogBugz'
,
Gitlab
::
FogbugzImport
::
Importer
),
ImportSource
.
new
(
'git'
,
'Repo by URL'
,
nil
),
ImportSource
.
new
(
'gitlab_project'
,
'GitLab export'
,
Gitlab
::
ImportExport
::
Importer
),
ImportSource
.
new
(
'gitea'
,
'Gitea'
,
Gitlab
::
LegacyGithubImport
::
Importer
),
ImportSource
.
new
(
'manifest'
,
'Manifest file'
,
nil
)
].
freeze
class
<<
self
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment