Skip to content
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

Wrong Commit Count , correct count on github api. #2181

Closed
Ingenious-c0der opened this issue Oct 11, 2022 · 3 comments
Closed

Wrong Commit Count , correct count on github api. #2181

Ingenious-c0der opened this issue Oct 11, 2022 · 3 comments
Labels
bug Something isn't working.

Comments

@Ingenious-c0der
Copy link

Describe the bug

When I use the link with options: include private and include all the total commit count returned is 176, but in reality it is around 655. It was working fine till yesterday, with no changes made today, it's bugged.

when I do not use the include all option it shows 554 for 2022
when I do not use the include private option it shows 483
when I use both it shows 176 instead of 665

https://api.github.com/search/commits?q=author:Ingenious-c0der -> 483

Expected behaviour

Commit count should be 665 when I use include all and include private options

Screenshots / Live demo link

Anurag's GitHub stats

Additional context

No response

@Ingenious-c0der Ingenious-c0der added the bug Something isn't working. label Oct 11, 2022
@Nikhil562
Copy link

please assign this to me , I can fix this issue

@rickstaa
Copy link
Collaborator

@Ingenious-c0der this is likely a duplicate of #1515. Merging #2177 will fix this issue. You can already use these on your own fork. They are not yet merged into the master because we have to ensure the GraphQL and Vercel limits are not hit. We will likely implement this as an opt-in for Vercel instance and Github Action users (see #2179 and #2159).

@Nikhil562 If you think it is caused by something else, feel free to create a PR. 👍🏻

@asrivastav-aag
Copy link

I'm also having the same problem. Stats are showing wrong commit count, and may be other stats also.

My total commits for 2023 (at the time of this post) is/was 23.
image

Thanks for looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

4 participants