aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/db
Commit message (Expand)AuthorAgeFilesLines
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-1/+1
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-141-5/+6
* Improve issue & code search (#33860)wxiaoguang2025-03-131-3/+29
* Fix project issues list and counting (#33594)Lunny Xiao2025-02-171-2/+2
* Add `is_archived` option for issue indexer (#32735)yp053272024-12-121-1/+1
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-2/+2
* Allow searching issues by ID (#31479)Carsten Klein2024-07-171-0/+6
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-1/+1
* 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