Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 20d12fbf3bb717a78ded123f5a0624d158c2ffde
      
https://github.com/buildbot/buildbot/commit/20d12fbf3bb717a78ded123f5a0624d158c2ffde
  Author: Vladimir Rutsky <[email protected]>
  Date:   2013-04-27 (Sat, 27 Apr 2013)

  Changed paths:
    M master/buildbot/status/web/grid.py

  Log Message:
  -----------
  Fix build start time retrieving

When build is not finished getTimes() returns tuple (start_time, None),
and min((start_time, None)) == None.  This lead to incorrect sorting of
builds in grid view --- not finished builds were displayed first and if
there were more build revisions than grid width builds (five by default)
not finished builds doesn't displayed at all.


  Commit: 2169457f2f28357277001669f8c3bbcbc00f069c
      
https://github.com/buildbot/buildbot/commit/2169457f2f28357277001669f8c3bbcbc00f069c
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

  Changed paths:
    M master/buildbot/status/web/grid.py

  Log Message:
  -----------
  Merge branch 'grid_build_time_bug' of git://github.com/vrutsky/buildbot


Compare: 
https://github.com/buildbot/buildbot/compare/2e5980ffee85...2169457f2f28
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to