0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-15 21:11:30 +01:00
gitea/routers
wxiaoguang 245ac321c3
Fix context usage (#33554)
Some old code use direct type-casting to get context, it causes
problems.

This PR fixes all legacy problems and use correct `ctx.Value` to get
low-level contexts.

Fix #33518
2025-02-11 16:46:03 +08:00
..
api Enhance routers for the Actions variable operations (#33547) 2025-02-11 04:44:04 +08:00
common Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
install Fix context usage (#33554) 2025-02-11 16:46:03 +08:00
private Fix context usage (#33554) 2025-02-11 16:46:03 +08:00
utils
web Fix context usage (#33554) 2025-02-11 16:46:03 +08:00
init.go