[Buildbot-commits] [djmitche/buildbot] f08119: Add PersistentQueue, StatusPush and HttpStatusPush...

noreply at github.com noreply at github.com
Sat Mar 13 17:11:48 UTC 2010


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

Commit: f081199b7cd7392af0ccb4772b96baaabe8f8d56
    http://github.com/djmitche/buildbot/commit/f081199b7cd7392af0ccb4772b96baaabe8f8d56
Author: M-A <maruel at gmail.com>
Date:   2010-03-12 (Fri, 12 Mar 2010)

Changed paths:
  A buildbot/broken_test/runs/test_status_push.py
  M buildbot/broken_test/runs/test_web_status_json.py
  A buildbot/broken_test/status_push_server.py
  M buildbot/broken_test/unit/test_sourcestamp.py
  M buildbot/sourcestamp.py
  M buildbot/status/builder.py
  A buildbot/status/persistent_queue.py
  A buildbot/status/status_push.py
  M buildbot/status/web/status_json.py
  A buildbot/test/test_persistent_queue.py

Log Message:
-----------
Add PersistentQueue, StatusPush and HttpStatusPush and their unit tests
Remove patch from SourceStamp.asDict since the content is usually too large.
Change some asDict variable names.
Add filtering to StatusJson.


Commit: e78a68282e29f426db1ad8e2776df04d19d59957
    http://github.com/djmitche/buildbot/commit/e78a68282e29f426db1ad8e2776df04d19d59957
Author: M-A <maruel at gmail.com>
Date:   2010-03-12 (Fri, 12 Mar 2010)

Changed paths:
  M docs/cfg-statustargets.texinfo

Log Message:
-----------
Add documentation for StatusPush and HttpStatusPush.


Commit: fd4aaf614acbe6c49b04af53faccb677e2e93249
    http://github.com/djmitche/buildbot/commit/fd4aaf614acbe6c49b04af53faccb677e2e93249
Author: M-A <maruel at gmail.com>
Date:   2010-03-12 (Fri, 12 Mar 2010)

Changed paths:
  M docs/gen-reference

Log Message:
-----------
Update gen-reference to exclude broken_test.


Commit: b6ef1acc908843a4bbaa71084dbfddb6e70dd813
    http://github.com/djmitche/buildbot/commit/b6ef1acc908843a4bbaa71084dbfddb6e70dd813
Author: M-A <maruel at gmail.com>
Date:   2010-03-12 (Fri, 12 Mar 2010)

Changed paths:
  M buildbot/broken_test/runs/test_status_push.py
  M buildbot/broken_test/runs/test_web_status_json.py
  M buildbot/status/persistent_queue.py
  M buildbot/status/status_push.py

Log Message:
-----------
Improve the StatusPush implementation by simplifying the tasks that serverPushCb needs to do.

Update unit test to verify more code paths

Conflicts:

	buildbot/broken_test/runs/test_status_push.py
	buildbot/status/builder.py


Commit: 0970781ee891f5c3d4953601b9f42a99c2ffb8a1
    http://github.com/djmitche/buildbot/commit/0970781ee891f5c3d4953601b9f42a99c2ffb8a1
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-03-13 (Sat, 13 Mar 2010)

Changed paths:
  M buildbot/status/mail.py
  A buildbot/test/unit/test_status_mail_MailNotifier.py

Log Message:
-----------
Merge branch 'master' of git://github.com/brasse/buildbot

* 'master' of git://github.com/brasse/buildbot:
  Fixed email creation bug in MailNotifier.
  Refactored to be able to test email creation.


Commit: 8c70fdd1435eae03235f3d534a675278d9f4f1b6
    http://github.com/djmitche/buildbot/commit/8c70fdd1435eae03235f3d534a675278d9f4f1b6
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-03-13 (Sat, 13 Mar 2010)

Changed paths:
  M buildbot/test/unit/test_status_mail_MailNotifier.py

Log Message:
-----------
use explicit \uXXXX for embedded unicode characters


Commit: dc92faff922d97ebc04447f487df473323d2c35f
    http://github.com/djmitche/buildbot/commit/dc92faff922d97ebc04447f487df473323d2c35f
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-03-13 (Sat, 13 Mar 2010)

Changed paths:
  M buildbot/broken_test/runs/test_status.py

Log Message:
-----------
disable some broken_test's


Commit: bca0bffd47ee9f10d78fd1d9a8946736913f67ee
    http://github.com/djmitche/buildbot/commit/bca0bffd47ee9f10d78fd1d9a8946736913f67ee
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-03-13 (Sat, 13 Mar 2010)

Changed paths:
  A buildbot/broken_test/runs/test_status_push.py
  M buildbot/broken_test/runs/test_web_status_json.py
  A buildbot/broken_test/status_push_server.py
  M buildbot/broken_test/unit/test_sourcestamp.py
  M buildbot/sourcestamp.py
  M buildbot/status/builder.py
  A buildbot/status/persistent_queue.py
  A buildbot/status/status_push.py
  M buildbot/status/web/status_json.py
  A buildbot/test/test_persistent_queue.py
  M docs/cfg-statustargets.texinfo
  M docs/gen-reference

Log Message:
-----------
Merge branch 'dj_08_3' of git://github.com/maruel/buildbot into buildbot-0.8.0

* 'dj_08_3' of git://github.com/maruel/buildbot:
  Improve the StatusPush implementation by simplifying the tasks that serverPushCb needs to do.
  Update gen-reference to exclude broken_test.
  Add documentation for StatusPush and HttpStatusPush.
  Add PersistentQueue, StatusPush and HttpStatusPush and their unit tests


Commit: e85658558d2d083a0a8c2d1399b5850ce53418e9
    http://github.com/djmitche/buildbot/commit/e85658558d2d083a0a8c2d1399b5850ce53418e9
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date:   2010-03-13 (Sat, 13 Mar 2010)

Changed paths:
  R buildbot/test/test_persistent_queue.py
  A buildbot/test/unit/test_persistent_queue.py

Log Message:
-----------
move test to buildbot/test/unit






More information about the Commits mailing list