Add tables/models for zoekt enabled namespaces and indices
What does this MR do and why?
Related to #424121 (closed)
This MR implements the schema design defined here. The plan is to replace Zoekt::IndexedNamespace
class and zoekt_indexed_namespaces
table with two new classes/tables Search::Zoekt::EnabledNamespace
(zoekt_enabled_namespaces
and Search::Zoekt::Index
(zoekt_indices
)
This MR is broken up into multiple iterations
MR | What it does |
---|---|
|
Add database migrations and model classes |
!140252 (merged) | Migrate data and use new models |
TBD | Drop old tables and remove code |
Screenshots or screen recordings
N/A
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Terri Chu