gitea/routers
Lunny Xiao 4a5af4edca
Cache GPG keys, emails and users when list commits (#34086)
When list commits, some of the commits authors are the same at many
situations. But current logic will always fetch the same GPG keys from
database. This PR will cache the GPG keys, emails and users for the
context so that reducing the database queries.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-09 16:34:38 +00:00
..
api Fix team permission (#34128) 2025-04-08 04:15:15 +00:00
common Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
install Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
private Cache GPG keys, emails and users when list commits (#34086) 2025-04-09 16:34:38 +00:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Uniform all temporary directories and allow customizing temp path (#32352) 2025-04-08 16:15:28 +00:00
init.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00