[Buildbot-commits] [buildbot/buildbot] db673a: master/buildbuilt/status/web/change_hook.py

noreply at github.com noreply at github.com
Tue Oct 5 15:32:43 UTC 2010


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

Commit: db673aa196296c029270d213ad70107560ec27e7
    http://github.com/buildbot/buildbot/commit/db673aa196296c029270d213ad70107560ec27e7
Author: AndyHowell <AndyHowell at austin.rr.com>
Date:   2010-10-05 (Tue, 05 Oct 2010)

Changed paths:
  M master/buildbot/status/web/change_hook.py
  M master/buildbot/status/web/hooks/github.py
  A master/buildbot/test/unit/test_status_web_change_hook.py
  M master/contrib/post_build_request.py
  M master/docs/cfg-statustargets.texinfo

Log Message:
-----------
master/buildbuilt/status/web/change_hook.py
  Raise ValueError on unmatched URL or unconfigured dialect.
  Set response code to 400 for exceptions.
master/buildbuilt/status/web/hook/github.py
  Make checking for files more robust. Sample commit on github didn't have
  'modified' or 'removed' files.
master/contrib/post_build_request.py
  Replaced hard-coded url path with command line --urlpath or default of
  /change_hook/base
  Changed 'quiet' option to 'verbose'. Without -v flag, script give no output
  with -v, print change number and time. With two -v flags, show all data returned.
  Exit with status of 1 if change_hook returns a status code other than 200
master/buildbot/test/unit/test_status_web_change_hook.py
  Added a some simple change_hook tests
master/docs/cfg-statustargest.texinfo
  Add note refering to post_build_request.py


Commit: e564f576c418148ced3981b9e755f4e380c2d9cb
    http://github.com/buildbot/buildbot/commit/e564f576c418148ced3981b9e755f4e380c2d9cb
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-10-05 (Tue, 05 Oct 2010)

Changed paths:
  M master/buildbot/test/unit/test_status_web_change_hook.py
  A master/buildbot/test/unit/test_status_web_change_hooks_github.py
  A master/buildbot/test/util/web.py

Log Message:
-----------
small refactor of change hooks tests into two files and a util






More information about the Commits mailing list