summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-1772-18757/+0
|
* Upgrade xorm to v0.7.9 to fix some bugs (#8354)Lunny Xiao2019-10-0210-225/+369
| | | | | | * upgrade xorm to v0.7.9 to fix some bugs * upgrade xormstore to v1.3.1
* Upgrade xorm to latest to fix insert issue bug (#8309)Lunny Xiao2019-09-295-7/+246
| | | | | | | | | | * upgrade xorm to latest to fix insert issue bug * add newissue unit tests * update xorm version * fix tests
* Update xorm (#8286)John Olheiser2019-09-253-7/+57
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix label count (#8267)Lunny Xiao2019-09-2415-227/+622
| | | | | | | | | | | | | | * fix label count * fix vendor * fix import order * update xorm to fix bug * fix tests * fix mssql bug
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-2616-1313/+1810
| | | | | | * Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
* Update to xorm@v0.7.4 (#7596)Tamal Saha2019-07-255-14/+140
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-2397-5626/+568
| | | | | | | | | | | | * 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-2728-0/+2448
| | | | | | | | | | | | | | | | | | * 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
* Fixing #5728: (#5747)Zsombor2019-01-161-2/+6
| | | | * Format boolean values to true/false even when it is returned as byte-slice, * Fix the sequence generation, the proper sequence name is used (instead of 'table_id_seq'), and fix the next value be max+1 always
* Update xorm to fix issue #5659 and #5651 (#5680)Zsombor2019-01-092-3/+8
|
* fix forgot removed records when deleting user (#5429)Lunny Xiao2018-12-1813-111/+698
| | | | | | | | | | * 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-1219-56/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-2040-1060/+1674
| | | | sql (#4473)
* Simply remove tidb and deps (#3993)Antoine GIRARD2018-07-042-374/+0
|
* Migrate to dep (#3972)Antoine GIRARD2018-05-2122-2054/+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-2727-152/+999
|
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-0112-38/+177
| | | | | | | | * use AfterLoad instead of AfterSet on Structs * fix the comments on AfterLoad * fix the comments on action AfterLoad
* fix updated update on public key (#2514)Lunny Xiao2017-09-151-11/+13
| | | | | | | | | | | | * fix updated update on public key * update vendor.json Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix root path Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-1329-490/+427
| | | | | | | | | | | | * 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-2242-1392/+1726
|
* 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