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:
Dmitriy Zaporozhets
2015-03-02 16:10:12 -08:00
219 changed files with 2403 additions and 936 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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