this post was submitted on 15 Sep 2024
16 points (100.0% liked)

Programming

17010 readers
322 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Does anyone know of a website that will show you a graph of open/closed issues and PRs for a GitHub repo? This seems like such an obvious basic feature but GitHub only has a useless "insights" page which doesn't really show you anything.

you are viewing a single comment's thread
view the rest of the comments
[–] breadsmasher@lemmy.world 2 points 3 days ago (3 children)
[–] FizzyOrange@programming.dev 1 points 3 days ago (2 children)

Gives "rate limit exceeded" and the authorisation link doesn't work unfortunately.

[–] breadsmasher@lemmy.world 1 points 3 days ago (1 children)

The tools on the page, or the page itself? this is the example repo graph.

And then it says this at the bottom,

#### Why authorize?

For unauthenticated requests, Github sets a requests rate limit up to [60 requests per hour](https://developer.github.com/v3/#rate-limiting). In case the number of requests to collect data is bigger than the rate limit you'll have to authenticate yourself via Github OAuth and authorize our application. After authorization your requests rate limit will be 5,000 requests per hour. Enjoy :)

[–] FizzyOrange@programming.dev 1 points 3 days ago

The tool on the page. If you try a large repo it will indeed hit that limit, offer a button to authenticate yourself, but if you click that button it never loads the target URL.