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/models/issues
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
..
assignees.go Performance improvements for pull request list API (#30490) 9 months ago
assignees_test.go Remove deadcode under models/issues (#28536) 1 year ago
comment.go Improve commits list performance to reduce unnecessary database queries (#33528) 2 weeks ago
comment_code.go Performance optimization for pull request files loading comments attachments (#33585) 2 weeks ago
comment_list.go Some small refactors (#33144) 2 months ago
comment_test.go Fix issue comment number (#30556) 2 months ago
content_history.go Fix issue & comment history bugs (#29525) 1 year ago
content_history_test.go Fix issue & comment history bugs (#29525) 1 year ago
dependency.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
dependency_test.go Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467) 2 months ago
issue.go Rework suggestion backend (#33538) 2 weeks ago
issue_index.go Update golangci-lint to v1.62.2, fix issues (#32845) 2 months ago
issue_label.go Performance improvements for pull request list API (#30490) 9 months ago
issue_label_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
issue_list.go Some small refactors (#33144) 2 months ago
issue_list_test.go Add context parameter to some database functions (#26055) 2 years ago
issue_lock.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
issue_project.go Fix unnecessary comment when moving issue on the same project column (#33496) 3 weeks ago
issue_search.go Add label/author/assignee filters to the user/org home issue list (#32779) 3 months ago
issue_stats.go chore: fix some trivial problems and TODOs (#33473) 3 weeks ago
issue_test.go Enable tenv and testifylint rules (#32852) 2 months ago
issue_update.go Add missed transaction on setmerged (#33079) 2 months ago
issue_user.go Add combined index for issue_user.uid and issue_id (#28080) 1 year ago
issue_user_test.go Refactor tests (#33021) 2 months ago
issue_watch.go Strict pagination check (#32548) 3 months ago
issue_watch_test.go Enable tenv and testifylint rules (#32852) 2 months ago
issue_xref.go Add user blocking (#29028) 12 months ago
issue_xref_test.go Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467) 2 months ago
label.go Support org labels when adding labels by label names (#32988) 2 months ago
label_test.go Refactor tests (#33021) 2 months ago
main_test.go make writing main test easier (#27270) 1 year ago
milestone.go Fix milestone deadline and date related problems (#32339) 4 months ago
milestone_list.go Added default sorting milestones by name (#27084) 7 months ago
milestone_test.go Enable tenv and testifylint rules (#32852) 2 months ago
pull.go Add missed transaction on setmerged (#33079) 2 months ago
pull_list.go Automerge supports deleting branch automatically after merging (#32343) 2 months ago
pull_list_test.go Enable tenv and testifylint rules (#32852) 2 months ago
pull_test.go Enable tenv and testifylint rules (#32852) 2 months ago
reaction.go Refactor user package (#33423) 4 weeks ago
review.go Hide/disable unusable UI elements when a repository is archived (#33459) 3 weeks ago
review_list.go Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) 2 months ago
review_test.go Filter reviews of one pull request in memory instead of database to reduce slow response because of lacking database index (#33106) 2 months ago
stopwatch.go Make tracked time representation display as hours (#33315) 1 month ago
stopwatch_test.go Enable tenv and testifylint rules (#32852) 2 months ago
tracked_time.go Strict pagination check (#32548) 3 months ago
tracked_time_test.go Enable tenv and testifylint rules (#32852) 2 months ago