[Buildbot-commits] [buildbot/buildbot] daa9ff: remove db.build_started and db.get_build_info

noreply at github.com noreply at github.com
Mon May 2 00:52:27 UTC 2011


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: daa9ff735e63fdebb55f3fba1e002630345a2aee
    https://github.com/buildbot/buildbot/commit/daa9ff735e63fdebb55f3fba1e002630345a2aee
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/db/connector.py
  M master/buildbot/master.py
  M master/buildbot/process/builder.py
  M master/buildbot/status/master.py

Log Message:
-----------
remove db.build_started and db.get_build_info

This makes the Builder notify the Status class directly, rather than
sticking information into a database and sending an incomplete
notification about it.


Commit: 8e4fce62f7110b56dfadc74916f5a8b3fd09f0c8
    https://github.com/buildbot/buildbot/commit/8e4fce62f7110b56dfadc74916f5a8b3fd09f0c8
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/db/connector.py
  M master/buildbot/status/master.py

Log Message:
-----------
remove unused notification support from DBConnector


Commit: 417e9692a5012acfcf7a2acc76642f9fadc4df5a
    https://github.com/buildbot/buildbot/commit/417e9692a5012acfcf7a2acc76642f9fadc4df5a
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/db/connector.py
  M master/buildbot/process/builder.py

Log Message:
-----------
remove db.builds_finished


Commit: 6762e8b9a29a728040707c64a095ee06f5e5b3d6
    https://github.com/buildbot/buildbot/commit/6762e8b9a29a728040707c64a095ee06f5e5b3d6
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/db/buildrequests.py
  M master/buildbot/test/unit/test_db_buildrequests.py

Log Message:
-----------
Add master.db.buildrequests.unclaimBuildRequests


Commit: 433c198a43c2b638b62bcb4e56471fb1faa8653c
    https://github.com/buildbot/buildbot/commit/433c198a43c2b638b62bcb4e56471fb1faa8653c
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/db/connector.py
  M master/buildbot/process/builder.py
  M master/buildbot/process/slavebuilder.py

Log Message:
-----------
Use db.buildrequests.unclaimBuildRequests

Remove db.resubmit_requests

Also fix an error in handling disconnected slaves


Commit: 67e32ccfe87e215d1da7cee1c5596628d4858500
    https://github.com/buildbot/buildbot/commit/67e32ccfe87e215d1da7cee1c5596628d4858500
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/test/fake/fakedb.py

Log Message:
-----------
Fix fakedb simulation of builds component


Commit: 2f681301b0d446a274cc74d7b3e7ee8c70863541
    https://github.com/buildbot/buildbot/commit/2f681301b0d446a274cc74d7b3e7ee8c70863541
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/process/botmaster.py
  M master/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.py

Log Message:
-----------
fix sorting of buildrequests (based on datetime, not integers)


Commit: f7830df638986224fffcd0eb70250516e0494f46
    https://github.com/buildbot/buildbot/commit/f7830df638986224fffcd0eb70250516e0494f46
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/status/master.py
  M master/buildbot/test/fake/fakedb.py

Log Message:
-----------
spell getBuildsets correctly (no capital s)


Commit: 1bb1ef7c62c5bcda2dc1d2b88b4b404681c2e607
    https://github.com/buildbot/buildbot/commit/1bb1ef7c62c5bcda2dc1d2b88b4b404681c2e607
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/db/connector.py
  M master/buildbot/schedulers/trysched.py
  M master/buildbot/status/buildset.py
  M master/buildbot/status/master.py
  M master/buildbot/test/fake/fakedb.py

Log Message:
-----------
construct BuildSetStatus from a bsdict; remove db.get_buildset_info


Commit: 24398dd4ccc934703a166f309e29ee166020c0f0
    https://github.com/buildbot/buildbot/commit/24398dd4ccc934703a166f309e29ee166020c0f0
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/db/connector.py

Log Message:
-----------
remove now-unused get_buildername_for_brid


Commit: d5ccf1da05d2bcddfab0b6aff6798a4b626e8252
    https://github.com/buildbot/buildbot/commit/d5ccf1da05d2bcddfab0b6aff6798a4b626e8252
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M master/buildbot/db/connector.py

Log Message:
-----------
remove now-unused db.examine_buildset


Commit: 992b356994fd8df68fb91625cdbbba0c70b18b5e
    https://github.com/buildbot/buildbot/commit/992b356994fd8df68fb91625cdbbba0c70b18b5e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Log Message:
-----------
Merge branch 'master' of github.com:buildbot/buildbot

* 'master' of github.com:buildbot/buildbot:


Compare: https://github.com/buildbot/buildbot/compare/116d642...992b356




More information about the Commits mailing list