[Buildbot-commits] [buildbot/buildbot] 344917: factor findXxxId methods into a base method
GitHub
noreply at github.com
Sat Oct 20 19:37:30 UTC 2012
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: 34491765383333e46ba71e5c79c296196bc596f3
https://github.com/buildbot/buildbot/commit/34491765383333e46ba71e5c79c296196bc596f3
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
Changed paths:
M master/buildbot/db/base.py
M master/buildbot/db/masters.py
M master/buildbot/db/users.py
M master/buildbot/test/unit/test_db_base.py
M master/buildbot/test/unit/test_db_masters.py
Log Message:
-----------
factor findXxxId methods into a base method
Commit: 08548b4aeef74d02ec4fe848cc1794fb40d9e73f
https://github.com/buildbot/buildbot/commit/08548b4aeef74d02ec4fe848cc1794fb40d9e73f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M master/buildbot/test/unit/test_db_base.py
Log Message:
-----------
fix tests to use the masters table (which exists) rather than schedulers (which doesn't)
Commit: 696ef53a036d08deafc61dac69e94929fe6bc890
https://github.com/buildbot/buildbot/commit/696ef53a036d08deafc61dac69e94929fe6bc890
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M master/buildbot/db/base.py
Log Message:
-----------
use fetchone, as it's more explicit
Commit: c25e62616d407d05cad944d03af404dc94899632
https://github.com/buildbot/buildbot/commit/c25e62616d407d05cad944d03af404dc94899632
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
M master/buildbot/db/base.py
M master/buildbot/db/masters.py
M master/buildbot/db/users.py
M master/buildbot/test/unit/test_db_base.py
M master/buildbot/test/unit/test_db_masters.py
Log Message:
-----------
Merge branch '9/findXxxId' of git://github.com/djmitche/buildbot into nine
Compare: https://github.com/buildbot/buildbot/compare/a3f445942985...c25e62616d40
More information about the Commits
mailing list