Lunny Xiao
eb5e6f09eb
upgrade xorm to v1.2.5 ( #17177 ) ( #17188 )
2021-09-30 07:03:42 +01:00
Lunny Xiao
1f8df5dd89
Upgrade xorm to v1.2.4 ( #17059 )
2021-09-15 23:27:46 +08:00
zeripath
1790f01dd9
Upgrade xorm to v1.2.2 ( #16663 ) & Add test to ensure that dumping of login sources remains correct ( #16847 ) ( #16848 )
...
* Upgrade xorm to v1.2.2 (#16663 )
Backport #16663
Fix #16683
* Add test to ensure that dumping of login sources remains correct (#16847 )
#16831 has occurred because of a missed regression. This PR adds a simple test to
try to prevent this occuring again.
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-08-28 13:16:19 +02:00
techknowlogick
7613f31c6b
Update vendor 20210707 ( #16366 )
...
* 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 dea2f292b1
.
2021-07-07 15:41:05 -04:00
Lunny Xiao
760af187ba
Upgrade xorm to v1.1.1 ( #16339 )
2021-07-04 15:10:46 +02:00
Lunny Xiao
f6be429781
Upgrade xorm to v1.1.0 ( #15869 )
2021-05-14 20:17:06 +01:00
6543
fe628d8406
Vendor Update ( #14696 )
...
* 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>
2021-02-16 22:47:24 -05:00
Lunny Xiao
126c9331d6
upgrade xorm to v1.0.6 ( #14246 )
2021-01-05 14:28:51 +08:00
Lunny Xiao
bea343ce09
Upgrade xorm to v1.0.5 ( #12765 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-09-08 13:57:19 -04:00
Lunny Xiao
514201af5d
Upgrade xorm to v1.0.4 ( #12694 )
2020-09-03 02:58:04 +01:00
Lunny Xiao
45631083a4
Support use nvarchar for all varchar columns when using mssql ( #12269 )
...
* 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
2020-07-21 20:28:27 +08:00
Lunny Xiao
d08996c7b9
Upgrade xorm to v1.0.3 ( #12210 )
...
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-07-11 17:07:52 -04:00
Lunny Xiao
cdef92b3ff
Upgrade xorm to v1.0.2 ( #11900 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-06-15 16:46:01 -04:00
Lunny Xiao
73f5ca70de
Upgrade xorm to v1.0.1 and fix start fail with potgres ( #10819 )
...
* upgrade xorm to v1.0.1
* fix start fail with postgres
Co-authored-by: zeripath <art27@cantab.net>
2020-03-25 16:32:23 +02:00
Lunny Xiao
c61b902538
Upgrade xorm to v1.0.0 ( #10646 )
...
* 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
2020-03-22 11:12:55 -04:00
guillep2k
ad1b6d439f
Add support for database schema in PostgreSQL ( #8819 )
...
* 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>
2020-01-20 16:45:14 +01:00
6543
6d811bcb14
Hide not allowed Reactions ( #9387 )
...
* 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
2019-12-18 21:07:36 +08:00
Lunny Xiao
d151503d34
Upgrade xorm to v0.8.0 ( #8536 )
2019-10-17 11:26:49 +02:00
Lunny Xiao
aa9a99cf5f
Upgrade xorm to latest to fix insert issue bug ( #8309 )
...
* upgrade xorm to latest to fix insert issue bug
* add newissue unit tests
* update xorm version
* fix tests
2019-09-29 20:52:39 +08:00
Lunny Xiao
29dda47cbb
Fix label count ( #8267 )
...
* fix label count
* fix vendor
* fix import order
* update xorm to fix bug
* fix tests
* fix mssql bug
2019-09-24 21:22:39 +08:00
guillep2k
5fe2ec264f
Retry create issue to cope with duplicate keys ( #7898 )
...
* Retry create issue to cope with duplicate keys
* Use .SetExpr().Where().Insert()
2019-08-26 22:17:23 -04:00
Lunny Xiao
aa7c34cf86
Fix error log when loading issues caused by a xorm bug ( #7271 )
...
* fix error log when loading issues caused by a xorm bug
* upgrade packages
* fix fmt
* fix Consistency
* fix tests
2019-06-23 18:22:43 +03:00