Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 2429b313746d4c8048fbd644c036516262a0f53a
      
https://github.com/buildbot/buildbot/commit/2429b313746d4c8048fbd644c036516262a0f53a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-12-27 (Fri, 27 Dec 2013)

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

  Log Message:
  -----------
  remove old log.hasContents method


  Commit: bf65927642853455a0d79b9d6c9e3ac7ee8da19e
      
https://github.com/buildbot/buildbot/commit/bf65927642853455a0d79b9d6c9e3ac7ee8da19e
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-12-27 (Fri, 27 Dec 2013)

  Changed paths:
    M README.md
    R master/buildbot/clients/debug.glade
    R master/buildbot/clients/debug.py
    R master/buildbot/clients/gtkPanes.py
    R master/buildbot/clients/text.py
    M master/buildbot/config.py
    M master/buildbot/data/builds.py
    M master/buildbot/data/steps.py
    M master/buildbot/process/build.py
    M master/buildbot/process/debug.py
    M master/buildbot/schedulers/trysched.py
    R master/buildbot/scripts/debugclient.py
    M master/buildbot/scripts/reconfig.py
    M master/buildbot/scripts/runner.py
    R master/buildbot/scripts/statusgui.py
    R master/buildbot/scripts/statuslog.py
    M master/buildbot/status/client.py
    M master/buildbot/test/fake/fakemq.py
    M master/buildbot/test/integration/test_try_client.py
    M master/buildbot/test/test_extra_coverage.py
    M master/buildbot/test/unit/test_config.py
    M master/buildbot/test/unit/test_data_steps.py
    M master/buildbot/test/unit/test_process_debug.py
    M master/buildbot/test/unit/test_schedulers_trysched.py
    M master/buildbot/test/unit/test_scripts_runner.py
    R master/buildbot/test/unit/test_scripts_statuslog.py
    M master/buildbot/test/unit/test_status_client.py
    M master/contrib/bash/buildbot
    R master/contrib/bb_applet.py
    M master/docs/buildbot.1
    M master/docs/developer/config.rst
    M master/docs/developer/master-overview.rst
    M master/docs/examples/hello.cfg
    M master/docs/examples/twisted_master.cfg
    M master/docs/manual/cfg-global.rst
    M master/docs/manual/cfg-intro.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/cmdline.rst
    M master/docs/manual/concepts.rst
    M master/docs/relnotes/index.rst
    M master/setup.py

  Log Message:
  -----------
  remove debug and status client support

* remove statusgui, statuslog, and debugclient commands
* deprecate debugPassword global config
* remove debug PB service (DebugService still handles the manhole)
* try scheduler now implements internally the subset of remote status objects
  that the tryclient expects internally
* PBListener is deprecated, although it will still work in configs
* master/buildbot/status/client.py is almost completely gone, except for
  PBListener
* data API fixes / hacks:
  * mq.startConsuming needs strings
  * change build.buildid.update -> finished
  * add startConsuming for StepsEndpoint
  * step['started_at'] can be None if the step hasn't started
  * step update methods now send events
  * mq message verification is disabled, since it is incompatible with sending
    multiple messages per event
  * builds' status strings aren't equivalent to the existing functionality


  Commit: 9317f0ff982ee14ac3c43d3fcb1c4e97db030095
      
https://github.com/buildbot/buildbot/commit/9317f0ff982ee14ac3c43d3fcb1c4e97db030095
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-12-29 (Sun, 29 Dec 2013)

  Changed paths:
    M master/buildbot/data/steps.py

  Log Message:
  -----------
  factor out generateEvent for steps


  Commit: bcefe1738e79a5f557a657d37da0ff9c875690c5
      
https://github.com/buildbot/buildbot/commit/bcefe1738e79a5f557a657d37da0ff9c875690c5
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-12-29 (Sun, 29 Dec 2013)

  Changed paths:
    M README.md
    R master/buildbot/clients/debug.glade
    R master/buildbot/clients/debug.py
    R master/buildbot/clients/gtkPanes.py
    R master/buildbot/clients/text.py
    M master/buildbot/config.py
    M master/buildbot/data/builds.py
    M master/buildbot/data/steps.py
    M master/buildbot/process/build.py
    M master/buildbot/process/debug.py
    M master/buildbot/schedulers/trysched.py
    R master/buildbot/scripts/debugclient.py
    M master/buildbot/scripts/reconfig.py
    M master/buildbot/scripts/runner.py
    R master/buildbot/scripts/statusgui.py
    R master/buildbot/scripts/statuslog.py
    M master/buildbot/status/client.py
    M master/buildbot/test/fake/fakemq.py
    M master/buildbot/test/fake/logfile.py
    M master/buildbot/test/integration/test_try_client.py
    M master/buildbot/test/test_extra_coverage.py
    M master/buildbot/test/unit/test_config.py
    M master/buildbot/test/unit/test_data_steps.py
    M master/buildbot/test/unit/test_process_debug.py
    M master/buildbot/test/unit/test_process_log.py
    M master/buildbot/test/unit/test_schedulers_trysched.py
    M master/buildbot/test/unit/test_scripts_runner.py
    R master/buildbot/test/unit/test_scripts_statuslog.py
    M master/buildbot/test/unit/test_status_client.py
    M master/contrib/bash/buildbot
    R master/contrib/bb_applet.py
    M master/docs/buildbot.1
    M master/docs/developer/config.rst
    M master/docs/developer/master-overview.rst
    M master/docs/examples/hello.cfg
    M master/docs/examples/twisted_master.cfg
    M master/docs/manual/cfg-global.rst
    M master/docs/manual/cfg-intro.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/cmdline.rst
    M master/docs/manual/concepts.rst
    M master/docs/relnotes/index.rst
    M master/setup.py

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


Compare: 
https://github.com/buildbot/buildbot/compare/a8719e8fe409...bcefe1738e79
------------------------------------------------------------------------------
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