[Buildbot-commits] [buildbot/buildbot] 19e9c5: event enhancements

GitHub noreply at github.com
Fri Dec 13 18:54:05 UTC 2013


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: 19e9c5bfd71a2f8ae3e81b499c8faabe56fab616
      https://github.com/buildbot/buildbot/commit/19e9c5bfd71a2f8ae3e81b499c8faabe56fab616
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

  Changed paths:
    M master/buildbot/data/base.py
    M master/buildbot/data/builds.py
    M master/buildbot/data/buildsets.py
    M master/buildbot/data/changes.py
    M master/buildbot/data/connector.py
    M master/buildbot/data/masters.py
    M master/buildbot/db/connector.py
    M master/buildbot/master.py
    M master/buildbot/process/buildrequestdistributor.py
    M master/buildbot/test/fake/fakedata.py
    M master/buildbot/test/unit/test_data_base.py
    M master/buildbot/test/unit/test_data_builds.py
    M master/buildbot/test/unit/test_data_buildsets.py
    M master/buildbot/test/unit/test_test_util_validation.py
    M master/buildbot/test/util/validation.py
    M master/buildbot/util/pathmatch.py
    M master/buildbot/www/rest.py
    M master/docs/developer/data.rst
    M master/docs/developer/rtype-logchunk.rst

  Log Message:
  -----------
  event enhancements

This adds more coherency between the event system and the data system, so that
the events are more coherent with the rest api.
Eventually, the goal is that the events are always the same structure as the data for a same resource

This simplifies a lot the system, and make the client much more easy
This comes at a efficieny price. With this design, events will contain more data.

messages are anyway very small, and probably negligible compared to the network load of logs, and slave communication

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 37fbc7cc6bae16992d05270f5a70ef4fce936441
      https://github.com/buildbot/buildbot/commit/37fbc7cc6bae16992d05270f5a70ef4fce936441
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2013-12-13 (Fri, 13 Dec 2013)

  Changed paths:
    M README.md
    M master/buildbot/data/base.py
    M master/buildbot/data/builds.py
    M master/buildbot/data/connector.py
    M master/buildbot/db/connector.py
    M master/buildbot/test/fake/fakedata.py
    M master/buildbot/test/unit/test_data_base.py
    M master/buildbot/test/unit/test_data_builds.py
    M master/docs/developer/data.rst

  Log Message:
  -----------
  fix doc and lint


Compare: https://github.com/buildbot/buildbot/compare/b2a94db4be42...37fbc7cc6bae


More information about the Commits mailing list