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.
gitea/modules/indexer/issues
Nanguan Lin eb1478791f
Clean some functions about project issue (#27705)
1. remove unused function `MoveIssueAcrossProjectBoards`
2. extract the project board condition into a function
3. use db.NoCondition instead of -1. (BTW, the usage of db.NoCondition
is too confusing. Is there any way to avoid that?)
4. remove the unnecessary comment since the ctx refactor is completed.
5. Change `b.ID != 0` to `b.ID > 0`. It's more intuitive but I think
they're the same since board ID can't be negative.
1 year ago
..
bleve Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2 years ago
db Clean some functions about project issue (#27705) 1 year ago
elasticsearch Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2 years ago
internal Replace `util.SliceXxx` with `slices.Xxx` (#26958) 2 years ago
meilisearch Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2 years ago
dboptions.go Explain SearchOptions and fix ToSearchOptions (#26542) 2 years ago
indexer.go Improve retrying index issues (#27554) 1 year ago
indexer_test.go make writing main test easier (#27270) 1 year ago
util.go Improve retrying index issues (#27554) 1 year ago