Commit Graph

5 Commits (65dceb6a4091b8a3024d9ede1d7db3b7e47494f7)

Author SHA1 Message Date
Lunny Xiao d151503d34 Upgrade xorm to v0.8.0 ()
Lunny Xiao f83db078f0 Move database settings from models to setting ()
* move database settings from models to setting

* update docs

* fix checkout pr

* fix tests

* fix lint

* remove unsupported tidb options

* correct wrong variable name

* remove tidb totally
Tamal Saha 171b359877 Use gitea forked macaron ()
Signed-off-by: Tamal Saha <tamal@appscode.com>
Lunny Xiao 985a39590b Use buffersize to reduce database connection when iterate ()
* use buffersize to reduce database connection when iterate

* fix typo

* add default value on app.ini comment
Lunny Xiao 1ccdf19fae fix forget migration for wiki hooks ()