summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm
Commit message (Collapse)AuthorAgeFilesLines
* Fix and test for delete user (#1713)Ethan Koenig2017-05-202-8/+4
| | | | | | | | * Fix and test for delete user * Run updates in batches * Unit test
* Update xorm to latest version (#1651)Lauris BH2017-05-0217-135/+245
| | | | | | * Update xorm to latest version * Update xorm/builder
* 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
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-0634-1621/+1969
|
* update xorm for fixing bug on processor BeforeSet and AfterSet when Find a ↵Lunny Xiao2017-02-206-150/+360
| | | | map (#987)
* refactor notificationsForUser since xorm In support slice of customerize ↵Lunny Xiao2017-02-161-4/+20
| | | | type (#956)
* update xorm vendor and also fix #740 (#886)Lunny Xiao2017-02-102-10/+14
|
* fix: delete attachment after remove comment.Bo-Yi Wu2017-01-253-3/+5
|
* update xorm for bugs fix (#728)Lunny Xiao2017-01-232-2/+2
|
* Update xorm and fix dump command (#692)Lunny Xiao2017-01-2312-713/+623
| | | | | | | | | | | | * update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json
* Update xorm and dependencies vendor for feature to dump to other database (#565)Lunny Xiao2017-01-0351-2605/+3104
| | | | | | * update xorm and dependencies vendor for feature to dump to other database * fix golint
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-303-0/+398
| | | | | | | | | | | | | | | | | | | | | | | | * Dropped unused codekit config * Integrated dynamic and static bindata for public * Ignore public bindata * Add a general generate make task * Integrated flexible public assets into web command * Updated vendoring, added all missiong govendor deps * Made the linter happy with the bindata and dynamic code * Moved public bindata definition to modules directory * Ignoring the new bindata path now * Updated to the new public modules import path * Updated public bindata command and drop the new prefix
* Fix error 500 on organization dashboard page (#150)Lunny Xiao2016-11-1211-139/+167
|
* Added all required dependenciesThomas Boerger2016-11-0474-0/+18161