Commit d7c79839 authored by Stan Hu's avatar Stan Hu

wip

parent 7b94e805
......@@ -23,7 +23,7 @@ module Projects
success
rescue => e
error("Error importing repository #{project.import_url} into #{project.full_path} - #{e.message}")
error("Error importing repository #{project.import_url} into #{project.full_path} - #{e.message} #{e.backtrace.join("\n")}")
end
private
......
......@@ -89,7 +89,7 @@ module Gitlab
updated_at: pull_request.updated_at
)
import_pull_request_comments(pull_request, merge_request) if merge_request.persisted?
# import_pull_request_comments(pull_request, merge_request) if merge_request.persisted?
rescue StandardError => e
errors << { type: :pull_request, iid: pull_request.iid, errors: e.message, trace: e.backtrace.join("\n"), raw_response: pull_request.raw }
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment