[Buildbot-commits] [buildbot/buildbot] fb1b42: Add schedulers and scheduler_masters tables

GitHub noreply at github.com
Wed Oct 31 23:02:11 UTC 2012


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: fb1b42c3635702d81431ec2ecf154e3677e4d818
      https://github.com/buildbot/buildbot/commit/fb1b42c3635702d81431ec2ecf154e3677e4d818
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M README.md
    A master/buildbot/db/migrate/versions/024_add_schedulers_table.py
    M master/buildbot/db/model.py
    M master/buildbot/test/fake/fakedb.py
    A master/buildbot/test/unit/test_db_migrate_versions_024_add_schedulers_table.py

  Log Message:
  -----------
  Add schedulers and scheduler_masters tables


  Commit: 902002c1d2f753c2a65b6730279e802fcbbb4507
      https://github.com/buildbot/buildbot/commit/902002c1d2f753c2a65b6730279e802fcbbb4507
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M README.md
    M master/buildbot/db/schedulers.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_db_changes.py
    M master/buildbot/test/unit/test_db_schedulers.py
    M master/buildbot/test/unit/test_schedulers_basic.py
    M master/buildbot/test/util/types/__init__.py
    A master/buildbot/test/util/types/schedulers.py
    M master/docs/developer/database.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  add scheduler DB API methods to handle claiming schedulers


  Commit: a1ca0fcfc410ee5a6b08c5483a938affd5f3b491
      https://github.com/buildbot/buildbot/commit/a1ca0fcfc410ee5a6b08c5483a938affd5f3b491
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M README.md
    M master/buildbot/db/masters.py
    M master/buildbot/test/unit/test_db_masters.py
    M master/docs/developer/database.rst

  Log Message:
  -----------
  delete from scheduler_masters when a master is deactivated


  Commit: c71028dafb787c539dc7bb5b879ac9bf7715cb2b
      https://github.com/buildbot/buildbot/commit/c71028dafb787c539dc7bb5b879ac9bf7715cb2b
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  update README.md


  Commit: d36391c79639afc76919f50135313bc2017a283d
      https://github.com/buildbot/buildbot/commit/d36391c79639afc76919f50135313bc2017a283d
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M master/buildbot/db/migrate/versions/024_add_schedulers_table.py
    M master/buildbot/db/model.py

  Log Message:
  -----------
  add id columns for new many-to-many table

Refs #1053.


  Commit: 98c6791a34503edc31ef3fbe1aedd1edab329c94
      https://github.com/buildbot/buildbot/commit/98c6791a34503edc31ef3fbe1aedd1edab329c94
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M master/buildbot/db/schedulers.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_db_schedulers.py
    M master/docs/developer/database.rst

  Log Message:
  -----------
  add masterid= option to getSchedulers


  Commit: 65b90f90c0cb964e9dbad0da93e4f1db65a9e5be
      https://github.com/buildbot/buildbot/commit/65b90f90c0cb964e9dbad0da93e4f1db65a9e5be
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  summarize status of schedulers support, next steps


  Commit: 5c17920becb33dc83bcf917c5c370784cf87e6b1
      https://github.com/buildbot/buildbot/commit/5c17920becb33dc83bcf917c5c370784cf87e6b1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  more to-do notes


  Commit: 3a59de34d25f17303939fbc116d1582cc744666f
      https://github.com/buildbot/buildbot/commit/3a59de34d25f17303939fbc116d1582cc744666f
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-31 (Wed, 31 Oct 2012)

  Changed paths:
    M README.md
    M master/buildbot/db/masters.py
    A master/buildbot/db/migrate/versions/024_add_schedulers_table.py
    M master/buildbot/db/model.py
    M master/buildbot/db/schedulers.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_db_changes.py
    M master/buildbot/test/unit/test_db_masters.py
    A master/buildbot/test/unit/test_db_migrate_versions_024_add_schedulers_table.py
    M master/buildbot/test/unit/test_db_schedulers.py
    M master/buildbot/test/unit/test_schedulers_basic.py
    M master/buildbot/test/util/types/__init__.py
    A master/buildbot/test/util/types/schedulers.py
    M master/docs/developer/database.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch '9/schedulers-table' into nine


Compare: https://github.com/buildbot/buildbot/compare/527044cc2528...3a59de34d25f


More information about the Commits mailing list