[Buildbot-commits] [buildbot/buildbot] 1836bb: when unicode strings are passed as change_hook_aut...

GitHub noreply at github.com
Sun Dec 8 17:16:06 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 1836bbd4cc66f3ac73403f2cc8843feb8c5c4134
      https://github.com/buildbot/buildbot/commit/1836bbd4cc66f3ac73403f2cc8843feb8c5c4134
  Author: @damnwidget <oscar.campos at member.fsf.org>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

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

  Log Message:
  -----------
  when unicode strings are passed as change_hook_auth parameters for WebStatus hooks (when using JSON files as configuration for example), the __init__ method fails, just fix that


  Commit: 35d07cd30750c6d12f688b2b19b37cd5cfc70acd
      https://github.com/buildbot/buildbot/commit/35d07cd30750c6d12f688b2b19b37cd5cfc70acd
  Author: @damnwidget <oscar.campos at member.fsf.org>
  Date:   2013-12-08 (Sun, 08 Dec 2013)

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

  Log Message:
  -----------
  using basestring as object to check for isinstance call on baseweb change_hook_auth


  Commit: 48c9dcb6eacd60fe5603b09179865c998c13208f
      https://github.com/buildbot/buildbot/commit/48c9dcb6eacd60fe5603b09179865c998c13208f
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2013-12-08 (Sun, 08 Dec 2013)

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

  Log Message:
  -----------
  Merge pull request #996 from DamnWidget/#2605

[Fixes] For ticket #2605


Compare: https://github.com/buildbot/buildbot/compare/3b528a2be5c5...48c9dcb6eacd


More information about the Commits mailing list