mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
Conflicts: app/helpers/oauth_helper.rb app/helpers/projects_helper.rb app/models/service.rb app/views/devise/shared/_signin_box.html.haml config/gitlab.yml.example db/schema.rb doc/integration/github.md features/project/service.feature lib/gitlab/github_import/client.rb
This commit is contained in:
@@ -46,7 +46,7 @@ module Gitlab
|
||||
end
|
||||
|
||||
def github_options
|
||||
config["args"]["client_options"].deep_symbolize_keys
|
||||
OmniAuth::Strategies::GitHub.default_options[:client_options]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -20,7 +20,7 @@ module Gitlab
|
||||
body += @formatter.comments_header
|
||||
|
||||
client.issue_comments(project.import_source, issue.number).each do |c|
|
||||
body += @formatter.comment_to_md(c.user.login, c.created_at, c.body)
|
||||
body += @formatter.comment(c.user.login, c.created_at, c.body)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user