summaryrefslogtreecommitdiffstats
path: root/services/notify/null.go
Commit message (Collapse)AuthorAgeFilesLines
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-0/+4
| | | | | | | | | | | 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-051-0/+206
Extract from #22266