mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-27 17:14:01 +01:00
e93a4a0174
Backport #22037. When deleting a closed issue, we should update both `NumIssues`and `NumClosedIssues`, or `NumOpenIssues`(`= NumIssues -NumClosedIssues`) will be wrong. It's the same for pull requests. Releated to #21557. Alse fixed two harmless problems: - The SQL to check issue/PR total numbers is wrong, that means it will update the numbers even if they are correct. - Replace legacy `num_issues = num_issues + 1` operations with `UpdateRepoIssueNumbers`. |
||
---|---|---|
.. | ||
admin | ||
appstate | ||
asymkey | ||
auth | ||
avatars | ||
db | ||
fixtures | ||
foreignreference | ||
git | ||
issues | ||
migrations | ||
organization | ||
packages | ||
perm | ||
project | ||
pull | ||
repo | ||
unit | ||
unittest | ||
user | ||
webhook | ||
action.go | ||
action_list.go | ||
action_test.go | ||
consistency.go | ||
error.go | ||
fixture_generation.go | ||
fixture_test.go | ||
main_test.go | ||
migrate.go | ||
migrate_test.go | ||
notification.go | ||
notification_test.go | ||
org.go | ||
org_team.go | ||
org_team_test.go | ||
org_test.go | ||
release.go | ||
repo.go | ||
repo_activity.go | ||
repo_collaboration.go | ||
repo_collaboration_test.go | ||
repo_test.go | ||
repo_transfer.go | ||
repo_transfer_test.go | ||
statistic.go | ||
task.go | ||
token.go | ||
token_test.go | ||
upload.go | ||
user.go | ||
user_heatmap.go | ||
user_heatmap_test.go |