github / janky

Continuous integration server built on top of Jenkins and Hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Suggestion] Stats per branch

Mezzle opened this issue · comments

Allow (for the purpose of some Dashboards, for example) to do something similar to the hubot status request for a branch - but for a project, returning the status of all known branches (or all current branches on Github).

I currently have to poll this via the Github API for each individual branch (grab branches, get sha's request build status for each sha). Doing this via janky would be preferable (so as to not overload github, and to have it all in a single request)