Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: b55fa09789a34293b009527ccd8c567d728bcca9
      
https://github.com/buildbot/buildbot/commit/b55fa09789a34293b009527ccd8c567d728bcca9
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

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

  Log Message:
  -----------
  Add LineConsumerLogObserver


  Commit: 940ebe4905e6e928454819c2b8f2ee3043ad0449
      
https://github.com/buildbot/buildbot/commit/940ebe4905e6e928454819c2b8f2ee3043ad0449
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M master/buildbot/steps/python.py
    M master/buildbot/test/unit/test_steps_python.py

  Log Message:
  -----------
  refactor python steps to not use log.getText


  Commit: 9f5aa94782fe83616ba679fd3896a9d9280a6a54
      
https://github.com/buildbot/buildbot/commit/9f5aa94782fe83616ba679fd3896a9d9280a6a54
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M master/buildbot/steps/package/deb/pbuilder.py
    M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py

  Log Message:
  -----------
  factor getText out of pbuilder.py


  Commit: 075deb285da60fc782dfe5c40f38017107cc59a7
      
https://github.com/buildbot/buildbot/commit/075deb285da60fc782dfe5c40f38017107cc59a7
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M master/buildbot/steps/shell.py
    M master/buildbot/test/unit/test_steps_shell.py

  Log Message:
  -----------
  remove uses of log.getText from shell.py


  Commit: 2dab0e84f33962df2618a1ae58b6be59d67dd6d5
      
https://github.com/buildbot/buildbot/commit/2dab0e84f33962df2618a1ae58b6be59d67dd6d5
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/test/fake/fakebuild.py
    M master/buildbot/test/unit/test_steps_python_twisted.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  factor getText out of Trial and HLint

This introduces rudimentary tests for HLint.  I don't have a sample of
output from this command, so I can't write any more comprehensive tests.


  Commit: 28bebc111030a759f662893dda12db80914caee2
      
https://github.com/buildbot/buildbot/commit/28bebc111030a759f662893dda12db80914caee2
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M master/buildbot/steps/package/rpm/mock.py
    M master/buildbot/steps/package/rpm/rpmbuild.py

  Log Message:
  -----------
  factor getText out of Mock and RpmBuild


  Commit: 9f72b029c3c45266acce29708b8a018e93fb4bf3
      
https://github.com/buildbot/buildbot/commit/9f72b029c3c45266acce29708b8a018e93fb4bf3
  Author: Dustin J. Mitchell <[email protected]>
  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

  Log Message:
  -----------
  remove regex_log_evalutator


  Commit: 5781ca673ed5986964111a594a2f3c6a95beb7bd
      
https://github.com/buildbot/buildbot/commit/5781ca673ed5986964111a594a2f3c6a95beb7bd
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

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

  Log Message:
  -----------
  remove fake log.getText method


  Commit: 04dcd272be752a0c6d9e6770d386a0d9fed49407
      
https://github.com/buildbot/buildbot/commit/04dcd272be752a0c6d9e6770d386a0d9fed49407
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M README.md
    M master/docs/manual/cfg-statustargets.rst

  Log Message:
  -----------
  notes to update documentation when everything is settled


  Commit: cf598c6ae147a6f03305b626aa237f8d7cb36d8d
      
https://github.com/buildbot/buildbot/commit/cf598c6ae147a6f03305b626aa237f8d7cb36d8d
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M master/buildbot/process/logobserver.py

  Log Message:
  -----------
  finish unfinished comment


  Commit: 39c60d3c230abef2d3501d176c87ad63dab756f2
      
https://github.com/buildbot/buildbot/commit/39c60d3c230abef2d3501d176c87ad63dab756f2
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2014-01-06 (Mon, 06 Jan 2014)

  Changed paths:
    M README.md
    M master/buildbot/process/buildstep.py
    M master/buildbot/process/logobserver.py
    M master/buildbot/steps/package/deb/pbuilder.py
    M master/buildbot/steps/package/rpm/mock.py
    M master/buildbot/steps/package/rpm/rpmbuild.py
    M master/buildbot/steps/python.py
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/steps/shell.py
    M master/buildbot/test/fake/fakebuild.py
    M master/buildbot/test/fake/logfile.py
    M master/buildbot/test/unit/test_process_buildstep.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_package_deb_pbuilder.py
    M master/buildbot/test/unit/test_steps_python.py
    M master/buildbot/test/unit/test_steps_python_twisted.py
    M master/buildbot/test/unit/test_steps_shell.py
    M master/buildbot/test/util/steps.py
    M master/docs/developer/cls-logobserver.rst
    M master/docs/manual/cfg-statustargets.rst

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


Compare: 
https://github.com/buildbot/buildbot/compare/7843a4338712...39c60d3c230a
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to