[Buildbot-commits] [buildbot/buildbot] e47587: remove log_eval_func
GitHub
noreply at github.com
Wed Jan 8 00:55:09 UTC 2014
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: e47587705b9b10adaa4e2bcf9e80fff069a0a3a1
https://github.com/buildbot/buildbot/commit/e47587705b9b10adaa4e2bcf9e80fff069a0a3a1
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/docs/developer/cls-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
remove log_eval_func
This was undocumented, apparently mostly unused, and mostly redundant to
evaluateCommand, but took a step status object as an argument.
Commit: d2c19b82c000894b30736f3241116c123d7891b1
https://github.com/buildbot/buildbot/commit/d2c19b82c000894b30736f3241116c123d7891b1
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/test/fake/logfile.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/integration/test_custom_buildstep.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/buildbot/test/util/steps.py
M master/docs/developer/cls-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Implement compatibility for read-only log methods in old-style steps
Including
* log.getText, log.readlines, etc.
* step.getLog returns an instance with those methods in old-style
steps
Commit: f649d1587dc409de025d80d356186d1405fcf0ba
https://github.com/buildbot/buildbot/commit/f649d1587dc409de025d80d356186d1405fcf0ba
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-06 (Mon, 06 Jan 2014)
Changed paths:
M README.md
M master/buildbot/process/logobserver.py
Log Message:
-----------
fix TODOs for log observers
Commit: 0fb53cc0e271336d7baf7fa54418ef9453291aeb
https://github.com/buildbot/buildbot/commit/0fb53cc0e271336d7baf7fa54418ef9453291aeb
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2014-01-07 (Tue, 07 Jan 2014)
Changed paths:
M README.md
M master/buildbot/process/buildstep.py
M master/buildbot/process/logobserver.py
M master/buildbot/test/fake/logfile.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/integration/test_custom_buildstep.py
M master/buildbot/test/unit/test_process_buildstep.py
M master/buildbot/test/util/steps.py
M master/docs/developer/cls-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge djmitche/buildbot into nine:9/use-data-api-7 (PR #1040)
Compare: https://github.com/buildbot/buildbot/compare/d071e402dc2c...0fb53cc0e271
More information about the Commits
mailing list