1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-15 06:04:32 -04:00
gitea/services
Aravinth Manivannan 076cead40d
Fix CheckRepoStats and reuse it during migration (#18264)
The CheckRepoStats function missed the following counters:

- label num_closed_issues & num_closed_pulls
- milestone num_closed_issues & num_closed_pulls

The update SQL statements for updating the repository
num_closed_issues & num_closed_pulls fields were repeated in three
functions (repo.CheckRepoStats, migrate.insertIssues and
models.Issue.updateClosedNum) and were moved to a single helper.

The UpdateRepoStats is implemented and called in the Finish migration method so that it happens immediately instead of wating for the
CheckRepoStats to run.

Signed-off-by: Loïc Dachary loic@dachary.org

---
[source](https://lab.forgefriends.org/forgefriends/forgefriends/-/merge_requests/34)
2022-01-17 19:31:58 +01:00
..
agit Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
asymkey
attachment
auth Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
comments
cron
externalaccount
forms Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
gitdiff Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
issue
lfs Support webauthn (#17957) 2022-01-14 16:03:31 +01:00
mailer Add option to convert CRLF to LF line endings for sendmail (#18075) 2022-01-06 01:43:45 +01:00
migrations Fix CheckRepoStats and reuse it during migration (#18264) 2022-01-17 19:31:58 +01:00
mirror
org
pull Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
release
repository Fix NPE on try to get tag reference via API (#18245) 2022-01-12 20:37:46 +00:00
task
user
webhook
wiki Fix various typos (#18219) 2022-01-10 17:32:37 +08:00