summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update xorm to fix issue #5659 and #5651 (#5680)Zsombor2019-01-091-1/+1
|
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-181-0/+4
| | | | | | | | | | * fix forgot removed records when deleting user * fix migration * fix rewritekey lock on sqlite * remove unused codes
* Added test environment for mssql (#4282)kolaente2018-12-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added test environment for m$sql * Added template for test environment for m$sql * Fix password * Fix password (again) * Fix password (again again) * Fix db * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Create master database for mssql integration tests Signed-off-by: Jonas Franz <info@jonasfranz.software> * Create database only if master do not exist Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix mssql integration tests by using custom database "gitea" Signed-off-by: Jonas Franz <info@jonasfranz.software> * Moved defer * bump xorm * updated xorm * Fixed build
* Remove x/net/context vendor by using std package (#5202)Antoine GIRARD2018-11-101-2/+8
| | | | | | | | | | | | * 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
* Prometheus endpoint (#5256)Stanislav2018-11-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add prometheus collector and route * dep ensure -add github.com/prometheus/client_golang/prometheus * dep ensure -update github.com/golang/protobuf * add metrics to reserved usernames * add comment head in metrics package * fix style imports * add metrics settings * add bearer token check * mapping metrics configs * fix lint * update config cheat sheet * update conf sample, typo fix
* Update vendor/golang.org/x/sys (#5059)Antonio Huete Jimenez2018-10-261-1/+1
|
* Update x/net (#5169)Antoine GIRARD2018-10-261-1/+1
|
* Update vendor/github.com/mattn/go-sqlite3 (#5162)Mura Li2018-10-241-1/+1
| | | To fix build failure on Windows/386
* Update vendor/go-sqlite3 (#5133)Mura Li2018-10-231-0/+4
|
* Fix dep for actual goth version used in dep lock file (#5078)Lauris BH2018-10-121-1/+1
|
* add letsencrypt to Gitea (#4189)Fluf2018-08-211-1/+1
|
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-201-1/+1
| | | | sql (#4473)
* Simply remove tidb and deps (#3993)Antoine GIRARD2018-07-041-5/+0
|
* Dep upgrade mysql lib (#4161)techknowlogick2018-07-031-0/+4
| | | | * update gopkg file to add sql dep
* Migrate to dep (#3972)Antoine GIRARD2018-05-211-0/+106
* 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