gitea/modules/indexer/code
Nanguan Lin dc04044716
Replace assert.Fail with assert.FailNow ()
assert.Fail() will continue to execute the code while assert.FailNow()
not. I thought those uses of assert.Fail() should exit immediately.
PS: perhaps it's a good idea to use
[require](https://pkg.go.dev/github.com/stretchr/testify/require)
somewhere because the assert package's default behavior does not exit
when an error occurs, which makes it difficult to find the root error
reason.
..
bleve Refactor and enhance issue indexer to support both searching, filtering and paging ()
elasticsearch Replace `interface{}` with `any` ()
internal Refactor indexer ()
git.go Update status and code index after changing the default branch ()
indexer.go Penultimate round of `db.DefaultContext` refactor ()
indexer_test.go Replace assert.Fail with assert.FailNow ()
search.go Use Go 1.21 and update dependencies ()