[Buildbot-commits] [buildbot/buildbot] : honor foreign key references

GitHub noreply at github.com
Sun Jan 8 20:50:44 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 80f2bd81743b7b2c0efc44558a6ad7deb2452bd9
      https://github.com/buildbot/buildbot/commit/80f2bd81743b7b2c0efc44558a6ad7deb2452bd9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

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

  Log Message:
  -----------
  honor foreign key references


  Commit: 46d8d6c064ddccd6ab100c3ef97e4a6168e22008
      https://github.com/buildbot/buildbot/commit/46d8d6c064ddccd6ab100c3ef97e4a6168e22008
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M master/buildbot/db/migrate/versions/018_add_sourcestampset.py
  M master/buildbot/db/model.py

  Log Message:
  -----------
  don't do a temporary table manually - let sqlalchemy-migrate do it as necessary


  Commit: 20f1fb1731e8aa53baf3075f06e1407ef93aaed9
      https://github.com/buildbot/buildbot/commit/20f1fb1731e8aa53baf3075f06e1407ef93aaed9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M master/buildbot/test/integration/test_upgrade.py

  Log Message:
  -----------
  sort column names when comparing indexes


  Commit: fccfbd8b4a27b03589bd0b887c35abf9d1b45995
      https://github.com/buildbot/buildbot/commit/fccfbd8b4a27b03589bd0b887c35abf9d1b45995
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M master/buildbot/test/unit/test_db_changes.py

  Log Message:
  -----------
  include sourcestampsets in the dependent ables for changes


  Commit: 17262519a0195b8049c6e258e8ab70ad31da49ca
      https://github.com/buildbot/buildbot/commit/17262519a0195b8049c6e258e8ab70ad31da49ca
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M master/buildbot/test/util/db.py

  Log Message:
  -----------
  be more lenient if the metadata fails to free tables in the right order


  Commit: ed74f73fefda9b27b8c0ab99bd8de93591bc7204
      https://github.com/buildbot/buildbot/commit/ed74f73fefda9b27b8c0ab99bd8de93591bc7204
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-01-08 (Sun, 08 Jan 2012)

  Changed paths:
    M master/buildbot/db/migrate/versions/018_add_sourcestampset.py
  M master/buildbot/db/model.py
  M master/buildbot/test/integration/test_upgrade.py
  M master/buildbot/test/unit/test_db_buildsets.py
  M master/buildbot/test/unit/test_db_changes.py
  M master/buildbot/test/util/db.py

  Log Message:
  -----------
  Merge branch 'dbfixes'

* dbfixes:
  be more lenient if the metadata fails to free tables in the right order
  include sourcestampsets in the dependent ables for changes
  sort column names when comparing indexes
  don't do a temporary table manually - let sqlalchemy-migrate do it as necessary
  honor foreign key references


Compare: https://github.com/buildbot/buildbot/compare/6d54089...ed74f73


More information about the Commits mailing list