[Buildbot-commits] buildbot ChangeLog,1.908,1.909
Brian Warner
warner at users.sourceforge.net
Sun Aug 12 18:34:45 UTC 2007
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/status/web base.py, 1.5, 1.6 baseweb.py, 1.12, 1.13 build.py, 1.6, 1.7 builder.py, 1.5, 1.6
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/status/web xmlrpc.py, NONE, 1.1 baseweb.py, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/status/web base.py, 1.5, 1.6 baseweb.py, 1.12, 1.13 build.py, 1.6, 1.7 builder.py, 1.5, 1.6
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/status/web xmlrpc.py, NONE, 1.1 baseweb.py, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list