1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 16:25:50 +00:00
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.
2023-10-20 14:01:25 +02:00
..
bleve Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2023-07-31 06:28:53 +00:00
db Clean some functions about project issue (#27705) 2023-10-20 14:01:25 +02:00
elasticsearch Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2023-07-31 06:28:53 +00:00
internal Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
meilisearch Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2023-07-31 06:28:53 +00:00
dboptions.go Explain SearchOptions and fix ToSearchOptions (#26542) 2023-08-16 15:40:13 +00:00
indexer_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
indexer.go Improve retrying index issues (#27554) 2023-10-15 18:56:57 +00:00
util.go Improve retrying index issues (#27554) 2023-10-15 18:56:57 +00:00