aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-2322-2454/+0
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Use Go1.11 module (#5743)Mura Li2019-03-275-0/+134
| | | | | | | | | | | | | | | | | | * 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 xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-208-97/+83
| | | | sql (#4473)
* Migrate to dep (#3972)Antoine GIRARD2018-05-213-132/+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
* fix MSSQL bug on org (#3405)Lunny Xiao2018-01-274-13/+17
|
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-2/+3
| | | | | | | | | | | | * use created & updated instead BeforeInsert & BeforeUpdate * fix vendor checksum * only show generated SQL when development mode * remove extra update column updated_unix * remove trace config
* update latest xorm version to vendor (#2353)Lunny Xiao2017-08-224-1/+20
|
* Check if missing/modified/unused deps in vendor and fix errors (#1468)Antoine GIRARD2017-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Check if missing deps in vendor This will catch import from other repos. (maybe by auto-import) * Remove github.com/smartystreets unused deps * Remove github.com/boltdb/bolt unused dep * Fetch github.com/go-xorm/core + sync gopkg.in/ldap.v2/ldap.go * Auto-install govendor + reinstall github.com/boltdb/bolt needed by vendor/github.com/blevesearch/bleve/index/store/boltdb * Update go-xorm/xorm to a5cb21 in vendor.json * Use a custom repo for implementing change to bolt dep. * Switching bolt to github.com/go-gitea/bolt * Switching bolt to github.com/go-gitea/bolt (fork version) * change the drone sign
* update xorm vendor and also fix #740 (#886)Lunny Xiao2017-02-101-10/+6
|
* Update xorm and dependencies vendor for feature to dump to other database (#565)Lunny Xiao2017-01-034-4/+25
| | | | | | * update xorm and dependencies vendor for feature to dump to other database * fix golint
* Added all required dependenciesThomas Boerger2016-11-0419-0/+2425