Re: Bugzilla statistics: whole lotta fixing going on!
These are great stats to hear! Does anyone know of an easy way to view these stats visually, ie with a bar graph over a specified time interval, pick your components/resolutions, etc? That would be really nice. You can create graphs with the GD library in php. http://www.web-max.ca/PHP/misc_7.php
Re: Bugzilla statistics: whole lotta fixing going on!
On 8/25/06, Dan Kegel <[EMAIL PROTECTED]> wrote: Here are some bug stats, first for Wine as a whole, then for a couple subsystems: I used the bugzilla query that basically said: (resolution == FIXED && resolution changed to FIXED && resolution changed after 200x && resolution changed before 200x+1) 2002: 182 2003: 280 2004: 270 2005: 775 2006: 615 We have four months left in the year and we're only 160 bugs away from equaling 2005's bug fix count. We're averaging ~2.5 bugs fixed a day, so if this trend continues, we should end the year with 916 bugs fixed. That's 301 bugs in four months, which fits well with the trend of ~300 bugs per season in 2006. We should really generate these stats on the fly, as well as patch and commit count, and display these on winehq, because these are numbers to be proud of. Keep up the great work guys, and let's fix these bugs! -- James Hawkins
Re: Bugzilla statistics: whole lotta fixing going on!
On 8/25/06, Dan Kegel <[EMAIL PROTECTED]> wrote: Here are some bug stats, first for Wine as a whole, then for a couple subsystems: Overall: 313 fixed in first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&changedin=&chfield=resolution&chfieldfrom=2006-01-01&chfieldto=2006-05-31&chfieldvalue=FIXED 333 fixed this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&changedin=&chfield=resolution&chfieldfrom=2006-06-01&chfieldto=2006-08-26&chfieldvalue=FIXED 1979 total open at moment http://bugs.winehq.org/buglist.cgi?product=Wine&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Not bad - things are getting fixed twice as fast this summer as earlier (roughly speaking). But look at these two subsystems: MSI: 24 MSI bugs were fixed in the first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&changedin=&chfield=resolution&chfieldfrom=2006-01-01&chfieldto=2006-05-31&chfieldvalue=FIXED But 53 were fixed just this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&changedin=&chfield=resolution&chfieldfrom=2006-06-01&chfieldto=2006-08-26&chfieldvalue=FIXED And at the moment, 40 remain open: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Richedit: 7 bugs fixed in first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&changedin=&chfield=resolution&chfieldfrom=2006-01-01&chfieldto=2006-05-31&chfieldvalue=FIXED 15 bugs fixed this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&changedin=&chfield=resolution&chfieldfrom=2006-06-01&chfieldto=2006-08-26&chfieldvalue=FIXED 18 remain open: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Wow. We're on fire, especially when it comes to fixing msi and richedit bugs! - Dan These are great stats to hear! Does anyone know of an easy way to view these stats visually, ie with a bar graph over a specified time interval, pick your components/resolutions, etc? That would be really nice. -- James Hawkins