Commit Graph

6 Commits (b8c2afdc5fda830c85586988a49d47678ba0ea98)

Author SHA1 Message Date
Zettat123 f09e68ec33
Update issue indexer after merging a PR ()
Fix 
Brecht Van Lommel bffbf08f26
Fix missing issue search index update when changing status ()
Changing an issue status, assignee, labels or milestone without also
adding a comment would not update the index, resulting in wrong search
results.
Jason Song 1be49fdda6
Improve retrying index issues ()
Fix 
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>
Lunny Xiao 540bf9fa6d
Move notification interface to services layer ()
Extract from 
Lunny Xiao aa678b8098
Move indexer notification to service layer ()
Extract from