Commit d4e2654c authored by Alejandro Rodríguez's avatar Alejandro Rodríguez

Fix conflicts from !7754 and gitlab-ce!22039

parent 9814b13e
...@@ -1064,10 +1064,7 @@ DEPENDENCIES ...@@ -1064,10 +1064,7 @@ DEPENDENCIES
github-markup (~> 1.7.0) github-markup (~> 1.7.0)
gitlab-flowdock-git-hook (~> 1.0.1) gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-gollum-lib (~> 4.2) gitlab-gollum-lib (~> 4.2)
<<<<<<< HEAD
gitlab-license (~> 1.0) gitlab-license (~> 1.0)
=======
>>>>>>> upstream/master
gitlab-markup (~> 1.6.4) gitlab-markup (~> 1.6.4)
gitlab-styles (~> 2.4) gitlab-styles (~> 2.4)
gitlab_omniauth-ldap (~> 2.0.4) gitlab_omniauth-ldap (~> 2.0.4)
......
...@@ -1073,10 +1073,7 @@ DEPENDENCIES ...@@ -1073,10 +1073,7 @@ DEPENDENCIES
github-markup (~> 1.7.0) github-markup (~> 1.7.0)
gitlab-flowdock-git-hook (~> 1.0.1) gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-gollum-lib (~> 4.2) gitlab-gollum-lib (~> 4.2)
<<<<<<< HEAD
gitlab-license (~> 1.0) gitlab-license (~> 1.0)
=======
>>>>>>> upstream/master
gitlab-markup (~> 1.6.4) gitlab-markup (~> 1.6.4)
gitlab-styles (~> 2.4) gitlab-styles (~> 2.4)
gitlab_omniauth-ldap (~> 2.0.4) gitlab_omniauth-ldap (~> 2.0.4)
......
#!/usr/bin/env ruby #!/usr/bin/env ruby
ALLOWED = [ ALLOWED = [
<<<<<<< HEAD
# https://gitlab.com/gitlab-org/gitaly/issues/760 # https://gitlab.com/gitlab-org/gitaly/issues/760
'lib/elasticsearch/git/repository.rb', 'lib/elasticsearch/git/repository.rb',
=======
>>>>>>> upstream/master
# Needed to handle repositories that are not in any storage # Needed to handle repositories that are not in any storage
'lib/gitlab/bare_repository_import/repository.rb', 'lib/gitlab/bare_repository_import/repository.rb',
......
...@@ -363,7 +363,6 @@ describe Namespace do ...@@ -363,7 +363,6 @@ describe Namespace do
def project_rugged(project) def project_rugged(project)
rugged_repo(project.repository) rugged_repo(project.repository)
<<<<<<< HEAD
end end
end end
...@@ -376,8 +375,6 @@ describe Namespace do ...@@ -376,8 +375,6 @@ describe Namespace do
it 'returns the correct size limit' do it 'returns the correct size limit' do
expect(namespace.actual_size_limit).to eq(50) expect(namespace.actual_size_limit).to eq(50)
=======
>>>>>>> upstream/master
end end
end 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