summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-1777-157/+67
|
* upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)Colin Arnott2019-10-1518-111/+381
| | | | | editorconfig-core-go made breaking api changes and has recently released v2.1.1. This change consumes the new api and fixes up any breaking references.
* upgrade gopkg.in/ini.v1 (#8500)Colin Arnott2019-10-159-97/+191
| | | | ini released v1.48.0 and deprecated the ini.AllCapsUnderscore symbol, as such, during the upgrade we migrated to using ini.SnackCase.
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-1519-1855/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prevent deadlock in indexer initialisation during graceful restart * Move from gracehttp to our own service to add graceful ssh * Add timeout for start of indexers and make hammer time configurable * Fix issue with re-initialization in indexer during tests * move the code to detect use of closed to graceful * Handle logs gracefully - add a pid suffix just before restart * Move to using a cond and a holder for indexers * use time.Since * Add some comments and attribution * update modules.txt * Use zero to disable timeout * Move RestartProcess to its own file * Add cleanup routine
* vendor: update mvdan.cc/xurls/v2 to v2.1.0 (#8495)Antoine GIRARD2019-10-147-43/+48
|
* Update strk.kbt.io/projects/go/libravatar to latest; closes #7860 (#8429)guillep2k2019-10-084-34/+58
|
* Upgrade xorm to v0.7.9 to fix some bugs (#8354)Lunny Xiao2019-10-0213-231/+374
| | | | | | * upgrade xorm to v0.7.9 to fix some bugs * upgrade xormstore to v1.3.1
* Update to github.com/lafriks/xormstore@v1.3.0 (#8317)Antoine GIRARD2019-10-0229-1060/+1667
|
* Upgrade xorm to latest to fix insert issue bug (#8309)Lunny Xiao2019-09-2911-71/+424
| | | | | | | | | | * upgrade xorm to latest to fix insert issue bug * add newissue unit tests * update xorm version * fix tests
* Update xorm (#8286)John Olheiser2019-09-254-8/+58
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix label count (#8267)Lunny Xiao2019-09-2433-561/+934
| | | | | | | | | | | | | | * fix label count * fix vendor * fix import order * update xorm to fix bug * fix tests * fix mssql bug
* migrate gplus to google oauth2 provider (#7885)techknowlogick2019-09-1433-57/+3986
| | | | | | | | | | * migrate gplus to google oauth2 provider. this still provides support for old gplus connections. * Update models/oauth2.go Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com> * make vendor
* oauth2 with remote Gitea - Fix #8093 (#8149)techknowlogick2019-09-126-14/+268
|
* use go 1.13 (#8088)techknowlogick2019-09-12116-12594/+710
| | | | | | | | | | * use go 1.13 * use go 1.13 in gomod file * Update Makefile * update swagger deps
* Implement webhook branch filter (#7791)WGH2019-09-0936-0/+2948
| | | | | | | | * Fix validate() function to handle errors in embedded anon structs * Implement webhook branch filter See #2025, #3998.
* Use vendored go-swagger (#8087)Antoine GIRARD2019-09-04682-3/+143157
| | | | | | | | | | | | | | * Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>
* Strict name matching for Repository.GetTagID() (#8074)guillep2k2019-09-0429-1/+1778
| | | | | | | | * Strict name matching for Repository.GetTagID() * Perform make swagger-check swagger-validate vendor * Add test for GetTagID()
* Make CI work (#8057)guillep2k2019-09-0229-336/+201
| | | | | | | | | | | | | | | | | | | | | | | * Use export GOPROXY=https://goproxy.cn before build * Add go version to generate command * Reproduced the entire build procedure - see notes I've used: sudo go clean -i -r -cache -testcache -modcache make clean make generate make golangci-lint make revive make swagger-check make swagger-validate make test-vendor <--- this now fails make vendor <--- this now produced changes git commit -a <--- this commit * Add fix from #8059 to complete CI tests
* Fix vendor modules.txt (#8032)Lauris BH2019-08-291-1/+1
|
* Update to mod enabled version goquery (#8021)Antoine GIRARD2019-08-2911-21/+140
| | | | | | * update to mod enabled version goquery * manually set appengine new release
* Update github.com/lafriks/xormstore and tidy up mod.go (#8020)guillep2k2019-08-2818-152/+275
|
* Update swagger to 0.20.1 (#8010)Antoine GIRARD2019-08-2896-1230/+6271
| | | | | | * update swagger to 0.20.1 * fiw swagger version for validate
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-2634-1370/+1970
| | | | | | * Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
* Use gitea forked macaron (#7933)Tamal Saha2019-08-23236-12841/+14515
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Remove unique filter from repo indexer analyzer. (#7878)guillep2k2019-08-152-54/+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-064-275/+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
* deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749)Antoine GIRARD2019-08-058-26/+83
| | | | | | * deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 from 1.2.0 to 1.3.0 * deps: vendor updates
* update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705)Antoine GIRARD2019-08-013-4/+4
|
* Update src-d/go-git to v4.13.0 (#7688)Antoine GIRARD2019-07-31129-380/+3122
| | | | | | | | * update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
* Update to latest mssqldriver (#7613)zeripath2019-07-2628-587/+2306
| | | | * New driver does not tolerate USE - handle this by closing db and reopening db in the new dbname
* Update to xorm@v0.7.4 (#7596)Tamal Saha2019-07-2511-145/+330
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Move status table to cron package (#7370)Lunny Xiao2019-07-1517-436/+637
|
* Support setting cookie domain (#6288)Tamal Saha2019-07-126-19/+22
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* upgrade macaron/captcha to fix random error problem (#7407)Lunny Xiao2019-07-104-26/+41
|
* fix vendor (#7394)Lunny Xiao2019-07-091-1/+1
|
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-0717-1/+2819
|
* switch to use gliderlabs/ssh for builtin server (#7250)techknowlogick2019-07-0632-8/+1968
| | | | | | resolves git conflicts from #3896 (credit to @belak, in case github doesn't keep original author during squash) Co-Authored-By: Matti Ranta <techknowlogick@gitea.io>
* workaround broken drone build (#7362)Cherrg2019-07-0667-2457/+2981
| | | | | | | | | | | | | | | | | | | | * workaround broken swagger only master brach is not working, latest release seems to work Signed-off-by: Michael Gnehr <michael@gnehr.de> * make vendor Signed-off-by: Michael Gnehr <michael@gnehr.de> * Don't export GO111MODULE * set go-swagger to fixed release version mentioned here: https://github.com/go-gitea/gitea/pull/7362#discussion_r300831537 Signed-off-by: Michael Gnehr <michael@gnehr.de>
* Use commit graph files for listing pages (#7314)Filip Navara2019-07-0211-1/+1093
| | | | | | | | | | | | | | | | | | | | | | | | * Experimental support for git commit graph files and bloom filter index Signed-off-by: Filip Navara <filip.navara@gmail.com> * Force vendor of commitgraph Signed-off-by: Filip Navara <filip.navara@gmail.com> * Remove bloom filter experiment and debug prints * Remove old code for building commit graphs * Remove unused function * Remove mmap usage * gofmt * sort vendor/modules.txt * Add copyright header and log commit-graph error
* update mssql drive to last working version 20180314172330-6a30f4e59a44 (#7306)Antoine GIRARD2019-06-3044-488/+3155
|
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-23128-1732/+1773
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* update go-git to v4.12.0 - fixes #7248 (#7249)techknowlogick2019-06-19268-14406/+70997
|
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-0322-582/+1096
| | | | | | | | | | * use vfsgen instead of go-bindata * fix templates * fix fmt * vendor vsfgen
* update go git from v4.10.0 to v4.11.0 (#7096)Lunny Xiao2019-05-3113-37/+90
|
* Improve handling of non-square avatars (#7025)Rob Watson2019-05-256-0/+349
| | | | | | | | | | * Crop avatar before resizing (#1268) Signed-off-by: Rob Watson <rfwatson@users.noreply.github.com> * Fix spelling error Signed-off-by: Rob Watson <rfwatson@users.noreply.github.com>
* Handle CORS requests (#6289)Tamal Saha2019-05-13162-2112/+5087
|
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-1144-3242/+0
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* update sdk to latest (#6903)techknowlogick2019-05-105-16/+66
|
* Improve migrations to support migrating ↵Lunny Xiao2019-05-0795-1/+31070
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | milestones/labels/issues/comments/pullrequests (#6290) * add migrations * fix package dependency * fix lints * implements migrations except pull requests * add releases * migrating releases * fix bug * fix lint * fix migrate releases * fix tests * add rollback * pull request migtations * fix import * fix go module vendor * add tests for upload to gitea * more migrate options * fix swagger-check * fix misspell * add options on migration UI * fix log error * improve UI options on migrating * add support for username password when migrating from github * fix tests * remove comments and fix migrate limitation * improve error handles * migrate API will also support migrate milestones/labels/issues/pulls/releases * fix tests and remove unused codes * add DownloaderFactory and docs about how to create a new Downloader * fix misspell * fix migration docs * Add hints about migrate options on migration page * fix tests
* Hash App token (#6724)techknowlogick2019-05-042-5/+8
|