aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/indexer.go
Commit message (Expand)AuthorAgeFilesLines
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Clarify the git command Stdin hanging problem (#26967)wxiaoguang2023-09-081-15/+0
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-5/+5
* Refactor indexer (#25174)Jason Song2023-06-231-98/+47
* 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
* Rewrite queue (#24505)wxiaoguang2023-05-081-30/+25
* Allow adding new files to an empty repo (#24164)wxiaoguang2023-04-191-1/+3
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-261-1/+1
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+6
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-3/+33
* Pause queues (#15928)zeripath2022-01-221-2/+3
* format with gofumpt (#18184)65432022-01-201-3/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-6/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+7
* Fix nil checking on typed interface (#17598)Gusted2021-11-151-6/+0
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-021-23/+11
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-1/+7
* [Feature] add precise search type for Elastic Search (#12869)Jui-Nan Lin2021-01-271-1/+1
* fix: use Base36 for all code indexers (#12830)Jui-Nan Lin2020-09-141-1/+5
* Add queue for code indexer (#10332)Lunny Xiao2020-09-071-5/+153
* Support elastic search for code search (#10273)Lunny Xiao2020-08-301-19/+71
* Log the indexer path on failure (#11172)zeripath2020-04-221-1/+1
* Handle panic in indexer initialisation better (#10534)zeripath2020-02-281-0/+11
* Add detected file language to code search (#10256)Lauris BH2020-02-201-6/+18
* fix datarace on issue indexer queue (#9490)Lunny Xiao2019-12-251-0/+2
* Wrap the code indexer (#9476)zeripath2019-12-241-11/+38
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-53/+54
* Move modules/indexer to modules/indexer/code (#9301)Lunny Xiao2019-12-101-0/+76