[Buildbot-commits] [buildbot/buildbot] b1f010: Add db.buildsets.getBuildsets

noreply at github.com noreply at github.com
Tue Apr 19 00:57:54 UTC 2011


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

Commit: b1f0107670a6217b04ed5aae044eae8e51b2f2af
    https://github.com/buildbot/buildbot/commit/b1f0107670a6217b04ed5aae044eae8e51b2f2af
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-04-18 (Mon, 18 Apr 2011)

Changed paths:
  M master/buildbot/db/buildsets.py
  M master/buildbot/test/unit/test_db_buildsets.py

Log Message:
-----------
Add db.buildsets.getBuildsets

This also adds a 'bsid' key to buildset dictionaries.


Commit: 44877c094020676f98c56d39227e179d78789914
    https://github.com/buildbot/buildbot/commit/44877c094020676f98c56d39227e179d78789914
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-04-18 (Mon, 18 Apr 2011)

Changed paths:
  M master/NEWS
  M master/buildbot/db/connector.py
  M master/buildbot/interfaces.py
  M master/buildbot/master.py
  M master/buildbot/status/__init__.py
  M master/buildbot/status/builder.py
  M master/buildbot/status/buildset.py
  M master/buildbot/status/client.py
  M master/buildbot/status/master.py
  M master/buildbot/test/fake/fakedb.py
  M master/buildbot/test/unit/test_status_buildstep.py
  A master/buildbot/test/unit/test_status_client.py
  A master/buildbot/test/unit/test_status_master.py

Log Message:
-----------
remove db.get_active_buildset_ids

This means that the getBuildSets IStatus method returns a Deferred.

Also includes some further cleanup of the status refactor to allow for
easier inter-module imports

Also fixes an error where StatusClient's 'getBuildSets' method was
returning external_idstring's instead of bsid's.  This error would have
prevented try --wait from working properly in ssh mode in Buildbot
versions 0.8.0 through 0.8.3.


Compare: https://github.com/buildbot/buildbot/compare/7537a06...44877c0




More information about the Commits mailing list