tpot/bbremote.git
16 years agoSplit common connect routine into a module.
Tim Potter [Tue, 8 Apr 2008 06:38:56 +0000 (16:38 +1000)]
Split common connect routine into a module.

16 years agoSkeleton of GNOME buildbot applet.
Tim Potter [Tue, 8 Apr 2008 06:24:29 +0000 (16:24 +1000)]
Skeleton of GNOME buildbot applet.

Run with command line arg 'run-in-window' to avoid having to muck around with
bonobo for testing.

16 years agoReset percent complete to zero when build finished.
Tim Potter [Tue, 8 Apr 2008 06:01:59 +0000 (16:01 +1000)]
Reset percent complete to zero when build finished.

16 years agoAdd progress indicator widget for build ETA.
Tim Potter [Tue, 8 Apr 2008 05:56:55 +0000 (15:56 +1000)]
Add progress indicator widget for build ETA.

16 years agoAdd "build status" column and update with build/step start/finish events.
Tim Potter [Tue, 8 Apr 2008 04:31:51 +0000 (14:31 +1000)]
Add "build status" column and update with build/step start/finish events.

16 years agoModify application to be totally driven by subscribe events.
Tim Potter [Tue, 8 Apr 2008 03:47:31 +0000 (13:47 +1000)]
Modify application to be totally driven by subscribe events.

16 years agoFix error handling in initial connection.
Tim Potter [Tue, 8 Apr 2008 03:13:46 +0000 (13:13 +1000)]
Fix error handling in initial connection.

Don't forget that addCallback(fn1) followed by addErrback(fn2) doesn't do
quite what you think.  Use addCallbacks(fn1, fn2) instead.

16 years agoMake columns clickable, resizable and sortable.
Tim Potter [Mon, 7 Apr 2008 03:19:55 +0000 (13:19 +1000)]
Make columns clickable, resizable and sortable.

16 years agoAdd status of last build to main window.
Tim Potter [Mon, 7 Apr 2008 02:48:59 +0000 (12:48 +1000)]
Add status of last build to main window.

16 years agoInitialise builder state and display status in main window.
Tim Potter [Mon, 7 Apr 2008 01:48:41 +0000 (11:48 +1000)]
Initialise builder state and display status in main window.

16 years agoQuery server for list of builders and display list in main window.
Tim Potter [Mon, 7 Apr 2008 01:32:08 +0000 (11:32 +1000)]
Query server for list of builders and display list in main window.

16 years agoSkeleton glade interface for gnome buildbot client.
Tim Potter [Mon, 7 Apr 2008 00:48:33 +0000 (10:48 +1000)]
Skeleton glade interface for gnome buildbot client.

16 years agoAdd some doco about object returned by initial subscribe call.
Tim Potter [Mon, 7 Apr 2008 00:19:11 +0000 (10:19 +1000)]
Add some doco about object returned by initial subscribe call.

16 years agoUpdate docs.
Tim Potter [Sun, 30 Mar 2008 03:16:59 +0000 (14:16 +1100)]
Update docs.

16 years agoAdd missing callbacks for MODE_LOGS and logchunk callback for MODE_FULL.
Tim Potter [Sun, 30 Mar 2008 02:51:03 +0000 (13:51 +1100)]
Add missing callbacks for MODE_LOGS and logchunk callback for MODE_FULL.

16 years agoAdd callbacks for build steps plus some more docs.
Tim Potter [Sat, 29 Mar 2008 01:11:42 +0000 (12:11 +1100)]
Add callbacks for build steps plus some more docs.

16 years agoFix syntax error.
Tim Potter [Fri, 28 Mar 2008 07:00:05 +0000 (18:00 +1100)]
Fix syntax error.

16 years agoFix typo in constant.
Tim Potter [Fri, 28 Mar 2008 06:53:54 +0000 (17:53 +1100)]
Fix typo in constant.

16 years agoAdd callbacks for first two levels of subscription notifications.
Tim Potter [Fri, 28 Mar 2008 06:53:24 +0000 (17:53 +1100)]
Add callbacks for first two levels of subscription notifications.

MODE_BUILDERS receives builderAdded, builderRemoved events.

MODE_BUILDS receives above plus builderChangedState, buildStarted,
buildFinished.

16 years agoInitial checkin of code to connect to remote PB service.
Tim Potter [Fri, 28 Mar 2008 06:12:00 +0000 (17:12 +1100)]
Initial checkin of code to connect to remote PB service.