[Buildbot-commits] [buildbot/buildbot] 3546fa: make integration test template

GitHub noreply at github.com
Sat May 16 11:46:07 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 3546fa7b222c514d391eb16008f605806eaa2c1c
      https://github.com/buildbot/buildbot/commit/3546fa7b222c514d391eb16008f605806eaa2c1c
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    A master/buildbot/test/integration/test_integration_template.py
    M master/buildbot/test/util/integration.py

  Log Message:
  -----------
  make integration test template

prevents integration test to require buildbot_www


  Commit: f148cdfabf009fa6565864bc52a52b06e2460543
      https://github.com/buildbot/buildbot/commit/f148cdfabf009fa6565864bc52a52b06e2460543
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M master/buildbot/interfaces.py
    M master/buildbot/plugins/__init__.py
    M master/buildbot/process/build.py
    A master/buildbot/reporters/__init__.py
    A master/buildbot/reporters/utils.py
    M master/buildbot/status/__init__.py
    R master/buildbot/status/testresult.py
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/steps/subunit.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/regressions/test_oldpaths.py
    A master/buildbot/test/unit/test_reporters_utils.py
    M master/buildbot/util/__init__.py
    M master/docs/bbdocs/ext.py
    M master/docs/developer/config.rst
    M master/docs/indices.rst
    M master/docs/manual/cfg-buildslaves.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/concepts.rst
    M master/docs/manual/introduction.rst
    M master/docs/relnotes/0.8.7.rst
    M master/docs/relnotes/0.8.8.rst
    M master/docs/relnotes/0.8.9.rst
    M master/docs/relnotes/index.rst
    M master/setup.py

  Log Message:
  -----------
  reporter API

