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.

  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 days ago

    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.

  • f314@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    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.

      • breadsmasher@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 days ago

        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 :)