aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/internal/tests
Commit message (Expand)AuthorAgeFilesLines
* Enable testifylint rules (#34075)TheFox0x78 days1-9/+9
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-3/+18
* 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
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-9/+9
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-241-0/+7
* 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-131-52/+13
* remove util.OptionalBool and related functions (#29513)65432024-03-021-5/+5
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-4/+5
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-0/+804