[Buildbot-commits] buildbot ChangeLog,1.918,1.919
Brian Warner
warner at users.sourceforge.net
Mon Aug 13 08:20:53 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13699
Modified Files:
ChangeLog
Log Message:
[project @ waterfall: add 'reload' query arg, add help page. Closes #69.]
Original author: warner at lothar.com
Date: 2007-08-13 08:16:33+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.918
retrieving revision 1.919
diff -u -d -r1.918 -r1.919
--- ChangeLog 13 Aug 2007 06:33:47 -0000 1.918
+++ ChangeLog 13 Aug 2007 08:20:51 -0000 1.919
@@ -1,3 +1,24 @@
+2007-08-13 Brian Warner <warner at lothar.com>
+
+ * buildbot/status/web/waterfall.py: add 'refresh' query arg, to
+ activate automatic reloading of the page (using a meta Refresh:
+ tag). Closes #69.
+ (WaterfallHelp): new page to explain all the nifty query arguments
+ you can use on the Waterfall, along with forms to set them for
+ you. From this page, you can add filters for builder=, branch=,
+ show_events=, as well as turning on reload=.
+ (WaterfallStatusResource.buildGrid): new query args: last_time=,
+ first_time=, show_time=, num_events= . The old show= is still
+ accepted, but the new builder= is preferred. We ignore empty
+ branch= arguments, to make the WaterfallHelp form easier to
+ implement.
+ (WaterfallStatusResource.head): new method to add text to the
+ <head> of the page.
+ * buildbot/status/web/base.py (HtmlResource.content): use head()
+ * buildbot/status/web/baseweb.py (OneLinePerBuild.body): ignore
+ empty branch= arguments
+ (OneLinePerBuildOneBuilder.body): same
+
2007-08-12 Brian Warner <warner at lothar.com>
* buildbot/status/web/waterfall.py (WaterfallStatusResource): add
More information about the Commits
mailing list