gitea/models/activities
Lunny Xiao 6a55749359
Fix incorrect pull request counter (#35819) (#35841)
Fix #35781, #27472
Backport #35819 

The PR will not correct the wrong numbers automatically.

There is a cron task `check_repo_stats` which will be run when Gitea
start or midnight. It will correct the numbers.
2025-11-04 01:49:47 +00:00
..
action.go Fix context usages (#35348) 2025-08-27 11:00:01 +00:00
action_list.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
action_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
notification.go Fix incorrect pull request counter (#35819) (#35841) 2025-11-04 01:49:47 +00:00
notification_list.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
notification_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
repo_activity.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
statistic.go Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +00:00
user_heatmap.go Fix some trivial problems (#34579) 2025-06-02 15:22:43 +00:00
user_heatmap_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00