[Buildbot-commits] [buildbot/buildbot] 6da6b2: Added statistics service to Buildbot. This commit ...

GitHub noreply at github.com
Tue Jul 14 08:58:13 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 6da6b210a656d4417090924d111df05f0001d01c
      https://github.com/buildbot/buildbot/commit/6da6b210a656d4417090924d111df05f0001d01c
  Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M master/buildbot/config.py
    M master/buildbot/master.py
    M master/buildbot/process/build.py
    A master/buildbot/statistics/__init__.py
    A master/buildbot/statistics/stats_service.py
    M master/buildbot/test/fake/fakemaster.py
    A master/buildbot/test/fake/fakestats.py
    A master/buildbot/test/unit/test_stats_service.py
    A master/docs/developer/_images/stats-service.png
    M master/docs/developer/general.rst
    A master/docs/developer/stats-service.rst

  Log Message:
  -----------
  Added statistics service to Buildbot. This commit contains:
* The StatsService class
* The docs for statistics service
* Tests.
* Miscellaneous small changes required to get the service working.


  Commit: 932ab9e33a44c673be0bd3443a3ad9175d3900af
      https://github.com/buildbot/buildbot/commit/932ab9e33a44c673be0bd3443a3ad9175d3900af
  Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M master/buildbot/statistics/__init__.py
    A master/buildbot/statistics/storage_backends.py
    M master/buildbot/test/fake/fakestats.py
    M master/buildbot/test/unit/test_stats_service.py
    M master/docs/developer/stats-service.rst

  Log Message:
  -----------
  Added InfluxDBService, relted tests and documentation.
Also adds some fakes to the test suite required for testing.


  Commit: 8194145e8c50ad2a02abf3a3e317eb261fc73eb7
      https://github.com/buildbot/buildbot/commit/8194145e8c50ad2a02abf3a3e317eb261fc73eb7
  Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M master/buildbot/plugins/__init__.py
    M master/buildbot/statistics/__init__.py
    A master/buildbot/statistics/capture.py
    M master/docs/developer/config.rst
    M master/docs/developer/stats-service.rst
    M master/docs/manual/cfg-global.rst

  Log Message:
  -----------
  Added capturing methods and documentation.
* Adds CatureProperty
* Manual docs that fully describe the usage.
* Developer docs for capture methods and config.


  Commit: 2852ddbfe270e4f758ed0fc85dfeba7411acaaec
      https://github.com/buildbot/buildbot/commit/2852ddbfe270e4f758ed0fc85dfeba7411acaaec
  Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M master/buildbot/statistics/stats_service.py

  Log Message:
  -----------
  Fixed problem with tests on Python 2.6


  Commit: 8ba9ac5f74dbda6ad2fac00db1d47f358f69c69d
      https://github.com/buildbot/buildbot/commit/8ba9ac5f74dbda6ad2fac00db1d47f358f69c69d
  Author: Prasoon Shukla <prasoon92.iitr at gmail.com>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M master/buildbot/config.py
    M master/buildbot/master.py
    M master/buildbot/process/build.py
    M master/buildbot/statistics/__init__.py
    M master/buildbot/statistics/capture.py
    M master/buildbot/statistics/stats_service.py
    M master/buildbot/statistics/storage_backends.py
    M master/buildbot/test/fake/fakemaster.py
    M master/buildbot/test/fake/fakestats.py
    M master/buildbot/test/unit/test_stats_service.py
    M master/buildbot/test/util/steps.py
    M master/buildbot/util/service.py
    M master/docs/developer/_images/stats-service.png
    M master/docs/developer/config.rst
    M master/docs/developer/stats-service.rst
    M master/docs/manual/cfg-global.rst

  Log Message:
  -----------
  * Added fake for InfluxDBClient. Added tests for InfluxStorageService.
* Made changes to statistics service to use the MQ and Data layers.
  Also, changed StatsService to be a BuildbotService.
* Added more capture methods - can capture build start, end times
  and build durations.
* Added tests for the new capture methods and changes tests for
  stats_service.
* Added docs.


  Commit: 53d08efc97f1d0c9326509c4cc0d06b125b2e745
      https://github.com/buildbot/buildbot/commit/53d08efc97f1d0c9326509c4cc0d06b125b2e745
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2015-07-14 (Tue, 14 Jul 2015)

  Changed paths:
    M master/buildbot/plugins/__init__.py
    M master/buildbot/process/build.py
    A master/buildbot/statistics/__init__.py
    A master/buildbot/statistics/capture.py
    A master/buildbot/statistics/stats_service.py
    A master/buildbot/statistics/storage_backends.py
    A master/buildbot/test/fake/fakestats.py
    A master/buildbot/test/unit/test_stats_service.py
    M master/buildbot/test/util/steps.py
    M master/buildbot/util/service.py
    A master/docs/developer/_images/stats-service.png
    M master/docs/developer/general.rst
    A master/docs/developer/stats-service.rst
    M master/docs/manual/cfg-global.rst

  Log Message:
  -----------
  Merge branch 'stats-service' of https://github.com/prasoon2211/buildbot into pr1725


  Commit: bd287ce7a7e84a32d72c5a84eb0b519d5a40ebf7
      https://github.com/buildbot/buildbot/commit/bd287ce7a7e84a32d72c5a84eb0b519d5a40ebf7
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2015-07-14 (Tue, 14 Jul 2015)

  Changed paths:
    M master/buildbot/plugins/__init__.py
    M master/buildbot/statistics/__init__.py
    M master/buildbot/statistics/capture.py
    M master/buildbot/statistics/stats_service.py
    M master/buildbot/statistics/storage_backends.py
    M master/buildbot/test/fake/fakestats.py
    M master/buildbot/test/unit/test_stats_service.py

  Log Message:
  -----------
  autopep8


  Commit: c31a80b4c58fd5d33e00d269384baf0fe7321628
      https://github.com/buildbot/buildbot/commit/c31a80b4c58fd5d33e00d269384baf0fe7321628
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2015-07-14 (Tue, 14 Jul 2015)

  Changed paths:
    M master/buildbot/test/unit/test_stats_service.py

  Log Message:
  -----------
  pylint


  Commit: e92551e5cee95c9953e80a16f67a05736aa27306
      https://github.com/buildbot/buildbot/commit/e92551e5cee95c9953e80a16f67a05736aa27306
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2015-07-14 (Tue, 14 Jul 2015)

  Changed paths:
    M master/buildbot/statistics/capture.py
    M master/buildbot/statistics/stats_service.py
    M master/buildbot/test/unit/test_stats_service.py

  Log Message:
  -----------
  remove yield defer.returnValue

Signed-off-by: Pierre Tardy <tardyp at gmail.com>


Compare: https://github.com/buildbot/buildbot/compare/be917ec1566b...e92551e5cee9


More information about the Commits mailing list