1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-07 07:40:50 +00:00
forgejo/models/activities
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object ()
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
..
action.go Upgrade to golangci-lint@v1.55.0 () 2023-10-24 02:54:59 +00: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 12:12:54 +00:00
main_test.go make writing main test easier () 2023-09-28 01:38:53 +00:00
notification.go Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
notification_test.go Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
repo_activity.go Quote table release in sql queries () 2023-09-23 12:57:39 +00:00
statistic.go Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
user_heatmap.go More db.DefaultContext refactor () 2023-09-29 12:12:54 +00:00
user_heatmap_test.go Another round of db.DefaultContext refactor () 2023-09-25 13:17:37 +00:00