[Buildbot-commits] [buildbot/buildbot] 358a05: Increase the DB lengths for changes.comments and b...

GitHub noreply at github.com
Sat May 11 13:18:55 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 358a05518af8cbe30515149cde58052fd84cec29
      https://github.com/buildbot/buildbot/commit/358a05518af8cbe30515149cde58052fd84cec29
  Author: Andrew Gallagher <agallagher at fb.com>
  Date:   2013-05-09 (Thu, 09 May 2013)

  Changed paths:
    M master/buildbot/db/buildsets.py
    M master/buildbot/db/changes.py
    A master/buildbot/db/migrate/versions/023_increase_comments_property_lengths.py
    M master/buildbot/db/model.py
    A master/buildbot/test/unit/test_db_migrate_versions_023_increase_comments_property_lengths.py

  Log Message:
  -----------
  Increase the DB lengths for changes.comments and buildset_properties.property_value

The current 1024 char restrictions on these columns occasionally cause issues on a MySQL backend.


  Commit: 54172656617e71c6751e6e320cf9141d28c809d2
      https://github.com/buildbot/buildbot/commit/54172656617e71c6751e6e320cf9141d28c809d2
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-05-11 (Sat, 11 May 2013)

  Changed paths:
    M master/buildbot/db/buildsets.py
    M master/buildbot/db/changes.py
    A master/buildbot/db/migrate/versions/023_increase_comments_property_lengths.py
    M master/buildbot/db/model.py
    A master/buildbot/test/unit/test_db_migrate_versions_023_increase_comments_property_lengths.py

  Log Message:
  -----------
  Merge branch 'db_lengths' of git://github.com/andrewjcg/buildbot


  Commit: 049fec24539f1a3b4fa547b013ca5f698128f8fd
      https://github.com/buildbot/buildbot/commit/049fec24539f1a3b4fa547b013ca5f698128f8fd
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-05-11 (Sat, 11 May 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Add release notes.  Fixes #2367.


Compare: https://github.com/buildbot/buildbot/compare/61f10c2546e3...049fec24539f


More information about the Commits mailing list