Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d4e2654c
Commit
d4e2654c
authored
Oct 03, 2018
by
Alejandro Rodríguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts from !7754 and gitlab-ce!22039
parent
9814b13e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
Gemfile.lock
Gemfile.lock
+0
-3
Gemfile.rails5.lock
Gemfile.rails5.lock
+0
-3
scripts/lint-rugged
scripts/lint-rugged
+0
-3
spec/models/namespace_spec.rb
spec/models/namespace_spec.rb
+0
-3
No files found.
Gemfile.lock
View file @
d4e2654c
...
...
@@ -1064,10 +1064,7 @@ DEPENDENCIES
github-markup (~> 1.7.0)
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-gollum-lib (~> 4.2)
<<<<<<< HEAD
gitlab-license (~> 1.0)
=======
>>>>>>> upstream/master
gitlab-markup (~> 1.6.4)
gitlab-styles (~> 2.4)
gitlab_omniauth-ldap (~> 2.0.4)
...
...
Gemfile.rails5.lock
View file @
d4e2654c
...
...
@@ -1073,10 +1073,7 @@ DEPENDENCIES
github-markup (~> 1.7.0)
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-gollum-lib (~> 4.2)
<<<<<<< HEAD
gitlab-license (~> 1.0)
=======
>>>>>>> upstream/master
gitlab-markup (~> 1.6.4)
gitlab-styles (~> 2.4)
gitlab_omniauth-ldap (~> 2.0.4)
...
...
scripts/lint-rugged
View file @
d4e2654c
#!/usr/bin/env ruby
ALLOWED
=
[
<<<<<<<
HEAD
# https://gitlab.com/gitlab-org/gitaly/issues/760
'lib/elasticsearch/git/repository.rb'
,
=======
>>>>>>>
upstream
/
master
# Needed to handle repositories that are not in any storage
'lib/gitlab/bare_repository_import/repository.rb'
,
...
...
spec/models/namespace_spec.rb
View file @
d4e2654c
...
...
@@ -363,7 +363,6 @@ describe Namespace do
def
project_rugged
(
project
)
rugged_repo
(
project
.
repository
)
<<<<<<<
HEAD
end
end
...
...
@@ -376,8 +375,6 @@ describe Namespace do
it
'returns the correct size limit'
do
expect
(
namespace
.
actual_size_limit
).
to
eq
(
50
)
=======
>>>>>>>
upstream
/
master
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment