Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve retrying index issues (#27554) | Jason Song | 2023-10-15 | 1 | -8/+8 |
| | | | Fix #27540 | ||||
* | Update status and code index after changing the default branch (#27018) | Nanguan Lin | 2023-09-13 | 1 | -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 Xiao | 2023-09-05 | 2 | -20/+20 |
| | | | Extract from #22266 | ||||
* | Move indexer notification to service layer (#26906) | Lunny Xiao | 2023-09-05 | 2 | -0/+143 |
Extract from #22266 |