aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/xorm.io
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-14138-27309/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* upgrade xorm to v1.2.5 (#17177)Lunny Xiao2021-09-293-4/+4
|
* Upgrade xorm to v1.2.4 (#17059) (#17068)Lunny Xiao2021-09-1610-159/+147
| | | Co-authored-by: zeripath <art27@cantab.net>
* Upgrade xorm to v1.2.2 (#16663)Lunny Xiao2021-08-1353-2395/+3697
| | | | | * Upgrade xorm to v1.2.2 * Change the Engine interface to match xorm v1.2.2
* Update vendor 20210707 (#16366)techknowlogick2021-07-072-0/+21
| | | | | | | | | | | | | | | | | * update gitea.com/go-chi/binding * update github.com/blevesearch/bleve/v2 * update github.com/caddyserver/certmagic * update github.com/go-git/go-git/v5 * update github.com/lafriks/xormstore * update github.com/yuin/goldmark * Revert "update gitea.com/go-chi/binding" This reverts commit dea2f292b116114f9316fab95c5fd124174da404.
* Upgrade xorm to v1.1.1 (#16339)Lunny Xiao2021-07-0436-1189/+977
|
* Upgrade xorm to v1.1.0 (#15869)Lunny Xiao2021-05-1452-419/+1256
|
* Vendor Update (#14696)65432021-02-164-1/+20
| | | | | | | | | | | | | * github.com/yuin/goldmark v1.3.1 -> v1.3.2 * github.com/xanzy/go-gitlab v0.42.0 -> v0.44.0 * github.com/prometheus/client_golang v1.8.0 -> v1.9.0 * github.com/minio/minio-go v7.0.7 -> v7.0.9 * github.com/lafriks/xormstore v1.3.2 -> v1.4.0 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* upgrade xorm to v1.0.6 (#14246)Lunny Xiao2021-01-0516-20/+87
|
* Upgrade xorm to v1.0.5 (#12765)Lunny Xiao2020-09-087-22/+75
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Upgrade xorm to v1.0.4 (#12694)Lunny Xiao2020-09-036-53/+52
|
* Support use nvarchar for all varchar columns when using mssql (#12269)Lunny Xiao2020-07-217-4/+62
| | | | | | | | | * Support use nvarchar for all varchar columns when using mssql * fix lint * Change DEFAULT_VARCHAR to nvarchar * Remove the config for default varchar since it's unnecessary
* Upgrade xorm to v1.0.3 (#12210)Lunny Xiao2020-07-1110-191/+170
| | | | Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Upgrade xorm to v1.0.2 (#11900)Lunny Xiao2020-06-1539-758/+812
| | | Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Upgrade xorm to v1.0.1 and fix start fail with potgres (#10819)Lunny Xiao2020-03-2522-145/+222
| | | | | | | * upgrade xorm to v1.0.1 * fix start fail with postgres Co-authored-by: zeripath <art27@cantab.net>
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-22137-5863/+7074
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgrade xorm to v1.0.0 * small nit * Fix tests * Update xorm * Update xorm * fix go.sum * fix test * Fix bug when dump * Fix bug * update xorm to latest * Fix migration test * update xorm to latest * Fix import order * Use xorm tag
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-209-395/+71
| | | | | | | | | | | | | | | | | | | * Add support for database schema * Require setting search_path for the db user * Add schema setting to admin/config.tmpl * Use a schema different from default for psql tests * Update postgres scripts to use custom schema * Update to xorm/core 0.7.3 and xorm/xorm c37aff9b3a * Fix migration test Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Hide not allowed Reactions (#9387)65432019-12-185-462/+143
| | | | | | | | | | | | * Hide not allowed Reactions * filter in query :D * use ` Co-Authored-By: Alexey 〒erentyev <axifnx@gmail.com> * update xorm v0.8.0 -> v0.8.1
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-1772-0/+18689
|
* Upgrade xorm to latest to fix insert issue bug (#8309)Lunny Xiao2019-09-295-62/+176
| | | | | | | | | | * upgrade xorm to latest to fix insert issue bug * add newissue unit tests * update xorm version * fix tests
* Fix label count (#8267)Lunny Xiao2019-09-2417-332/+310
| | | | | | | | | | | | | | * 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-2617-55/+158
| | | | | | * Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-2354-0/+5615
* fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests