aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/bleve.go
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+4
* 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-061-1/+1
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-2/+11
* format with gofumpt (#18184)65432022-01-201-6/+6
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-6/+7
* 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-161-0/+6
* 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-0/+4
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Fix data race in bleve indexer (#16474)Lunny Xiao2021-07-181-4/+6
* 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-6/+24
* 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-7/+18
* Upgrade blevesearch dependency to v2.0.1 (#14346)Lauris BH2021-01-171-9/+9
* fix: use Base36 for all code indexers (#12830)Jui-Nan Lin2020-09-141-5/+0
* Support elastic search for code search (#10273)Lunny Xiao2020-08-301-81/+51
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+3
* Migrate to go-enry new version (#10906)Lauris BH2020-04-151-1/+1
* Add detected file language to code search (#10256)Lauris BH2020-02-201-18/+96
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-1/+1
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-282/+247
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-33/+49
* DefaultBranch needs to be prefixed by BranchPrefix (#9356)zeripath2019-12-141-1/+1
* Move modules/indexer to modules/indexer/code (#9301)Lunny Xiao2019-12-101-12/+11
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-081-0/+365