Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View


Categories: config db docs os slave
Legend:   Passed Failed Failed Again Running Exception Offline No data

config db docs os slave
Amar Takhar
Merge remote-tracking branch 'upstream/master'
Amar Takhar
Fix typo s/Sumple/Simple/

This has been driving me bonkers all day.
Dustin J. Mitchell
Add support for sqlalchemy-migrate-0.7.2

Refs #2187
Tom Prince
Merge pull request #315 from funman/irc

IRC: add colored messages
Dustin J. Mitchell
last rites for BK
Dustin J. Mitchell
Merge branch 'master' of github.com:buildbot/buildbot

* 'master' of github.com:buildbot/buildbot:
  Add missing asDict() method on BuildSetStatus.
Dustin J. Mitchell
remove spurious MANIFEST.in line
Amar Takhar
Add missing asDict() method on BuildSetStatus.
Dustin J. Mitchell
do a better job of simulating a race condition
Dustin J. Mitchell
fix AttributeError in BuilderStatus.asDict
Dustin J. Mitchell
fix unintentional dependency on result-set order
Dustin J. Mitchell
Merge branch 'db_users_patch' of git://github.com/solarmist/buildbot

* 'db_users_patch' of git://github.com/solarmist/buildbot:
  Fix db.users findUserByAttr to return the correct user includes a test to catch this error
jdolson
Fix db.users findUserByAttr to return the correct user includes a test to catch this error
Dustin J. Mitchell
add tests for svn command failures in svnpoller

Refs #2138.  It doesn't fix this bug, but at least tests the obvious
suspects.
Dustin J. Mitchell
add transactions to all multiple-statement db methods
Dustin J. Mitchell
python2.4-compatible syntax
Dustin J. Mitchell
Merge branch 'bug2005'

* bug2005:
  Re-run queries after certain OperationalErrors
Dustin J. Mitchell
Re-run queries after certain OperationalErrors

Sometimes malformed SQL can generate an OperationalError, so this looks
at the message itself.  It's unclear how this will work with
localization.

The code uses an exponential backoff algorithm (with a relatively small
multiplier), and will retry for a day, which seems a reasonable
get-the-db-server-fixed time.

Fixes #2005.  Hoepfully for good!
Tom Prince
Merge pull request #312 from tomprince/always-use-latest-tests

Add some tests for alwaysUseLatest.
Tom Prince
Add some tests for alwaysUseLatest.

This catches the bugs fixed in
c303d1037439a77a9079c15b859e812c8d2ff426
and
95521c542a7ffa0d77499837fdf9bc51034e546e
Dustin J. Mitchell
Merge pull request #311 from stuarta/master

Fix local variable 'patch' referenced before assignment when alwaysUseLatest=True
Stuart Auchterlonie
Fix local variable 'patch' referenced before assignment when alwaysUseLatest=True
Dustin J. Mitchell
Merge branch 'master' of github.com:buildbot/buildbot

* 'master' of github.com:buildbot/buildbot:
  source: Make alwaysUseLatest ignore the SourceStamp's branch.
  transfer: Remove __del__.
Dustin J. Mitchell
Indicate that Twisted-8.x.y compatibility is deprecated.  Refs #2182.
Dustin J. Mitchell
Merge branch 'master' of ssh://euclid.r.igoro.us/home/dustin/code/buildbot/t/buildbot