#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
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to