Skip to content

Fix duplicate request on vulnerability report page load

What does this MR do?

We have 3 vulnerability report levels: project, group, and instance:

Project level Group level Instance level
vulnerability_report_project vulnerability_report_group vulnerability_report_instance

On initial page load, the report will do a GraphQL request to get the vulnerabilities and vulnerability counts, then immediately do the same request again:

First request Second request
ksnip_20210402-161343 ksnip_20210402-161552

This MR fixes it so that only one request is performed on page load, eliminating the duplicate second request.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports