gitea/models/git
Lunny Xiao d9c0f86de8
Fix incorrect pull request counter (#35819)
Fix #35781, #27472

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-03 20:52:13 +07:00
..
branch.go Fix incorrect pull request counter (#35819) 2025-11-03 20:52:13 +07:00
branch_list.go Fix branch order (#31174) 2024-05-31 09:58:41 +07:00
branch_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
commit_status.go Add quick approve button on PR page (#35678) 2025-10-20 18:46:37 +07:00
commit_status_summary.go Keeping consistent between UI and API about combined commit status state and fix some bugs (#34562) 2025-06-09 04:05:33 +07:00
commit_status_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
lfs.go Refactor Actions Token Access (#35688) 2025-10-22 11:12:31 +07:00
lfs_lock.go Refactor Actions Token Access (#35688) 2025-10-22 11:12:31 +07:00
lfs_lock_list.go Show lock owner instead of repo owner on LFS setting page (#31788) 2024-08-11 14:48:20 +07:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +07:00
protected_branch.go Honor delete branch on merge repo setting when using merge API (#35488) 2025-10-22 05:06:56 +07:00
protected_branch_list.go Replace gobwas/glob package (#35478) 2025-09-13 18:01:00 +07:00
protected_branch_list_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 +07:00
protected_branch_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
protected_tag.go Replace gobwas/glob package (#35478) 2025-09-13 18:01:00 +07:00
protected_tag_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00