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
f68d9261
Commit
f68d9261
authored
Oct 27, 2016
by
Ahmad Sherif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
parent
07275dd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/gitlab/github_import/client.rb
lib/gitlab/github_import/client.rb
+1
-1
lib/gitlab/github_import/importer.rb
lib/gitlab/github_import/importer.rb
+1
-1
No files found.
lib/gitlab/github_import/client.rb
View file @
f68d9261
...
...
@@ -110,7 +110,7 @@ module Gitlab
if
block_given?
yield
data
# api.last_response could change while we're yielding (e.g. fetching labels for each PR)
# so we cache our own last re
quest
# so we cache our own last re
sponse
each_response_page
(
last_response
,
&
block
)
else
each_response_page
(
last_response
)
{
|
page
|
data
.
concat
(
page
)
}
...
...
lib/gitlab/github_import/importer.rb
View file @
f68d9261
...
...
@@ -203,7 +203,7 @@ module Gitlab
# No matching resource in the collection, which means we got halted right on the end of the last page, so all good
return
unless
cut_off_index
# Otherwise, remove the resouces we've already inserted
# Otherwise, remove the resou
r
ces we've already inserted
comments
.
shift
(
cut_off_index
+
1
)
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