Loading
Send repo name for zoekt indexing
What does this MR do and why?
This change adds the project's full path (like "group/subgroup/project-name") to the data that gets sent when indexing a code repository for search functionality. The indexer side is already supporting the indexing with gitlab-zoekt-indexer!796 (merged). Previously, only the project's numeric ID was included, but now both the ID and the human-readable full path are provided. The tests were also updated to verify that this new project path information is correctly included in the data payload.
References
Screenshots or screen recordings
| Before | After |
|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Ravi Kumar