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
f7fc4d04
Commit
f7fc4d04
authored
Jan 25, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert store changes
Add changelog
parent
87a6364f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
24 deletions
+5
-24
changelogs/unreleased-ee/4310-security-reports.yml
changelogs/unreleased-ee/4310-security-reports.yml
+5
-0
ee/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
...cripts/vue_merge_request_widget/stores/mr_widget_store.js
+0
-24
No files found.
changelogs/unreleased-ee/4310-security-reports.yml
0 → 100644
View file @
f7fc4d04
---
title
:
Update UI for merge widget reports
merge_request
:
author
:
type
:
changed
ee/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
View file @
f7fc4d04
...
...
@@ -6,9 +6,6 @@ export default class MergeRequestStore extends CEMergeRequestStore {
super
(
data
);
this
.
initCodeclimate
(
data
);
this
.
initPerformanceReport
(
data
);
this
.
initSecurityReports
(
data
);
this
.
initSecurityReport
(
data
);
this
.
initDockerReport
(
data
);
this
.
initDastReport
(
data
);
...
...
@@ -63,27 +60,6 @@ export default class MergeRequestStore extends CEMergeRequestStore {
degraded
:
[],
};
}
// TODO - blob paths and head & base for sast
initSecurityReports
(
data
)
{
this
.
securityReports
=
{
fixed
:
null
,
approved
:
null
,
sast
:
{
path
:
data
.
sast
,
issues
:
[],
},
sastContainer
:
{
path
:
data
.
sast_container
,
approved
:
[],
unapproved
:
[],
vulnerabilities
:
[],
},
dast
:
{
path
:
data
.
dast
,
issues
:
[],
},
};
}
initSecurityReport
(
data
)
{
this
.
sast
=
data
.
sast
;
...
...
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