1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/models/activities
Lunny Xiao b167f35113
Add context parameter to some database functions (#26055)
To avoid deadlock problem, almost database related functions should be
have ctx as the first parameter.
This PR do a refactor for some of these functions.
2023-07-22 22:14:27 +08:00
..
action_list.go
action_test.go
action.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
main_test.go
notification_test.go
notification.go
repo_activity.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
statistic.go
user_heatmap_test.go
user_heatmap.go