[Buildbot-commits] [buildbot/buildbot] d830cd: Remove Progress/ETA support.
GitHub
noreply at github.com
Sun Oct 19 21:48:43 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: d830cde7a802e7613d088ac766eb3ea7443999ba
https://github.com/buildbot/buildbot/commit/d830cde7a802e7613d088ac766eb3ea7443999ba
Author: Dustin J. Mitchell <dustin at buildbot.net>
Date: 2014-10-19 (Sun, 19 Oct 2014)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/process/build.py
M master/buildbot/process/builder.py
M master/buildbot/process/buildstep.py
M master/buildbot/status/build.py
R master/buildbot/status/progress.py
M master/buildbot/status/words.py
M master/buildbot/steps/subunit.py
M master/buildbot/test/regressions/test_shell_command_properties.py
M master/buildbot/test/unit/test_process_build.py
R master/buildbot/test/unit/test_status_progress.py
M master/buildbot/test/util/steps.py
M master/buildbot/util/pickle.py
M master/docs/developer/cls-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Remove Progress/ETA support.
This is part of removing the reliance on status APIs in bug 2818. The
progress interface wasn't very good, anyway, and will be re-implemented
in bug 2590.
Commit: bb5433120fe911f578465fa0349e4cce941a81dd
https://github.com/buildbot/buildbot/commit/bb5433120fe911f578465fa0349e4cce941a81dd
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M master/buildbot/interfaces.py
M master/buildbot/process/build.py
M master/buildbot/process/builder.py
M master/buildbot/process/buildstep.py
M master/buildbot/status/build.py
R master/buildbot/status/progress.py
M master/buildbot/status/words.py
M master/buildbot/steps/subunit.py
M master/buildbot/test/regressions/test_shell_command_properties.py
M master/buildbot/test/unit/test_process_build.py
R master/buildbot/test/unit/test_status_progress.py
M master/buildbot/test/util/steps.py
M master/buildbot/util/pickle.py
M master/docs/developer/cls-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge pull request #1268 from djmitche/2818c
Remove Progress/ETA support.
See ticket:2818
Compare: https://github.com/buildbot/buildbot/compare/6d327e428bf8...bb5433120fe9
More information about the Commits
mailing list