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
5a9b1932
Commit
5a9b1932
authored
Nov 03, 2017
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added BE tests
parent
046c8309
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
spec/fixtures/api/schemas/entities/merge_request.json
spec/fixtures/api/schemas/entities/merge_request.json
+3
-1
spec/javascripts/vue_mr_widget/mock_data.js
spec/javascripts/vue_mr_widget/mock_data.js
+3
-1
No files found.
spec/fixtures/api/schemas/entities/merge_request.json
View file @
5a9b1932
...
...
@@ -113,7 +113,9 @@
"approvals_path"
:
{
"type"
:
[
"string"
,
"null"
]
},
"codeclimate"
:
{
"head_path"
:
{
"type"
:
"string"
},
"base_path"
:
{
"type"
:
"string"
}
"head_blob_path"
:
{
"type"
:
"string"
},
"base_path"
:
{
"type"
:
"string"
},
"base_blob_path"
:
{
"type"
:
"string"
}
}
},
"additionalProperties"
:
false
...
...
spec/javascripts/vue_mr_widget/mock_data.js
View file @
5a9b1932
...
...
@@ -213,7 +213,9 @@ export default {
"
commit_change_content_path
"
:
"
/root/acets-app/merge_requests/22/commit_change_content
"
,
"
codeclimate
"
:
{
"
head_path
"
:
"
head.json
"
,
"
base_path
"
:
"
base.json
"
"
head_blob_path
"
:
"
/root/acets-app/blob/abcdef
"
,
"
base_path
"
:
"
base.json
"
,
"
base_blob_path
"
:
"
/root/acets-app/blob/abcdef
"
}
};
...
...
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