[Buildbot-commits] [buildbot/buildbot] 095392: Add more utility functions for identifiers
GitHub
noreply at github.com
Sat Dec 28 00:05:03 UTC 2013
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: 095392002c6888d78a59ca1739c30bbcccf65565
https://github.com/buildbot/buildbot/commit/095392002c6888d78a59ca1739c30bbcccf65565
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-22 (Sun, 22 Dec 2013)
Changed paths:
M master/buildbot/db/buildslaves.py
A master/buildbot/test/unit/test_util_identifiers.py
R master/buildbot/test/unit/test_util_typechecks.py
A master/buildbot/util/identifiers.py
R master/buildbot/util/typechecks.py
M master/docs/developer/db.rst
M master/docs/developer/utils.rst
Log Message:
-----------
Add more utility functions for identifiers
Commit: 9729782fc4b37168825aa5b57706af673c19ec4e
https://github.com/buildbot/buildbot/commit/9729782fc4b37168825aa5b57706af673c19ec4e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-22 (Sun, 22 Dec 2013)
Changed paths:
M master/buildbot/data/logchunks.py
M master/buildbot/data/logs.py
M master/buildbot/db/logs.py
A master/buildbot/db/migrate/versions/034_log_slug.py
M master/buildbot/db/model.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_data_logchunks.py
M master/buildbot/test/unit/test_data_logs.py
M master/buildbot/test/unit/test_db_logs.py
A master/buildbot/test/unit/test_db_migrate_versions_034_log_slug.py
M master/buildbot/test/unit/test_util_identifiers.py
M master/buildbot/test/util/validation.py
M master/buildbot/util/identifiers.py
M master/docs/developer/db.rst
M master/docs/developer/rtype-log.rst
M master/docs/developer/rtype-logchunk.rst
Log Message:
-----------
Add a 'slug' to logs, so that names can be non-identifiers
The 'newLog' update method takes care of generating a unique slug.
Commit: 1b64f49001580674e4ae9a4bb2025407cfae1b03
https://github.com/buildbot/buildbot/commit/1b64f49001580674e4ae9a4bb2025407cfae1b03
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-22 (Sun, 22 Dec 2013)
Changed paths:
M master/buildbot/test/fake/fakedata.py
Log Message:
-----------
fix validation
Commit: 120d8f4807ee7fc56150daaf90ab8354956c862d
https://github.com/buildbot/buildbot/commit/120d8f4807ee7fc56150daaf90ab8354956c862d
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-24 (Tue, 24 Dec 2013)
Changed paths:
M master/docs/developer/config.rst
Log Message:
-----------
add logEncoding to config.rst
Commit: 74e4a4f9594a3d6677646759e22d82220a788ab3
https://github.com/buildbot/buildbot/commit/74e4a4f9594a3d6677646759e22d82220a788ab3
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-27 (Fri, 27 Dec 2013)
Changed paths:
M master/docs/developer/config.rst
Log Message:
-----------
Merge branch '9/log-slugs' of git://github.com/djmitche/buildbot into nine (PR #1022)
Compare: https://github.com/buildbot/buildbot/compare/4b61e1aa3847...74e4a4f9594a
More information about the Commits
mailing list