aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/indexer_test.go
Commit message (Expand)AuthorAgeFilesLines
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-4/+27
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-141-3/+5
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-14/+13
* Refactor older tests to use testify (#33140)TheFox0x72025-01-091-40/+15
* Add `is_archived` option for issue indexer (#32735)yp053272024-12-121-0/+28
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-111-1/+1
* Properly filter issue list given no assignees filter (#31522)Kemal Zebari2024-07-231-0/+6
* Allow searching issues by ID (#31479)Carsten Klein2024-07-171-0/+38
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-2/+2
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-37/+28
* remove util.OptionalBool and related functions (#29513)65432024-03-021-5/+5
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-7/+7
* Fix issue not showing on default board and add test (#27720)Nanguan Lin2023-10-251-0/+6
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-211-6/+21
* Add tests for db indexer in indexer_test.go (#27087)Nanguan Lin2023-09-161-131/+324
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-141-1/+82
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-24/+64
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-8/+8
* Refactor indexer (#25174)Jason Song2023-06-231-2/+2
* Remove unnecessary code (#24610)Lunny Xiao2023-05-101-1/+1
* Refactor config provider (#24245)Lunny Xiao2023-04-251-2/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-8/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-8/+9
* format with gofumpt (#18184)65432022-01-201-1/+0
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-201-3/+3
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-0/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-2/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-4/+4
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+4
* Sort issue search results by revelance (#14353)Lauris BH2021-01-161-2/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+2
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-2/+2
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+4
* Stop various tests from adding to the source tree (#9515)zeripath2019-12-281-2/+24
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-311-8/+8
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-151-12/+2
* Issue indexer queue redis support (#6218)Lunny Xiao2019-04-081-1/+1
* fix bug when set indexer as db and add tests (#6173)Lunny Xiao2019-02-241-2/+28
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-211-0/+4
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-211-0/+51