[Buildbot-commits] [SPAM] Re: [Buildbot] #789: Group revisions by repository in grid view

Buildbot buildbot-devel at lists.sourceforge.net
Sun Apr 11 18:13:15 UTC 2010


#789: Group revisions by repository in grid view
--------------------+-------------------------------------------------------
Reporter:  marcusl  |       Owner:       
    Type:  task     |      Status:  new  
Priority:  major    |   Milestone:  0.8.1
 Version:  0.8.0    |    Keywords:       
--------------------+-------------------------------------------------------

Comment(by oberstet):

 "By grouping by repository (and showing said repository) we get a better
 display of what's actually going on."

 "So it would be nice to have a generic way of deciding when two
 SourceStamps? should be displayed in the same column."

 These are very cool ideas!

 Do you mean s.th. like this?

 def change_grouper (source_stamp):
     return group_id

 change_groups = {group_id: {name, desc, color, whatever}}

 c['status'].append (html.WebStatus (change_grouper=change_grouper,
 change_groups=change_groups))

 Then in UI there could be an option to filter for change_group or to group
 by change_groups.

-- 
Ticket URL: <http://buildbot.net/trac/ticket/789#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list