Skip to content

WIP: [Not currently working on this] [Database] Rename convdev table to devopsscore table

Aakriti Gupta requested to merge ag-rename-convdev-database into master

What does this MR do?

Issue: #20976 (closed)

This MR is part of a multi-MR fix for renaming ConvDev Index to DevOps Score. The changes are broken down into smaller, independently deploy-able chunks, with the user facing changes coming in last.

This MR changes a table name, which will require a downtime or having data copied over to a new table in the background and then finally switching tables.

I am still wondering if the table name change is worth this effort.

Screenshots

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
Edited by Aakriti Gupta

Merge request reports