Why is the gitea "remote" not filled for some of my commits? #1071
Unanswered
truenicoco
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello, thanks for reporting! 👋🏼 "author" and "committer" fields are populated from the local data available in the Git repository. For the other remote data we are using the response from the API. In your case things seems to go wrong a bit... I suspect something on the API side, maybe a ratelimit. Would you mind running with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know exactly why, but for some commits, the "gitea" and "remote" objects are empty, despite "author" and "committer" being strictly the same as for other commits in which "gitea" and "remote" are adequately filled with remote data. Is this a bug that I should report or am I missing something?
I've attached the full "json context" but here is a relevant (?) part:
cliff.json
Beta Was this translation helpful? Give feedback.
All reactions