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 Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Fix context usage (#33554) 2025-02-11 16:46:03 +08:00
init.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00