[Buildbot-commits] buildbot ChangeLog,1.917,1.918

Brian Warner warner at users.sourceforge.net
Mon Aug 13 06:33:49 UTC 2007


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4648

Modified Files:
	ChangeLog 
Log Message:
[project @ waterfall: add queryargs to control what timespan of events are shown. Helps with #67.]

Original author: warner at lothar.com
Date: 2007-08-13 06:33:21+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.917
retrieving revision 1.918
diff -u -d -r1.917 -r1.918
--- ChangeLog	12 Aug 2007 23:17:12 -0000	1.917
+++ ChangeLog	13 Aug 2007 06:33:47 -0000	1.918
@@ -1,5 +1,16 @@
 2007-08-12  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/web/waterfall.py (WaterfallStatusResource): add
+	new query args: 'last_time' is a timestamp of the top-most event
+	on the display, 'first_time' is a timestamp for the bottom-most
+	event. 'show_time' is the difference between them, and overrides
+	'first_time'. 'num_events' puts an upper limit on the number of
+	timestamps that will be displayed on the left hand edge.
+	(WaterfallStatusResource.body): add a 'next page' link to the
+	bottom, which shows the events that come just after those shown on
+	the current page. This is a first step towards #67, but we need
+	some more controls before we can close that one.
+
 	* buildbot/buildslave.py (BuildSlave): these are now MultiService
 	instances too, and live as children of the BotMaster. The main
 	advantage of this approach is that BuildSlaves can know when they





More information about the Commits mailing list