[Buildbot-commits] [buildbot/buildbot] 9e44be: added support for user objects in MailNotifier

noreply at github.com noreply at github.com
Fri Aug 19 18:39:50 UTC 2011


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

  Commit: 9e44be6107b2de1f5307bead4596f981d134e552
      https://github.com/buildbot/buildbot/commit/9e44be6107b2de1f5307bead4596f981d134e552
  Author: Derek Hurley <dzhurley at gmail.com>
  Date:   2011-08-19 (Fri, 19 Aug 2011)

  Changed paths:
    M master/buildbot/process/users/users.py
  M master/buildbot/scripts/runner.py
  M master/buildbot/status/mail.py
  M master/buildbot/test/unit/test_process_users_users.py
  M master/buildbot/test/unit/test_status_mail.py
  M master/docs/manual/cfg-statustargets.rst
  M master/docs/manual/concepts.rst

  Log Message:
  -----------
  added support for user objects in MailNotifier

MailNotifier is now able to render email addresses
for responsible/interested users without being
given an IEmailLookup instance. Instead of just
using extraRecipients, MailNotifier looks through
the builds and finds the change authors, then uses
User Objects to get an email for the author.

Tests and documentation explain these additions,
and MailNotifier behaves the same if an IEmailLookup
instance is given. Note that the only way to store
email attributes currently is `buildbot user`


  Commit: 87a24453595f2ba12a1ced1edcd481946fc30c42
      https://github.com/buildbot/buildbot/commit/87a24453595f2ba12a1ced1edcd481946fc30c42
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-08-19 (Fri, 19 Aug 2011)

  Changed paths:
    M master/buildbot/process/users/users.py
  M master/buildbot/scripts/runner.py
  M master/buildbot/status/mail.py
  M master/buildbot/test/unit/test_process_users_users.py
  M master/buildbot/test/unit/test_status_mail.py
  M master/docs/manual/cfg-statustargets.rst
  M master/docs/manual/concepts.rst

  Log Message:
  -----------
  Merge branch 'user_objects_mail_commit' of git://github.com/dzhurley/buildbot

* 'user_objects_mail_commit' of git://github.com/dzhurley/buildbot:
  added support for user objects in MailNotifier


Compare: https://github.com/buildbot/buildbot/compare/354fca4...87a2445




More information about the Commits mailing list