Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
e38aedd8f58b
Commit
f68d9261
authored
Oct 27, 2016
by
Ahmad Sherif
Browse files
Fix typos
parent
0fa31245b349
Changes
2
Show whitespace changes
Inline
Side-by-side
lib/gitlab/github_import/client.rb
View file @
e38aedd8
...
...
@@ -110,7 +110,7 @@ def request(method, *args, &block)
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 @
e38aedd8
...
...
@@ -203,7 +203,7 @@ def discard_inserted_comments(comments, last_note)
# 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