Skip to content

Create project_security_resource_counts_table

What does this MR do and why?

In this MR I am creating a table for persisting the current number of vulnerabilities a project has.
This is documented in this issue

I am creating:

  • Table project_limits with the columns:
    • id
    • project_id (foreign key to projects)
    • namespace_id (foreign key to namespaces) - This is done in a separate migration step to avoid adding two foreign keys in the same step.
    • vulnerability_count

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Yuval Siev

Merge request reports

Loading