-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open Issue Counter becomes offset #11823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This still exists in the newest version I have updated to. |
I have this issue in 1.12.4. But, if I close the issue with a pull request in the web interface, the number is not correct until I |
There is a cron (?) job running every 24 hours, to correct that value. The function is called CheckRepoStats. |
|
|
there is someone working on. |
We should only update is_empty, default_branch and updated time columns during commitRepoAction and not update other columns as we risk overwriting incorrect information. Fix go-gitea#11823 Fix go-gitea#10536 Signed-off-by: Andrew Thornton <[email protected]>
Duplicate of #10536 |
We should only update is_empty, default_branch and updated time columns during commitRepoAction and not update other columns as we risk overwriting incorrect information. Fix #11823 Fix #10536 Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
Backport go-gitea#12900 We should only update is_empty, default_branch and updated time columns during commitRepoAction and not update other columns as we risk overwriting incorrect information. Fix go-gitea#11823 Fix go-gitea#10536 Signed-off-by: Andrew Thornton <[email protected]>
Backport #12900 We should only update is_empty, default_branch and updated time columns during commitRepoAction and not update other columns as we risk overwriting incorrect information. Fix #11823 Fix #10536 Signed-off-by: Andrew Thornton <[email protected]>
Description
When closing issues using a commit message, for example
Changed some stuff Closes #1 Closes #2
, the open issue count does not change to portrait the new changes. This fixes itself when closing another issue manually using the webinterface.Screenshots
The text was updated successfully, but these errors were encountered: