jitterbug
jitterbug copied to clipboard
graph success for each project
on the page of the project, a graph representing the status of the build should be displayed.
a successful build is 1, a failed one is 0, and the status for the last 10 or 20 builds is graphed
Do we want to differentiate between the build stage and the test stage? That way we can color-code a failed build versus a successful build but with a failed test suite.
good idea. I think I'll use this lib http://code.google.com/p/flot/, if you don't have any better suggestion.
Yep, Flot is awesome. I helped add logarithmic plotting to it a while ago :)