forgejo/modules/indexer/code
wxiaoguang 124b072f0b
Remove git.Command.Run and git.Command.RunInDir* ()
Follows , , Close , now there are only three `Run..(&RunOpts{})` functions.
 * before: `stdout, err := RunInDir(path)`
 * now: `stdout, _, err := RunStdString(&git.RunOpts{Dir:path})`
2022-04-01 10:55:30 +08:00
..
bleve.go Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
bleve_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
elastic_search.go Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
elastic_search_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
git.go Remove git.Command.Run and git.Command.RunInDir* () 2022-04-01 10:55:30 +08:00
indexer.go Add Goroutine stack inspector to admin/monitor () 2022-03-31 19:01:43 +02:00
indexer_test.go Automatically pause queue if index service is unavailable () 2022-01-27 10:30:51 +02:00
search.go Automatically pause queue if index service is unavailable () 2022-01-27 10:30:51 +02:00
wrapped.go Automatically pause queue if index service is unavailable () 2022-01-27 10:30:51 +02:00