zeripath
|
957c3fcb59
|
Update chi/middleware to chi/v5/middleware (#17888)
Fix #17880
Co-authored-by: Lauris BH <lauris@nix.lv>
|
2021-12-02 21:58:08 +01:00 |
Lunny Xiao
|
d47798ccc7
|
Upgrade chi to v5 (#17298)
|
2021-10-13 22:50:23 -04:00 |
techknowlogick
|
47f6a4ec3f
|
go1.16 (#14783)
|
2021-02-28 18:08:33 -05:00 |
Lunny Xiao
|
15a475b7db
|
Fix recovery middleware to render gitea style page. (#13857)
* Some changes to fix recovery
* Move Recovery to middlewares
* Remove trace code
* Fix lint
* add session middleware and remove dependent on macaron for sso
* Fix panic 500 page rendering
* Fix bugs
* Fix fmt
* Fix vendor
* recover unnecessary change
* Fix lint and addd some comments about the copied codes.
* Use util.StatDir instead of com.StatDir
Co-authored-by: 6543 <6543@obermui.de>
|
2021-01-05 21:05:40 +08:00 |
Lunny Xiao
|
c296f4fed6
|
Introduce go chi web framework as frontend of macaron, so that we can move routes from macaron to chi step by step (#7420)
* When route cannot be found on chi, go to macaron
* Stick chi version to 1.5.0
* Follow router log setting
|
2020-11-13 14:51:07 +02:00 |