ashkulz / committers.top

CLI tool which uses the GitHub GraphQL API to rank users according to number of contributions, and corresponding static website.
https://committers.top
MIT License
194 stars 27 forks source link

Germany ranking is broken #31

Closed mustafaozhan closed 1 week ago

mustafaozhan commented 1 week ago

Currently, my badge doesn't work, it sometimes happens if I do not have enough follower to be in the list.

But this time when I wanted to check if it is the case at https://committers.top/germany

I realized that something is wrong in the webpage too. I took a screenshot for clarification. It says

This list contains all public commits for each user. There are 0 total users in the region and you need at least -1 followers to be on this list.
Screenshot 2024-06-29 at 12 50 23
ashkulz commented 1 week ago

You're right, the automated commit a8f29a3f1d876364218e1b9bee914b38e27192db deleted all data. I'm not sure how or why that happened, need to handle it properly. Seems to have happened for b65e260897f215c0d30ad4792cf0cf67c9881f35 as well, I suspect they're part of the same run.

ashkulz commented 1 week ago

@mustafaozhan please check now, it should be fixed via 087c8df2cb8963bdf0f164959c8c0011d278676b for gabon and b62487d06c1e442f9fcfa7f2d4df7f40b65b80f3 for germany.

mustafaozhan commented 1 week ago

Confirming it is fixed, thank you @ashkulz