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

Bug: when confidence is 0, repo page "Contributor confidence" chart spins forever #3900

Closed
jpmcb opened this issue Aug 8, 2024 · 3 comments · Fixed by #3894
Closed

Bug: when confidence is 0, repo page "Contributor confidence" chart spins forever #3900

jpmcb opened this issue Aug 8, 2024 · 3 comments · Fixed by #3894

Comments

@jpmcb
Copy link
Member

jpmcb commented Aug 8, 2024

Describe the bug

Screenshot 2024-08-08 at 12 44 31 PM

This occurs when the contributor_confidence field on a repo entity is 0 on the v2/repos/:owner/:name API endpoint:

{
	"id": 585983418,

        // etc. etc. other repo page fields

	"contributor_confidence": 0,
	"health": 0,
	"last_pushed_at": "1970-01-01T00:00:00.000Z",
	"last_main_pushed_at": "1970-01-01T00:00:00.000Z"
}

Steps to reproduce

  1. Go to a dead project with no contributions: https://app.opensauced.pizza/s/jpmcb/gopherlogs
  2. See contributor confidence panel spin forever
@jpmcb jpmcb added 🐛 bug Something isn't working 👀 needs triage labels Aug 8, 2024
Copy link
Contributor

github-actions bot commented Aug 8, 2024

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.

For full info on how to contribute, please check out our contributors guide.

Copy link
Contributor

open-sauced bot commented Aug 9, 2024

🎉 This issue has been resolved in version 2.52.0-beta.12 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link
Contributor

open-sauced bot commented Aug 9, 2024

🎉 This issue has been resolved in version 2.52.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@open-sauced open-sauced bot added the released label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant