summaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/elastic_search.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182)wxiaoguang2022-07-011-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-4/+4
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-23/+108
* format with gofumpt (#18184)65432022-01-201-6/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+5
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+4
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Fix nil checking on typed interface (#17598)Gusted2021-11-151-1/+4
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* 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-211-0/+3
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-051-2/+2
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-1/+1
* Speed up `enry.IsVendor` (#15213)zeripath2021-04-011-1/+1
* Move Bleve and Elastic code indexers to use a common cat-file --batch (#14781)zeripath2021-03-031-10/+28
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Reduce calls to git cat-file -s (#14682)zeripath2021-02-171-7/+13
* [Feature] add precise search type for Elastic Search (#12869)Jui-Nan Lin2021-01-271-2/+11
* Refactor Logger (#13294)zeripath2020-10-311-1/+1
* Fix bug on elastic search (#12811)Lunny Xiao2020-09-121-15/+36
* Add queue for code indexer (#10332)Lunny Xiao2020-09-071-0/+5
* Support elastic search for code search (#10273)Lunny Xiao2020-08-301-0/+385