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
cee42988
Commit
cee42988
authored
Mar 05, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE->EE: Fix conflicts in foreground verification code
parent
34ef43c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
lib/gitlab/verify/lfs_objects.rb
lib/gitlab/verify/lfs_objects.rb
+0
-3
lib/gitlab/verify/uploads.rb
lib/gitlab/verify/uploads.rb
+0
-3
spec/factories/lfs_objects.rb
spec/factories/lfs_objects.rb
+0
-3
No files found.
lib/gitlab/verify/lfs_objects.rb
View file @
cee42988
module
Gitlab
module
Gitlab
module
Verify
module
Verify
class
LfsObjects
<
BatchVerifier
class
LfsObjects
<
BatchVerifier
<<<<<<<
HEAD
prepend
::
EE
::
Gitlab
::
Verify
::
LfsObjects
prepend
::
EE
::
Gitlab
::
Verify
::
LfsObjects
=======
>>>>>>>
upstream
/
master
def
name
def
name
'LFS objects'
'LFS objects'
end
end
...
...
lib/gitlab/verify/uploads.rb
View file @
cee42988
module
Gitlab
module
Gitlab
module
Verify
module
Verify
class
Uploads
<
BatchVerifier
class
Uploads
<
BatchVerifier
<<<<<<<
HEAD
prepend
::
EE
::
Gitlab
::
Verify
::
Uploads
prepend
::
EE
::
Gitlab
::
Verify
::
Uploads
=======
>>>>>>>
upstream
/
master
def
name
def
name
'Uploads'
'Uploads'
end
end
...
...
spec/factories/lfs_objects.rb
View file @
cee42988
...
@@ -15,11 +15,8 @@ FactoryBot.define do
...
@@ -15,11 +15,8 @@ FactoryBot.define do
trait
:correct_oid
do
trait
:correct_oid
do
oid
'b804383982bb89b00e828e3f44c038cc991d3d1768009fc39ba8e2c081b9fb75'
oid
'b804383982bb89b00e828e3f44c038cc991d3d1768009fc39ba8e2c081b9fb75'
end
end
<<<<<<<
HEAD
trait
:object_storage
do
trait
:object_storage
do
file_store
{
LfsObjectUploader
::
Store
::
REMOTE
}
file_store
{
LfsObjectUploader
::
Store
::
REMOTE
}
end
end
=======
>>>>>>>
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