How to see a graph of open/closed issues & PRs on GitHub?
from FizzyOrange@programming.dev to programming@programming.dev on 15 Sep 2024 08:17
https://programming.dev/post/19419576

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.

#programming

threaded - newest

breadsmasher@lemmy.world on 15 Sep 2024 08:27 next collapse

9-volt.github.io/bug-life/?repo=deanmalmgren/text…

FizzyOrange@programming.dev on 15 Sep 2024 10:36 collapse

Gives “rate limit exceeded” and the authorisation link doesn’t work unfortunately.

breadsmasher@lemmy.world on 15 Sep 2024 10:42 collapse

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

<img alt="" src="https://lemmy.world/pictrs/image/ce5000ce-fb3b-497c-8762-b1f8ee490c89.png">

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 on 15 Sep 2024 18:39 collapse

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.

f314@lemmy.world on 15 Sep 2024 09:01 next collapse

Not in the repo itself. But if you create a Project, and add the issues/PRs from the repo to that project, you can generate a burndown chart.

FizzyOrange@programming.dev on 15 Sep 2024 10:37 collapse

Unfortunately it’s not my organisation so I can’t create a project.

tal@lemmy.today on 15 Sep 2024 12:28 collapse

If you have some alternative system (Gitea or whatever) that can generate the graph you want, and there’s a way to migrate projects from GitHub, that might do it, depending upon your use case.

FizzyOrange@programming.dev on 15 Sep 2024 18:41 collapse

That’s… kind of extreme! I don’t know of any alternatives that allow migrating issues from Github and generating these graphs anyway.