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
bddc9a74
Commit
bddc9a74
authored
Jul 26, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in entities and interpret_service_spec
parent
2ae77035
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
lib/api/v3/entities.rb
lib/api/v3/entities.rb
+0
-3
spec/services/quick_actions/interpret_service_spec.rb
spec/services/quick_actions/interpret_service_spec.rb
+0
-3
No files found.
lib/api/v3/entities.rb
View file @
bddc9a74
...
...
@@ -294,10 +294,7 @@ module API
expose
:upvotes
,
:downvotes
expose
:due_date
expose
:confidential
<<<<<<<
HEAD
expose
:weight
,
if:
->
(
issue
,
_
)
{
issue
.
supports_weight?
}
=======
>>>>>>>
upstream
/
master
expose
:web_url
do
|
issue
,
options
|
Gitlab
::
UrlBuilder
.
build
(
issue
)
...
...
spec/services/quick_actions/interpret_service_spec.rb
View file @
bddc9a74
...
...
@@ -695,7 +695,6 @@ describe QuickActions::InterpretService, services: true do
let
(
:issuable
)
{
issue
}
end
<<<<<<<
HEAD
context
'issuable weights licensed'
do
before
do
stub_licensed_features
(
issue_weights:
true
)
...
...
@@ -730,8 +729,6 @@ describe QuickActions::InterpretService, services: true do
end
end
=======
>>>>>>>
upstream
/
master
context
'/duplicate command'
do
it_behaves_like
'duplicate command'
do
let
(
:issue_duplicate
)
{
create
(
:issue
,
project:
project
)
}
...
...
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