0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-15 10:20:22 +01:00
gitea/routers
Lunny Xiao 70327d6a92
Improve commits list performance to reduce unnecessary database queries (#33528)
When listing commits, Gitea attempts to retrieve the actual user based
on the commit email. Querying users one by one from the database is
inefficient. This PR optimizes the process by batch querying users by
email, reducing the number of database queries.
2025-02-14 00:05:55 -08:00
..
api Add a transaction to pickTask (#33543) 2025-02-12 00:09:43 +08:00
common Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) (#33569) 2025-02-13 03:26:27 +08:00
install Avoid duplicate SetContextValue call (#33564) 2025-02-12 14:25:46 +08:00
private Avoid duplicate SetContextValue call (#33564) 2025-02-12 14:25:46 +08:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web Improve commits list performance to reduce unnecessary database queries (#33528) 2025-02-14 00:05:55 -08:00
init.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00