You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running renovate on my self hosted gitea instance and it fails to get the statuses of a commit if the commit has more statuses than the default limit (requiring renovate to request a second page).
Here are what I believe to be the relevant logs (first group is the successful first request, second group is the failure):
Description
I am running renovate on my self hosted gitea instance and it fails to get the statuses of a commit if the commit has more statuses than the default limit (requiring renovate to request a second page).
Here are what I believe to be the relevant logs (first group is the successful first request, second group is the failure):
It looks like the SQL command is applying the OFFSET of the page to the final count rather than the actual query.
gitea/models/git/commit_status.go
Lines 237 to 239 in 669bbba
The renovate error message (which I don't think is necessary, as I believe it is doing what it should) is:
Gitea Version
1.21.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.43.0
Operating System
Linux Ubuntu 23.10
How are you running Gitea?
Official binary
Database
SQLite
The text was updated successfully, but these errors were encountered: