[Buildbot-commits] [buildbot/buildbot] 05fdd7: rewrite changes._prune_changes to not use a subque...

noreply at github.com noreply at github.com
Sun Mar 27 05:44:13 UTC 2011


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

Commit: 05fdd7bc948e28eb27968eadfc3afd24794c22d4
    https://github.com/buildbot/buildbot/commit/05fdd7bc948e28eb27968eadfc3afd24794c22d4
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-03-26 (Sat, 26 Mar 2011)

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

Log Message:
-----------
rewrite changes._prune_changes to not use a subquery


Commit: bde9051a01081e48884d4085d3be9a71c8ee0db5
    https://github.com/buildbot/buildbot/commit/bde9051a01081e48884d4085d3be9a71c8ee0db5
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-03-26 (Sat, 26 Mar 2011)

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

Log Message:
-----------
quoteq the query in _txn_get_properties_from_db


Commit: 9762f13961ed7666a489c4b98f44d8b68e3b6f59
    https://github.com/buildbot/buildbot/commit/9762f13961ed7666a489c4b98f44d8b68e3b6f59
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-03-26 (Sat, 26 Mar 2011)

Changed paths:
  M master/buildbot/db/migrate/versions/001_initial.py
  M master/buildbot/db/migrate/versions/002_add_proj_repo.py
  M master/buildbot/db/migrate/versions/003_scheduler_class_name.py
  M master/buildbot/db/migrate/versions/007_add_object_tables.py
  M master/buildbot/db/model.py
  M master/buildbot/test/unit/test_db_pool.py

Log Message:
-----------
specify string lengths for MySQL's benefit, limit index lengths

MySQL limits indexes to 1000 bytes, which means about 500 characters.


Commit: 6ef7818fdee6f1410b2129eab4f8a83e78383782
    https://github.com/buildbot/buildbot/commit/6ef7818fdee6f1410b2129eab4f8a83e78383782
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2011-03-26 (Sat, 26 Mar 2011)

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

Log Message:
-----------
compare sorted results from database


Compare: https://github.com/buildbot/buildbot/compare/aa15f52...6ef7818




More information about the Commits mailing list