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/activities
Lunny Xiao 62f8174aa2
Performance improvements for pull request list page (#29900)
This PR will avoid load pullrequest.Issue twice in pull request list
page. It will reduce x times database queries for those WIP pull
requests.

Partially fix #29585

---------

Co-authored-by: Giteabot <teabot@gitea.io>
11 months ago
..
action.go Some performance optimization on dashboard and issues page (#29010) 11 months ago
action_list.go Some performance optimization on dashboard and issues page (#29010) 11 months ago
action_test.go More `db.DefaultContext` refactor (#27265) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Move notifications to a standalone file (#29930) 11 months ago
notification_list.go Performance improvements for pull request list page (#29900) 11 months ago
notification_test.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
repo_activity.go Simplify how git repositories are opened (#28937) 1 year ago
statistic.go Add more stats tables (#29730) 11 months ago
user_heatmap.go More `db.DefaultContext` refactor (#27265) 1 year ago
user_heatmap_test.go Refactor timeutil package (#28623) 1 year ago