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
82c0a908
Commit
82c0a908
authored
Jan 12, 2018
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolved Issue, MergeRequest, Namespace conflicts
parent
be1b4ebe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
app/models/issue.rb
app/models/issue.rb
+0
-3
app/models/merge_request.rb
app/models/merge_request.rb
+0
-3
app/models/namespace.rb
app/models/namespace.rb
+0
-6
No files found.
app/models/issue.rb
View file @
82c0a908
...
...
@@ -17,14 +17,11 @@ class Issue < ActiveRecord::Base
include
IgnorableColumn
ignore_column
:assignee_id
,
:branch_name
,
:deleted_at
<<<<<<<
HEAD
WEIGHT_RANGE
=
1
..
9
WEIGHT_ALL
=
'Everything'
.
freeze
WEIGHT_ANY
=
'Any Weight'
.
freeze
WEIGHT_NONE
=
'No Weight'
.
freeze
=======
>>>>>>>
upstream
/
master
DueDateStruct
=
Struct
.
new
(
:title
,
:name
).
freeze
NoDueDate
=
DueDateStruct
.
new
(
'No Due Date'
,
'0'
).
freeze
...
...
app/models/merge_request.rb
View file @
82c0a908
...
...
@@ -14,12 +14,9 @@ class MergeRequest < ActiveRecord::Base
ignore_column
:locked_at
,
:ref_fetched
,
:deleted_at
<<<<<<<
HEAD
include
::
EE
::
MergeRequest
include
Elastic
::
MergeRequestsSearch
=======
>>>>>>>
upstream
/
master
belongs_to
:target_project
,
class_name:
"Project"
belongs_to
:source_project
,
class_name:
"Project"
...
...
app/models/namespace.rb
View file @
82c0a908
class
Namespace
<
ActiveRecord
::
Base
<<<<<<<
HEAD
prepend
EE
::
Namespace
=======
>>>>>>>
upstream
/
master
include
CacheMarkdownField
include
Sortable
include
Gitlab
::
ShellAdapter
...
...
@@ -234,13 +231,10 @@ class Namespace < ActiveRecord::Base
has_parent?
end
<<<<<<<
HEAD
def
multiple_issue_boards_available?
(
user
=
nil
)
feature_available?
(
:multiple_issue_boards
)
end
=======
>>>>>>>
upstream
/
master
private
def
refresh_access_of_projects_invited_groups
...
...
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