chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Charts & graphs #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add some graphical reports to the build history reporting capabilities.

A few ideas:

Success rate over time
How long build stays broken over time
General metric tracking (number of unit tests, code coverate, etc)

Original issue reported on code.google.com by chris.eldredge@gmail.com on 29 Sep 2007 at 8:43

GoogleCodeExporter commented 9 years ago
r469: added legend and got line charts to draw colored lines instead of filling 
or
stroking in white.

Original comment by chris.eldredge@gmail.com on 23 Oct 2007 at 11:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
r475: switched to Open Flash Chart.  To do:

- i18n for labels
- correct colors for success rate pie chart (sometimes PASS is red)
- pie chart labels sometimes overlap
- line chart x label improvements
- allow plotting 2 or more metrics as specified by user
- top 5 build errors
- top 5 build failure reasons
- top 5 failing tests

Original comment by chris.eldredge@gmail.com on 2 Nov 2007 at 8:11

GoogleCodeExporter commented 9 years ago
Additional nice-to-haves:

- Hover shows project name, build number and formatted data value
- Click on hover open build report for selected data point
- Scatter plot for line charts (currently each sample is evenly spaced though 
the
time between samples is irregular)

Original comment by chris.eldredge@gmail.com on 3 Nov 2007 at 1:12

GoogleCodeExporter commented 9 years ago
r477:

- corrected colors for pie chart, show labels in white to work around overlap.
- hover shows project name, build number and formatted data value
- click pops open build details in new window

Original comment by chris.eldredge@gmail.com on 3 Nov 2007 at 5:17

GoogleCodeExporter commented 9 years ago
More nice-to-haves:

- Hover shows additional info in footer instead of in tool tip
- Average time to fix a build
- Top five build fixers / top five build breakers

Original comment by chris.eldredge@gmail.com on 5 Nov 2007 at 4:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
r491:

- Top 5 Build Errors
- Top 5 Test Failures
- Success rate
- Avg. time to fix broken build
- Max time to fix broken build
- Graph any 2 metrics
- Graph of build durations

Todo:

- Change tool tips to show info in top right of chart
- Change size of dot on active data point (it's too big)
- Add more than 4 colors
- Fix layout of pie chart (no longer showing)
- i18n

Original comment by chris.eldredge@gmail.com on 9 Nov 2007 at 9:10

GoogleCodeExporter commented 9 years ago
Show build number (link) for longest time to fix build (failed build, build that
fixed it).

Original comment by chris.eldredge@gmail.com on 10 Nov 2007 at 1:43

GoogleCodeExporter commented 9 years ago
Closing.  Additional features may be added over time, but this is good enough 
for
release.

Original comment by chris.eldredge@gmail.com on 19 Dec 2007 at 8:42