[Buildbot-commits] buildbot ChangeLog,1.892,1.893
Brian Warner
warner at users.sourceforge.net
Thu Aug 2 00:27:01 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15487
Modified Files:
ChangeLog
Log Message:
[project @ waterfall: add branch= query-arg, to filter display by branch]
Original author: warner at lothar.com
Date: 2007-08-02 00:17:30+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.892
retrieving revision 1.893
diff -u -d -r1.892 -r1.893
--- ChangeLog 2 Aug 2007 00:07:17 -0000 1.892
+++ ChangeLog 2 Aug 2007 00:26:59 -0000 1.893
@@ -1,5 +1,19 @@
2007-08-01 Brian Warner <warner at lothar.com>
+ * buildbot/status/web/waterfall.py (WaterfallStatusResource): add
+ a branch= query argument, to filter the display down to builds and
+ changes that involve the given branch. You can add multiple
+ branch= arguments to see multiple branches (using a logical OR).
+ Note that there is no way to include the default branch (i.e.
+ None, i.e. trunk) yet, there is still work to be done to allow for
+ simple+uniform names of branches (i.e. removing the VC-specific
+ details of how branches are implemented, so calling the branch
+ 'beta4' even though the SVN checkout step requires
+ 'branches/beta4').
+ * buildbot/status/builder.py (BuilderStatus.eventGenerator): same
+ * buildbot/changes/changes.py (ChangeMaster.eventGenerator): same
+ * buildbot/interfaces.py (IEventSource.eventGenerator): same
+
* all: bring import statements up-to-date: don't import
__future__, assume cPickle and cStringIO are always available.
Also remove #!/usr/bin/python lines from non-scripts, my editor
More information about the Commits
mailing list