Lunny Xiao
fe3dcedd02
Fix xorm log stack level ( #15285 )
4 years ago
zeripath
47dd1cb7ae
Refactor Logger ( #13294 )
...
Refactor Logger to make a logger interface and make it possible to
wrap loggers for specific purposes.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
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
5 years ago
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
6 years ago
kolaente
f9ec2f89f2
Add golangci ( #6418 )
6 years ago
Lunny Xiao
8b36f01f45
Move xorm logger bridge from log to models so that log module could be a standalone package ( #6944 )
...
* move xorm logger bridge from log to models so that log module could be a standalone package
* fix tests
* save logger on xorm log bridge
6 years ago