Skip to content

Draft: Move `Project#import_type` to its own table

What does this MR do?

With the growth of the projects table, it's been hard to gather metrics about Project Import by type. To make these metrics gathering easier on the database, the import_type now has its own table, which will result in a smaller set of data to do the calculations.

Related to: #321547 (closed)

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports