1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 08:38:29 +00:00
forgejo/models/activities
Lunny Xiao b167f35113
Add context parameter to some database functions ()
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.go Add context parameter to some database functions () 2023-07-22 22:14:27 +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 Refactor setting.Database.UseXXX to methods () 2023-03-07 18:51:06 +08:00
main_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
notification.go Update tool dependencies, lock govulncheck and actionlint () 2023-07-09 11:58:06 +00:00
notification_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
repo_activity.go Add context parameter to some database functions () 2023-07-22 22:14:27 +08:00
statistic.go Use a separate admin page to show global stats, remove actions stat () 2023-06-03 22:03:41 +08:00
user_heatmap.go Localize activity heatmap (except tooltip) () 2023-04-17 14:26:01 -04:00
user_heatmap_test.go Add pagination for dashboard and user activity feeds () 2023-02-24 16:15:10 -05:00