Skip to content

Create a graphQL based security dashboard

Sam Beckham requested to merge 210336-graphql-security-dashboards into master

What does this MR do?

This MR does two things. I probably should have split them up, but they are closely related and I was on a roll.

Firstly, it updates the vulnerabilities-list component so it gets its data from GraphQL instead of the REST/Vuex endpoints. It replaces the pagination with infinite scrolling too because of the way the graphQL endpoints work (or more accurately, don't) with pagination.

Secondly, it puts this list on the project security dashboard and paves the way for the other dashboards. The dashboard itself is basically just the list at this point but it's behind a feature flag and will be updated with the other missing elements before this flag is turned on.

Screenshots

Screenshot_2020-03-24_at_12.19.18

first_class_dashboard

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

touches #210336 (closed)

Edited by Sam Beckham

Merge request reports