Profile contribution timeline displays empty years (2008-2024) with 0 commits #206171
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
if the account itself was created recently, seeing years from 2008–2024 would strongly suggest a profile timeline/display issue rather than real contribution history. since the api also returns zero commits for those years, pushing additional commits likely won't fix it. i'd include the account creation date and a screenshot of the year sidebar in the report so github can distinguish this from email attribution issues and investigate the profile cache directly. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Profile
Body
Hi, my GitHub profile contribution timeline is displaying empty year tabs (2008–2024) on the sidebar where I have 0 commits.
I checked via the GitHub Search API (/search/commits?q=author:codalexic+author-date:2008-01-01..2024-12-31) and confirmed total_count: 0. I have also added a secondary email and pushed new commits to trigger a rebuild, but the stale UI cache persists.
Could someone please trigger a contribution graph cache rebuild for user codalexic?
All reactions