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
48cb1c50
Commit
48cb1c50
authored
Nov 08, 2017
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore GH enterprise support in the Rake task
This restores GH enterprise support in the GH import Rake task.
parent
0c3877a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/tasks/import.rake
lib/tasks/import.rake
+3
-3
No files found.
lib/tasks/import.rake
View file @
48cb1c50
...
...
@@ -101,8 +101,8 @@ end
class
GithubRepos
def
initialize
(
token
,
current_user
,
github_repo
)
@client
=
Octokit
::
Client
.
new
(
access_token:
token
,
auto_paginate:
true
,
per_page:
100
)
@client
=
Gitlab
::
GithubImport
::
Client
.
new
(
token
)
@client
.
octokit
.
auto_paginate
=
true
@current_user
=
current_user
@github_repo
=
github_repo
...
...
@@ -130,7 +130,7 @@ class GithubRepos
end
def
repos
@client
.
list_repositories
@client
.
octokit
.
list_repositories
end
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