[Scummvm-devel] Crazy idea about convenient bug status tracking

Alex Bevilacqua alexbevi at gmail.com
Fri Sep 17 11:40:30 CEST 2010


Here's something I whipped up in Ruby that scrapes SourceForge and generates
the list that Eugene posts in his emails from a couple arrays of bug ids.
This could be extended to output HTML if you'd like ;)

To run this, you need rubygems installed, and the hpricot gem.

Alex

On Sun, Sep 12, 2010 at 10:49 AM, Max Horn <max at quendi.de> wrote:

> Hi there,
>
> at times I say to myself: Would it be handy if one could take the list of
> bugs that must/should be fixed for a ScummVM bugs from Eugene's email, feed
> them into a tool, and get a quick overview of them all, including whether
> the bug is still open or not, whether it is assigned to anybody, and a
> clickable URL...
>
>
> How cool would it be if somebody did the following: Write a simple HTML +
> JavaScript page which takes a list of SF.net bug ids, and turns them into a
> HTML table, with columns for id, artifact type, name, status, etc... and of
> course a link to the actual bug report.
> Kind of replicating what SF.net shows on its bug browser, only that it is
> filtered by a specific set of bug ids (which SF.net does not allow), and
> maybe looks a bit differently (e.g. distinguish closed and open bugs
> visually by color or so, and strongly).
>
> Initially I'd be happy to only list ScummVM bugs, but at some point, also
> RFEs and items from other projects could be listed.
>
> To use it, one could initially just modify the HTML file and insert the
> list of bug ids (possibly with tracker & project ids added in, too; though
> those can be discovered by the script). A more advanced version would of
> course offer buttons for adding and removing items from the table, sorting
> by different columns, refresh at certain intervals, etc. (and maybe encode
> the bug ids in the URL, to make it bookmarkable)?
>
> Even cooler would be to turn this into a website, or widget (for Apple
> DashBoard or Yahoo Widget, etc.). There is such a widget for Bugzilla &
> Yahoo Widgets (never tried it myself, though): BugMon <
> http://widgets.yahoo.com/widgets/bugmon>.
> If one wants to be really, *really* cool, of course it would allow tracking
> and mixing bugs from SF.net trackers, Trac, Bugzilla, Google Code, Mantis,
> github... but now I am getting really wild... ;)
>
> Anybody interested in hacking on something like that? Maybe I should
> propose a bounty for that or something... :)
>
> Cheers,
> Max
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Scummvm-devel mailing list
> Scummvm-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scummvm-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20100917/065321a4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scummscrape.rb
Type: application/x-ruby
Size: 2622 bytes
Desc: not available
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20100917/065321a4/attachment.rb>


More information about the Scummvm-devel mailing list