[Buildbot-commits] buildbot ChangeLog,1.1053,1.1054
Brian Warner
warner at users.sourceforge.net
Sun Mar 30 02:27:55 UTC 2008
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19866
Modified Files:
ChangeLog
Log Message:
[project @ waterfall: add category= argument, to filter builders by category. Closes #117.]
Original author: warner at lothar.com
Date: 2008-03-30 02:27:09+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1053
retrieving revision 1.1054
diff -u -d -r1.1053 -r1.1054
--- ChangeLog 30 Mar 2008 01:30:08 -0000 1.1053
+++ ChangeLog 30 Mar 2008 02:27:52 -0000 1.1054
@@ -1,5 +1,14 @@
2008-03-29 Brian Warner <warner at lothar.com>
+ * buildbot/status/web/waterfall.py (WaterfallStatusResource):
+ accept category= arguments in the query-arg portion of the URL.
+ These behave like the builder= queryargs: if any category=
+ queryargs are present, we'll only show Builders that fit into one
+ of the specified categories. Using multiple category= arguments
+ will show more Builders. Thanks to Jerome Davann (hollowman) for
+ the idea and the patch. Closes #117.
+ * docs/buildbot.texinfo (Buildbot Web Resources): document it
+
* buildbot/changes/svnpoller.py (SVNPoller.create_changes): pass
revision as a string, not an int. This fixes a problem in
MailNotifier, which expects a string. Thanks to Dan Locks for the
More information about the Commits
mailing list