aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/internal
Commit message (Expand)AuthorAgeFilesLines
* Enable addtional linters (#34085)TheFox0x76 days1-4/+4
* Enable testifylint rules (#34075)TheFox0x77 days1-9/+9
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-212-6/+20
* Improve issue & code search (#33860)wxiaoguang2025-03-132-1/+8
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-8/+8
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-19/+19
* Add `is_archived` option for issue indexer (#32735)yp053272024-12-121-2/+4
* Allow searching issues by ID (#31479)Carsten Klein2024-07-171-0/+8
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-272-12/+12
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-242-1/+8
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-32/+16
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-132-62/+23
* Patch in exact search for meilisearch (#29671)65432024-03-091-0/+2
* remove util.OptionalBool and related functions (#29513)65432024-03-022-8/+8
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-4/+5
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-231-0/+13
* Explain SearchOptions and fix ToSearchOptions (#26542)Jason Song2023-08-161-1/+15
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-313-14/+910
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-072-9/+11
* Refactor indexer (#25174)Jason Song2023-06-232-0/+69