• by kenrose on 8/12/2020, 1:02:21 AM

    Hey Tegan, are you looking for "pulse" that's more dev focused or ops focused?

    There a few tools like Pluralsight Flow and Code Climate that focus on git specific metrics (e.g., time to merge, developer velocity, etc.)

    On the ops side of things, if it's a bunch of repos feeding into a larger service, you may want to look at a service catalog offering. This kind of tooling shows what's running in production, who owns it, and how healthy it is. Open source offerings are Backstage (by Spotify) and Clutch (by Lyft). There are also SaaS options available like OpsLevel.

    (Disclosure / Shameless Plug: I'm CTO/co-founder @ OpsLevel).

  • by jrcummings on 8/12/2020, 1:46:34 AM

    I developed this to get a quick look at all the Issues and PRs open across my various repositories. It helps me keep track of everything directly from the command line. Hopefully it can help you!

    https://github.com/joecummings/gitmine

    It's open-sourced so if it doesn't exactly fit your needs, just open an issue and we'll look into adding to it (or you can submit a PR yourself).

  • by hrishios on 8/13/2020, 7:56:02 AM

    If you're looking at the ops level to oversee a project (which is sounds like you are), Haystack might be a good option:

    https://www.usehaystack.io/

  • by Pozzuh on 8/11/2020, 9:32:49 PM

    I assume watching the repositories you want to monitor and checking your Github feed on the homepage is not working for you. If so, what exactly is missing?