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
..
2022-01-10 17:32:37 +08:00
2022-01-02 21:12:35 +08:00
2022-01-14 16:03:31 +01:00
2021-12-12 23:48:20 +08:00
2022-01-14 16:03:31 +01:00
2022-01-10 17:32:37 +08:00
2021-12-20 04:41:31 +00:00
2022-01-14 16:03:31 +01:00
2021-12-12 23:48:20 +08:00
2022-01-10 17:32:37 +08:00
2021-12-12 23:48:20 +08:00
2021-12-10 16:14:24 +08:00
2022-01-05 15:00:20 -06:00
2022-01-10 17:32:37 +08:00