Skip to content

Eliminate `acts_as_taggable` gem for project topics

What does this MR do?

This MR is the second of two steps to resolve #335946 (closed). In the first step (see !67574 (merged)), the project topics data was migrated to two separate tables and it was ensured, that the project topics work correctly with old and new data during the background migration.

In this MR, the use of the acts_as_taggable gem for project topics is finally eliminated. In addition, the temporary index tmp_index_taggings_on_id_where_taggable_type_project is removed again.

Note: Since !67574 (merged) (with background migration) was merged in %14.3, this MR will apparently have to wait for %14.4.

🛠 with at Siemens

/cc @bufferoverflow

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] 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 Thong Kuah

Merge request reports