summaryrefslogtreecommitdiffstats
path: root/services/indexer
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing issue search index update when changing status (#28325) (#28330)Giteabot2023-12-031-0/+22
| | | | | | | | | Backport #28325 by @brechtvl Changing an issue status, assignee, labels or milestone without also adding a comment would not update the index, resulting in wrong search results. Co-authored-by: Brecht Van Lommel <brecht@blender.org>
* Improve retrying index issues (#27554) (#27634)Giteabot2023-10-161-8/+8
| | | | | | | Backport #27554 by @wolfogre Fix #27540 Co-authored-by: Jason Song <i@wolfogre.com>
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-0/+9
| | | | | | | | | | | Fix #26723 Add `ChangeDefaultBranch` to the `notifier` interface and implement it in `indexerNotifier`. So when changing the default branch, `indexerNotifier` sends a message to the `indexer queue` to update the index. --------- Co-authored-by: techknowlogick <matti@mdranta.net>
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-052-20/+20
| | | Extract from #22266
* Move indexer notification to service layer (#26906)Lunny Xiao2023-09-052-0/+143
Extract from #22266