[Buildbot-commits] buildbot ChangeLog,1.908,1.909

Brian Warner warner at users.sourceforge.net
Sun Aug 12 18:34:45 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ webstatus: add a preliminary XMLRPC server]

Original author: warner at lothar.com
Date: 2007-08-12 18:34:06+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.908
retrieving revision 1.909
diff -u -d -r1.908 -r1.909
--- ChangeLog	12 Aug 2007 07:44:05 -0000	1.908
+++ ChangeLog	12 Aug 2007 18:34:43 -0000	1.909
@@ -1,5 +1,11 @@
 2007-08-12  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/web/xmlrpc.py (XMLRPCServer): add preliminary
+	XMLRPC server to the WebStatus page. This only has two methods
+	right now (getAllBuildsInInterval and getBuild), but we'll be
+	adding more in the future. This server is extracted from the
+	trac-plugin branch.
+
 	* buildbot/status/web/baseweb.py (OneLinePerBuild): refactor using
 	generateFinishedBuilds, and improve the data displayed.
 	* buildbot/status/web/build.py (StatusResourceBuild): rearrange





More information about the Commits mailing list