summaryrefslogtreecommitdiffstats
path: root/modules/indexer
Commit message (Expand)AuthorAgeFilesLines
* [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-173-18/+18
* Sort issue search results by revelance (#14353)Lauris BH2021-01-163-3/+4
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-0/+3
* Refactor Logger (#13294)zeripath2020-10-312-3/+3
* 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
* Remove hardcoded ES indexername (#12521)Wim2020-08-181-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-115-10/+12
* Fix incorrect error logging in Stats indexer and OAuth2 (#12387)zeripath2020-08-011-2/+8
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-16/+6
* Fix language stat calculation (#11692)Cirno the Strongest2020-05-311-3/+1
* Change language statistics to save size instead of percentage (#11681)Lauris BH2020-05-301-0/+3
* Log the indexer path on failure (#11172)zeripath2020-04-222-4/+5
* Migrate to go-enry new version (#10906)Lauris BH2020-04-151-1/+1
* Handle panic in indexer initialisation better (#10534)zeripath2020-02-282-0/+19
* Add detected file language to code search (#10256)Lauris BH2020-02-205-34/+140
* Index code and stats only for non-empty repositories (#10251)Lauris BH2020-02-141-2/+2
* Issue search support elasticsearch (#9428)Lunny Xiao2020-02-133-10/+254
* Fix queue pop error and stat empty repository error (#10248)Lunny Xiao2020-02-121-0/+4
* Stop hanging issue indexer initialisation from preventing shutdown (#10243)zeripath2020-02-121-17/+15
* Language statistics bar for repositories (#8037)Lauris BH2020-02-117-5/+230
* Fix file rename/copy not supported by indexer (#9965)guillep2k2020-01-241-2/+27
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+1
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-2/+2
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-077-411/+133
* Stop various tests from adding to the source tree (#9515)zeripath2019-12-284-11/+61
* 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-239-627/+767
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-153-35/+84
* DefaultBranch needs to be prefixed by BranchPrefix (#9356)zeripath2019-12-141-1/+1
* fix issue indexer not triggered when migrating a repository (#9332)Lunny Xiao2019-12-121-16/+21
* Move modules/indexer to modules/indexer/code (#9301)Lunny Xiao2019-12-103-18/+17
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-082-0/+381
* upgrade levelqueue to 0.1.0 (#9192)Lunny Xiao2019-11-281-1/+1
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-211-1/+1
* Allow cross-repository dependencies on issues (#7901)Brad Albright2019-10-315-23/+29
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-153-86/+173
* Use gitea forked macaron (#7933)Tamal Saha2019-08-232-0/+2
* Remove unique filter from repo indexer analyzer. (#7878)guillep2k2019-08-151-3/+2
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-1/+1
* Remove camel case tokenization from repo indexer (#7733)guillep2k2019-08-061-3/+2
* Add golangci (#6418)kolaente2019-06-125-28/+16
* Issue indexer queue redis support (#6218)Lunny Xiao2019-04-083-14/+168
* Better logging (#6038) (#6095)zeripath2019-04-023-13/+13
* fix bug when set indexer as db and add tests (#6173)Lunny Xiao2019-02-243-3/+30
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-216-10/+84