You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nanguan Lin dc04044716
Replace assert.Fail with assert.FailNow (#27578)
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.
9 months ago
..
bleve Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 11 months ago
elasticsearch Replace `interface{}` with `any` (#25686) 1 year ago
internal Refactor indexer (#25174) 1 year ago
git.go Update status and code index after changing the default branch (#27018) 10 months ago
indexer.go Penultimate round of `db.DefaultContext` refactor (#27414) 9 months ago
indexer_test.go Replace assert.Fail with assert.FailNow (#27578) 9 months ago
search.go Use Go 1.21 and update dependencies (#26878) 10 months ago