BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
48cb1c50
Unverified
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
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