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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
75229611
Commit
75229611
authored
May 21, 2019
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve CE/EE diffs in import github
Part of single codebase changes.
parent
26ca0875
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
app/views/import/github/new.html.haml
app/views/import/github/new.html.haml
+1
-3
ee/app/views/import/github/_ci_cd_only.html.haml
ee/app/views/import/github/_ci_cd_only.html.haml
+1
-0
No files found.
app/views/import/github/new.html.haml
View file @
75229611
...
...
@@ -22,9 +22,7 @@
=
text_field_tag
:personal_access_token
,
''
,
class:
'form-control append-right-8'
,
placeholder:
_
(
'Personal Access Token'
),
size:
40
=
submit_tag
_
(
'List your GitHub repositories'
),
class:
'btn btn-success'
-# EE-specific start
=
hidden_field_tag
:ci_cd_only
,
params
[
:ci_cd_only
]
-# EE-specific end
=
render_if_exists
'import/github/ci_cd_only'
-
unless
github_import_configured?
%hr
...
...
ee/app/views/import/github/_ci_cd_only.html.haml
0 → 100644
View file @
75229611
=
hidden_field_tag
:ci_cd_only
,
params
[
:ci_cd_only
]
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