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
e14d1051
Commit
e14d1051
authored
May 05, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix import feature v2
parent
a9ac9ed1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
features/dashboard/new_project.feature
features/dashboard/new_project.feature
+1
-1
lib/gitlab/import_sources.rb
lib/gitlab/import_sources.rb
+1
-1
No files found.
features/dashboard/new_project.feature
View file @
e14d1051
...
...
@@ -14,7 +14,7 @@ Background:
@javascript
Scenario
:
I
should see instructions on how to import from Git URL
Given
I see
"New Project"
page
When
I click on
"
Any r
epo by URL"
When
I click on
"
R
epo by URL"
Then
I see instructions on how to import from Git URL
@javascript
...
...
lib/gitlab/import_sources.rb
View file @
e14d1051
...
...
@@ -20,7 +20,7 @@ module Gitlab
'Gitorious.org'
=>
'gitorious'
,
'Google Code'
=>
'google_code'
,
'FogBugz'
=>
'fogbugz'
,
'
Any repo by URL'
=>
'git'
,
'
Repo by URL'
=>
'git'
,
'GitLab project'
=>
'gitlab_project'
}
end
...
...
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