[Buildbot-commits] [djmitche/buildbot] fa2845: Add changeAdded status notifications.

noreply at github.com noreply at github.com
Fri Feb 5 15:35:08 UTC 2010


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

Commit: fa284526a920d36663d674b82d4c253294eb78d3
    http://github.com/djmitche/buildbot/commit/fa284526a920d36663d674b82d4c253294eb78d3
Author: Chase Phillips <cmp at google.com>
Date:   2010-02-04 (Thu, 04 Feb 2010)

Changed paths:
  M buildbot/interfaces.py
  M buildbot/master.py
  M buildbot/status/base.py
  M buildbot/status/builder.py
  M buildbot/test/runs/test_status.py

Log Message:
-----------
Add changeAdded status notifications.

Add a status notification interface for changeAdded, and
configure the master to send this status notification
when addChange() is called.  This allows status
receivers to subscribe to change events.

Add a unit test which injects a change into a master
and verifies in a status receiver that the change was
received and is exactly what was sent.


Commit: 957820705272e7495795150d1800efbabb6e2367
    http://github.com/djmitche/buildbot/commit/957820705272e7495795150d1800efbabb6e2367
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-02-05 (Fri, 05 Feb 2010)

Changed paths:
  M buildbot/interfaces.py
  M buildbot/master.py
  M buildbot/status/base.py
  M buildbot/status/builder.py
  M buildbot/test/runs/test_status.py

Log Message:
-----------
Merge branch 'changes' of git://github.com/chasephillips/buildbot

* 'changes' of git://github.com/chasephillips/buildbot:
  Add changeAdded status notifications.






More information about the Commits mailing list