[x]):Commits to my own private repositories don't show up on the Gitea WebUI Dashboard anymore. They also don't count to the _total contributions in the last 12 months_ table. The Git part works, the commits get applied successfully, but it is not recognized or noticed anywhere in the Gitea WebUI. It's like it did not happen from the perspective of Gitea.
Hard to deliver screenshots for something that is missing.
[x]):In the log are missing all "[SQL] UPDATE" and "[SQL] INSERT" lines, that are present in log from previous release version (1.10.3)
See theAkito description. Seems identical to my case.
For shared repositories (on another, Windows 10, computer with the same gitea version) the dashboard was updated. Also the issue does not appear on gitea 1.10.3 release version.
I upgraded my Gitea in the meantime and did some modifications to it as partially explained here: https://github.com/go-gitea/gitea/issues/9183
Don't know how exactly it happened, but the issue is fixed for me. I'll keep it open, in case @JAD-SVK still experiences it.
I think I know the source of the error now.
I did not apply 'Resynchronize pre-receive, update and post-receive hooks of all repositories.' after upgrading (there was still some 1.9.x version, probably 1.9.6).
I downgraded the version and tested it now (after reading the description) with the new release version.
Thanks for the info.
@JAD-SVK
Good to know you managed to solve the issue, easily.
I consider this closed, then.
Most helpful comment
I think I know the source of the error now.
I did not apply 'Resynchronize pre-receive, update and post-receive hooks of all repositories.' after upgrading (there was still some 1.9.x version, probably 1.9.6).
I downgraded the version and tested it now (after reading the description) with the new release version.
Thanks for the info.