miror fixes
This commit is contained in:
parent
27ab2a906c
commit
d16c4109dc
|
@ -61,7 +61,7 @@ module GitHubChangelogGenerator
|
||||||
def detect_actual_closed_dates
|
def detect_actual_closed_dates
|
||||||
|
|
||||||
if @options[:verbose]
|
if @options[:verbose]
|
||||||
print "Fetching close commit date for issues...\r"
|
print "Fetching events for issues...\r"
|
||||||
end
|
end
|
||||||
|
|
||||||
threads = []
|
threads = []
|
||||||
|
@ -73,7 +73,7 @@ module GitHubChangelogGenerator
|
||||||
threads.each { |thr| thr.join }
|
threads.each { |thr| thr.join }
|
||||||
|
|
||||||
if @options[:verbose]
|
if @options[:verbose]
|
||||||
puts 'Fetching close commit date for issues: Done!'
|
puts 'Fetching events for issues: Done!'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ module GitHubChangelogGenerator
|
||||||
print "Fetching pull requests... #{page_i}/#{count_pages * PER_PAGE_NUMBER}\r"
|
print "Fetching pull requests... #{page_i}/#{count_pages * PER_PAGE_NUMBER}\r"
|
||||||
pull_requests.concat(page)
|
pull_requests.concat(page)
|
||||||
end
|
end
|
||||||
print " \r"
|
print " \r"
|
||||||
|
|
||||||
if @options[:verbose]
|
if @options[:verbose]
|
||||||
puts "Received pull requests: #{pull_requests.count}"
|
puts "Received pull requests: #{pull_requests.count}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user