[Buildbot-commits] [buildbot/buildbot] 384d9d: fix model defaults, add docs

noreply at github.com noreply at github.com
Thu Feb 3 18:58:17 UTC 2011


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

Commit: 384d9df838b2b76120acb1335114c9926f086a5f
    https://github.com/buildbot/buildbot/commit/384d9df838b2b76120acb1335114c9926f086a5f
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-02-03 (Thu, 03 Feb 2011)

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

Log Message:
-----------
fix model defaults, add docs

The old default was the string "NULL", rather than an actual NULL.


Commit: d0a3f5b6a48e524bd4c110394d676179306c9c65
    https://github.com/buildbot/buildbot/commit/d0a3f5b6a48e524bd4c110394d676179306c9c65
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-02-03 (Thu, 03 Feb 2011)

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

Log Message:
-----------
add buildbot.db.buildsets

A database connector component to handle buildsets and their component
buildrequests, along with tests.


Commit: a675d1fe55227f8077cf7642352e0fd92a59f999
    https://github.com/buildbot/buildbot/commit/a675d1fe55227f8077cf7642352e0fd92a59f999
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-02-03 (Thu, 03 Feb 2011)

Changed paths:
  M master/buildbot/db/connector.py
  A master/buildbot/db/schedulers.py
  A master/buildbot/test/unit/test_db_schedulers.py

Log Message:
-----------
add master.buildbot.db.schedulers

Database connector component that handles state management for
schedulers.  This re-implements existing database functionality
from previous versions, even where that functionality doesn't
make much sense.


Commit: 14cbf827897f92218ebcb52d3d3d4bbbe1285e47
    https://github.com/buildbot/buildbot/commit/14cbf827897f92218ebcb52d3d3d4bbbe1285e47
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-02-03 (Thu, 03 Feb 2011)

Changed paths:
  M master/buildbot/db/connector.py
  A master/buildbot/db/sourcestamps.py
  A master/buildbot/test/unit/test_db_sourcestamps.py

Log Message:
-----------
add master.db.sourcestamps

A database connector component to handle sourcestamps


Commit: 2d421120c6b75d7dd1ed7245c87ca7d84c8d73f2
    https://github.com/buildbot/buildbot/commit/2d421120c6b75d7dd1ed7245c87ca7d84c8d73f2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-02-03 (Thu, 03 Feb 2011)

Changed paths:
  M master/NEWS
  A master/buildbot/changes/filter.py
  M master/buildbot/schedulers/filter.py
  A master/buildbot/test/unit/test_changes_filter.py
  M master/buildbot/test/unit/test_oldpaths.py
  R master/buildbot/test/unit/test_schedulers_filter.py
  M master/docs/cfg-schedulers.texinfo

Log Message:
-----------
move buildbot.schedulers.filter to buildbot.changes.filter

The old name still works






More information about the Commits mailing list