aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/indexer_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable testifylint rules (#34075)TheFox0x72025-03-311-1/+1
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-141-1/+2
* Improve issue & code search (#33860)wxiaoguang2025-03-131-16/+19
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-8/+7
* Fix bleve fuzziness search (#33078)wxiaoguang2025-01-031-1/+3
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-261-2/+0
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-141-7/+4
* Updated tokenizer to better matching when search for code snippets (#32261)Bruno Sofiato2024-11-061-0/+49
* Allow code search by filename (#32210)Bruno Sofiato2024-10-111-15/+169
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-1/+10
* Patch in exact search for meilisearch (#29671)65432024-03-091-1/+1
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-111-4/+2
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Refactor indexer (#25174)Jason Song2023-06-231-2/+48
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+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-1/+2
* format with gofumpt (#18184)65432022-01-201-40/+38
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+2
* 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
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+2
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* [Feature] add precise search type for Elastic Search (#12869)Jui-Nan Lin2021-01-271-1/+1
* Support elastic search for code search (#10273)Lunny Xiao2020-08-301-0/+83