Open GoogleCodeExporter opened 9 years ago
Original comment by christia...@web.de
on 18 Aug 2008 at 3:08
Some wishes for the new UI:
- get info about pending builds
- displayed timescale can be changed (e.g. 12/24/50/100 hours)
- clean up page for starting builds (cws/mws name, no branch nonsense)
- continue with status output after ping
- comment on builds/errors
- autoreload (configurable :))
- see in the listing what CWS was built instead of just "Build xx"
Original comment by christia...@web.de
on 19 Aug 2008 at 11:43
Another wish:
Auto-hide offline/idle builders without logs.
Original comment by christia...@web.de
on 19 Aug 2008 at 11:52
Some of the things mentioned here are already implemented or on the Buildbot
Ticket
list.
Some are still unique:
- Auto-hide offline/idle builders without logs.
- comment on builds/errors
- displayed timescale can be changed (e.g. 12/24/50/100 hours)
Original comment by christia...@web.de
on 17 Sep 2008 at 2:10
The displayed time interval can be changes using waterfall URL parameters:
"The last_time= argument is a unix timestamp (seconds since the start of 1970)
that
will be used as an upper bound on the interval of events displayed: nothing
will be
shown that is more recent than the given time. When no argument is provided,
all
events up to and including the most recent steps are included.
The first_time= argument provides the lower bound. No events will be displayed
that
occurred before this timestamp. Instead of providing first_time=, you can
provide
show_time=: in this case, first_time will be set equal to last_time minus
show_time.
show_time overrides first_time."
So this point is fixed :-)
Remaining:
- Auto-hide offline/idle builders without logs.
- comment on builds/errors (Why should that be useful?)
Original comment by christia...@web.de
on 23 Sep 2008 at 2:21
Original issue reported on code.google.com by
christia...@web.de
on 18 Aug 2008 at 12:39