Introduce a set of utilities to support writing of reporter plugins

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


  Commit: 4d71b7fa2bf02d46ed98b976e2faa012c098f694
      https://github.com/buildbot/buildbot/commit/4d71b7fa2bf02d46ed98b976e2faa012c098f694
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-04-25 (Sat, 25 Apr 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py
    A master/buildbot/reporters/mail.py
    A master/buildbot/reporters/message.py
    A master/buildbot/reporters/templates/default_mail.txt
    M master/buildbot/reporters/utils.py
    R master/buildbot/status/mail.py
    A master/buildbot/test/integration/test_mailnotifier.py
    A master/buildbot/test/unit/test_reporters_mail.py
    A master/buildbot/test/unit/test_reporters_message.py
    R master/buildbot/test/unit/test_status_mail.py
    M master/contrib/SimpleConfig.py

  Log Message:
  -----------
  MailNotifier reporter implementation

Most of the features are there except:
- removed the users db support
- removed deprecated stuff: categories, customMesgData stuff, non utf8 patches, python2.4

- changed the messageFormatter to be outside of module, and to use jinja templating

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


  Commit: 5a479b3144dc4c9642aad73f79ea7ca8c996c986
      https://github.com/buildbot/buildbot/commit/5a479b3144dc4c9642aad73f79ea7ca8c996c986
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M master/buildbot/reporters/mail.py
    M master/buildbot/test/integration/test_mailnotifier.py
    M master/buildbot/test/unit/test_reporters_mail.py

  Log Message:
  -----------
  fix base64 encoding tests for python 2.6

py26 email forces transfer encoding to base64, and does not make it easy to override

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


  Commit: 815990c1c45cce35d516d6ab80c8ccdc2a4d1347
      https://github.com/buildbot/buildbot/commit/815990c1c45cce35d516d6ab80c8ccdc2a4d1347
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-05-11 (Mon, 11 May 2015)

  Changed paths:
    M master/buildbot/reporters/message.py
    M master/buildbot/reporters/utils.py

  Log Message:
  -----------
  review comment addressing

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


  Commit: 924c44fad46d750374207fc41c024cd50ab90d4a
      https://github.com/buildbot/buildbot/commit/924c44fad46d750374207fc41c024cd50ab90d4a
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-05-16 (Sat, 16 May 2015)

  Changed paths:
    M Makefile
    M README.rst
    M master/buildbot/config.py
    M master/buildbot/data/buildrequests.py
    M master/buildbot/data/builds.py
    M master/buildbot/process/build.py
    M master/buildbot/process/buildrequest.py
    M master/buildbot/process/buildstep.py
    A master/buildbot/scripts/processwwwindex.py
    M master/buildbot/scripts/runner.py
    R master/buildbot/status/web/change_hook.py
    R master/buildbot/status/web/hooks/__init__.py
    R master/buildbot/status/web/hooks/base.py
    R master/buildbot/status/web/hooks/bitbucket.py
    R master/buildbot/status/web/hooks/github.py
    R master/buildbot/status/web/hooks/gitlab.py
    R master/buildbot/status/web/hooks/gitorious.py
    R master/buildbot/status/web/hooks/googlecode.py
    R master/buildbot/status/web/hooks/poller.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/steps/trigger.py
    M master/buildbot/test/fake/fakedata.py
    M master/buildbot/test/fake/web.py
    A master/buildbot/test/integration/test_stop_trigger.py
    M master/buildbot/test/unit/test_data_builds.py
    M master/buildbot/test/unit/test_process_build.py
    A master/buildbot/test/unit/test_scripts_processwwwindex.py
    R master/buildbot/test/unit/test_status_web_hooks_bitbucket.py
    R master/buildbot/test/unit/test_status_web_hooks_github.py
    R master/buildbot/test/unit/test_status_web_hooks_gitlab.py
    R master/buildbot/test/unit/test_status_web_hooks_gitorious.py
    R master/buildbot/test/unit/test_status_web_hooks_googlecode.py
    R master/buildbot/test/unit/test_status_web_hooks_poller.py
    M master/buildbot/test/unit/test_steps_source_git.py
    A master/buildbot/test/unit/test_www_hooks_bitbucket.py
    A master/buildbot/test/unit/test_www_hooks_github.py
    A master/buildbot/test/unit/test_www_hooks_gitlab.py
    A master/buildbot/test/unit/test_www_hooks_gitorious.py
    A master/buildbot/test/unit/test_www_hooks_googlecode.py
    A master/buildbot/test/unit/test_www_hooks_poller.py
    M master/buildbot/test/unit/test_www_service.py
    M master/buildbot/test/util/integration.py
    A master/buildbot/www/change_hook.py
    M master/buildbot/www/config.py
    A master/buildbot/www/hooks/__init__.py
    A master/buildbot/www/hooks/base.py
    A master/buildbot/www/hooks/bitbucket.py
    A master/buildbot/www/hooks/github.py
    A master/buildbot/www/hooks/gitlab.py
    A master/buildbot/www/hooks/gitorious.py
    A master/buildbot/www/hooks/googlecode.py
    A master/buildbot/www/hooks/poller.py
    M master/buildbot/www/resource.py
    M master/buildbot/www/service.py
    R master/contrib/api_proxy.py
    R master/docs/developer/formats.rst
    M master/docs/developer/general.rst
    M master/docs/developer/www.rst
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/cfg-www.rst
    A master/docs/manual/cfg-wwwhooks.rst
    M master/docs/manual/configuration.rst
    M www/README.txt
    M www/base/guanlecoja/config.coffee
    M www/base/package.json
    M www/base/src/app/builders/build/build.controller.coffee
    M www/base/src/app/common/services/buildbot/buildbot.service.coffee
    M www/base/src/app/common/services/mq/mq.service.coffee
    A www/base/src/app/common/services/settings/settings.service.coffee
    A www/base/src/app/common/services/settings/settings.service.spec.coffee
    R www/base/src/app/settings/service/settings.service.coffee
    R www/base/src/app/settings/service/settings.service.spec.coffee
    A www/base/test/generated/dataspec.fixture.json
    A www/base/test/generated/generate.sh
    M www/base/test/scripts/mocks/http.mock.coffee
    M www/md_base/guanlecoja/config.coffee
    M www/md_base/package.json
    M www/md_base/src/app/about/about.controller.coffee
    M www/md_base/src/app/about/about.tpl.jade
    A www/md_base/src/app/common/common.constant.coffee
    A www/md_base/src/app/common/common.module.coffee
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.directive.coffee
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.less
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.spec.coffee
    A www/md_base/src/app/common/directives/inspectdata/inspectdata.tpl.jade
    A www/md_base/src/app/common/directives/sidenav/sidenav.less
    A www/md_base/src/app/common/services/buildbot.service.coffee
    A www/md_base/src/app/common/services/mq.service.coffee
    A www/md_base/src/app/common/services/settings.service.coffee
    A www/md_base/src/app/error/error.controller.coffee
    A www/md_base/src/app/error/error.interceptor.coffee
    A www/md_base/src/app/error/error.less
    A www/md_base/src/app/error/error.tpl.jade
    M www/md_base/src/app/index.jade
    M www/md_base/src/app/settings/settings.controller.coffee
    A www/md_base/src/app/settings/settings.less
    M www/md_base/src/app/settings/settings.route.coffee
    M www/md_base/src/app/settings/settings.tpl.jade
    A www/md_base/src/icons/arrow-down.svg
    A www/md_base/src/styles/card.less
    R www/md_base/src/styles/sidenav.less
    M www/md_base/src/styles/styles.less
    M www/waterfall_view/src/module/data/data.service.spec.coffee
    M www/waterfall_view/src/module/main.module.coffee
    M www/waterfall_view/src/module/main.module.spec.coffee
    M www/waterfall_view/src/module/modal/modal.controller.spec.coffee
    M www/waterfall_view/src/module/scale/scale.service.spec.coffee
    A www/waterfall_view/src/module/waterfall.config.coffee
    M www/waterfall_view/src/module/waterfall.route.spec.coffee
    M www/waterfall_view/test/main.coffee

  Log Message:
  -----------
  Merge remote-tracking branch 'buildbot/master' into reporter

Conflicts:
	master/docs/manual/cfg-statustargets.rst


  Commit: 128b6f4956f14e62d4839e38dac5c5931a73dcd3
      https://github.com/buildbot/buildbot/commit/128b6f4956f14e62d4839e38dac5c5931a73dcd3
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-05-16 (Sat, 16 May 2015)

  Changed paths:
    M master/buildbot/scripts/processwwwindex.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/integration/test_stop_trigger.py
    M master/buildbot/test/unit/test_scripts_processwwwindex.py

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


  Commit: c5c518095954e90e878b92bd8929643ecfa8e5bd
      https://github.com/buildbot/buildbot/commit/c5c518095954e90e878b92bd8929643ecfa8e5bd
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2015-05-16 (Sat, 16 May 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/interfaces.py
    M master/buildbot/plugins/__init__.py
    M master/buildbot/process/build.py
    A master/buildbot/reporters/__init__.py
    A master/buildbot/reporters/mail.py
    A master/buildbot/reporters/message.py
    A master/buildbot/reporters/templates/default_mail.txt
    A master/buildbot/reporters/utils.py
    M master/buildbot/scripts/processwwwindex.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/status/__init__.py
    R master/buildbot/status/mail.py
    R master/buildbot/status/testresult.py
    M master/buildbot/steps/python_twisted.py
    M master/buildbot/steps/subunit.py
    M master/buildbot/test/fake/fakedb.py
    A master/buildbot/test/integration/test_integration_template.py
    A master/buildbot/test/integration/test_mailnotifier.py
    M master/buildbot/test/integration/test_stop_trigger.py
    M master/buildbot/test/regressions/test_oldpaths.py
    A master/buildbot/test/unit/test_reporters_mail.py
    A master/buildbot/test/unit/test_reporters_message.py
    A master/buildbot/test/unit/test_reporters_utils.py
    M master/buildbot/test/unit/test_scripts_processwwwindex.py
    R master/buildbot/test/unit/test_status_mail.py
    M master/buildbot/test/util/integration.py
    M master/buildbot/util/__init__.py
    M master/contrib/SimpleConfig.py
    M master/docs/bbdocs/ext.py
    M master/docs/developer/config.rst
    M master/docs/indices.rst
    M master/docs/manual/cfg-buildslaves.rst
    M master/docs/manual/cfg-statustargets.rst
    M master/docs/manual/concepts.rst
    M master/docs/manual/introduction.rst
    M master/docs/relnotes/0.8.7.rst
    M master/docs/relnotes/0.8.8.rst
    M master/docs/relnotes/0.8.9.rst
    M master/docs/relnotes/index.rst
    M master/setup.py

  Log Message:
  -----------
  Merge pull request #1567 from tardyp/reporter

reporter API + MailNotifier


Compare: https://github.com/buildbot/buildbot/compare/32f66f7bc8a0...c5c518095954


More information about the Commits mailing list