0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-16 01:30:48 +01:00
gitea/routers/web/repo
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
..
actions Feature: Support workflow event dispatch via API (#33545) 2025-02-11 03:05:42 +08:00
setting Enhance routers for the Actions runner operations (#33549) 2025-02-11 01:39:10 +00:00
activity.go
attachment.go
blame.go Improve commits list performance to reduce unnecessary database queries (#33528) 2025-02-14 00:05:55 -08:00
branch.go
cherry_pick.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
code_frequency.go
commit.go Improve commits list performance to reduce unnecessary database queries (#33528) 2025-02-14 00:05:55 -08:00
compare.go Improve commits list performance to reduce unnecessary database queries (#33528) 2025-02-14 00:05:55 -08:00
contributors.go
download.go
editor_test.go
editor.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
find.go
fork.go
githttp_test.go
githttp.go
helper.go
issue_comment.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_list.go
issue_lock.go
issue_new.go 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
issue_page_meta.go Fix PR's target branch dropdown (#33589) 2025-02-14 05:21:31 +00:00
issue_pin.go
issue_poster.go
issue_stopwatch.go
issue_suggestions.go Rework suggestion backend (#33538) 2025-02-10 16:24:05 +00:00
issue_test.go
issue_timetrack.go
issue_view.go Add a option "--user-type bot" to admin user create, improve role display (#27885) 2025-02-07 08:41:55 +00:00
issue_watch.go
issue.go
main_test.go
middlewares.go Refactor context repository (#33202) 2025-01-12 03:39:46 +00:00
migrate.go
milestone.go
packages.go
patch.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
projects_test.go
projects.go
pull_review_test.go
pull_review.go
pull.go Improve commits list performance to reduce unnecessary database queries (#33528) 2025-02-14 00:05:55 -08:00
recent_commits.go
release_test.go
release.go
render.go
repo.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
search_test.go
search.go
star.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
topic.go
transfer.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
treelist.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
view_file.go
view_home.go
view_readme.go
view_test.go
view.go
watch.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +08:00
webgit.go Support choose email when creating a commit via web UI (more) (#33445) 2025-01-31 02:36:18 +00:00
wiki_test.go
wiki.go Improve commits list performance to reduce unnecessary database queries (#33528) 2025-02-14 00:05:55 -08:00