Commit 0e2f4f55 authored by Robert Speicher's avatar Robert Speicher

Resolve conflicts in Project and Repository models

parent f40b1b69
......@@ -21,12 +21,9 @@ class Project < ActiveRecord::Base
include Gitlab::SQL::Pattern
include DeploymentPlatform
include ::Gitlab::Utils::StrongMemoize
<<<<<<< HEAD
# EE specific modules
prepend EE::Project
=======
>>>>>>> upstream/master
extend Gitlab::ConfigHelper
extend Gitlab::CurrentSettings
......
......@@ -910,7 +910,6 @@ class Repository
end
end
<<<<<<< HEAD
def fetch_upstream(url)
add_remote(Repository::MIRROR_REMOTE, url)
fetch_remote(Repository::MIRROR_REMOTE, ssh_auth: project&.import_data)
......@@ -953,8 +952,6 @@ class Repository
end
end
=======
>>>>>>> upstream/master
def root_ref_sha
@root_ref_sha ||= commit(root_ref).sha
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