1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-03 03:56:18 -04:00
gitea/modules/indexer/code
Nanguan Lin cda97a7253
Update status and code index after changing the default branch (#27018)
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>
2023-09-13 04:43:31 +00:00
..
bleve
elasticsearch
internal
git.go Update status and code index after changing the default branch (#27018) 2023-09-13 04:43:31 +00:00
indexer_test.go move repository deletion to service layer (#26948) 2023-09-08 04:51:15 +00:00
indexer.go Clarify the git command Stdin hanging problem (#26967) 2023-09-08 13:20:38 +00:00
search.go