[Buildbot-commits] [buildbot/buildbot] bfdb69: Better logging of errors from web change hooks.

GitHub noreply at github.com
Fri Oct 5 05:43:46 UTC 2012


  Branch: refs/heads/buildbot-0.8.7
  Home:   https://github.com/buildbot/buildbot
  Commit: bfdb69ea11aa8476703f151c751cfb3e00c23703
      https://github.com/buildbot/buildbot/commit/bfdb69ea11aa8476703f151c751cfb3e00c23703
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M master/buildbot/status/web/change_hook.py

  Log Message:
  -----------
  Better logging of errors from web change hooks.

The error message was getting discarded, making debugging impossible.


  Commit: c4201df197385c56923f798800b33031a9617c05
      https://github.com/buildbot/buildbot/commit/c4201df197385c56923f798800b33031a9617c05
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-02 (Tue, 02 Oct 2012)

  Changed paths:
    M master/buildbot/status/web/hooks/base.py
    M master/buildbot/test/unit/test_status_web_change_hook.py

  Log Message:
  -----------
  Fix handling of when argument to the 'base' web change hook.

epoch2datetime expects a number, but the web hook was providing a string.

Fixes #2397.


  Commit: 405606b82fde5b3dc2b9be7ca431c8b3cb52c3a9
      https://github.com/buildbot/buildbot/commit/405606b82fde5b3dc2b9be7ca431c8b3cb52c3a9
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/status/web/hooks/base.py
    M master/buildbot/test/unit/test_status_web_change_hook.py

  Log Message:
  -----------
  Merge pull request #545 from tomprince/web-hook-errors

Fix #2379 (and add better error reporting to diagnose it)


Compare: https://github.com/buildbot/buildbot/compare/df6b0dd7a228...405606b82fde


More information about the Commits mailing list