aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code
Commit message (Expand)AuthorAgeFilesLines
* Run `gopls modernize` on codebase (#34751)silverwind2025-06-183-4/+4
* update go&js dependencies (#34262)wxiaoguang2025-04-231-1/+5
* Enable addtional linters (#34085)TheFox0x72025-04-012-6/+6
* Enable testifylint rules (#34075)TheFox0x72025-03-312-3/+3
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-291-2/+3
* Decouple Batch from git.Repository to simplify usage without requiring the cr...Lunny Xiao2025-03-272-14/+2
* Fix incorrect code search indexer options (#33992)wxiaoguang2025-03-241-3/+2
* Fix file name could not be searched if the file was not a text file when usin...charles2025-03-211-1/+2
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-143-4/+13
* Improve issue & code search (#33860)wxiaoguang2025-03-139-80/+66
* Remove context from git struct (#33793)TheFox0x72025-03-043-10/+10
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-8/+7
* enable literal string for code search (#33590)Darren Hoo2025-02-167-15/+147
* Fix bleve fuzziness search (#33078)wxiaoguang2025-01-032-3/+4
* 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-063-4/+63
* Allow code search by filename (#32210)Bruno Sofiato2024-10-117-39/+463
* Fixed race condition when deleting documents by repoId in ElasticSearch (#32185)Bruno Sofiato2024-10-031-1/+27
* Change the code search to sort results by relevance (#32134)Bruno Sofiato2024-09-282-2/+6
* Fix index too many file names bug (#31903)Lunny Xiao2024-09-011-7/+31
* Refactor the usage of batch catfile (#31754)Lunny Xiao2024-08-202-18/+22
* Fix bleve fuzziness (#30799)wxiaoguang2024-05-011-3/+1
* Fix tautological conditions (#30735)silverwind2024-04-301-6/+0
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-8/+4
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-7/+9
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-241-17/+18
* Determine fuzziness of bleve indexer by keyword length (#29706)65432024-03-231-8/+7
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-166-35/+53
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-8/+4
* Patch in exact search for meilisearch (#29671)65432024-03-095-15/+16
* Fix wrong line number in code search result (#29260)yp053272024-03-061-19/+31
* fix: Elasticsearch: Request Entity Too Large #28117 (#29062)dark-angel2024-02-071-5/+11
* Preserve BOM in web editor (#28935)silverwind2024-01-272-2/+2
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-1/+2
* Abstract hash function usage (#28138)Adam Majer2023-12-131-4/+13
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-111-4/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+8
* Clarify the git command Stdin hanging problem (#26967)wxiaoguang2023-09-081-15/+0
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-5/+5
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-031-3/+2
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-11/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-5/+5
* Refactor indexer (#25174)Jason Song2023-06-2313-623/+331
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-3/+3
* Allow skipping forks and mirrors from being indexed (#23187)techknowlogick2023-05-251-0/+27