aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/db
Commit message (Expand)AuthorAgeFilesLines
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-241-0/+11
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-18/+14
* remove util.OptionalBool and related functions (#29513)65432024-03-021-1/+2
* Fix sort bug on repository issues list (#28897)Lunny Xiao2024-01-231-2/+2
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-071-0/+1
* Clean some functions about project issue (#27705)Nanguan Lin2023-10-201-1/+0
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Explain SearchOptions and fix ToSearchOptions (#26542)Jason Song2023-08-161-0/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-312-9/+165
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-1/+1
* Refactor indexer (#25174)Jason Song2023-06-231-0/+54