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
837f14a1
Commit
837f14a1
authored
Aug 06, 2018
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts in merge_request_widget.json
parent
d8c72aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
spec/fixtures/api/schemas/entities/merge_request_widget.json
spec/fixtures/api/schemas/entities/merge_request_widget.json
+1
-4
No files found.
spec/fixtures/api/schemas/entities/merge_request_widget.json
View file @
837f14a1
...
...
@@ -119,7 +119,7 @@
"can_push_to_source_branch"
:
{
"type"
:
"boolean"
},
"rebase_path"
:
{
"type"
:
[
"string"
,
"null"
]
},
"squash"
:
{
"type"
:
"boolean"
},
<<<<<<<
HEAD
"test_reports_path"
:
{
"type"
:
[
"string"
,
"null"
]
},
//
EE-specific
"approvals_before_merge"
:
{
"type"
:
[
"integer"
,
"null"
]
},
...
...
@@ -135,9 +135,6 @@
},
"vulnerability_feedback_path"
:
{
"type"
:
"string"
},
"can_create_feedback"
:
{
"type"
:
"boolean"
}
=======
"test_reports_path"
:
{
"type"
:
[
"string"
,
"null"
]
}
>>>>>>>
upstream/master
},
"additionalProperties"
:
false
}
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