[Buildbot-commits] buildbot ChangeLog,1.952,1.953

Brian Warner warner at users.sourceforge.net
Sun Sep 30 09:24:05 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ web: handle branch=trunk usefully]

Original author: warner at lothar.com
Date: 2007-09-30 09:23:10+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.952
retrieving revision 1.953
diff -u -d -r1.952 -r1.953
--- ChangeLog	30 Sep 2007 09:23:57 -0000	1.952
+++ ChangeLog	30 Sep 2007 09:24:03 -0000	1.953
@@ -1,7 +1,21 @@
 2007-09-30  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/web/base.py (map_branches): when referring to
+	branches through WebStatus (i.e. by appending ?branch=FOO query
+	arguments to the URL), make "trunk" mean trunk, by mapping it to
+	None before passing it to generateFinishedBuilds() and the like.
+	* buildbot/status/web/baseweb.py (OneLinePerBuild.body): same
+	(OneBoxPerBuilder.body): same, also improve display of branches in
+	the HTML a bit
+	* buildbot/status/web/waterfall.py (BuildTopBox.getBox): same
+	(WaterfallStatusResource.buildGrid): same. Note that this filters
+	Changes as well as Builds.
+	* docs/buildbot.texinfo (Buildbot Web Resources): remove the
+	caveat about trunk branches, now that it's fixed
+
 	* buildbot/status/web/base.py (OneLineMixin): refactor, move this
 	from builder.py, use it on the Builder page too
+
 	* buildbot/status/web/builder.py (StatusResourceBuilder): same
 	* buildbot/status/web/baseweb.py (OneLinePerBuild): display branch
 	names, add some CSS classes





More information about the Commits mailing list