summaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/indexer_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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