gitea/modules/indexer/issues
KN4CK3R 044c754ea5
Add `context.Context` to more methods (#21546)
This PR adds a context parameter to a bunch of methods. Some helper
`xxxCtx()` methods got replaced with the normal name now.

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-11-19 16:12:33 +08:00
..
bleve.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
bleve_test.go test: use `T.TempDir` to create temporary test directory (#21043) 2022-09-04 16:14:53 +01:00
db.go Move issues related files into models/issues (#19931) 2022-06-13 17:37:59 +08:00
elastic_search.go Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
indexer.go Add `context.Context` to more methods (#21546) 2022-11-19 16:12:33 +08:00
indexer_test.go test: use `T.TempDir` to create temporary test directory (#21043) 2022-09-04 16:14:53 +01:00