[Buildbot-commits] [djmitche/buildbot] 6f90f6: remove deprecated html.Waterfall

noreply at github.com noreply at github.com
Sun Feb 14 04:41:10 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 6f90f6912dcf0cbd2b439f556b398c63e0691243
    http://github.com/djmitche/buildbot/commit/6f90f6912dcf0cbd2b439f556b398c63e0691243
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-13 (Sat, 13 Feb 2010)

Changed paths:
  M NEWS
  M buildbot/changes/changes.py
  M buildbot/scripts/sample.cfg
  M buildbot/status/html.py
  M buildbot/status/web/baseweb.py
  M buildbot/test/runs/test_web.py
  M buildbot/test/unit/test_config.py
  M docs/buildbot.texinfo

Log Message:
-----------
remove deprecated html.Waterfall


Commit: 08329985a90294e7556fd694011ffb4b6762a183
    http://github.com/djmitche/buildbot/commit/08329985a90294e7556fd694011ffb4b6762a183
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-13 (Sat, 13 Feb 2010)

Changed paths:
  M buildbot/status/web/builder.py

Log Message:
-----------
remove some dead code


Commit: 7572c5bdad4a09393b665fff2939e605df58deb1
    http://github.com/djmitche/buildbot/commit/7572c5bdad4a09393b665fff2939e605df58deb1
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-13 (Sat, 13 Feb 2010)

Changed paths:
  M NEWS
  M buildbot/process/builder.py
  M buildbot/scripts/sample.cfg
  A buildbot/status/web/authz.py
  M buildbot/status/web/base.py
  M buildbot/status/web/baseweb.py
  M buildbot/status/web/build.py
  M buildbot/status/web/builder.py
  M buildbot/status/web/console.py
  M buildbot/status/web/grid.py
  M buildbot/status/web/slaves.py
  M buildbot/status/web/templates/build.html
  M buildbot/status/web/templates/builder.html
  M buildbot/status/web/templates/buildslave.html
  M buildbot/status/web/templates/forms.html
  M buildbot/status/web/templates/oneboxperbuilder.html
  M buildbot/status/web/templates/onelineperbuild.html
  M buildbot/status/web/xmlrpc.py
  A buildbot/test/unit/test_authz.py
  M docs/buildbot.texinfo

Log Message:
-----------
allow individual control of all web-based actions

This replaces allowForce=.. and auth=.. with an Authz object, which
can specify how to handle:
 * gracefulShutdown
 * forceBuild
 * forceAllBuilds
 * stopBuild
 * stopAllBuilds
 * pingBuilder
 * cancelPendingBuild

fixes #701






More information about the Commits mailing list