[Buildbot-commits] [djmitche/buildbot] 821dc0: fixes for IBuilderStatus: getPendingBuilds, subscr...
noreply at github.com
noreply at github.com
Wed Apr 28 16:31:24 UTC 2010
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: 821dc06b58c81c4c7030d4d3938cfb35d2e0c157
http://github.com/djmitche/buildbot/commit/821dc06b58c81c4c7030d4d3938cfb35d2e0c157
Author: Brian Warner <warner at mozilla.com>
Date: 2010-04-26 (Mon, 26 Apr 2010)
Changed paths:
M buildbot/db/connector.py
M buildbot/status/builder.py
Log Message:
-----------
fixes for IBuilderStatus: getPendingBuilds, subscribe/unsubscribe handles for requestSubmitted and requestCancelled, and IStatus's buildSetSubmitted notification
Commit: 9fb878f7e2eeb5faa5ab1e4e35dd5c7c84b1531b
http://github.com/djmitche/buildbot/commit/9fb878f7e2eeb5faa5ab1e4e35dd5c7c84b1531b
Author: Brian Warner <warner at lothar.com>
Date: 2010-04-26 (Mon, 26 Apr 2010)
Changed paths:
A buildbot/broken_test/runs/test_pending.py
M buildbot/db/connector.py
M buildbot/process/builder.py
Log Message:
-----------
implement IBuildRequestControl.cancel(), add unit tests for cancel()
and IBuilderStatus.getPendingBuilds()/subscribe()/unsubscribe()
Commit: 9e4632c67839fc73e91f757ced06b4c5c134b523
http://github.com/djmitche/buildbot/commit/9e4632c67839fc73e91f757ced06b4c5c134b523
Author: Brian Warner <warner at lothar.com>
Date: 2010-04-26 (Mon, 26 Apr 2010)
Changed paths:
M buildbot/process/builder.py
M buildbot/status/web/builder.py
Log Message:
-----------
fix web handling of getPendingBuilds() and cancel()
Commit: 198f2ed83fc83ad13166973e6329c41d733b9f2e
http://github.com/djmitche/buildbot/commit/198f2ed83fc83ad13166973e6329c41d733b9f2e
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-04-28 (Wed, 28 Apr 2010)
Changed paths:
A buildbot/broken_test/runs/test_pending.py
M buildbot/db/connector.py
M buildbot/process/builder.py
M buildbot/status/builder.py
M buildbot/status/web/builder.py
Log Message:
-----------
Merge branch 'misc-fixes' of git://github.com/warner/buildbot
* 'misc-fixes' of git://github.com/warner/buildbot:
fix web handling of getPendingBuilds() and cancel()
implement IBuildRequestControl.cancel(), add unit tests for cancel()
fixes for IBuilderStatus: getPendingBuilds, subscribe/unsubscribe handles for requestSubmitted and requestCancelled, and IStatus's buildSetSubmitted notification
Fixes #730
Signed-off-by: Dustin J. Mitchell <dustin at zmanda.com>
More information about the Commits
mailing list