Skip to content

Creates a standalone vulnerability page

Sam Beckham requested to merge 36739-standalone-vulnerability-page into master

What does this MR do?

This MR adds in the standalone vulnerability page template. The data is currently all in HAML and is behind the first_class_vulnerabilities feature flag. For information on how to toggle this feature flag in development, see the docs.

In order to do this, I've had to change the way rails thinks about the current dashboard. It's no-longer a standalone page with a show template, but is now the index page for all vulnerabilities. It makes no user-facing difference, but it has move a few templates about in the code.

Walkthrough

first_class_page

create_standalone

Screenshots

Screenshot_2020-01-08_at_19.17.04

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

/label ~backstage

touches #36739 (closed)

Edited by Sam Beckham

Merge request reports