aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/dboptions.go
Commit message (Expand)AuthorAgeFilesLines
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-5/+1
* Add `is_archived` option for issue indexer (#32735)yp053272024-12-121-5/+6
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-6/+6
* Properly filter issue list given no assignees filter (#31522)Kemal Zebari2024-07-231-1/+6
* Fix bug filtering issues which have no project (#31337)Lunny Xiao2024-06-141-1/+6
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-1/+1
* Perform Newest sort type correctly when sorting issues (#30644)Kemal Zebari2024-04-231-2/+2
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-6/+6
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-071-1/+1
* Explain SearchOptions and fix ToSearchOptions (#26542)Jason Song2023-08-161-21/+19
* Fix project filter bugs (#26490)CaiCandong2023-08-151-0/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-0/+93