|
|
@ -712,7 +712,6 @@ update
|
|
|
|
# all_author = all_author.collect {|c| c.gsub(%r{/ /<.+@.+>}, '') }
|
|
|
|
# all_author = all_author.collect {|c| c.gsub(%r{/ /<.+@.+>}, '') }
|
|
|
|
all_author = all_author.collect {|c| c.split.first }
|
|
|
|
all_author = all_author.collect {|c| c.split.first }
|
|
|
|
commits_by_author = repository.commits(all_author, '@date_from', "@date_to", "szzh")
|
|
|
|
commits_by_author = repository.commits(all_author, '@date_from', "@date_to", "szzh")
|
|
|
|
Rails.logger.debug "######################################{commits_by_author}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fields = commits_by_author.collect {|r| r.first}
|
|
|
|
fields = commits_by_author.collect {|r| r.first}
|
|
|
|
commits_data = commits_by_author.collect {|r| r.last}
|
|
|
|
commits_data = commits_by_author.collect {|r| r.last}
|
|
|
|