aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code
Commit message (Expand)AuthorAgeFilesLines
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+6
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-063-6/+6
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-276-33/+180
* Pause queues (#15928)zeripath2022-01-221-2/+3
* format with gofumpt (#18184)65432022-01-206-60/+51
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-196-31/+35
* Upgrade bleve from v2.0.6 to v2.3.0 (#18132)Lunny Xiao2022-01-011-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-162-0/+11
* 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-106-23/+24
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-302-2/+2
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+1
* Fix nil checking on typed interface (#17598)Gusted2021-11-153-7/+8
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-6/+8
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-021-23/+11
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-223-6/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-194-11/+10
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Fix data race in bleve indexer (#16474)Lunny Xiao2021-07-181-4/+6
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-3/+3
* Use git log name-status in get last commit (#16059)zeripath2021-06-212-0/+6
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-052-4/+4
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-1/+7
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-102-2/+2
* Speed up `enry.IsVendor` (#15213)zeripath2021-04-012-2/+2
* Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)zeripath2021-03-032-16/+52
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Reduce calls to git cat-file -s (#14682)zeripath2021-02-173-16/+32
* [Feature] add precise search type for Elastic Search (#12869)Jui-Nan Lin2021-01-276-15/+35
* Upgrade blevesearch dependency to v2.0.1 (#14346)Lauris BH2021-01-171-9/+9
* Refactor Logger (#13294)zeripath2020-10-311-1/+1
* fix: use Base36 for all code indexers (#12830)Jui-Nan Lin2020-09-142-6/+5
* Fix bug on elastic search (#12811)Lunny Xiao2020-09-122-15/+42
* Add queue for code indexer (#10332)Lunny Xiao2020-09-073-159/+158
* Support elastic search for code search (#10273)Lunny Xiao2020-08-308-157/+658
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-112-4/+5
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-16/+6
* Log the indexer path on failure (#11172)zeripath2020-04-221-1/+1
* Migrate to go-enry new version (#10906)Lauris BH2020-04-151-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-205-34/+140
* Language statistics bar for repositories (#8037)Lauris BH2020-02-113-5/+6
* Fix file rename/copy not supported by indexer (#9965)guillep2k2020-01-241-2/+27
* Stop various tests from adding to the source tree (#9515)zeripath2019-12-281-5/+14
* fix datarace on issue indexer queue (#9490)Lunny Xiao2019-12-252-1/+6
* Wrap the code indexer (#9476)zeripath2019-12-243-13/+132
* Refactor code indexer (#9313)Lunny Xiao2019-12-237-625/+765
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-152-34/+83