Remove ActsAsTaggableOn
What does this MR do and why?
It replaces ActsAsTaggableOn gem with a simpler implementation introduced over several merge requests:
- Introduce Ci::Tag model (!159886 - merged)
- Introduce Ci::Taggings model (!159898 - merged)
- Introduce tags list and parser (!159908 - merged)
- Implement taggable concern (!160226 - merged)
- Use Ci::Tag model for autocomplete search (!161788 - merged)
- Remove ActsAsTaggableOn from DAST profiles (!161876 - merged)
After this is merged we can start working on writing the taggings
records to their shard tables.
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.
Related to #467194 (closed)
Edited by Marius Bobin