docs: fix broken star history chart by using a new provider - #13844
docs: fix broken star history chart by using a new provider#13844Mubelotix wants to merge 1 commit into
Conversation
The star history chart is currently broken because GitHub restricts stargazer queries to repository owners only. Switch the badge and link to star-history.dera.page, a token-free alternative.
|
Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
|
There was a problem hiding this comment.
Pull request overview
This PR updates the README’s “Star History” badge/link to use an alternative star-history chart provider, addressing the currently broken chart caused by GitHub stargazer API access restrictions.
Changes:
- Switched the Star History SVG image URL to
https://star-history.dera.page/svg?... - Updated the Star History link target to
https://star-history.dera.page/#...
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
DaanHoogland
left a comment
There was a problem hiding this comment.
lgtm (readme text only)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13844 +/- ##
============================================
- Coverage 19.64% 19.64% -0.01%
Complexity 19786 19786
============================================
Files 6368 6368
Lines 574889 574889
Branches 70353 70353
============================================
- Hits 112957 112951 -6
- Misses 449660 449666 +6
Partials 12272 12272
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
The star history chart in the README is currently broken because GitHub now restricts the stargazer API to repository owners only. This change points the image and link to star-history.dera.page, a token-free alternative that requires no extra configuration or API tokens.