1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00
gitea/models/activities
Lunny Xiao 6ef986d474
Performance improvements for pull request list page () ()
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 
Backport 
2024-03-22 09:58:04 +08:00
..
action_list.go refactor some functions to support ctx as first parameter () 2022-12-03 10:48:26 +08:00
action_test.go More db.DefaultContext refactor () () 2023-09-29 13:35:01 +00:00
action.go Avoid issue info panic () () 2024-03-06 13:33:29 +00:00
main_test.go move repository deletion to service layer () 2023-09-08 04:51:15 +00:00
notification_test.go More db.DefaultContext refactor () () 2023-09-29 13:35:01 +00:00
notification.go Performance improvements for pull request list page () () 2024-03-22 09:58:04 +08:00
repo_activity.go Quote table release in sql queries () () 2023-09-23 21:15:05 +00:00
statistic.go Reduce usage of db.DefaultContext () 2023-09-14 17:09:32 +00:00
user_heatmap_test.go Another round of db.DefaultContext refactor () () 2023-09-25 19:24:35 +02:00
user_heatmap.go More db.DefaultContext refactor () () 2023-09-29 13:35:01 +00:00