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/web
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
..
admin Support performance trace (#32973) 1 month ago
auth Support disable passkey auth (#33348) 1 month ago
devtest De-emphasize signed commits (#31160) 2 months ago
events Move context from modules to services (#29440) 1 year ago
explore Fix bleve fuzziness search (#33078) 2 months ago
feed Add pubdate for repository rss and add some tests (#33411) 4 weeks ago
healthcheck Always enable caches (#28527) 1 year ago
misc Refactor template & test related code (#32938) 2 months ago
org Refactor web route handler (#33488) 3 weeks ago
repo Improve commits list performance to reduce unnecessary database queries (#33528) 2 weeks ago
shared Enhance routers for the Actions runner operations (#33549) 2 weeks ago
user Refactor web route handler (#33488) 3 weeks ago
base.go Prepare for support performance trace (#33286) 1 month ago
githttp.go Fix LFS route mock, realm, middleware names (#32488) 3 months ago
goget.go Make git clone URL could use current signed-in user (#33091) 2 months ago
home.go Refactor template & test related code (#32938) 2 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 1 year ago
passkey.go Move context from modules to services (#29440) 1 year ago
swagger_json.go Move context from modules to services (#29440) 1 year ago
web.go Fix context usage (#33554) 2 weeks ago
webfinger.go Move context from modules to services (#29440) 1 year ago