[Buildbot-commits] [buildbot/buildbot] d95219: remove undocumented getStepByBuild
GitHub
noreply at github.com
Wed Jan 1 16:53:52 UTC 2014
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: d952190adc3b81185a58ce7eebee425f20088acb
https://github.com/buildbot/buildbot/commit/d952190adc3b81185a58ce7eebee425f20088acb
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-29 (Sun, 29 Dec 2013)
Changed paths:
M master/buildbot/data/base.py
M master/buildbot/data/steps.py
M master/buildbot/db/steps.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_db_steps.py
M master/docs/developer/database.rst
Log Message:
-----------
remove undocumented getStepByBuild
Its functionality is more naturally handled in getStep.
Commit: 9c523f6b7a6babbcd57939ec8e31987fd2c10b3d
https://github.com/buildbot/buildbot/commit/9c523f6b7a6babbcd57939ec8e31987fd2c10b3d
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M master/buildbot/process/builder.py
M master/buildbot/process/buildrequest.py
M master/buildbot/process/buildrequestdistributor.py
M master/buildbot/test/fake/fakedata.py
M master/buildbot/test/unit/test_data_buildrequests.py
M master/buildbot/test/unit/test_process_builder.py
A master/buildbot/test/unit/test_process_buildrequestdistributor.py
R master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py
Log Message:
-----------
Use the Data API for build requests
This also renames the test case for the build request distributor.
Commit: 933a3121f8819d8931203d25d7e02ec0269a3034
https://github.com/buildbot/buildbot/commit/933a3121f8819d8931203d25d7e02ec0269a3034
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M README.md
Log Message:
-----------
update README.md with remaining buildrequest tasks
Commit: 66698b30587cb0b73ae564f909dc7b8eb569e9a0
https://github.com/buildbot/buildbot/commit/66698b30587cb0b73ae564f909dc7b8eb569e9a0
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M master/buildbot/test/unit/test_steps_shell.py
Log Message:
-----------
tests for PerlModuleTest
Commit: 00344f3e6c0a5f758eeba6098e257e8fd5482d81
https://github.com/buildbot/buildbot/commit/00344f3e6c0a5f758eeba6098e257e8fd5482d81
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M master/buildbot/steps/shell.py
Log Message:
-----------
Rewrite PerModuletest to use a LogObserver
Commit: 14f6de9c48e47a45c2bfd97d971a6bcdda32b271
https://github.com/buildbot/buildbot/commit/14f6de9c48e47a45c2bfd97d971a6bcdda32b271
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M master/buildbot/test/fake/logfile.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/unit/test_steps_shell.py
M master/buildbot/test/unit/test_util_lineboundaries.py
M master/buildbot/util/lineboundaries.py
Log Message:
-----------
make test logfiles act more like real wrt newlines
Commit: 1f1de2f11adca8b53423c8c8b74462d46145c35e
https://github.com/buildbot/buildbot/commit/1f1de2f11adca8b53423c8c8b74462d46145c35e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M master/buildbot/steps/package/deb/lintian.py
M master/buildbot/steps/package/rpm/rpmlint.py
A master/buildbot/steps/package/util.py
Log Message:
-----------
refactor DebLintian and RpmLint to use a LogObserver
Commit: b7f82dcc2751daddb320a25385aad0946efa1f45
https://github.com/buildbot/buildbot/commit/b7f82dcc2751daddb320a25385aad0946efa1f45
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)
Changed paths:
M master/buildbot/status/logfile.py
M master/buildbot/test/fake/logfile.py
M master/buildbot/test/unit/test_process_log.py
Log Message:
-----------
remove log.readlines
Commit: 85b95a84f3f1b13724dec97586f970eefe4e61ee
https://github.com/buildbot/buildbot/commit/85b95a84f3f1b13724dec97586f970eefe4e61ee
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M master/buildbot/data/base.py
M master/buildbot/data/steps.py
M master/buildbot/db/steps.py
M master/buildbot/test/fake/fakedb.py
M master/buildbot/test/unit/test_db_steps.py
M master/docs/developer/database.rst
Log Message:
-----------
Merge branch '9/remove-getStepByBuild' of git://github.com/djmitche/buildbot into nine
Commit: b042fbc34284322063b29cd549d59dbf466fae07
https://github.com/buildbot/buildbot/commit/b042fbc34284322063b29cd549d59dbf466fae07
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M README.md
M master/buildbot/process/builder.py
M master/buildbot/process/buildrequest.py
M master/buildbot/process/buildrequestdistributor.py
M master/buildbot/test/fake/fakedata.py
M master/buildbot/test/unit/test_data_buildrequests.py
M master/buildbot/test/unit/test_process_builder.py
A master/buildbot/test/unit/test_process_buildrequestdistributor.py
R master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py
Log Message:
-----------
Merge branch '9/use-br-data' of git://github.com/djmitche/buildbot into nine
Commit: 3606f496a3245a6068a1fe63a4d8264f011866c1
https://github.com/buildbot/buildbot/commit/3606f496a3245a6068a1fe63a4d8264f011866c1
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-01 (Wed, 01 Jan 2014)
Changed paths:
M master/buildbot/process/builder.py
M master/buildbot/process/buildrequest.py
M master/buildbot/process/buildrequestdistributor.py
M master/buildbot/status/logfile.py
M master/buildbot/steps/package/deb/lintian.py
M master/buildbot/steps/package/rpm/rpmlint.py
A master/buildbot/steps/package/util.py
M master/buildbot/steps/shell.py
M master/buildbot/test/fake/fakedata.py
M master/buildbot/test/fake/logfile.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/unit/test_process_builder.py
M master/buildbot/test/unit/test_process_log.py
M master/buildbot/test/unit/test_steps_shell.py
M master/buildbot/test/unit/test_util_lineboundaries.py
M master/buildbot/util/lineboundaries.py
Log Message:
-----------
Merge branch '9/use-data-api-5' of git://github.com/djmitche/buildbot into nine
+autopep8, pyflakes
Compare: https://github.com/buildbot/buildbot/compare/579bb08a0438...3606f496a324
More information about the Commits
mailing list