summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/blevesearch
Commit message (Collapse)AuthorAgeFilesLines
* [Vendor] blevesearch v0.8.1 -> v1.0.7 (#11360)65432020-05-1085-359/+8789
| | | | | | | * Update blevesearch v0.8.1 -> v1.0.7 * make vendor Co-authored-by: zeripath <art27@cantab.net>
* Add detected file language to code search (#10256)Lauris BH2020-02-202-0/+87
| | | | | | | Move langauge detection to separate module to be more reusable Add option to disable vendored file exclusion from file search Allways show all language stats for search
* Upgrade blevesearch to v0.8.1 (#9177)Mura Li2019-11-2746-536/+1378
| | | | | For #1441 https://github.com/blevesearch/bleve/commit/a91b427b59b893f112021841ba7370d285f8426f
* use go 1.13 (#8088)techknowlogick2019-09-121-219/+0
| | | | | | | | | | * use go 1.13 * use go 1.13 in gomod file * Update Makefile * update swagger deps
* Remove unique filter from repo indexer analyzer. (#7878)guillep2k2019-08-151-53/+0
| | | | | | | | | | * Remove unique filter from repo indexer analyzer. * Bump repoIndexerLatestVersion to 4 * Corrrect fmt * make vendor to remove unique dependency
* Remove camel case tokenization from repo indexer (#7733)guillep2k2019-08-063-274/+0
| | | | | | | | | | | | | | * Make repository indexer tokenize by camel case selectable * Revert "Make repository indexer tokenize by camel case selectable" This reverts commit a8d4e40af56ffeab9c040a13e01b9e0d5487bd3b. * Remove app.ini setting, permanently remove camel case tokenizer * Increase repoIndexerLatestVersion to force indexes to be rebuilt * Changes introduced by the commmand make vendor
* Use Go1.11 module (#5743)Mura Li2019-03-2720-0/+4648
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* Update bleve dependency to latest master revision (#6100)Lunny Xiao2019-02-17110-3139/+7279
| | | | | | | | * update bleve to master b17287a86f6cac923a5d886e10618df994eeb54b6724eac2e3b8dde89cfbe3a2 * remove unused pkg from dep file * change bleve from master to recent revision
* Remove x/net/context vendor by using std package (#5202)Antoine GIRARD2018-11-1024-466/+1044
| | | | | | | | | | | | * Update dep github.com/markbates/goth * Update dep github.com/blevesearch/bleve * Update dep golang.org/x/oauth2 * Fix github.com/blevesearch/bleve to c74e08f039e56cef576e4336382b2a2d12d9e026 * Update dep golang.org/x/oauth2
* Migrate to dep (#3972)Antoine GIRARD2018-05-2113-4387/+0
| | | | | | | | | | | | * Update makefile to use dep * Migrate to dep * Fix some deps * Try to find a better version for golang.org/x/net * Try to find a better version for golang.org/x/oauth2
* Update to last common bleve (#3986)Antoine GIRARD2018-05-1957-43/+8249
|
* Reduce repo indexer disk usage (#3452)Ethan Koenig2018-02-051-0/+53
|
* Code/repo search (#2582)Ethan Koenig2017-10-273-0/+274
| | | Indexed search of repository contents (for default branch only)
* Improve issue search (#2387)Ethan Koenig2017-09-1694-1205/+3921
| | | | | | | | | | * Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-25170-0/+220398