[Buildbot-commits] [buildbot/buildbot] 75355e: Add support for header output to LogObservers.

GitHub noreply at github.com
Sun Dec 29 14:49:52 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 75355ee9b175b07936a4568827b9b3e24f107fae
      https://github.com/buildbot/buildbot/commit/75355ee9b175b07936a4568827b9b3e24f107fae
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    M master/buildbot/process/logobserver.py
    M master/buildbot/test/unit/test_process_logobserver.py
    M master/docs/developer/cls-logobserver.rst

  Log Message:
  -----------
  Add support for header output to LogObservers.

It turns out that this isn't necessary for anything in Buildbot, but may
be useful to users.


  Commit: 1ec1dd5150d47caf58fa6692558445cc698fef6a
      https://github.com/buildbot/buildbot/commit/1ec1dd5150d47caf58fa6692558445cc698fef6a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    R master/buildbot/status/tinderbox.py
    M master/buildbot/test/test_extra_coverage.py

  Log Message:
  -----------
  Remove TinderboxMailNotifier

And with it, the last ues of log.getTextWithHeaders


  Commit: 689565edab1c48cbfd410415f931253d8fe05f74
      https://github.com/buildbot/buildbot/commit/689565edab1c48cbfd410415f931253d8fe05f74
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-28 (Sat, 28 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
    M master/buildbot/test/unit/test_steps_source_repo.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  remove log.getTextWithHeaders


  Commit: 63505a1aecec3a82ade9744c455b625aa948f9d9
      https://github.com/buildbot/buildbot/commit/63505a1aecec3a82ade9744c455b625aa948f9d9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    M master/buildbot/test/fake/logfile.py

  Log Message:
  -----------
  send headers in fake log files to observers, check line endings, and encode properly


  Commit: 8170e2fba69b2e1e7613980541406123ea21bce1
      https://github.com/buildbot/buildbot/commit/8170e2fba69b2e1e7613980541406123ea21bce1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-29 (Sun, 29 Dec 2013)

  Changed paths:
    M master/buildbot/test/fake/logfile.py

  Log Message:
  -----------
  header line-ending checks were too aggressive


  Commit: 2c8391db79cbd485b03156263d8dd5c4cfb96a03
      https://github.com/buildbot/buildbot/commit/2c8391db79cbd485b03156263d8dd5c4cfb96a03
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-29 (Sun, 29 Dec 2013)

  Changed paths:
    M master/buildbot/process/logobserver.py
    M master/buildbot/status/logfile.py
    R master/buildbot/status/tinderbox.py
    M master/buildbot/test/fake/logfile.py
    M master/buildbot/test/test_extra_coverage.py
    M master/buildbot/test/unit/test_process_log.py
    M master/buildbot/test/unit/test_process_logobserver.py
    M master/buildbot/test/unit/test_steps_source_repo.py
    M master/docs/developer/cls-logobserver.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch '9/use-data-api-3' of git://github.com/djmitche/buildbot into nine


Compare: https://github.com/buildbot/buildbot/compare/bcefe1738e79...2c8391db79cb


More information about the Commits mailing list