gitea/routers
wxiaoguang 6cc1067884
Fix incorrect ref commit ID usage (#33331)
After the RefName refactoring, the `ctx.Repo.CommitID` is only set when
there is a `RepoRefByType` middleware.

Many handlers do not use that middleware and they only use "default
branch"
2025-01-20 07:43:49 +00:00
..
api Only allow admins to rename default/protected branches (#33276) 2025-01-15 20:51:49 +00:00
common Refactor response writer & access logger (#33323) 2025-01-20 06:25:17 +00:00
install Refactor request context (#32956) 2024-12-24 11:43:57 +08:00
private Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Fix incorrect ref commit ID usage (#33331) 2025-01-20 07:43:49 +00:00
init.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00