You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 weeks ago
..
api Add a transaction to `pickTask` (#33543) 2 weeks ago
common Fix various problems (artifact order, api empty slice, assignee check, fuzzy prompt, mirror proxy, adopt git) (#33569) 2 weeks ago
install Avoid duplicate SetContextValue call (#33564) 2 weeks ago
private Avoid duplicate SetContextValue call (#33564) 2 weeks ago
utils Refactor older tests to use testify (#33140) 2 months ago
web Improve commits list performance to reduce unnecessary database queries (#33528) 2 weeks ago
init.go Prepare for support performance trace (#33286) 1 month ago