0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-28 09:37:25 -04:00
Commit Graph

5 Commits

Author SHA1 Message Date
Giteabot
8c8c24f8eb Fix missing issue search index update when changing status () ()
Backport  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>
2023-12-03 11:43:17 +00:00
Giteabot
8cf7548a18 Improve retrying index issues () ()
Backport  by @wolfogre

Fix 

Co-authored-by: Jason Song <i@wolfogre.com>
2023-10-16 09:55:53 +08:00
Nanguan Lin
cda97a7253 Update status and code index after changing the default branch ()
Fix  
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
Lunny Xiao
540bf9fa6d Move notification interface to services layer ()
Extract from 
2023-09-05 18:37:47 +00:00
Lunny Xiao
aa678b8098 Move indexer notification to service layer ()
Extract from 
2023-09-05 10:07:57 +00:00