From noreply at github.com Thu Oct 2 10:08:53 2014 From: noreply at github.com (GitHub) Date: Thu, 02 Oct 2014 03:08:53 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2748c9: handle missing account properties for GerritChange... Message-ID: <542d24352efab_382a3ff66f0f729c367b2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2748c9b88284e47ab86b003bcc67d1447403814d https://github.com/buildbot/buildbot/commit/2748c9b88284e47ab86b003bcc67d1447403814d Author: Mikhail Sobolev Date: 2014-09-30 (Tue, 30 Sep 2014) Changed paths: M master/buildbot/changes/gerritchangesource.py M master/buildbot/test/unit/test_changes_gerritchangesource.py Log Message: ----------- handle missing account properties for GerritChangeSource * create a separate function to convert account properties * make use of the function in all cases where the situation might take place * update test cases Fixes ticket:2918 Commit: 919be114743a94d62cb51aa5688ff58a5d9c88e2 https://github.com/buildbot/buildbot/commit/919be114743a94d62cb51aa5688ff58a5d9c88e2 Author: Mikhail Sobolev Date: 2014-09-30 (Tue, 30 Sep 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- update release notes Commit: 512404eb57dd8b7e5071293f84d1e70349ff5bf2 https://github.com/buildbot/buildbot/commit/512404eb57dd8b7e5071293f84d1e70349ff5bf2 Author: Mikhail Sobolev Date: 2014-09-30 (Tue, 30 Sep 2014) Changed paths: M master/buildbot/test/unit/test_changes_gerritchangesource.py Log Message: ----------- address pep8 errors Commit: b517697d0dad0280249c30fa0ec2f5cc241c045f https://github.com/buildbot/buildbot/commit/b517697d0dad0280249c30fa0ec2f5cc241c045f Author: Pierre Tardy Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M master/buildbot/changes/gerritchangesource.py M master/buildbot/test/unit/test_changes_gerritchangesource.py M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'bug-2918' of github.com:sa2ajj/buildbot into pr1241 Commit: 97a0944eed610e62992864da8935ccc827e8778a https://github.com/buildbot/buildbot/commit/97a0944eed610e62992864da8935ccc827e8778a Author: Pierre Tardy Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M master/buildbot/changes/gerritchangesource.py Log Message: ----------- _gerrit_user_to_author: fix codestyle to use string manipulation Signed-off-by: Pierre Tardy Compare: https://github.com/buildbot/buildbot/compare/6f87b398c499...97a0944eed61 From noreply at github.com Thu Oct 2 14:22:15 2014 From: noreply at github.com (GitHub) Date: Thu, 02 Oct 2014 07:22:15 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 10db55: Stop using BuildStepStatus when running steps Message-ID: <542d5f978cf80_15933ffc1bfb12b86484b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 10db550a39f214be23639726eadded4e97611dcf https://github.com/buildbot/buildbot/commit/10db550a39f214be23639726eadded4e97611dcf Author: Dustin J. Mitchell Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/base.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/steps.py Log Message: ----------- Stop using BuildStepStatus when running steps Commit: e25649703d4d5ecf2e6f455a2095a9309ef623dd https://github.com/buildbot/buildbot/commit/e25649703d4d5ecf2e6f455a2095a9309ef623dd Author: Dustin J. Mitchell Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/http.py M master/buildbot/steps/maxq.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/shell.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/repo.py M master/buildbot/steps/subunit.py M master/buildbot/steps/transfer.py M master/buildbot/steps/trigger.py M master/buildbot/steps/vstudio.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_maxq.py M master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_package_deb_lintian.py M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py M master/buildbot/test/unit/test_steps_package_rpm_mock.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py M master/buildbot/test/unit/test_steps_package_rpm_rpmlint.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_python_twisted.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_shellsequence.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_darcs.py M master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_mtn.py M master/buildbot/test/unit/test_steps_source_p4.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_steps_subunit.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/unit/test_steps_vstudio.py M master/buildbot/test/unit/test_util.py M master/buildbot/test/util/steps.py M master/buildbot/util/__init__.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/utils.rst M master/docs/relnotes/index.rst Log Message: ----------- Update status string handling for most tests There are still some failing tests due to a lingering issue around BuildStep no longer supporting a `describe` method. Commit: b2d42a0ec4c24afad7f59d6658aa22257e43a563 https://github.com/buildbot/buildbot/commit/b2d42a0ec4c24afad7f59d6658aa22257e43a563 Author: Dustin J. Mitchell Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shell.py M master/buildbot/steps/shellsequence.py M master/buildbot/test/unit/test_steps_shellsequence.py M master/buildbot/test/unit/test_util.py M master/buildbot/test/util/steps.py M master/buildbot/util/__init__.py Log Message: ----------- add more compatibility for old-style steps * BuildStep implements describe() * Factor out command_to_string Commit: e54c6fde0568cc29d8019606deeb1b39676992a8 https://github.com/buildbot/buildbot/commit/e54c6fde0568cc29d8019606deeb1b39676992a8 Author: Dustin J. Mitchell Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M master/buildbot/steps/shellsequence.py M master/buildbot/test/unit/test_steps_shellsequence.py Log Message: ----------- Fix ShellSequence status strings; do error reporting in twistd.log Commit: 439f644cf8ee4a5879224e93950264c82f8a5a06 https://github.com/buildbot/buildbot/commit/439f644cf8ee4a5879224e93950264c82f8a5a06 Author: Dustin J. Mitchell Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/shellsequence.py M master/buildbot/steps/slave.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_package_deb_lintian.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_python_twisted.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- fix remaining tests Commit: dc6a88d6a4ce8db141e76f4adbe5d0c777945766 https://github.com/buildbot/buildbot/commit/dc6a88d6a4ce8db141e76f4adbe5d0c777945766 Author: Dustin J. Mitchell Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/status/__init__.py M master/buildbot/status/build.py R master/buildbot/status/buildstep.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/regressions/test_unpickling.py R master/buildbot/test/unit/test_status_buildstep.py M master/buildbot/util/pickle.py Log Message: ----------- Remove the BuildSetStatus class, still allowing unpickling Commit: 8bed3e1a54980c3bff71cfcb30e16cb0578a76f7 https://github.com/buildbot/buildbot/commit/8bed3e1a54980c3bff71cfcb30e16cb0578a76f7 Author: Dustin J. Mitchell Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/buildstep.py M master/buildbot/status/__init__.py R master/buildbot/status/logfile.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/unit/test_process_buildstep.py R master/buildbot/test/unit/test_status_logfile.py M master/buildbot/util/pickle.py Log Message: ----------- remove LogFile and HTMLLogFile to buildbot.util.pickle Commit: 4c12a1873586b63f1e03980bfc8559d3fb6e50eb https://github.com/buildbot/buildbot/commit/4c12a1873586b63f1e03980bfc8559d3fb6e50eb Author: Dustin J. Mitchell Date: 2014-09-25 (Thu, 25 Sep 2014) Changed paths: M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- add tests for get{Current,Result}Summary Commit: 8b72fb079f74ff380e2bdb50e2b42d188a318f85 https://github.com/buildbot/buildbot/commit/8b72fb079f74ff380e2bdb50e2b42d188a318f85 Author: Pierre Tardy Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/status/__init__.py M master/buildbot/status/build.py R master/buildbot/status/buildstep.py R master/buildbot/status/logfile.py M master/buildbot/steps/http.py M master/buildbot/steps/maxq.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/shell.py M master/buildbot/steps/shellsequence.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/repo.py M master/buildbot/steps/subunit.py M master/buildbot/steps/transfer.py M master/buildbot/steps/trigger.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/regressions/test_unpickling.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py R master/buildbot/test/unit/test_status_buildstep.py R master/buildbot/test/unit/test_status_logfile.py M master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_maxq.py M master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_package_deb_lintian.py M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py M master/buildbot/test/unit/test_steps_package_rpm_mock.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py M master/buildbot/test/unit/test_steps_package_rpm_rpmlint.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_python_twisted.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_shellsequence.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_darcs.py M master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_mtn.py M master/buildbot/test/unit/test_steps_source_p4.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_steps_subunit.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/unit/test_steps_vstudio.py M master/buildbot/test/unit/test_util.py M master/buildbot/test/util/steps.py M master/buildbot/util/__init__.py M master/buildbot/util/pickle.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/utils.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'bug2818' of github.com:djmitche/buildbot into pr1238 Commit: f43ca6bdfd85804809b53ae21325c66b8046e333 https://github.com/buildbot/buildbot/commit/f43ca6bdfd85804809b53ae21325c66b8046e333 Author: Pierre Tardy Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M master/buildbot/steps/slave.py M master/buildbot/util/__init__.py Log Message: ----------- fix trivial 2.6 incompatibility https://docs.python.org/2/library/stdtypes.html?highlight=decode#str.decode Changed in version 2.7: Support for keyword arguments added. Signed-off-by: Pierre Tardy Compare: https://github.com/buildbot/buildbot/compare/97a0944eed61...f43ca6bdfd85 From noreply at github.com Thu Oct 2 15:03:13 2014 From: noreply at github.com (GitHub) Date: Thu, 02 Oct 2014 08:03:13 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7c7f91: Fix the logviewer Message-ID: <542d6931a6111_46cd3fe65c33129c946b2@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7c7f91b9eb93c71e82a2ba2ce05635c62b0ac072 https://github.com/buildbot/buildbot/commit/7c7f91b9eb93c71e82a2ba2ce05635c62b0ac072 Author: Jonas Pommerening Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M www/base/src/app/builders/log/log.controller.coffee M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade Log Message: ----------- Fix the logviewer Commit: be73ed46b414f232214eaaf8266d8c1dc93c8751 https://github.com/buildbot/buildbot/commit/be73ed46b414f232214eaaf8266d8c1dc93c8751 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M master/buildbot/data/logs.py M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/builder/builder.controller.coffee M www/base/src/app/builders/log/log.controller.coffee M www/base/src/app/builders/log/log.tpl.jade A www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade M www/base/src/app/builders/step/step.controller.coffee M www/base/src/app/builders/step/step.tpl.jade M www/base/src/app/common/directives/buildsummary/buildsummary.directive.coffee M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade M www/base/src/app/common/directives/rawdata/rawdata.tpl.jade M www/base/src/app/common/services/mq/mq.service.coffee M www/base/src/app/common/services/mq/mq.service.spec.coffee M www/base/src/styles/animations.less M www/base/src/styles/styles.less Log Message: ----------- misc fixes to the UI - fix breadcrumbs - add breadcrumbs on more pages - make logviewer full screen - automaticly create slugs for logs - fix log url (name vs slugs) - display durations in build summaries - fix rotation animation on chevrons - fix mq event matchers (it matched too much events, resulting in weird update in UI) Signed-off-by: Pierre Tardy Commit: 1f84b7a4799bc5b613ddf971c11de3e7380d3f21 https://github.com/buildbot/buildbot/commit/1f84b7a4799bc5b613ddf971c11de3e7380d3f21 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py Log Message: ----------- Enhance debugging of custom steps Commit: c3dd839af36b9ad921172968d294ed4a74a22d91 https://github.com/buildbot/buildbot/commit/c3dd839af36b9ad921172968d294ed4a74a22d91 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M www/base/src/app/builders/log/log.controller.coffee M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade Log Message: ----------- logviewer: fix 2 issues - autoscroll did not work with wrapped line: dont wrap lines, and use scroll - log viewer did not display one-liners Signed-off-by: Pierre Tardy Commit: 5b448e02f025d9ce8aa752cadf0ea5114bb558d6 https://github.com/buildbot/buildbot/commit/5b448e02f025d9ce8aa752cadf0ea5114bb558d6 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade Log Message: ----------- build page: enhance the previous build next build links Those links are now utf-8 arrows, only displayed when they make sense Commit: 0734a2376efc25d1e118f7c9c3aa6c203ffa1209 https://github.com/buildbot/buildbot/commit/0734a2376efc25d1e118f7c9c3aa6c203ffa1209 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee Log Message: ----------- in case of unknown build, go back until we find an existing build Signed-off-by: Pierre Tardy Commit: 8e1a3c8204c931107c6c498464c010a412daa5d5 https://github.com/buildbot/buildbot/commit/8e1a3c8204c931107c6c498464c010a412daa5d5 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M www/base/src/app/builders/buildrequest/buildrequest.route.coffee Log Message: ----------- fix buildrequest route Signed-off-by: Pierre Tardy Commit: 508fe5c38e655dbf7a7f5c88d53fa4a330e65b40 https://github.com/buildbot/buildbot/commit/508fe5c38e655dbf7a7f5c88d53fa4a330e65b40 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- fix dictionary modification inside loop keys() actually return the copy of the key, while the implicit iterator does not allow to delete while iterating. Signed-off-by: Pierre Tardy Commit: d22d0588689554dc62e47dca7b01d833ea306c7b https://github.com/buildbot/buildbot/commit/d22d0588689554dc62e47dca7b01d833ea306c7b Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M master/buildbot/process/remotecommand.py Log Message: ----------- misc pylint + style fixes on remotecommand.py + better root causing of problem with pb.CopiedFailure Signed-off-by: Pierre Tardy Commit: 67f884e65a83021224b24da7d229817dd3345dbc https://github.com/buildbot/buildbot/commit/67f884e65a83021224b24da7d229817dd3345dbc Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- fix hideStepIf unit tests actually test that an exception is hideStepIf will be catched in error logs Signed-off-by: Pierre Tardy Commit: 9ec9dd384465202507892f7fcd0c0403a81b7ad4 https://github.com/buildbot/buildbot/commit/9ec9dd384465202507892f7fcd0c0403a81b7ad4 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M master/buildbot/test/unit/test_process_remotecommand.py Log Message: ----------- fix signature unit test Signed-off-by: Pierre Tardy Commit: 29eab3f0d2adef82460fdcb5965d1c9259c78840 https://github.com/buildbot/buildbot/commit/29eab3f0d2adef82460fdcb5965d1c9259c78840 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M master/buildbot/process/remotecommand.py Log Message: ----------- remove debug print Signed-off-by: Pierre Tardy Commit: cab2a9cc3c39fc7a51ef756e321fc050387e1dc6 https://github.com/buildbot/buildbot/commit/cab2a9cc3c39fc7a51ef756e321fc050387e1dc6 Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M .travis.yml Log Message: ----------- build frontend before the python tests So that we get a change to execute www tests Signed-off-by: Pierre Tardy Commit: 69bdff0336c5a4eb2d2117ac2976ac14aa8ceb2a https://github.com/buildbot/buildbot/commit/69bdff0336c5a4eb2d2117ac2976ac14aa8ceb2a Author: Pierre Tardy Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_process_remotecommand.py Log Message: ----------- synchronisation between fake remotecommand and original Signed-off-by: Pierre Tardy Commit: 2bba2894f27371ee520fc362388ce05ea83f1634 https://github.com/buildbot/buildbot/commit/2bba2894f27371ee520fc362388ce05ea83f1634 Author: Pierre Tardy Date: 2014-09-30 (Tue, 30 Sep 2014) Changed paths: M master/buildbot/test/unit/test_process_remotecommand.py M www/base/src/app/builders/log/logviewer/logviewer.less Log Message: ----------- fix pyflakes Signed-off-by: Pierre Tardy Commit: 661a00cb8b579a8235364cb613f95cc4633d6197 https://github.com/buildbot/buildbot/commit/661a00cb8b579a8235364cb613f95cc4633d6197 Author: Pierre Tardy Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M master/buildbot/process/remotecommand.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_process_remotecommand.py Log Message: ----------- s/_log/log_/ according to review discussion, we decided to use log_ in order to avoid clashes with twisted.python.log Signed-off-by: Pierre Tardy Commit: e20ffc624ccbc46ebc3725ff5158db1d9b711185 https://github.com/buildbot/buildbot/commit/e20ffc624ccbc46ebc3725ff5158db1d9b711185 Author: Dustin J. Mitchell Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M .travis.yml M master/buildbot/data/logs.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_remotecommand.py M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/builder/builder.controller.coffee M www/base/src/app/builders/buildrequest/buildrequest.route.coffee M www/base/src/app/builders/log/log.controller.coffee M www/base/src/app/builders/log/log.tpl.jade M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee A www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade M www/base/src/app/builders/step/step.controller.coffee M www/base/src/app/builders/step/step.tpl.jade M www/base/src/app/common/directives/buildsummary/buildsummary.directive.coffee M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade M www/base/src/app/common/directives/rawdata/rawdata.tpl.jade M www/base/src/app/common/services/mq/mq.service.coffee M www/base/src/app/common/services/mq/mq.service.spec.coffee M www/base/src/styles/animations.less M www/base/src/styles/styles.less Log Message: ----------- Merge tardyp/buildbot:uifixes (PR #1233) Compare: https://github.com/buildbot/buildbot/compare/f43ca6bdfd85...e20ffc624ccb From noreply at github.com Sat Oct 4 20:41:32 2014 From: noreply at github.com (GitHub) Date: Sat, 04 Oct 2014 13:41:32 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7a45c4: add _toJson function in utils/__init__.py Message-ID: <54305b7cadc05_2bcc3f98c82fd2bc7051e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7a45c4d8fbb1f5ea7f49d7286775a3140e88e67b https://github.com/buildbot/buildbot/commit/7a45c4d8fbb1f5ea7f49d7286775a3140e88e67b Author: Xavier Delannoy Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M master/buildbot/util/__init__.py M master/buildbot/www/rest.py M master/buildbot/www/sse.py Log Message: ----------- add _toJson function in utils/__init__.py Commit: 6a021ab59f46c1868cdcc35998269aff00576979 https://github.com/buildbot/buildbot/commit/6a021ab59f46c1868cdcc35998269aff00576979 Author: Xavier Delannoy Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M master/buildbot/util/__init__.py M master/buildbot/www/rest.py M master/buildbot/www/sse.py M master/docs/developer/utils.rst Log Message: ----------- - rename _toJson => toJson - add documetation in utils.rst Commit: a819d050fda63a5126df0a6e861e9d37ebf58f19 https://github.com/buildbot/buildbot/commit/a819d050fda63a5126df0a6e861e9d37ebf58f19 Author: Xavier Delannoy Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M master/docs/developer/utils.rst Log Message: ----------- Fix: better documentation for toJson (Thanks to tardyp) Commit: ea9fc79ccaa300b1228cdc2eb78ffd4625264724 https://github.com/buildbot/buildbot/commit/ea9fc79ccaa300b1228cdc2eb78ffd4625264724 Author: Dustin J. Mitchell Date: 2014-10-04 (Sat, 04 Oct 2014) Changed paths: M master/buildbot/util/__init__.py M master/buildbot/www/rest.py M master/buildbot/www/sse.py M master/docs/developer/utils.rst Log Message: ----------- Merge delanne/buildbot:trac2659 (PR #1243) +autopep8 Compare: https://github.com/buildbot/buildbot/compare/e20ffc624ccb...ea9fc79ccaa3 From noreply at github.com Sun Oct 5 15:54:14 2014 From: noreply at github.com (GitHub) Date: Sun, 05 Oct 2014 08:54:14 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e3d382: Directly use self.flavor Message-ID: <543169a6f0713_15db3fbd911ed2bc5506e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e3d382559a08a72016aa3905cc9aab3901f89ab9 https://github.com/buildbot/buildbot/commit/e3d382559a08a72016aa3905cc9aab3901f89ab9 Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/buildslave/openstack.py Log Message: ----------- Directly use self.flavor Commit: c1726751f13271283cb5b7cdbb1c27b097340581 https://github.com/buildbot/buildbot/commit/c1726751f13271283cb5b7cdbb1c27b097340581 Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/buildslave/openstack.py Log Message: ----------- Make image optional and add rudimentary support for block devices The image keyword is now optional and defaults to None. The block_devices keyword will map to the block_device_mapping_v2 in novaclient. Some simple parsing will happen to allow a higher level use than what --block-device presents in the shell. Commit: 016faf222fc7a934356398061af6771a0fccb003 https://github.com/buildbot/buildbot/commit/016faf222fc7a934356398061af6771a0fccb003 Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/buildslave/openstack.py M master/buildbot/test/unit/test_buildslave_openstack.py Log Message: ----------- Refactor _getImage to allow any image callable to be used This may eventually be extended to work with block devices. Commit: 33d225cf887411117bb9c7fe7c8794bcdfb3a53d https://github.com/buildbot/buildbot/commit/33d225cf887411117bb9c7fe7c8794bcdfb3a53d Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/buildslave/openstack.py Log Message: ----------- Add block devices to kwargs for servers.create Commit: 4bb97162cbf237ef5cb23a4568dde22f7b8a2516 https://github.com/buildbot/buildbot/commit/4bb97162cbf237ef5cb23a4568dde22f7b8a2516 Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/test/unit/test_buildslave_openstack.py Log Message: ----------- Combine all test auth data into one dict Combined all of the test auth keywords into a dict to make setting up a buildslave slightly less tedious. Commit: e12638a7a74aea49a3e7294c9f00b59d80dbfa9a https://github.com/buildbot/buildbot/commit/e12638a7a74aea49a3e7294c9f00b59d80dbfa9a Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/test/unit/test_buildslave_openstack.py Log Message: ----------- Simplify more redundant test args Most creations of the slave now can use the shorter **self.bs_args. Commit: b58163a763051cabf07b1b0bcee0647bcaaef5a2 https://github.com/buildbot/buildbot/commit/b58163a763051cabf07b1b0bcee0647bcaaef5a2 Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/test/fake/openstack.py M master/buildbot/test/unit/test_buildslave_openstack.py Log Message: ----------- Test OpenStackBuildSlave.stop_instance Commit: 1e806b14e570e7d4850c633a99f09454bffb73e4 https://github.com/buildbot/buildbot/commit/1e806b14e570e7d4850c633a99f09454bffb73e4 Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/test/unit/test_buildslave_openstack.py Log Message: ----------- Test basic block_devices functionality Commit: 877c2079d4409716e5b2716c38f1ace89be59564 https://github.com/buildbot/buildbot/commit/877c2079d4409716e5b2716c38f1ace89be59564 Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/buildbot/buildslave/openstack.py Log Message: ----------- Add a kwargs to OpenStackBuildSlave Add a kwargs to allow people that know what needs to be passed to servers.boot the option to do so. Commit: 929931c314843fbeea60f482afa6da4c822d9d13 https://github.com/buildbot/buildbot/commit/929931c314843fbeea60f482afa6da4c822d9d13 Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/docs/manual/cfg-buildslaves.rst M master/docs/relnotes/index.rst Log Message: ----------- Add release notes and documentation Commit: e42bac35948c7b57fca319dae06f021f51934bbf https://github.com/buildbot/buildbot/commit/e42bac35948c7b57fca319dae06f021f51934bbf Author: Sean Kelly Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M master/docs/manual/cfg-buildslaves.rst Log Message: ----------- Fix release notes I missed a blank line. Commit: cf3bf25998c89df740898aa3a5697258974d8b3d https://github.com/buildbot/buildbot/commit/cf3bf25998c89df740898aa3a5697258974d8b3d Author: Sean Kelly Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M master/buildbot/buildslave/openstack.py Log Message: ----------- Make _getImage a static method Commit: 52a3301472099338d456c79ebef964763e5f0dfe https://github.com/buildbot/buildbot/commit/52a3301472099338d456c79ebef964763e5f0dfe Author: Sean Kelly Date: 2014-10-02 (Thu, 02 Oct 2014) Changed paths: M master/buildbot/buildslave/openstack.py M master/docs/manual/cfg-buildslaves.rst Log Message: ----------- Use nova_args parameter to hold extra options for novaclient Commit: ffc2c3fbe236308e3f6061963d80a2a8e77e6873 https://github.com/buildbot/buildbot/commit/ffc2c3fbe236308e3f6061963d80a2a8e77e6873 Author: Dustin J. Mitchell Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M master/buildbot/buildslave/openstack.py M master/buildbot/test/fake/openstack.py M master/buildbot/test/unit/test_buildslave_openstack.py M master/docs/manual/cfg-buildslaves-openstack.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge Cray/buildbot:openstack-block-device (PR #1221) Conflicts: master/docs/manual/cfg-buildslaves.rst (merged to cfg-buildslaves-openstack.rst) +autopep8 Compare: https://github.com/buildbot/buildbot/compare/ea9fc79ccaa3...ffc2c3fbe236 From noreply at github.com Wed Oct 8 13:05:21 2014 From: noreply at github.com (GitHub) Date: Wed, 08 Oct 2014 06:05:21 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b83bbd: send irc messages encoded as utf-8 Message-ID: <5435369155385_32d93f8805f2b29c9295@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b83bbd1ba0adb11f14c4d5de59c61d415ee34e04 https://github.com/buildbot/buildbot/commit/b83bbd1ba0adb11f14c4d5de59c61d415ee34e04 Author: K?lm?n Viktor Date: 2014-10-07 (Tue, 07 Oct 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py Log Message: ----------- send irc messages encoded as utf-8 For example blamelist is already stored as list of unicode strings Commit: 568ea4475ea108d182296885a06967a33fd44287 https://github.com/buildbot/buildbot/commit/568ea4475ea108d182296885a06967a33fd44287 Author: Mikhail Sobolev Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py Log Message: ----------- Merge pull request #1250 from kviktor/irc-encoding Send irc messages encoded as utf-8 Compare: https://github.com/buildbot/buildbot/compare/ffc2c3fbe236...568ea4475ea1 From noreply at github.com Wed Oct 8 16:38:22 2014 From: noreply at github.com (GitHub) Date: Wed, 08 Oct 2014 09:38:22 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 854c1e: Remove MAINTAINERS.txt Message-ID: <5435687edb4d4_2cb43fa9aaa0d2bc531e7@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 854c1ec3be0d06f96dbb3807275edcdcbd91daeb https://github.com/buildbot/buildbot/commit/854c1ec3be0d06f96dbb3807275edcdcbd91daeb Author: Dustin J. Mitchell Date: 2014-10-07 (Tue, 07 Oct 2014) Changed paths: R MAINTAINERS.txt Log Message: ----------- Remove MAINTAINERS.txt The component-maintainer model didn't work out the way I'd hoped. Commit: 75becf882693012d8c7942ff23ffa9b790f3d72b https://github.com/buildbot/buildbot/commit/75becf882693012d8c7942ff23ffa9b790f3d72b Author: Mikhail Sobolev Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: R MAINTAINERS.txt Log Message: ----------- Merge pull request #1251 from djmitche/bug2856 (Based on the discussion in the mailing list and feedback at GitHub.) Remove MAINTAINERS.txt Closes ticket:2856 Compare: https://github.com/buildbot/buildbot/compare/568ea4475ea1...75becf882693 From noreply at github.com Wed Oct 8 16:55:19 2014 From: noreply at github.com (GitHub) Date: Wed, 08 Oct 2014 09:55:19 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 70ede9: Cleanup messageFormatter example to use logs from ... Message-ID: <54356c77be980_12393f92be0692b898c6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 70ede960656c42e7116376c1c12986ac30b65149 https://github.com/buildbot/buildbot/commit/70ede960656c42e7116376c1c12986ac30b65149 Author: Anish Bhatt Date: 2014-10-05 (Sun, 05 Oct 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Cleanup messageFormatter example to use logs from build steps instead of directly using build logs Commit: f43059f35f08ea98a439c1ed7b576b358826e798 https://github.com/buildbot/buildbot/commit/f43059f35f08ea98a439c1ed7b576b358826e798 Author: Mikhail Sobolev Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge pull request #1246 from anish/eight-msgfmt Cleanup messageFormatter example to use logs from build steps instead of directly using build logs Compare: https://github.com/buildbot/buildbot/compare/2f5da048e134...f43059f35f08 From noreply at github.com Fri Oct 10 08:26:38 2014 From: noreply at github.com (GitHub) Date: Fri, 10 Oct 2014 01:26:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 724877: Remove assert from subscribeConsumer Message-ID: <5437983e54609_75993f8f33b9d2bc54184@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 7248778e74ef44e326683618988f0fa983b5cfa0 https://github.com/buildbot/buildbot/commit/7248778e74ef44e326683618988f0fa983b5cfa0 Author: Dustin J. Mitchell Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M master/buildbot/status/logfile.py Log Message: ----------- Remove assert from subscribeConsumer This method is used by the WebStatus, and thus necessary (even for new-style steps) in eight. Commit: 3c52778a75e1e9254327d9e58b1cb1da3fb5809b https://github.com/buildbot/buildbot/commit/3c52778a75e1e9254327d9e58b1cb1da3fb5809b Author: Mikhail Sobolev Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M master/buildbot/status/logfile.py Log Message: ----------- Merge pull request #1249 from djmitche/subscribeConsumer-assert Remove assert from subscribeConsumer Compare: https://github.com/buildbot/buildbot/compare/f43059f35f08...3c52778a75e1 From noreply at github.com Fri Oct 10 08:36:48 2014 From: noreply at github.com (GitHub) Date: Fri, 10 Oct 2014 01:36:48 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d2c00b: Proposed patch for #2589 to guard against content ... Message-ID: <54379aa0d9281_49953f88e76852b8279c4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: d2c00b3fa4629387f23bd9661d6a395309a53d68 https://github.com/buildbot/buildbot/commit/d2c00b3fa4629387f23bd9661d6a395309a53d68 Author: William Siegrist Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M master/buildbot/status/web/builder.py M master/buildbot/status/web/olpb.py M master/buildbot/status/web/status_json.py M master/buildbot/status/web/waterfall.py Log Message: ----------- Proposed patch for #2589 to guard against content spoofing. Commit: 388e868cc482e253f988305e816791b9eda2c4e7 https://github.com/buildbot/buildbot/commit/388e868cc482e253f988305e816791b9eda2c4e7 Author: William Siegrist Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M master/buildbot/status/web/builder.py M master/buildbot/status/web/olpb.py M master/buildbot/status/web/slaves.py M master/buildbot/status/web/status_json.py Log Message: ----------- Catch a specific exception Commit: d044297cf888e827da0e9a9f953463e35cbfac6d https://github.com/buildbot/buildbot/commit/d044297cf888e827da0e9a9f953463e35cbfac6d Author: William Siegrist Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Update release notes for #2589 Commit: f074cc7edea0a1663379cd1115010df1848c01eb https://github.com/buildbot/buildbot/commit/f074cc7edea0a1663379cd1115010df1848c01eb Author: William Siegrist Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M master/buildbot/status/web/olpb.py Log Message: ----------- Fix one more missing exception Commit: 99874c2eacd8b613e48dd4e57f2a34e36795cecc https://github.com/buildbot/buildbot/commit/99874c2eacd8b613e48dd4e57f2a34e36795cecc Author: Mikhail Sobolev Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M master/buildbot/status/web/builder.py M master/buildbot/status/web/olpb.py M master/buildbot/status/web/slaves.py M master/buildbot/status/web/status_json.py M master/buildbot/status/web/waterfall.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1244 from wmswms/eight Guard against content spoofing. Fixes ticket:2589 Compare: https://github.com/buildbot/buildbot/compare/3c52778a75e1...99874c2eacd8 From noreply at github.com Fri Oct 10 12:16:50 2014 From: noreply at github.com (GitHub) Date: Fri, 10 Oct 2014 05:16:50 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 37f12e: Update docker tutorial to use standard install pro... Message-ID: <5437ce32b9c60_49953f88e76852b831377@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 37f12e824604497c835256390176883400428e58 https://github.com/buildbot/buildbot/commit/37f12e824604497c835256390176883400428e58 Author: Quentin Pradet Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M master/docs/tutorial/docker.rst Log Message: ----------- Update docker tutorial to use standard install procedure * Use the standard installation instruction instead of the master version: 0.7 has been out for some time now. * As a result, switch to `sudo docker` instead of `sudo ./docker`. * Correct minor typos Commit: 5eb37a630643c54b308e5fab4ce42534db5da192 https://github.com/buildbot/buildbot/commit/5eb37a630643c54b308e5fab4ce42534db5da192 Author: Mikhail Sobolev Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M master/docs/tutorial/docker.rst Log Message: ----------- Merge pull request #1248 from pquentin/docker-doc Update docker tutorial Compare: https://github.com/buildbot/buildbot/compare/75becf882693...5eb37a630643 From noreply at github.com Fri Oct 10 20:54:58 2014 From: noreply at github.com (GitHub) Date: Fri, 10 Oct 2014 13:54:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] f50a98: Change buildslave's testPunctuation to not depend ... Message-ID: <543847a28a6a8_7e083fb9243492bc30770@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f50a98eb84a791ba4e0eb3fbd125dd0d331c9f63 https://github.com/buildbot/buildbot/commit/f50a98eb84a791ba4e0eb3fbd125dd0d331c9f63 Author: ????? ???????? Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Change buildslave's testPunctuation to not depend on the platform As a side effect, it now effectively checks that individual arguments are passed properly, instead of just verifying their concatenation. Commit: 26c11c245d5a9a0798714db84238ae4dcdffc474 https://github.com/buildbot/buildbot/commit/26c11c245d5a9a0798714db84238ae4dcdffc474 Author: ????? ???????? Date: 2014-10-06 (Mon, 06 Oct 2014) Changed paths: M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge testMultiWordCommand and testPunctuation into a single test Since they're about the same thing, really. Commit: a207d8ac6ada99b181b8b07704aaf1996293e10a https://github.com/buildbot/buildbot/commit/a207d8ac6ada99b181b8b07704aaf1996293e10a Author: Mikhail Sobolev Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge pull request #1245 from SpecLad/punct+ Change buildslave's testPunctuation to not depend on the platform Compare: https://github.com/buildbot/buildbot/compare/5eb37a630643...a207d8ac6ada From noreply at github.com Sun Oct 12 16:15:54 2014 From: noreply at github.com (GitHub) Date: Sun, 12 Oct 2014 09:15:54 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9a3f3f: re-raise the original exception when cleaning the ... Message-ID: <543aa93a4b39c_10f93faf2e3f529c2967@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9a3f3f361719c26e63334fd92055a91bdb0a4e11 https://github.com/buildbot/buildbot/commit/9a3f3f361719c26e63334fd92055a91bdb0a4e11 Author: Dustin J. Mitchell Date: 2014-10-12 (Sun, 12 Oct 2014) Changed paths: M master/buildbot/test/util/db.py Log Message: ----------- re-raise the original exception when cleaning the database This ensures we get a full traceback from the point where that exception was raised. From noreply at github.com Mon Oct 13 00:31:15 2014 From: noreply at github.com (GitHub) Date: Sun, 12 Oct 2014 17:31:15 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] cf0aec: fix pyflake Message-ID: <543b1d53a7610_43c3fcdfc6ab29c635ec@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cf0aec6390d66fd97b398fac663b2fba03bba390 https://github.com/buildbot/buildbot/commit/cf0aec6390d66fd97b398fac663b2fba03bba390 Author: Dustin J. Mitchell Date: 2014-10-12 (Sun, 12 Oct 2014) Changed paths: M master/buildbot/test/util/db.py Log Message: ----------- fix pyflake From noreply at github.com Mon Oct 13 09:16:54 2014 From: noreply at github.com (GitHub) Date: Mon, 13 Oct 2014 02:16:54 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 61b044: - use builderid as a foreign key instead of using... Message-ID: <543b988678b08_fa43f95f2c912c0577ee@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 61b044f924e9563b37bf84de1b5380855954a661 https://github.com/buildbot/buildbot/commit/61b044f924e9563b37bf84de1b5380855954a661 Author: Xavier Delannoy Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/buildsets.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py A master/buildbot/db/migrate/versions/037_buildrequests_builderid.py M master/buildbot/db/model.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/schedulers/base.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_logs.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_buildrequest.py M master/buildbot/test/unit/test_process_buildrequestdistributor.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_status_buildset.py M master/buildbot/test/unit/test_status_gerrit.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/scheduler.py M master/docs/developer/rtype-buildrequest.rst Log Message: ----------- - use builderid as a foreign key instead of using buildername for the table buildrequests - addbuilset take a list of buildersID - check signatures for the BaseScheduler?'s addBuildsetForXxx methods Commit: 781513cfe0612112d02a358f5a7e3dec0fa1ee34 https://github.com/buildbot/buildbot/commit/781513cfe0612112d02a358f5a7e3dec0fa1ee34 Author: Xavier Delannoy Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M master/buildbot/process/botmaster.py M master/buildbot/status/master.py Log Message: ----------- Add @defer.inlineCallbacks to br_consumer_cb and buildRequestAdded I think this is needed since a12242da69e76f34cc45523c5a928b19e676d3ff. Dustin, do you confirm ? Commit: 3d228e634e1dbdd302047a40aa66add64c778e8b https://github.com/buildbot/buildbot/commit/3d228e634e1dbdd302047a40aa66add64c778e8b Author: Xavier Delannoy Date: 2014-10-01 (Wed, 01 Oct 2014) Changed paths: M master/buildbot/status/master.py Log Message: ----------- Fix: master/buildbot/status/master.py:423: import 'builder' from line 25 shadowed by loop variable Commit: d30e24ab5c6d386677516c5e62adfc957a2e6392 https://github.com/buildbot/buildbot/commit/d30e24ab5c6d386677516c5e62adfc957a2e6392 Author: delanne Date: 2014-10-07 (Tue, 07 Oct 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/buildsets.py M master/buildbot/db/buildsets.py M master/buildbot/db/migrate/versions/037_buildrequests_builderid.py M master/buildbot/schedulers/trysched.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/scheduler.py M master/docs/developer/database.rst M master/docs/developer/rtype-buildset.rst Log Message: ----------- - improve master/db/migrate/versions/037_buildrequests_builderid.py as dustin suggested - various minor fix - Done: - DB API changes reflected in the doc - DATA API changes reflected in the doc - DATA API for buildrequest's dropping /builders/i:buildername/buildrequests or not (code drops, path still in place) - DATA API changes need to be reflected in the FakeData API - trigger steps now gets {builderid:buidrequestid} back from the sched.trigger call - Try Schedulers's RemoteBuildSetStatus.getBuildRequest should return builder names but returns builder ids - todo: - SchedulerMixin._addBuildsetReturnValue returns buildernames, but should return builderids - BuilderStatus.getPendingBuildRequestStatuses calls db.getBuildRequests (... buildername=...". It's Ok to just assert 0 in this method. The whole class will go away soon. Just don't leave it subtly broken Commit: d9373fa69752bb36b6c01b082dbeabd83cc88eeb https://github.com/buildbot/buildbot/commit/d9373fa69752bb36b6c01b082dbeabd83cc88eeb Author: delanne Date: 2014-10-08 (Wed, 08 Oct 2014) Changed paths: M .travis.yml M master/buildbot/buildslave/openstack.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/data/logs.py M master/buildbot/interfaces.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/status/__init__.py M master/buildbot/status/build.py R master/buildbot/status/buildstep.py R master/buildbot/status/logfile.py M master/buildbot/steps/http.py M master/buildbot/steps/maxq.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/shell.py M master/buildbot/steps/shellsequence.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/repo.py M master/buildbot/steps/subunit.py M master/buildbot/steps/transfer.py M master/buildbot/steps/trigger.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/fake/openstack.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/regressions/test_unpickling.py M master/buildbot/test/unit/test_buildslave_openstack.py M master/buildbot/test/unit/test_changes_gerritchangesource.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_remotecommand.py R master/buildbot/test/unit/test_status_buildstep.py R master/buildbot/test/unit/test_status_logfile.py M master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_maxq.py M master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_package_deb_lintian.py M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py M master/buildbot/test/unit/test_steps_package_rpm_mock.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py M master/buildbot/test/unit/test_steps_package_rpm_rpmlint.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_python_twisted.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_shellsequence.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_darcs.py M master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_mtn.py M master/buildbot/test/unit/test_steps_source_p4.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_steps_subunit.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/unit/test_steps_vstudio.py M master/buildbot/test/unit/test_util.py M master/buildbot/test/util/steps.py M master/buildbot/util/__init__.py M master/buildbot/util/pickle.py M master/buildbot/www/rest.py M master/buildbot/www/sse.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/utils.rst M master/docs/manual/cfg-buildslaves-openstack.rst M master/docs/relnotes/index.rst M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/builder/builder.controller.coffee M www/base/src/app/builders/buildrequest/buildrequest.route.coffee M www/base/src/app/builders/log/log.controller.coffee M www/base/src/app/builders/log/log.tpl.jade M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee A www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade M www/base/src/app/builders/step/step.controller.coffee M www/base/src/app/builders/step/step.tpl.jade M www/base/src/app/common/directives/buildsummary/buildsummary.directive.coffee M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade M www/base/src/app/common/directives/rawdata/rawdata.tpl.jade M www/base/src/app/common/services/mq/mq.service.coffee M www/base/src/app/common/services/mq/mq.service.spec.coffee M www/base/src/styles/animations.less M www/base/src/styles/styles.less Log Message: ----------- Merge branch 'master' into trac2621_2658 Conflicts: master/buildbot/test/unit/test_steps_trigger.py Commit: 2043a4c97c0ba098148fa4a8c616ffc6b615b1aa https://github.com/buildbot/buildbot/commit/2043a4c97c0ba098148fa4a8c616ffc6b615b1aa Author: delanne Date: 2014-10-09 (Thu, 09 Oct 2014) Changed paths: M master/buildbot/db/migrate/versions/037_buildrequests_builderid.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/builder.py M master/buildbot/status/master.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/scheduler.py Log Message: ----------- done: - SchedulerMixin._addBuildsetReturnValue returns buildernames, but should return builderids - BuilderStatus.getPendingBuildRequestStatuses calls db.getBuildRequests (... buildername=...". It's Ok to just assert 0 in this method. The whole class will go away soon. Just don't leave it subtly broken - update and fix unittests Commit: 5b7748ef01e6a2ff2738219b9102b3280aa5c7a4 https://github.com/buildbot/buildbot/commit/5b7748ef01e6a2ff2738219b9102b3280aa5c7a4 Author: Xavier Delannoy Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/docs/developer/rtype-buildset.rst Log Message: ----------- Fix: master/docs/developer/rtype-buildset.rst about addBuildset returns Commit: 2de3ca0b6b3eb923b6f1adf840bcb940f0ee66cd https://github.com/buildbot/buildbot/commit/2de3ca0b6b3eb923b6f1adf840bcb940f0ee66cd Author: Mikhail Sobolev Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/buildsets.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py A master/buildbot/db/migrate/versions/037_buildrequests_builderid.py M master/buildbot/db/model.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/builder.py M master/buildbot/status/master.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_logs.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_buildrequest.py M master/buildbot/test/unit/test_process_buildrequestdistributor.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_status_buildset.py M master/buildbot/test/unit/test_status_gerrit.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/scheduler.py M master/docs/developer/database.rst M master/docs/developer/rtype-buildrequest.rst M master/docs/developer/rtype-buildset.rst Log Message: ----------- Merge pull request #1242 from delanne/trac2621_2658 PR for trac #2621 and trac #2658 Fixes ticket:2621 Fixes ticket:2658 Compare: https://github.com/buildbot/buildbot/compare/cf0aec6390d6...2de3ca0b6b3e From noreply at github.com Mon Oct 13 15:41:33 2014 From: noreply at github.com (GitHub) Date: Mon, 13 Oct 2014 08:41:33 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 8e36dc: apply one-sentence-per-line rule to the changed se... Message-ID: <543bf2ad1b433_4de43ff7c2f232b845670@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 8e36dcf71304fd46ad20be78e3da45ba9d849c92 https://github.com/buildbot/buildbot/commit/8e36dcf71304fd46ad20be78e3da45ba9d849c92 Author: Mikhail Sobolev Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- apply one-sentence-per-line rule to the changed section Commit: f8933088778f7e7cfaefedfe8bb8d4f0f17bb551 https://github.com/buildbot/buildbot/commit/f8933088778f7e7cfaefedfe8bb8d4f0f17bb551 Author: Mikhail Sobolev Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- update documentation for GitHub change hook * misc syntax, wording and cosmetic changes * move mention of standalone server to the beginning of the section * fix link to the GitHub tutorial for adding webhooks * make list of parameters of GitHub webhook and their correpsonding values explicit Fixes ticket:2938 Commit: b828c651f9768b4274c169ca7d1c37ef5e7f347b https://github.com/buildbot/buildbot/commit/b828c651f9768b4274c169ca7d1c37ef5e7f347b Author: Dustin J. Mitchell Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge sa2ajj/buildbot:bugfix-2938 (PR #1253) Compare: https://github.com/buildbot/buildbot/compare/99874c2eacd8...b828c651f976 From noreply at github.com Mon Oct 13 18:19:04 2014 From: noreply at github.com (GitHub) Date: Mon, 13 Oct 2014 11:19:04 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b92033: Fix the type of the 'masterid' case statement Message-ID: <543c17985a669_1b1a3f88cadb12c01077de@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b92033a83cb5efa81d4069ce49c3e6cbe9ac647a https://github.com/buildbot/buildbot/commit/b92033a83cb5efa81d4069ce49c3e6cbe9ac647a Author: Dustin J. Mitchell Date: 2014-10-12 (Sun, 12 Oct 2014) Changed paths: M master/buildbot/db/migrate/versions/025_add_master_table.py Log Message: ----------- Fix the type of the 'masterid' case statement It seems that newish versions of pg8000 complain (probably correctly) that a case statement is of text type, but the masterid column should be an integer. This adds an explicit cast, which works fine across all three database engines. Commit: a343b1fc5919d3943aeaaa021f59542ce19de70f https://github.com/buildbot/buildbot/commit/a343b1fc5919d3943aeaaa021f59542ce19de70f Author: Mikhail Sobolev Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/buildbot/db/migrate/versions/025_add_master_table.py Log Message: ----------- Merge pull request #1255 from djmitche/025-masterid-type-fix Fix the type of the 'masterid' case statement See ticket:2933 Compare: https://github.com/buildbot/buildbot/compare/2de3ca0b6b3e...a343b1fc5919 From noreply at github.com Tue Oct 14 00:03:14 2014 From: noreply at github.com (GitHub) Date: Mon, 13 Oct 2014 17:03:14 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7bd1d7: Fix SQLAlchemy-Migrate version check Message-ID: <543c6842ac323_3d7f3f95d7fab2a07030@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7bd1d7bc8f2cda5a6334c76f48534d25c87ec18c https://github.com/buildbot/buildbot/commit/7bd1d7bc8f2cda5a6334c76f48534d25c87ec18c Author: heinrich5991 Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/buildbot/db/model.py M master/docs/relnotes/index.rst Log Message: ----------- Fix SQLAlchemy-Migrate version check It failed for strings like `'0.9.1-r0'`. ``` $ buildbot create-master foobar [...] File "/usr/lib/python2.7/site-packages/buildbot/db/model.py", line 547, in upgrade check_sqlalchemy_migrate_version() File "/usr/lib/python2.7/site-packages/buildbot/db/model.py", line 502, in check_sqlalchemy_migrate_version version_tup = tuple(map(int, version.split('.'))) exceptions.ValueError: invalid literal for int() with base 10: '1-r0' $ python2 -c "import migrate; print(migrate.__version__)" 0.9.1-r0 ``` Commit: cc23bec98741c6fe8877332e499f7463478ca321 https://github.com/buildbot/buildbot/commit/cc23bec98741c6fe8877332e499f7463478ca321 Author: Dustin J. Mitchell Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/buildbot/db/model.py M master/docs/relnotes/index.rst Log Message: ----------- Merge heinrich5991/buildbot:pr_versioncheck (PR #1259) Compare: https://github.com/buildbot/buildbot/compare/a343b1fc5919...cc23bec98741 From noreply at github.com Tue Oct 14 08:00:04 2014 From: noreply at github.com (GitHub) Date: Tue, 14 Oct 2014 01:00:04 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c3b15b: Update the docs URL to docs.buildbot.net Message-ID: <543cd804bca6c_40953faf2a4132a06421f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c3b15b0da7fd55303c7ecca054848bc6e2046d2b https://github.com/buildbot/buildbot/commit/c3b15b0da7fd55303c7ecca054848bc6e2046d2b Author: Quentin Pradet Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M master/docs/conf.py Log Message: ----------- Update the docs URL to docs.buildbot.net Commit: 82dce81e14e5f1f62bd7ca5e5d87d833106fedb7 https://github.com/buildbot/buildbot/commit/82dce81e14e5f1f62bd7ca5e5d87d833106fedb7 Author: Mikhail Sobolev Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M master/docs/conf.py Log Message: ----------- Merge pull request #1260 from pquentin/master Update the docs URL to docs.buildbot.net Compare: https://github.com/buildbot/buildbot/compare/cc23bec98741...82dce81e14e5 From noreply at github.com Tue Oct 14 08:31:39 2014 From: noreply at github.com (GitHub) Date: Tue, 14 Oct 2014 01:31:39 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 6c1361: factor out integration-style step testing support Message-ID: <543cdf6bf2c59_2c753f91ebaad2c0307a1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 6c1361bd8773944ef017d6c9d77912e6fcd58b71 https://github.com/buildbot/buildbot/commit/6c1361bd8773944ef017d6c9d77912e6fcd58b71 Author: Dustin J. Mitchell Date: 2014-10-12 (Sun, 12 Oct 2014) Changed paths: M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/util/steps.py Log Message: ----------- factor out integration-style step testing support Commit: 518522ed4d758d66af8b60ee5f6d596f16c4756e https://github.com/buildbot/buildbot/commit/518522ed4d758d66af8b60ee5f6d596f16c4756e Author: Dustin J. Mitchell Date: 2014-10-12 (Sun, 12 Oct 2014) Changed paths: M master/buildbot/status/web/baseweb.py M master/buildbot/test/fake/web.py A master/buildbot/test/integration/test_new_style_steps.py Log Message: ----------- add an integration test that renders a new-style step Commit: a3d8941fa3c5e74dfe72fec3f8bc43f4b17a7afb https://github.com/buildbot/buildbot/commit/a3d8941fa3c5e74dfe72fec3f8bc43f4b17a7afb Author: Dustin J. Mitchell Date: 2014-10-12 (Sun, 12 Oct 2014) Changed paths: M master/buildbot/test/integration/test_new_style_steps.py Log Message: ----------- Tickle #2934 Commit: 07a405ed14456e5dbd93ba1e350d8447878d8e91 https://github.com/buildbot/buildbot/commit/07a405ed14456e5dbd93ba1e350d8447878d8e91 Author: Dustin J. Mitchell Date: 2014-10-12 (Sun, 12 Oct 2014) Changed paths: M master/buildbot/status/buildstep.py M master/buildbot/status/logfile.py Log Message: ----------- Fix checkLogfiles to not fail with new style steps Commit: 32ce14f9def3b3f7596d25f2cbe70578d2051ea9 https://github.com/buildbot/buildbot/commit/32ce14f9def3b3f7596d25f2cbe70578d2051ea9 Author: Mikhail Sobolev Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M master/buildbot/status/buildstep.py M master/buildbot/status/logfile.py M master/buildbot/status/web/baseweb.py M master/buildbot/test/fake/web.py M master/buildbot/test/integration/test_custom_buildstep.py A master/buildbot/test/integration/test_new_style_steps.py M master/buildbot/test/util/steps.py Log Message: ----------- Merge pull request #1254 from djmitche/bug2934 Test for and fix new-style step assertions triggered by Buildbot code Fixes ticket:2934 Compare: https://github.com/buildbot/buildbot/compare/b828c651f976...32ce14f9def3 From noreply at github.com Tue Oct 14 15:30:28 2014 From: noreply at github.com (GitHub) Date: Tue, 14 Oct 2014 08:30:28 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7f0318: Fix cross-site scripting in status_json by specify... Message-ID: <543d41948eae2_48dd3fe4b24bb2bc80086@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 7f0318c196f96858b010b3c4278ac6fdf1a1a192 https://github.com/buildbot/buildbot/commit/7f0318c196f96858b010b3c4278ac6fdf1a1a192 Author: William Siegrist Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/buildbot/status/web/status_json.py M master/docs/relnotes/index.rst Log Message: ----------- Fix cross-site scripting in status_json by specifying nosniff and app/json content Commit: 48edbaaf154f3a567a283a5276be614ca65f3d9e https://github.com/buildbot/buildbot/commit/48edbaaf154f3a567a283a5276be614ca65f3d9e Author: Mikhail Sobolev Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M master/buildbot/status/web/status_json.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1258 from wmswms/eight Bugfix 2943: Fix cross-site scripting in status_json by specifying nosniff and app/js... Fixes ticket:2943 Compare: https://github.com/buildbot/buildbot/compare/32ce14f9def3...48edbaaf154f From noreply at github.com Thu Oct 16 18:07:32 2014 From: noreply at github.com (GitHub) Date: Thu, 16 Oct 2014 11:07:32 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a6bbe3: one-line-per-sentence policy for the section to up... Message-ID: <54400964eb569_2b8a3faa6b8752bc7203b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: a6bbe3ea54b8931a8531c25283fcbe52533b2c1c https://github.com/buildbot/buildbot/commit/a6bbe3ea54b8931a8531c25283fcbe52533b2c1c Author: Mikhail Sobolev Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- one-line-per-sentence policy for the section to update * to make it easier to see the differences Commit: de669efd368ab86f7203c1dc330bbc2dd59d3b05 https://github.com/buildbot/buildbot/commit/de669efd368ab86f7203c1dc330bbc2dd59d3b05 Author: Mikhail Sobolev Date: 2014-10-10 (Fri, 10 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- clarify a bit the difference between master- and slave-side source steps * emphasise the difference between them * since master-side steps are recommended move them up in the examples * slave-steps are deprecated and will be removed in 0.9 * emphasise that the next section is about master-side steps Commit: 5419a1ed5aefcc1da1cc918f78895d4024cba87c https://github.com/buildbot/buildbot/commit/5419a1ed5aefcc1da1cc918f78895d4024cba87c Author: Dustin J. Mitchell Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Merge sa2ajj/buildbot:new-old-source-steps (PR #1252) Compare: https://github.com/buildbot/buildbot/compare/48edbaaf154f...5419a1ed5aef From noreply at github.com Thu Oct 16 18:25:18 2014 From: noreply at github.com (GitHub) Date: Thu, 16 Oct 2014 11:25:18 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] eeb8a5: fix typo h/t @benallard Message-ID: <54400d8e737ee_37e63fe0eef212a031493@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: eeb8a51bb61709e422fe4e530fad33179e3e19e5 https://github.com/buildbot/buildbot/commit/eeb8a51bb61709e422fe4e530fad33179e3e19e5 Author: Dustin J. Mitchell Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M master/docs/manual/cfg-schedulers.rst Log Message: ----------- fix typo h/t @benallard Commit: 0f3c6812a2ba1a7d4383a1d8dfa9445ef61c5309 https://github.com/buildbot/buildbot/commit/0f3c6812a2ba1a7d4383a1d8dfa9445ef61c5309 Author: Dustin J. Mitchell Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M master/setup.py Log Message: ----------- correct the import path for Triggerable (h/t @benallard) Compare: https://github.com/buildbot/buildbot/compare/82dce81e14e5...0f3c6812a2ba From noreply at github.com Thu Oct 16 18:25:48 2014 From: noreply at github.com (GitHub) Date: Thu, 16 Oct 2014 11:25:48 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 162bce: Add a test for getOldestRequestTime with an invali... Message-ID: <54400daced633_26713f97eebe32bc45d1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 162bce52d31fdc6e7acb74a86d13f5a46a578791 https://github.com/buildbot/buildbot/commit/162bce52d31fdc6e7acb74a86d13f5a46a578791 Author: Dustin J. Mitchell Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M master/buildbot/test/unit/test_process_builder.py Log Message: ----------- Add a test for getOldestRequestTime with an invalid identifier Commit: e9ab16da315e67cc96d233a3015154cff46739b6 https://github.com/buildbot/buildbot/commit/e9ab16da315e67cc96d233a3015154cff46739b6 Author: Dustin J. Mitchell Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- fix getOldestRequestTime to use builder ids Commit: ec899e169c581640b8c88e3b66fee5e362a8198f https://github.com/buildbot/buildbot/commit/ec899e169c581640b8c88e3b66fee5e362a8198f Author: Dustin J. Mitchell Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M master/buildbot/test/fake/fakedata.py Log Message: ----------- make findBuilderId call through to the DB layer Commit: 525a91d936263de7307e5cff78eb9e9351a6db98 https://github.com/buildbot/buildbot/commit/525a91d936263de7307e5cff78eb9e9351a6db98 Author: Mikhail Sobolev Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M master/buildbot/process/builder.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_process_builder.py Log Message: ----------- Merge pull request #1256 from djmitche/bug2940 Use builderid, not buildername, to look up buildrequests Fixes ticket:2940 Compare: https://github.com/buildbot/buildbot/compare/0f3c6812a2ba...525a91d93626 From noreply at github.com Thu Oct 16 18:41:33 2014 From: noreply at github.com (GitHub) Date: Thu, 16 Oct 2014 11:41:33 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] cdb56e: fix the invocation of pylint Message-ID: <5440115dd74b3_575d3fed2c76b2a09116f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cdb56e842c7e19b2fb2528d194d91fcfe6d5bfb6 https://github.com/buildbot/buildbot/commit/cdb56e842c7e19b2fb2528d194d91fcfe6d5bfb6 Author: Mikhail Sobolev Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M .travis.yml Log Message: ----------- fix the invocation of pylint Commit: 2d94672ea8264f18a7a35f93bbc317c8c6404294 https://github.com/buildbot/buildbot/commit/2d94672ea8264f18a7a35f93bbc317c8c6404294 Author: Dustin J. Mitchell Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M .travis.yml Log Message: ----------- Merge sa2ajj/buildbot:fix-copy-n-paste (PR #1262) Compare: https://github.com/buildbot/buildbot/compare/525a91d93626...2d94672ea826 From noreply at github.com Thu Oct 16 18:51:48 2014 From: noreply at github.com (GitHub) Date: Thu, 16 Oct 2014 11:51:48 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c7e91d: Improve logging of GitPoller when polling lots of ... Message-ID: <544013c458665_55323fb2fd3cd29c21670@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c7e91d6517b011e4d463321519063bd6232ab382 https://github.com/buildbot/buildbot/commit/c7e91d6517b011e4d463321519063bd6232ab382 Author: Dustin J. Mitchell Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Improve logging of GitPoller when polling lots of branches This fixes #2946. Commit: 3216ff07a506e666ac4bef99d9d2dcde14a28fa5 https://github.com/buildbot/buildbot/commit/3216ff07a506e666ac4bef99d9d2dcde14a28fa5 Author: Mikhail Sobolev Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Merge pull request #1263 from djmitche/bug2946 Improve logging of GitPoller when polling lots of branches Fixes ticket:2946 Compare: https://github.com/buildbot/buildbot/compare/2d94672ea826...3216ff07a506 From noreply at github.com Thu Oct 16 20:42:22 2014 From: noreply at github.com (GitHub) Date: Thu, 16 Oct 2014 13:42:22 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b33ae4: use package_data to bundle various data files Message-ID: <54402daea4c42_52913fcc88c6b29c64388@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b33ae4076dfb5fbf3f469d8bda9d676977743f5a https://github.com/buildbot/buildbot/commit/b33ae4076dfb5fbf3f469d8bda9d676977743f5a Author: Mikhail Sobolev Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M pkg/buildbot_pkg.py M www/base/setup.py M www/codeparameter/setup.py M www/console_view/setup.py M www/waterfall_view/setup.py Log Message: ----------- use package_data to bundle various data files * remove generation of MANIFEST.in (only helps for `sdist` command) * override setuptools' build_py class to filter out directories Supersedes GH-1215 Fixes ticket:2883 Commit: bfc6fbfc3ed61f92cd81c14ce16da07613cbb05d https://github.com/buildbot/buildbot/commit/bfc6fbfc3ed61f92cd81c14ce16da07613cbb05d Author: Dustin J. Mitchell Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M pkg/buildbot_pkg.py M www/base/setup.py M www/codeparameter/setup.py M www/console_view/setup.py M www/waterfall_view/setup.py Log Message: ----------- Merge sa2ajj/buildbot:add-package-data (PR #1239) +autopep8 Compare: https://github.com/buildbot/buildbot/compare/3216ff07a506...bfc6fbfc3ed6 From noreply at github.com Sat Oct 18 11:29:45 2014 From: noreply at github.com (GitHub) Date: Sat, 18 Oct 2014 04:29:45 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] dacf33: plugin.py: Fix python2.6 compatibility Message-ID: <54424f293160a_34363ff6c870129c70110@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: dacf33cc2216f2c4de1a65b89a4c337a3d9e1ba7 https://github.com/buildbot/buildbot/commit/dacf33cc2216f2c4de1a65b89a4c337a3d9e1ba7 Author: Pierre Tardy Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M master/buildbot/www/plugin.py Log Message: ----------- plugin.py: Fix python2.6 compatibility Signed-off-by: Pierre Tardy Commit: 8dca976205058b3b5809cc33a8cb11c9ef3ec97f https://github.com/buildbot/buildbot/commit/8dca976205058b3b5809cc33a8cb11c9ef3ec97f Author: Pierre Tardy Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M pkg/buildbot_pkg.py Log Message: ----------- buildbot_pkg: return valid version instead of latest Yet we return a big number to make sure this is not confused with a real version There are some use cases uncovered by the current method: If a developer clones the source tree without fetching the tags, git describe will not find the latest tag. This would be incorrect to prevent installation in those cases. Commit: 3b49b88e4ee3dcccbe7f46e5e1828168a720f45c https://github.com/buildbot/buildbot/commit/3b49b88e4ee3dcccbe7f46e5e1828168a720f45c Author: Pierre Tardy Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M www/codeparameter/guanlecoja/config.coffee Log Message: ----------- codeparameter: fix installation of the dependencies Signed-off-by: Pierre Tardy Commit: 701cded953bb6c3eee249a15e7bc8484fba52948 https://github.com/buildbot/buildbot/commit/701cded953bb6c3eee249a15e7bc8484fba52948 Author: Pierre Tardy Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M pkg/test_buildbot_pkg.py Log Message: ----------- test_buildbot_pkg: fix package path Signed-off-by: Pierre Tardy Commit: 171fe8ced9f2318d735a170e32e428d4d42e5845 https://github.com/buildbot/buildbot/commit/171fe8ced9f2318d735a170e32e428d4d42e5845 Author: Pierre Tardy Date: 2014-10-17 (Fri, 17 Oct 2014) Changed paths: M .travis.yml M Makefile Log Message: ----------- make sure the install tests run in travis make the IS_LATEST tests also run on python 2.6 Signed-off-by: Pierre Tardy Commit: 617607a16181c3162f061ebe98288a4ce7de5536 https://github.com/buildbot/buildbot/commit/617607a16181c3162f061ebe98288a4ce7de5536 Author: Pierre Tardy Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M pkg/buildbot_pkg.py Log Message: ----------- fix style issue on getVersion() Signed-off-by: Pierre Tardy Commit: dbf1e663bfdd6fee93befd75e0c24ad55ef873e0 https://github.com/buildbot/buildbot/commit/dbf1e663bfdd6fee93befd75e0c24ad55ef873e0 Author: Mikhail Sobolev Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M .travis.yml M Makefile M master/buildbot/www/plugin.py M pkg/buildbot_pkg.py M pkg/test_buildbot_pkg.py M www/codeparameter/guanlecoja/config.coffee Log Message: ----------- Merge pull request #1264 from tardyp/pkgfix pkg fixes cleaned up from GH-1240 Compare: https://github.com/buildbot/buildbot/compare/bfc6fbfc3ed6...dbf1e663bfdd From noreply at github.com Sun Oct 19 10:13:46 2014 From: noreply at github.com (GitHub) Date: Sun, 19 Oct 2014 03:13:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b2b4cf: make use of qtile theme for the documentation Message-ID: <54438eda185d6_61c43ffadf4852a016884@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b2b4cf338857af8a45d6df4731c29a1793bcf79a https://github.com/buildbot/buildbot/commit/b2b4cf338857af8a45d6df4731c29a1793bcf79a Author: Mikhail Sobolev Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: R master/docs/_templates/layout.html A master/docs/_templates/localtoc.html A master/docs/_themes/qtile/layout.html A master/docs/_themes/qtile/localtoc.html A master/docs/_themes/qtile/sidebar_intro.html A master/docs/_themes/qtile/sidebar_links.html A master/docs/_themes/qtile/static/qtile.css_t A master/docs/_themes/qtile/theme.conf M master/docs/conf.py Log Message: ----------- make use of qtile theme for the documentation Commit: cff108cbbe6b7ca428c4e4f2e050c370b08b61b4 https://github.com/buildbot/buildbot/commit/cff108cbbe6b7ca428c4e4f2e050c370b08b61b4 Author: Mikhail Sobolev Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M master/docs/_themes/qtile/static/qtile.css_t Log Message: ----------- prevent "Go" button from overflowing Commit: e9535ca6a235ef158a39d6f5eae4e48d593fbe7f https://github.com/buildbot/buildbot/commit/e9535ca6a235ef158a39d6f5eae4e48d593fbe7f Author: Mikhail Sobolev Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M master/docs/_themes/qtile/static/qtile.css_t Log Message: ----------- make parameter names standout in DL Commit: 1126676769fc4cd9cf507262918d12c41997d4f2 https://github.com/buildbot/buildbot/commit/1126676769fc4cd9cf507262918d12c41997d4f2 Author: Mikhail Sobolev Date: 2014-10-18 (Sat, 18 Oct 2014) Changed paths: M master/docs/manual/concepts.rst M master/docs/manual/configuration.rst M master/docs/manual/customization.rst M master/docs/manual/new-style-steps.rst M master/docs/tutorial/firstrun.rst M master/docs/tutorial/tour.rst Log Message: ----------- docs cosmetics Commit: 6d327e428bf8852679c9cb164a674ef2f7789fb7 https://github.com/buildbot/buildbot/commit/6d327e428bf8852679c9cb164a674ef2f7789fb7 Author: Mikhail Sobolev Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: R master/docs/_templates/layout.html A master/docs/_templates/localtoc.html A master/docs/_themes/qtile/layout.html A master/docs/_themes/qtile/localtoc.html A master/docs/_themes/qtile/sidebar_intro.html A master/docs/_themes/qtile/sidebar_links.html A master/docs/_themes/qtile/static/qtile.css_t A master/docs/_themes/qtile/theme.conf M master/docs/conf.py M master/docs/manual/concepts.rst M master/docs/manual/configuration.rst M master/docs/manual/customization.rst M master/docs/manual/new-style-steps.rst M master/docs/tutorial/firstrun.rst M master/docs/tutorial/tour.rst Log Message: ----------- Merge pull request #1265 from sa2ajj/new-docs-theme New docs theme Compare: https://github.com/buildbot/buildbot/compare/dbf1e663bfdd...6d327e428bf8 From noreply at github.com Sun Oct 19 21:48:43 2014 From: noreply at github.com (GitHub) Date: Sun, 19 Oct 2014 14:48:43 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d830cd: Remove Progress/ETA support. Message-ID: <544431bbacaa_65e93fe97e02f2b886287@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d830cde7a802e7613d088ac766eb3ea7443999ba https://github.com/buildbot/buildbot/commit/d830cde7a802e7613d088ac766eb3ea7443999ba Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/status/build.py R master/buildbot/status/progress.py M master/buildbot/status/words.py M master/buildbot/steps/subunit.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/unit/test_process_build.py R master/buildbot/test/unit/test_status_progress.py M master/buildbot/test/util/steps.py M master/buildbot/util/pickle.py M master/docs/developer/cls-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Remove Progress/ETA support. This is part of removing the reliance on status APIs in bug 2818. The progress interface wasn't very good, anyway, and will be re-implemented in bug 2590. Commit: bb5433120fe911f578465fa0349e4cce941a81dd https://github.com/buildbot/buildbot/commit/bb5433120fe911f578465fa0349e4cce941a81dd Author: Mikhail Sobolev Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/status/build.py R master/buildbot/status/progress.py M master/buildbot/status/words.py M master/buildbot/steps/subunit.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/unit/test_process_build.py R master/buildbot/test/unit/test_status_progress.py M master/buildbot/test/util/steps.py M master/buildbot/util/pickle.py M master/docs/developer/cls-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1268 from djmitche/2818c Remove Progress/ETA support. See ticket:2818 Compare: https://github.com/buildbot/buildbot/compare/6d327e428bf8...bb5433120fe9 From noreply at github.com Mon Oct 20 07:28:10 2014 From: noreply at github.com (GitHub) Date: Mon, 20 Oct 2014 00:28:10 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e58c9c: Makefile: Allow to use another pip than the system... Message-ID: <5444b98ac65d5_31153ffc7bbbd2a0453af@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e58c9cd28161f9f6d2381023057f929cdfd477c4 https://github.com/buildbot/buildbot/commit/e58c9cd28161f9f6d2381023057f929cdfd477c4 Author: Beno?t Allard Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M Makefile Log Message: ----------- Makefile: Allow to use another pip than the system one When installing buildbot in a not-activated virtualenv, it comes handy to define PIP before calling make frontend. Commit: fdf3b2d61d97ab13cab392e6cfd1efcfdd3d3ae2 https://github.com/buildbot/buildbot/commit/fdf3b2d61d97ab13cab392e6cfd1efcfdd3d3ae2 Author: Mikhail Sobolev Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M Makefile Log Message: ----------- Merge pull request #1266 from benallard/patch-6 Makefile: Allow to use another pip than the system one See ticket:2877 Compare: https://github.com/buildbot/buildbot/compare/bb5433120fe9...fdf3b2d61d97 From noreply at github.com Mon Oct 20 07:31:46 2014 From: noreply at github.com (GitHub) Date: Mon, 20 Oct 2014 00:31:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e79649: Add possibility to restart single slave Message-ID: <5444ba62468d2_5eb63fb0028c129c917c6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e79649a04fc2578bc18809c9f4c375049ec7d257 https://github.com/buildbot/buildbot/commit/e79649a04fc2578bc18809c9f4c375049ec7d257 Author: Andriy Senkovych Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/contrib/init-scripts/buildmaster.init.sh M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Add possibility to restart single slave Commit: daa48419304a483ead968e69cfb809098e9662b7 https://github.com/buildbot/buildbot/commit/daa48419304a483ead968e69cfb809098e9662b7 Author: Andriy Senkovych Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/contrib/init-scripts/buildmaster.init.sh M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Do not use --quiet options since it always return EXIT_SUCCESS Commit: 1cba0fd98e0a90ae9bd4917e6bef5b9261fb6bd1 https://github.com/buildbot/buildbot/commit/1cba0fd98e0a90ae9bd4917e6bef5b9261fb6bd1 Author: Andriy Senkovych Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/buildbot/scripts/upgrade_master.py M master/contrib/init-scripts/buildmaster.init.sh Log Message: ----------- Add more information about buildbot upgrade errors (Refs: #2588) Commit: 70e6ae232bd7a69fd9861dd70486da48ea039511 https://github.com/buildbot/buildbot/commit/70e6ae232bd7a69fd9861dd70486da48ea039511 Author: Andriy Senkovych Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/buildbot/test/unit/test_scripts_upgrade_master.py Log Message: ----------- Update tests Commit: 3afa6664d2727d5012d0ee9826b982b1c6106286 https://github.com/buildbot/buildbot/commit/3afa6664d2727d5012d0ee9826b982b1c6106286 Author: Mikhail Sobolev Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/buildbot/scripts/upgrade_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/contrib/init-scripts/buildmaster.init.sh M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Merge pull request #1267 from jollyroger/debian-fixes Debian fixes Compare: https://github.com/buildbot/buildbot/compare/fdf3b2d61d97...3afa6664d272 From noreply at github.com Mon Oct 20 10:56:46 2014 From: noreply at github.com (GitHub) Date: Mon, 20 Oct 2014 03:56:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2cfe8d: Add possibility to restart single slave Message-ID: <5444ea6ea5048_57893f82cc2d72b8897b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 2cfe8d8b3534583815ea27d6597fbad6b0a3d6b6 https://github.com/buildbot/buildbot/commit/2cfe8d8b3534583815ea27d6597fbad6b0a3d6b6 Author: Andriy Senkovych Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/contrib/init-scripts/buildmaster.init.sh M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Add possibility to restart single slave Commit: f3b4bf0c58f0e8b0a06c8fb65be59fb60aace7ed https://github.com/buildbot/buildbot/commit/f3b4bf0c58f0e8b0a06c8fb65be59fb60aace7ed Author: Andriy Senkovych Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/contrib/init-scripts/buildmaster.init.sh M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Do not use --quiet options since it always return EXIT_SUCCESS Commit: d217eda47027ad7407d9bc7afd6d14186fbc2994 https://github.com/buildbot/buildbot/commit/d217eda47027ad7407d9bc7afd6d14186fbc2994 Author: Andriy Senkovych Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/buildbot/scripts/upgrade_master.py M master/contrib/init-scripts/buildmaster.init.sh Log Message: ----------- Add more information about buildbot upgrade errors (Refs: #2588) Commit: 16b6d21ad8549e4a464cde47bc8eab1bb245993e https://github.com/buildbot/buildbot/commit/16b6d21ad8549e4a464cde47bc8eab1bb245993e Author: Andriy Senkovych Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/buildbot/test/unit/test_scripts_upgrade_master.py Log Message: ----------- Update tests Commit: 45ef323a0a94a0b81c68de7c2df2aa114dc41ae7 https://github.com/buildbot/buildbot/commit/45ef323a0a94a0b81c68de7c2df2aa114dc41ae7 Author: Mikhail Sobolev Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/buildbot/scripts/upgrade_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/contrib/init-scripts/buildmaster.init.sh M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Merge pull request #1273 from jollyroger/debian-fixes-eight Debian fixes eight Compare: https://github.com/buildbot/buildbot/compare/5419a1ed5aef...45ef323a0a94 From noreply at github.com Mon Oct 20 12:26:04 2014 From: noreply at github.com (GitHub) Date: Mon, 20 Oct 2014 05:26:04 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0e633e: add a --no-js option to validate.sh Message-ID: <5444ff5c36a78_57893f82cc2d72b891327@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0e633e9b007b0c07c708d8514c1c64ef6a8c51e3 https://github.com/buildbot/buildbot/commit/0e633e9b007b0c07c708d8514c1c64ef6a8c51e3 Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M common/validate.sh Log Message: ----------- add a --no-js option to validate.sh Commit: f08d43a4232c91262d80183518d7f3fad3fa42d7 https://github.com/buildbot/buildbot/commit/f08d43a4232c91262d80183518d7f3fad3fa42d7 Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M common/validate.sh Log Message: ----------- switch $slow to $quick and negate Commit: 66914f1f4b372c68ad64b965287005603c28df46 https://github.com/buildbot/buildbot/commit/66914f1f4b372c68ad64b965287005603c28df46 Author: Mikhail Sobolev Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M common/validate.sh Log Message: ----------- Merge pull request #1270 from djmitche/validate-no-js Add `--no-js` option to validate.sh Compare: https://github.com/buildbot/buildbot/compare/3afa6664d272...66914f1f4b37 From noreply at github.com Mon Oct 20 20:38:32 2014 From: noreply at github.com (GitHub) Date: Mon, 20 Oct 2014 13:38:32 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 74e8dc: fix more AssertionError's for new-style steps in w... Message-ID: <544572c86f281_44243f91b6cbd2c01226b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 74e8dc41151653815eabca27ba1ff551b029ad1a https://github.com/buildbot/buildbot/commit/74e8dc41151653815eabca27ba1ff551b029ad1a Author: Dylan Rajaratnam Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/buildbot/status/web/logs.py M master/buildbot/status/web/step.py M master/buildbot/status/web/waterfall.py Log Message: ----------- fix more AssertionError's for new-style steps in web status ui This fixes the following urls: http://localhost:8010/builders//builds//steps//logs/ http://localhost:8010/builders//builds//steps/ http://localhost:8010/waterfall Commit: 449e63be7fecc3a54058cb05078d6ed412836b8b https://github.com/buildbot/buildbot/commit/449e63be7fecc3a54058cb05078d6ed412836b8b Author: Mikhail Sobolev Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/buildbot/status/web/logs.py M master/buildbot/status/web/step.py M master/buildbot/status/web/waterfall.py Log Message: ----------- Merge pull request #1275 from thedylman/fix_new_style_steps_in_web fix more AssertionError's for new-style steps in web status ui Compare: https://github.com/buildbot/buildbot/compare/45ef323a0a94...449e63be7fec From noreply at github.com Mon Oct 20 21:42:04 2014 From: noreply at github.com (GitHub) Date: Mon, 20 Oct 2014 14:42:04 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3ba24d: angular 'date' filter expects dates to be in milli... Message-ID: <544581ac10942_3f7b3f8fb9bfb2a01020dd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3ba24daeb40cd96ffc0972937437462d6c0e935c https://github.com/buildbot/buildbot/commit/3ba24daeb40cd96ffc0972937437462d6c0e935c Author: Beno?t Allard Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M www/base/src/app/changes/changes.tpl.jade Log Message: ----------- angular 'date' filter expects dates to be in milliseconds. Commit: d7badd3ff6824b11589584216899258db0d378fc https://github.com/buildbot/buildbot/commit/d7badd3ff6824b11589584216899258db0d378fc Author: Mikhail Sobolev Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M www/base/src/app/changes/changes.tpl.jade Log Message: ----------- Merge pull request #1274 from benallard/patch-6 angular 'date' filter expects dates to be in milliseconds. Fixes ticket:2952 Compare: https://github.com/buildbot/buildbot/compare/66914f1f4b37...d7badd3ff682 From noreply at github.com Mon Oct 20 21:45:00 2014 From: noreply at github.com (GitHub) Date: Mon, 20 Oct 2014 14:45:00 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ba911a: Add 'Categories:' on waterfall page (like console ... Message-ID: <5445825ca91a2_49c63f857b38f2bc517b6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: ba911a5dc1e88563b84378b724f890b6cb845ea9 https://github.com/buildbot/buildbot/commit/ba911a5dc1e88563b84378b724f890b6cb845ea9 Author: Alexander Sashnov Date: 2014-07-10 (Thu, 10 Jul 2014) Changed paths: M master/buildbot/status/web/templates/waterfall.html M master/buildbot/status/web/waterfall.py Log Message: ----------- Add 'Categories:' on waterfall page (like console already). Items in 'Categories:' are click-able links like '/waterfall?category=...' so they are convenient to filter your waterfall view. Screenshot: http://pix.academ.org/img/2014/07/10/40be2295c6e0de74ef17b8e138f5421c.png Commit: 35274180be1d46a9f41b4c8f1d537582eb62a55d https://github.com/buildbot/buildbot/commit/35274180be1d46a9f41b4c8f1d537582eb62a55d Author: Alexander Sashnov Date: 2014-07-10 (Thu, 10 Jul 2014) Changed paths: M master/buildbot/status/web/templates/waterfall.html Log Message: ----------- Surround 'Categories:' by 'if categories|length > 1' on waterfall page. Commit: 5d24f791165d6dc68c0a30f3dc041a5354d10206 https://github.com/buildbot/buildbot/commit/5d24f791165d6dc68c0a30f3dc041a5354d10206 Author: Alexander Sashnov Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Release notes: add item with description 'categories' link on 'Waterfall' page. Commit: 65ed6956888fa583e39c82ea26206a546d50bf31 https://github.com/buildbot/buildbot/commit/65ed6956888fa583e39c82ea26206a546d50bf31 Author: Mikhail Sobolev Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M master/buildbot/status/web/templates/waterfall.html M master/buildbot/status/web/waterfall.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1176 from asashnov/eight Add 'Categories:' click-able links on waterfall page Compare: https://github.com/buildbot/buildbot/compare/449e63be7fec...65ed6956888f From noreply at github.com Tue Oct 21 07:33:38 2014 From: noreply at github.com (GitHub) Date: Tue, 21 Oct 2014 00:33:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c047fa: change step state_strings to state_string: DB mode... Message-ID: <54460c52a943a_277f3fb81f06d29c3052@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c047fa9ce44d7b677a2256240340dde57b99c02a https://github.com/buildbot/buildbot/commit/c047fa9ce44d7b677a2256240340dde57b99c02a Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: A master/buildbot/db/migrate/versions/038_step_string.py M master/buildbot/db/model.py A master/buildbot/test/unit/test_db_migrate_versions_038_step_string.py Log Message: ----------- change step state_strings to state_string: DB model Commit: 51cc13f67c72e889cc4f0c13769aabe135908990 https://github.com/buildbot/buildbot/commit/51cc13f67c72e889cc4f0c13769aabe135908990 Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/buildbot/db/steps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/util/validation.py M master/docs/developer/database.rst Log Message: ----------- change step state_strings to state_string: DB API Commit: 595a02d295173dc0346c7de25bce0493319104bd https://github.com/buildbot/buildbot/commit/595a02d295173dc0346c7de25bce0493319104bd Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/buildbot/data/steps.py M master/buildbot/process/buildstep.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/util/steps.py M master/docs/developer/rtype-step.rst M www/base/src/app/builders/step/step.tpl.jade M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade M www/base/src/app/common/services/buildbot/buildbot.service.spec.coffee Log Message: ----------- change step state_strings to state_string: data API + consumers Commit: 40b885a461395d341a45361a113f6442ce63921c https://github.com/buildbot/buildbot/commit/40b885a461395d341a45361a113f6442ce63921c Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- remove outdated TODO Commit: 6d128ed50cccfbb8ccea7784cd2a1c35a9bda910 https://github.com/buildbot/buildbot/commit/6d128ed50cccfbb8ccea7784cd2a1c35a9bda910 Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: A master/buildbot/db/migrate/versions/038_state_string.py R master/buildbot/db/migrate/versions/038_step_string.py M master/buildbot/db/model.py A master/buildbot/test/unit/test_db_migrate_versions_038_state_string.py R master/buildbot/test/unit/test_db_migrate_versions_038_step_string.py Log Message: ----------- change build state_strings to state_string: DB model Commit: e55d775c81fb6f902babdd1c0708ada1f09fc89f https://github.com/buildbot/buildbot/commit/e55d775c81fb6f902babdd1c0708ada1f09fc89f Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/buildbot/db/builds.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/util/validation.py M master/docs/developer/database.rst Log Message: ----------- change build state_strings to state_string: DB API Commit: 532497befacdffe16c69bf51f8fcaff734cf01bd https://github.com/buildbot/buildbot/commit/532497befacdffe16c69bf51f8fcaff734cf01bd Author: Dustin J. Mitchell Date: 2014-10-19 (Sun, 19 Oct 2014) Changed paths: M master/buildbot/data/builds.py M master/buildbot/process/build.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_status_words.py M master/docs/developer/rtype-build.rst M www/base/src/app/builders/builder/builder.tpl.jade M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade Log Message: ----------- change build state_strings to state_string: Data API + consumers Commit: 69b22d2e45ca0caca7f2babb35f6023b7d598262 https://github.com/buildbot/buildbot/commit/69b22d2e45ca0caca7f2babb35f6023b7d598262 Author: Dustin J. Mitchell Date: 2014-10-20 (Mon, 20 Oct 2014) Changed paths: M master/docs/developer/database.rst M master/docs/developer/rtype-build.rst M master/docs/developer/rtype-step.rst Log Message: ----------- update docs to specify right type for state_string Commit: 32a8eba59c09aa3716ee09acf8c1d346600308d1 https://github.com/buildbot/buildbot/commit/32a8eba59c09aa3716ee09acf8c1d346600308d1 Author: Mikhail Sobolev Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M master/buildbot/data/builds.py M master/buildbot/data/steps.py M master/buildbot/db/builds.py A master/buildbot/db/migrate/versions/038_state_string.py M master/buildbot/db/model.py M master/buildbot/db/steps.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_db_builds.py A master/buildbot/test/unit/test_db_migrate_versions_038_state_string.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/steps.py M master/buildbot/test/util/validation.py M master/docs/developer/database.rst M master/docs/developer/rtype-build.rst M master/docs/developer/rtype-step.rst M www/base/src/app/builders/builder/builder.tpl.jade M www/base/src/app/builders/step/step.tpl.jade M www/base/src/app/common/directives/buildsummary/buildsummary.tpl.jade M www/base/src/app/common/services/buildbot/buildbot.service.spec.coffee Log Message: ----------- Merge pull request #1269 from djmitche/bug2818b Change state_strings to state_string See ticket:2818 Compare: https://github.com/buildbot/buildbot/compare/d7badd3ff682...32a8eba59c09 From noreply at github.com Tue Oct 21 20:34:30 2014 From: noreply at github.com (GitHub) Date: Tue, 21 Oct 2014 13:34:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0f5adc: www: Set a sensible default for the allowed_origin... Message-ID: <5446c356467b4_19963fb3308e529c10293a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0f5adc481950c840e17e7c3cd7fa6bf8605d177f https://github.com/buildbot/buildbot/commit/0f5adc481950c840e17e7c3cd7fa6bf8605d177f Author: Beno?t Allard Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M master/buildbot/www/rest.py Log Message: ----------- www: Set a sensible default for the allowed_origins Allowing ourself shouldn't be a security issue, and is needed for the Forced builds (for instance). Commit: 130751bf36fc717f6ca70c0faeb37afbc94e145e https://github.com/buildbot/buildbot/commit/130751bf36fc717f6ca70c0faeb37afbc94e145e Author: Mikhail Sobolev Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M master/buildbot/www/rest.py Log Message: ----------- Merge pull request #1276 from benallard/patch-1 www: Set a sensible default for the allowed_origins Compare: https://github.com/buildbot/buildbot/compare/32a8eba59c09...130751bf36fc From noreply at github.com Thu Oct 23 00:59:51 2014 From: noreply at github.com (GitHub) Date: Wed, 22 Oct 2014 17:59:51 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 849c88: ForceScheduler: Check than one pass a list to the ... Message-ID: <544853077cc75_52c23fff22cf329c7546f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 849c885be59d9f6b72b288267e6f69a2090aac19 https://github.com/buildbot/buildbot/commit/849c885be59d9f6b72b288267e6f69a2090aac19 Author: Beno?t Allard Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M master/buildbot/schedulers/forcesched.py Log Message: ----------- ForceScheduler: Check than one pass a list to the codebases parameter. Commit: 179d7a86ab1d022fe8661cf220b675d2f9f96f07 https://github.com/buildbot/buildbot/commit/179d7a86ab1d022fe8661cf220b675d2f9f96f07 Author: Beno?t Allard Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Fix the tests. Commit: c6e4cc56c8801f6b000e776eab435e49a2437b09 https://github.com/buildbot/buildbot/commit/c6e4cc56c8801f6b000e776eab435e49a2437b09 Author: Dustin J. Mitchell Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Merge benallard/buildbot:patch-1 (PR #1277) Compare: https://github.com/buildbot/buildbot/compare/130751bf36fc...c6e4cc56c880 From noreply at github.com Thu Oct 23 01:08:59 2014 From: noreply at github.com (GitHub) Date: Wed, 22 Oct 2014 18:08:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 89cec9: Fix typo Message-ID: <5448552bd395d_33243ff4424bb2b865462@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 89cec9194b9cfc232520a467d794d6382929cd35 https://github.com/buildbot/buildbot/commit/89cec9194b9cfc232520a467d794d6382929cd35 Author: Beno?t Allard Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M master/docs/developer/www.rst Log Message: ----------- Fix typo I believe it's ``remove``, not ``remote`` Commit: 4ceaa008ad19e351198ebd86ac592965d04437e9 https://github.com/buildbot/buildbot/commit/4ceaa008ad19e351198ebd86ac592965d04437e9 Author: Dustin J. Mitchell Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M master/docs/developer/www.rst Log Message: ----------- Merge benallard/buildbot:patch-3 (PR #1279) Compare: https://github.com/buildbot/buildbot/compare/c6e4cc56c880...4ceaa008ad19 From noreply at github.com Thu Oct 23 05:39:16 2014 From: noreply at github.com (GitHub) Date: Wed, 22 Oct 2014 22:39:16 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] aeddbc: move support for description{, Done, Suffix} entirel... Message-ID: <5448948468155_31ec3fcd9401d2bc957c0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: aeddbc5e1ea017e920bd89f5a33197aed971cfb3 https://github.com/buildbot/buildbot/commit/aeddbc5e1ea017e920bd89f5a33197aed971cfb3 Author: Dustin J. Mitchell Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/master.py M master/buildbot/steps/shell.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/new-style-steps.rst Log Message: ----------- move support for description{,Done,Suffix} entirely to BuildStep Fixes #2949. Commit: 39035a107eee43bdf7d5e13a65818789f2e26217 https://github.com/buildbot/buildbot/commit/39035a107eee43bdf7d5e13a65818789f2e26217 Author: Dustin J. Mitchell Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M master/buildbot/steps/master.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- remove now-bogus tests for handling of description* args Commit: ae0e33d970174f668dbabe38a2789e480435f10f https://github.com/buildbot/buildbot/commit/ae0e33d970174f668dbabe38a2789e480435f10f Author: Mikhail Sobolev Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/master.py M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_shell.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/new-style-steps.rst Log Message: ----------- Merge pull request #1271 from djmitche/bug2949 move support for description{,Done,Suffix} entirely to BuildStep See ticket:2818 Fixes ticket:2949 Compare: https://github.com/buildbot/buildbot/compare/4ceaa008ad19...ae0e33d97017 From noreply at github.com Thu Oct 23 12:31:56 2014 From: noreply at github.com (GitHub) Date: Thu, 23 Oct 2014 05:31:56 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a4453f: web/builder: add category filtering to builders pa... Message-ID: <5448f53c7d5a1_46293fca50e7f2c0103a4@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: a4453f47dbd082902e7d42f2f7a86a909540c618 https://github.com/buildbot/buildbot/commit/a4453f47dbd082902e7d42f2f7a86a909540c618 Author: Mattias Ryrl?n Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/status/web/builder.py Log Message: ----------- web/builder: add category filtering to builders page. With this patch you can filter on category on the builders page. example: http://ci-master:8010/builders?category=maint Change-Id: I3aba9ad9fce95e94b13971750403bec86dcc564b Signed-off-by: Mattias Ryrl?n From noreply at github.com Thu Oct 23 17:39:16 2014 From: noreply at github.com (GitHub) Date: Thu, 23 Oct 2014 10:39:16 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5d9597: Add test for #1277 Message-ID: <54493d44bcdd5_43573f86ccd772a04032c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5d95979789f67b5b31ea7bfda3cc93321fea8fc5 https://github.com/buildbot/buildbot/commit/5d95979789f67b5b31ea7bfda3cc93321fea8fc5 Author: Beno?t Allard Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Add test for #1277 Commit: 049c32f93354d90f9b116ed968590c5de82f955b https://github.com/buildbot/buildbot/commit/049c32f93354d90f9b116ed968590c5de82f955b Author: Beno?t Allard Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Fix typo ... Commit: 6dd88003270148dc30b9076145aad9248d8b608f https://github.com/buildbot/buildbot/commit/6dd88003270148dc30b9076145aad9248d8b608f Author: Beno?t Allard Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Please PEP-8 Commit: 2ee78ab1a06853aa5c06f597825caf330c97ce95 https://github.com/buildbot/buildbot/commit/2ee78ab1a06853aa5c06f597825caf330c97ce95 Author: Mikhail Sobolev Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Merge pull request #1282 from benallard/patch-1 Add test for GH-1277 Compare: https://github.com/buildbot/buildbot/compare/ae0e33d97017...2ee78ab1a068 From noreply at github.com Thu Oct 23 20:35:49 2014 From: noreply at github.com (GitHub) Date: Thu, 23 Oct 2014 13:35:49 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 327bf4: buildrequest collapse Message-ID: <544966a5cff45_45a83fa8d0a7f2c060730@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 327bf4c4ead4dfb04774b71a855f133d63511f0f https://github.com/buildbot/buildbot/commit/327bf4c4ead4dfb04774b71a855f133d63511f0f Author: Xavier Delannoy Date: 2014-10-14 (Tue, 14 Oct 2014) Changed paths: M master/buildbot/config.py M master/buildbot/data/buildsets.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_buildrequest.py M master/buildbot/test/unit/test_process_buildrequestdistributor.py M master/contrib/SimpleConfig.py M master/docs/developer/config.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-global.rst M master/docs/manual/customization.rst M master/docs/manual/introduction.rst Log Message: ----------- buildrequest collapse - TODO: - update master/docs/manual/customization.rst Commit: 466fa69b1a8457d4b16a3c6f9d18e6b9a10be683 https://github.com/buildbot/buildbot/commit/466fa69b1a8457d4b16a3c6f9d18e6b9a10be683 Author: Xavier Delannoy Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M master/buildbot/data/buildsets.py Log Message: ----------- break the brdict loop as soon as possible Commit: 024f5db1a908b6efacc385317aa6930cdafe80e6 https://github.com/buildbot/buildbot/commit/024f5db1a908b6efacc385317aa6930cdafe80e6 Author: Xavier Delannoy Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M master/buildbot/data/buildsets.py M master/buildbot/process/buildrequest.py Log Message: ----------- - do not use brdict term - use worst_status - don't ignore buildset with claimed br Commit: 5e2c1695484a89ddf2871db76849372b491ac81f https://github.com/buildbot/buildbot/commit/5e2c1695484a89ddf2871db76849372b491ac81f Author: Xavier Delannoy Date: 2014-10-21 (Tue, 21 Oct 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/buildsets.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py Log Message: ----------- - Fix pyflakes - data.updates.completeBuildRequests have now the responsability of completing the parent buildset Commit: a3e52ce5fda01f957df5c6ef8857c0221f5d76c7 https://github.com/buildbot/buildbot/commit/a3e52ce5fda01f957df5c6ef8857c0221f5d76c7 Author: Mikhail Sobolev Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/config.py M master/buildbot/data/buildrequests.py M master/buildbot/data/buildsets.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_buildrequest.py M master/buildbot/test/unit/test_process_buildrequestdistributor.py M master/contrib/SimpleConfig.py M master/docs/developer/config.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-global.rst M master/docs/manual/customization.rst M master/docs/manual/introduction.rst Log Message: ----------- Merge pull request #1261 from delanne/buildrequestcollapse buildrequest collapse Compare: https://github.com/buildbot/buildbot/compare/2ee78ab1a068...a3e52ce5fda0 From noreply at github.com Thu Oct 23 20:36:30 2014 From: noreply at github.com (GitHub) Date: Thu, 23 Oct 2014 13:36:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b22f14: Made MSBuild step's platform variable renderable Message-ID: <544966ce97a4_40a83fe4dbcad2bc346c2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b22f14e046781cc2818aa1f114a26fe550b419e3 https://github.com/buildbot/buildbot/commit/b22f14e046781cc2818aa1f114a26fe550b419e3 Author: Tsubashi <8th.realm at gmail.com> Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/steps/vstudio.py Log Message: ----------- Made MSBuild step's platform variable renderable Commit: 256a530ea94594cee1557678a581cf844d0d8c8d https://github.com/buildbot/buildbot/commit/256a530ea94594cee1557678a581cf844d0d8c8d Author: Tsubashi <8th.realm at gmail.com> Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/steps/vstudio.py Log Message: ----------- Removed unnecessary semi-colon. Because after years of using them, you forget sometimes... Commit: e560b68d66f22d3c3c62d82a7a211ff5fe9675f4 https://github.com/buildbot/buildbot/commit/e560b68d66f22d3c3c62d82a7a211ff5fe9675f4 Author: Mikhail Sobolev Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/steps/vstudio.py Log Message: ----------- Merge pull request #1283 from Tsubashi/master Made MSBuild step's platform variable renderable Fixes ticket:2958 Compare: https://github.com/buildbot/buildbot/compare/a3e52ce5fda0...e560b68d66f2 From noreply at github.com Fri Oct 24 00:58:31 2014 From: noreply at github.com (GitHub) Date: Thu, 23 Oct 2014 17:58:31 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5d8451: ForceScheduler: Fix issue when creating a 'simple'... Message-ID: <5449a437a3928_35e53fd8b94b92a0684e6@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5d8451a82ec338a839e7b0b6d987111e796fb5c7 https://github.com/buildbot/buildbot/commit/5d8451a82ec338a839e7b0b6d987111e796fb5c7 Author: Beno?t Allard Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M master/buildbot/schedulers/forcesched.py Log Message: ----------- ForceScheduler: Fix issue when creating a 'simple' CodebaseParameter In case we give strings to the parameters (to get fixed parameters), those should be converted as such. Commit: 33540de59d5029352ff65c6971d91177c64014e2 https://github.com/buildbot/buildbot/commit/33540de59d5029352ff65c6971d91177c64014e2 Author: Beno?t Allard Date: 2014-10-22 (Wed, 22 Oct 2014) Changed paths: M master/buildbot/schedulers/forcesched.py Log Message: ----------- Don't give value= in constructor of a ForceScheduler Parameter We should use default=. Commit: d8c0baf020d2e44cb343e3a9b477ab7dcf3604c5 https://github.com/buildbot/buildbot/commit/d8c0baf020d2e44cb343e3a9b477ab7dcf3604c5 Author: Beno?t Allard Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Add test Commit: 00c04010bf4740dac5513f67c51461b00d370302 https://github.com/buildbot/buildbot/commit/00c04010bf4740dac5513f67c51461b00d370302 Author: Dustin J. Mitchell Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Merge benallard/buildbot:patch-2 (PR #1278) Compare: https://github.com/buildbot/buildbot/compare/e560b68d66f2...00c04010bf47 From noreply at github.com Fri Oct 24 08:00:31 2014 From: noreply at github.com (GitHub) Date: Fri, 24 Oct 2014 01:00:31 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 6cd689: Replace %I [01, 12] with %H [0, 23] Message-ID: <544a071f11c5c_7abd3ff0497a72bc73819@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6cd689a53257f6965060e5237d9f1fa4b62b9f33 https://github.com/buildbot/buildbot/commit/6cd689a53257f6965060e5237d9f1fa4b62b9f33 Author: Beno?t Allard Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee Log Message: ----------- Replace %I [01, 12] with %H [0, 23] Commit: 82b79f283fa641144ec2e9996b2c747445184b8c https://github.com/buildbot/buildbot/commit/82b79f283fa641144ec2e9996b2c747445184b8c Author: Mikhail Sobolev Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee Log Message: ----------- Merge pull request #1284 from benallard/patch-1 Use 24 hour clock by default in www plugin (GH-1284) Compare: https://github.com/buildbot/buildbot/compare/00c04010bf47...82b79f283fa6 From noreply at github.com Fri Oct 24 19:18:24 2014 From: noreply at github.com (GitHub) Date: Fri, 24 Oct 2014 12:18:24 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3b1282: Make url to d3.min.js relative. Message-ID: <544aa60074c7b_7b683f9d1c3712b81047a2@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3b128297064e65851749cc0db8270be07a1283f5 https://github.com/buildbot/buildbot/commit/3b128297064e65851749cc0db8270be07a1283f5 Author: Beno?t Allard Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M www/base/src/app/d3/d3.service.coffee Log Message: ----------- Make url to d3.min.js relative. This allow us to mis-configure www['url'], and still have it working. Beside, we don't need to access it absolutely actually. Commit: 2b4606a9cce5bd6b02c779f47a15b7e488e34236 https://github.com/buildbot/buildbot/commit/2b4606a9cce5bd6b02c779f47a15b7e488e34236 Author: Mikhail Sobolev Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M www/base/src/app/d3/d3.service.coffee Log Message: ----------- Merge pull request #1286 from benallard/patch-3 Make url to d3.min.js relative. Compare: https://github.com/buildbot/buildbot/compare/82b79f283fa6...2b4606a9cce5 From noreply at github.com Fri Oct 24 19:18:37 2014 From: noreply at github.com (GitHub) Date: Fri, 24 Oct 2014 12:18:37 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 659617: Fix documentation: Message-ID: <544aa60d6bd94_73b3ff065f232b8653a8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 65961702f6aceb1e4b50dd9358c0712141bb079a https://github.com/buildbot/buildbot/commit/65961702f6aceb1e4b50dd9358c0712141bb079a Author: Xavier Delannoy Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Fix documentation: - cmd is not a valid arg for util.ShellArg - array-ish version of the commands Commit: 1bb1b807db28c1e0c35ebc58694de8f73c727561 https://github.com/buildbot/buildbot/commit/1bb1b807db28c1e0c35ebc58694de8f73c727561 Author: Mikhail Sobolev Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Merge pull request #1287 from delanne/DocFixShellSequence Fix documentation: Shell Sequence Compare: https://github.com/buildbot/buildbot/compare/2b4606a9cce5...1bb1b807db28 From noreply at github.com Sun Oct 26 17:43:38 2014 From: noreply at github.com (GitHub) Date: Sun, 26 Oct 2014 10:43:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 98c387: move `note` so it does not break the flow Message-ID: <544d32cae55bd_28513fc5fab5b29c96022@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 98c387adbd1ff74d8d951b6c1426f36860eb7607 https://github.com/buildbot/buildbot/commit/98c387adbd1ff74d8d951b6c1426f36860eb7607 Author: Mikhail Sobolev Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- move `note` so it does not break the flow Commit: 21fe536bff3aa614d4e192eca609ea9c38a5760d https://github.com/buildbot/buildbot/commit/21fe536bff3aa614d4e192eca609ea9c38a5760d Author: Mikhail Sobolev Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- turn python3-ldap requirement into a note Commit: f6e32f338553e58daf5afdb6bd0c408feae2c47c https://github.com/buildbot/buildbot/commit/f6e32f338553e58daf5afdb6bd0c408feae2c47c Author: Dustin J. Mitchell Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- Merge sa2ajj/buildbot:www-docs-minor-fix (PR #1285) Compare: https://github.com/buildbot/buildbot/compare/1bb1b807db28...f6e32f338553 From noreply at github.com Sun Oct 26 22:00:33 2014 From: noreply at github.com (GitHub) Date: Sun, 26 Oct 2014 15:00:33 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 50adad: Bug 2965: enable Coveralls Message-ID: <544d6f01e400e_251f3fdf7d2cb2c01015e7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 50adad56b5ef3f7c0054b1bf88e39cbdf1e89eea https://github.com/buildbot/buildbot/commit/50adad56b5ef3f7c0054b1bf88e39cbdf1e89eea Author: Dustin J. Mitchell Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: M .travis.yml Log Message: ----------- Bug 2965: enable Coveralls Commit: 3326b91750c0ff0defad16017d3d9ffbab3859ce https://github.com/buildbot/buildbot/commit/3326b91750c0ff0defad16017d3d9ffbab3859ce Author: Dustin J. Mitchell Date: 2014-10-24 (Fri, 24 Oct 2014) Changed paths: R README A README.md Log Message: ----------- update README to markdown, with coveralls/travis links Commit: e169b2429dc63e04773386d13b0feab821bd194b https://github.com/buildbot/buildbot/commit/e169b2429dc63e04773386d13b0feab821bd194b Author: Beno?t Allard Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee Log Message: ----------- Display the build number instead of the buildid in the waterfall. This is more consistent with eight. Beside, the buildid is an internal reference that doesn't need to be communicated to the user. Commit: 31950480ed7ea73f44622073996946e4f3d6c9f7 https://github.com/buildbot/buildbot/commit/31950480ed7ea73f44622073996946e4f3d6c9f7 Author: Dustin J. Mitchell Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M .travis.yml Log Message: ----------- actually run coverage in travis Commit: 131e4613d3c5b14bc8761651fd4780af914fc31d https://github.com/buildbot/buildbot/commit/131e4613d3c5b14bc8761651fd4780af914fc31d Author: Dustin J. Mitchell Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M README.md Log Message: ----------- Use an SVG badge for coverage Commit: 7fdc3956e0073b89b714821005abe2f657d009ae https://github.com/buildbot/buildbot/commit/7fdc3956e0073b89b714821005abe2f657d009ae Author: Dustin J. Mitchell Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: R README.md A README.rst Log Message: ----------- README.md -> README.rst Commit: 5e154231a0a4b7b37f4b0dba1a0d7c17e5e05778 https://github.com/buildbot/buildbot/commit/5e154231a0a4b7b37f4b0dba1a0d7c17e5e05778 Author: Dustin J. Mitchell Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M www/waterfall_view/src/module/main.module.coffee Log Message: ----------- Merge benallard/buildbot:patch-1 (PR #1290) Commit: 2b5c30cb02d01d2988332895dcf66264d3727e0c https://github.com/buildbot/buildbot/commit/2b5c30cb02d01d2988332895dcf66264d3727e0c Author: Dustin J. Mitchell Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M .travis.yml R README A README.rst Log Message: ----------- Merge djmitche/buildbot:bug2965 (PR #1293) Compare: https://github.com/buildbot/buildbot/compare/f6e32f338553...2b5c30cb02d0 From noreply at github.com Mon Oct 27 11:09:21 2014 From: noreply at github.com (GitHub) Date: Mon, 27 Oct 2014 04:09:21 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a42163: Fix doc about ShellArg parameter Message-ID: <544e27e12f1c3_4dac3fc5e227d2a0757f0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a4216391a68286febd990d7ac640d7a81a2e2830 https://github.com/buildbot/buildbot/commit/a4216391a68286febd990d7ac640d7a81a2e2830 Author: Beno?t Allard Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Fix doc about ShellArg parameter Commit: 0eedf8c9d46e9f73cbbb327da6f29a26c9c6bb96 https://github.com/buildbot/buildbot/commit/0eedf8c9d46e9f73cbbb327da6f29a26c9c6bb96 Author: Mikhail Sobolev Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Merge pull request #1294 from benallard/patch-2 Fix doc about ShellArg parameter Compare: https://github.com/buildbot/buildbot/compare/2b5c30cb02d0...0eedf8c9d46e From noreply at github.com Mon Oct 27 11:13:28 2014 From: noreply at github.com (GitHub) Date: Mon, 27 Oct 2014 04:13:28 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fa532d: update comments for command_version Message-ID: <544e28d8d5cd0_64223fa0534512c067258@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: fa532db1ba27849db43642feea55ba681154ac3b https://github.com/buildbot/buildbot/commit/fa532db1ba27849db43642feea55ba681154ac3b Author: Dustin J. Mitchell Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M slave/buildslave/commands/base.py Log Message: ----------- update comments for command_version Based on information in #2969. Commit: 254009cab398239cbe3b93bf0d2dfa6bf5023662 https://github.com/buildbot/buildbot/commit/254009cab398239cbe3b93bf0d2dfa6bf5023662 Author: Dustin J. Mitchell Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- The `listdir` command requires slave version 2.16 Commit: 1ef57d77b92efb7adf5f8d528502240acfd7443f https://github.com/buildbot/buildbot/commit/1ef57d77b92efb7adf5f8d528502240acfd7443f Author: Dustin J. Mitchell Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M master/buildbot/steps/source/svn.py M slave/buildslave/commands/base.py Log Message: ----------- only use obfuscated passwords on command_version 2.16 and higher Fixes #2969. Commit: 8e2f3afcff7046028f7c8788e4263859f6261b5b https://github.com/buildbot/buildbot/commit/8e2f3afcff7046028f7c8788e4263859f6261b5b Author: Dustin J. Mitchell Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M master/buildbot/steps/source/svn.py Log Message: ----------- check the slave version of a more sensible command Commit: 693f8ac7a7373af6c0c9266b3b2daf0a739f6f41 https://github.com/buildbot/buildbot/commit/693f8ac7a7373af6c0c9266b3b2daf0a739f6f41 Author: Mikhail Sobolev Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/steps/source/svn.py M slave/buildslave/commands/base.py Log Message: ----------- Merge pull request #1292 from djmitche/bug2969 Correctly handle obfuscation with older slaves (a separate PR needs to be submitted for eight) Fixes ticket:2969 Compare: https://github.com/buildbot/buildbot/compare/a4453f47dbd0...693f8ac7a737 From noreply at github.com Tue Oct 28 01:11:08 2014 From: noreply at github.com (GitHub) Date: Mon, 27 Oct 2014 18:11:08 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d9267a: Fix path to doc. Message-ID: <544eed2c557af_10f73ff33b0f92b88965e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d9267ab1b9e3a4eae9bb3cc8e56a9ddf7a82192b https://github.com/buildbot/buildbot/commit/d9267ab1b9e3a4eae9bb3cc8e56a9ddf7a82192b Author: Beno?t Allard Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M master/UPGRADING Log Message: ----------- Fix path to doc. Commit: 490216b57e59628046cbc9809269b5f02ce75036 https://github.com/buildbot/buildbot/commit/490216b57e59628046cbc9809269b5f02ce75036 Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/UPGRADING Log Message: ----------- Merge pull request #1298 from benallard/patch-2 master: fix path to the installation doc Compare: https://github.com/buildbot/buildbot/compare/0eedf8c9d46e...490216b57e59 From noreply at github.com Tue Oct 28 01:20:53 2014 From: noreply at github.com (GitHub) Date: Mon, 27 Oct 2014 18:20:53 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 024301: Take codebase in consideration when doing a 'copy'... Message-ID: <544eef75beefe_e0c3fae726c72c0368c5@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 02430128d6d7ea8c2a469acdc014aa08c91ae610 https://github.com/buildbot/buildbot/commit/02430128d6d7ea8c2a469acdc014aa08c91ae610 Author: Beno?t Allard Date: 2014-10-25 (Sat, 25 Oct 2014) Changed paths: M master/buildbot/steps/source/svn.py Log Message: ----------- Take codebase in consideration when doing a 'copy' or 'export' checkout. Commit: 21bd4464f8c01dccb8fca36dd54da6690ea8d079 https://github.com/buildbot/buildbot/commit/21bd4464f8c01dccb8fca36dd54da6690ea8d079 Author: Beno?t Allard Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M master/buildbot/steps/source/svn.py Log Message: ----------- Fix platform dependant path building. Commit: 5de61c831ae9f39927884a96dc1b42281a099ed0 https://github.com/buildbot/buildbot/commit/5de61c831ae9f39927884a96dc1b42281a099ed0 Author: Beno?t Allard Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M master/buildbot/steps/source/svn.py M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- Add test, and fix the code ;) Commit: 65e60e3ce1f9afb3f848990d975707a9d845d159 https://github.com/buildbot/buildbot/commit/65e60e3ce1f9afb3f848990d975707a9d845d159 Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/steps/source/svn.py M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- Merge pull request #1291 from benallard/patch-3 master/svn: Take codebase in consideration when doing a 'copy' or 'export' checkout. Compare: https://github.com/buildbot/buildbot/compare/490216b57e59...65e60e3ce1f9 From noreply at github.com Tue Oct 28 02:03:45 2014 From: noreply at github.com (GitHub) Date: Mon, 27 Oct 2014 19:03:45 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] be4689: add easy makefile for installing hooks Message-ID: <544ef981dbadc_44c23fe4c02532a045119@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: be46891b64974e0e3dcfe402f3358f7ddfefa2d4 https://github.com/buildbot/buildbot/commit/be46891b64974e0e3dcfe402f3358f7ddfefa2d4 Author: Pierre Tardy Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M Makefile Log Message: ----------- add easy makefile for installing hooks not sure if we need rst docs for that, I anyway commented the makefile Signed-off-by: Pierre Tardy Commit: 35f3e8efaa9f96b2f138bc01f49db6769c162a9f https://github.com/buildbot/buildbot/commit/35f3e8efaa9f96b2f138bc01f49db6769c162a9f Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M Makefile Log Message: ----------- Merge pull request #1297 from tardyp/hooks add easy makefile target for installing hooks Compare: https://github.com/buildbot/buildbot/compare/65e60e3ce1f9...35f3e8efaa9f From noreply at github.com Tue Oct 28 09:27:16 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 02:27:16 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a4658c: Rename the 'path' argument of the MasterShellComma... Message-ID: <544f61741797c_67493fd7d780f2c069113@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a4658cd3744381885b32a7472d5fb54019f9a04f https://github.com/buildbot/buildbot/commit/a4658cd3744381885b32a7472d5fb54019f9a04f Author: Beno?t Allard Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M master/buildbot/steps/master.py M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- Rename the 'path' argument of the MasterShellCommand 'workdir' Commit: 35663dfde45e300f9cc5a8422bd6a03345d35d2e https://github.com/buildbot/buildbot/commit/35663dfde45e300f9cc5a8422bd6a03345d35d2e Author: Beno?t Allard Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- Make the tests more realistic Commit: c81496dd5d9b9c289c6a09176b2da25be7225d97 https://github.com/buildbot/buildbot/commit/c81496dd5d9b9c289c6a09176b2da25be7225d97 Author: Beno?t Allard Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Update doc and release note Commit: c1acde4702d41ced1d49ea15d2a37709326db6ca https://github.com/buildbot/buildbot/commit/c1acde4702d41ced1d49ea15d2a37709326db6ca Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/steps/master.py M master/buildbot/test/unit/test_steps_master.py M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1295 from benallard/mastershell_workdir Rename the 'path' argument of the MasterShellCommand 'workdir' - All other steps take a workdir - The path argument is not mentioned in the doc - Even worse, the doc has an example: command="cd dir; do stuff" - As the test show, the one that wrote it believed it would become the PATH. Compare: https://github.com/buildbot/buildbot/compare/35f3e8efaa9f...c1acde4702d4 From noreply at github.com Tue Oct 28 09:41:50 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 02:41:50 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 61a7ac: wait for the logs are created before finishing the... Message-ID: <544f64de2e20b_6a7c3f9e5d0e12b8309ad@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 61a7ac85c748414c73a7109cbfee192a34e38016 https://github.com/buildbot/buildbot/commit/61a7ac85c748414c73a7109cbfee192a34e38016 Author: Pierre Tardy Date: 2014-10-26 (Sun, 26 Oct 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- wait for the logs are created before finishing the step There is a race condition between addLogs calls, and the end of the step. for oldStyleSteps, this matters, because the subsequent addStderr, are only called at the end of the step, so we must wait for log are created before continuing Signed-off-by: Pierre Tardy Commit: 4721f5468705e2f303215c12fd46adf8a4b54240 https://github.com/buildbot/buildbot/commit/4721f5468705e2f303215c12fd46adf8a4b54240 Author: Pierre Tardy Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M master/buildbot/test/integration/test_custom_buildstep.py Log Message: ----------- integration test for trac #2951 add a test for the case which the db is too slow to complete the newLog before end of the step if I revert previous commit, I get the error reported by benallard =============================================================================== [ERROR] Traceback (most recent call last): File "/Users/ptardy/dev/bb/buildbot-heroku/buildbot/master/buildbot/process/buildstep.py", line 157, in next self._catchup() File "/Users/ptardy/dev/bb/buildbot-heroku/buildbot/master/buildbot/process/buildstep.py", line 159, in _catchup self.step._start_unhandled_deferreds.append(d) exceptions.AttributeError: 'NoneType' object has no attribute 'append' buildbot.test.integration.test_custom_buildstep.RunSteps.test_OldStyleCustomBuildStepSlowDB buildbot.test.integration.test_custom_buildstep.RunSteps.test_OldStyleCustomBuildStepSlowDB =============================================================================== [ERROR] Traceback (most recent call last): File "/Users/ptardy/dev/bb/buildbot-heroku/buildbot/master/buildbot/process/buildstep.py", line 135, in gotAsync self._catchup() File "/Users/ptardy/dev/bb/buildbot-heroku/buildbot/master/buildbot/process/buildstep.py", line 159, in _catchup self.step._start_unhandled_deferreds.append(d) exceptions.AttributeError: 'NoneType' object has no attribute 'append' buildbot.test.integration.test_custom_buildstep.RunSteps.test_OldStyleCustomBuildStepSlowDB Signed-off-by: Pierre Tardy Commit: 4bd5b1f0fca52b6842d92e56df62958c78c3d958 https://github.com/buildbot/buildbot/commit/4bd5b1f0fca52b6842d92e56df62958c78c3d958 Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/integration/test_custom_buildstep.py Log Message: ----------- use a hook, rather than time, in the tests Commit: fc2e28c7d2122113d3d0c4c1a6c9fe1b26a07e8a https://github.com/buildbot/buildbot/commit/fc2e28c7d2122113d3d0c4c1a6c9fe1b26a07e8a Author: Pierre Tardy Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- run the hook only in non optimized mode Signed-off-by: Pierre Tardy Commit: dae7c83eace772aa9d04b0fd6dd52b7879caecb6 https://github.com/buildbot/buildbot/commit/dae7c83eace772aa9d04b0fd6dd52b7879caecb6 Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/integration/test_custom_buildstep.py Log Message: ----------- Merge pull request #1296 from tardyp/t2951 fix for ticket:2951: wait for the logs are created before finishing the step Compare: https://github.com/buildbot/buildbot/compare/c1acde4702d4...dae7c83eace7 From noreply at github.com Tue Oct 28 10:36:45 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 03:36:45 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a1f9a3: Fix formatting of the README Message-ID: <544f71bd3e220_72983fa4be3412bc5891c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a1f9a32d47ca66e243d250e0ab72863dffb89614 https://github.com/buildbot/buildbot/commit/a1f9a32d47ca66e243d250e0ab72863dffb89614 Author: Beno?t Allard Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M README.rst Log Message: ----------- Fix formatting of the README Commit: 4420855e13e1738965d022715959a6f38b4cfb81 https://github.com/buildbot/buildbot/commit/4420855e13e1738965d022715959a6f38b4cfb81 Author: Beno?t Allard Date: 2014-10-27 (Mon, 27 Oct 2014) Changed paths: M README.rst Log Message: ----------- Switch back to something that looks more like the original. Commit: a4f282a77f67959fa8938cebbe0a2a8ad4499e49 https://github.com/buildbot/buildbot/commit/a4f282a77f67959fa8938cebbe0a2a8ad4499e49 Author: Beno?t Allard Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M README.rst Log Message: ----------- Make a full sentence ! Commit: a090c23d9d3ebc5b74dcd278d923e6d20887017c https://github.com/buildbot/buildbot/commit/a090c23d9d3ebc5b74dcd278d923e6d20887017c Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M README.rst Log Message: ----------- Merge pull request #1299 from benallard/patch-4 Fix formatting of the README Compare: https://github.com/buildbot/buildbot/compare/dae7c83eace7...a090c23d9d3e From noreply at github.com Tue Oct 28 12:40:32 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 05:40:32 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 293e68: Convert BitBucket hook's project from a list to a ... Message-ID: <544f8ec0b75c8_62e03fe55cb852a076487@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 293e682ae8dc547897950d38839cff50018574d5 https://github.com/buildbot/buildbot/commit/293e682ae8dc547897950d38839cff50018574d5 Author: Jeppe Pihl Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/status/web/hooks/bitbucket.py Log Message: ----------- Convert BitBucket hook's project from a list to a string Commit: 99fe851a90682f1478394fec65d5f0ed37e16939 https://github.com/buildbot/buildbot/commit/99fe851a90682f1478394fec65d5f0ed37e16939 Author: Jeppe Pihl Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/status/web/hooks/bitbucket.py M master/buildbot/status/web/hooks/github.py M master/buildbot/status/web/hooks/gitlab.py Log Message: ----------- refactor the way to get the project from the request args Commit: 443ef697c6e06139d37148dd4b266d69c0a3473e https://github.com/buildbot/buildbot/commit/443ef697c6e06139d37148dd4b266d69c0a3473e Author: Jeppe Pihl Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py Log Message: ----------- added test for checking that the project is correctly extracted from the request args Commit: 97bfddc6e75700962686e4804f1898da09a48cd1 https://github.com/buildbot/buildbot/commit/97bfddc6e75700962686e4804f1898da09a48cd1 Author: Jeppe Pihl Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- added release note about bitbucket dialect Commit: c52c2d5afa3f5095a92e889f7d5605a278a87287 https://github.com/buildbot/buildbot/commit/c52c2d5afa3f5095a92e889f7d5605a278a87287 Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/status/web/hooks/bitbucket.py M master/buildbot/status/web/hooks/github.py M master/buildbot/status/web/hooks/gitlab.py M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py M master/docs/relnotes/index.rst Log Message: ----------- Merge jpihl/buildbot:fix-issue-2981 (PR #1300) Compare: https://github.com/buildbot/buildbot/compare/a090c23d9d3e...c52c2d5afa3f From noreply at github.com Tue Oct 28 14:08:25 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 07:08:25 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b6318b: Fix the last texinfo @ref{. Message-ID: <544fa35927f87_38be3f8c5926729c3676@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b6318b8ae72464fa972150430ebb62a459fe1595 https://github.com/buildbot/buildbot/commit/b6318b8ae72464fa972150430ebb62a459fe1595 Author: Beno?t Allard Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/docs/developer/metrics.rst Log Message: ----------- Fix the last texinfo @ref{. Commit: f8fc5420d6a2aa47f627ff8ecf95b581e6a3ea59 https://github.com/buildbot/buildbot/commit/f8fc5420d6a2aa47f627ff8ecf95b581e6a3ea59 Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/docs/developer/metrics.rst Log Message: ----------- Merge benallard/buildbot:patch-1 (PR #1301) Compare: https://github.com/buildbot/buildbot/compare/c52c2d5afa3f...f8fc5420d6a2 From noreply at github.com Tue Oct 28 14:59:17 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 07:59:17 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] f8efb4: backport GH-1223 to eight: Support specifying an i... Message-ID: <544faf4570597_13da3ff1a78fb2bc693d8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: f8efb48cf0952d50e4b2ba100aef1955c1ecda5d https://github.com/buildbot/buildbot/commit/f8efb48cf0952d50e4b2ba100aef1955c1ecda5d Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/status/status_gerrit.py M master/buildbot/test/unit/test_status_gerrit.py M master/docs/relnotes/index.rst Log Message: ----------- backport GH-1223 to eight: Support specifying an identity file with GerritStatusPush Commit: 8b14b12de0c83dcd8e9604f65f126abdf8a06dd0 https://github.com/buildbot/buildbot/commit/8b14b12de0c83dcd8e9604f65f126abdf8a06dd0 Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- update the documentation * the update is not exactly the same as in master * a few things were added beside the actual backport Commit: 2326f18c2cc9bde9794fa844d4fd1a26ea739027 https://github.com/buildbot/buildbot/commit/2326f18c2cc9bde9794fa844d4fd1a26ea739027 Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/status/status_gerrit.py M master/buildbot/test/unit/test_status_gerrit.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1303 from sa2ajj/backport-gh-1223 Backport of GH-1223 to eight Compare: https://github.com/buildbot/buildbot/compare/693f8ac7a737...2326f18c2cc9 From noreply at github.com Tue Oct 28 20:58:06 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 13:58:06 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2dacb4: various fixes for developer/www.rst Message-ID: <5450035ed1458_6b163fd36d00b2b8359a6@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2dacb49ae7d37eb4701d76a39d743d98eef4c330 https://github.com/buildbot/buildbot/commit/2dacb49ae7d37eb4701d76a39d743d98eef4c330 Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/docs/developer/www.rst Log Message: ----------- various fixes for developer/www.rst * one sentence per line * excessive indenting for lists * missing indenting for complex list items * use of `example.org` instead of not-really-recommended domains * extra empty lines Commit: 94c176818173bc08852fda4667880b76d2d90742 https://github.com/buildbot/buildbot/commit/94c176818173bc08852fda4667880b76d2d90742 Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cmdline.rst M master/docs/manual/customization.rst Log Message: ----------- make example URLs to use example.{com,org,net} * in some cases URLs pointed to some real URL (e.g. in case of SourceForge) * in some cases URLs pointed to potentially used domains Commit: 58f55641772d1a728423710e6578dfee91dbca9d https://github.com/buildbot/buildbot/commit/58f55641772d1a728423710e6578dfee91dbca9d Author: Mikhail Sobolev Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/docs/developer/www.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cmdline.rst M master/docs/manual/customization.rst Log Message: ----------- Merge pull request #1304 from sa2ajj/more-minor-docs-fixes More minor fixes for docs Compare: https://github.com/buildbot/buildbot/compare/f8fc5420d6a2...58f55641772d From noreply at github.com Wed Oct 29 00:06:37 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 17:06:37 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 61c653: update comments for command_version Message-ID: <54502f8d826e_63053fe268a4d2bc102671@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 61c653df8fc1e5a1133584fc711735f834f55b55 https://github.com/buildbot/buildbot/commit/61c653df8fc1e5a1133584fc711735f834f55b55 Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M slave/buildslave/commands/base.py Log Message: ----------- update comments for command_version Based on information in #2969. Commit: 56bc3cea5eaf2494b87b960d60758b9baf4b41c8 https://github.com/buildbot/buildbot/commit/56bc3cea5eaf2494b87b960d60758b9baf4b41c8 Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- The `listdir` command requires slave version 2.16 Commit: 6285a44b17e1265217ae670604803b4de27d9899 https://github.com/buildbot/buildbot/commit/6285a44b17e1265217ae670604803b4de27d9899 Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/steps/source/svn.py M slave/buildslave/commands/base.py Log Message: ----------- only use obfuscated passwords on command_version 2.16 and higher Fixes #2969. Commit: 69c21233deed4c11d8c8d6a2877a2f9db8f9c0d4 https://github.com/buildbot/buildbot/commit/69c21233deed4c11d8c8d6a2877a2f9db8f9c0d4 Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/steps/source/svn.py Log Message: ----------- check the slave version of a more sensible command Commit: 6f295657a9906cc2c1501711556ca149f20a2c7d https://github.com/buildbot/buildbot/commit/6f295657a9906cc2c1501711556ca149f20a2c7d Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/steps/source/svn.py M slave/buildslave/commands/base.py Log Message: ----------- Correctly handle obfuscation with older slaves Merge cherry-picked commits from GH-1292 Compare: https://github.com/buildbot/buildbot/compare/58f55641772d...6f295657a990 From noreply at github.com Wed Oct 29 00:07:19 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 17:07:19 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 68a5ec: don't measure coverage of windows-only code Message-ID: <54502fb723aa6_50b23fd33442d2bc95716@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 68a5ec994c5bf742edbcf72e361f046b11375b57 https://github.com/buildbot/buildbot/commit/68a5ec994c5bf742edbcf72e361f046b11375b57 Author: Dustin J. Mitchell Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M slave/buildslave/commands/utils.py Log Message: ----------- don't measure coverage of windows-only code From noreply at github.com Wed Oct 29 05:49:46 2014 From: noreply at github.com (GitHub) Date: Tue, 28 Oct 2014 22:49:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 429850: samp inside a pre is overkill, beside, it's killin... Message-ID: <54507ffaaaac6_42ef3fa395f552bc92682@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 429850325741e05bc28b8a8db5f231acf1016bd9 https://github.com/buildbot/buildbot/commit/429850325741e05bc28b8a8db5f231acf1016bd9 Author: Beno?t Allard Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade Log Message: ----------- samp inside a pre is overkill, beside, it's killing the formatting. I add all my warning logs (from a Compile Step) on one line because all in the first 'samp' (now span) Commit: 9f988f361f6dc876b325d6156aaf152592d0f022 https://github.com/buildbot/buildbot/commit/9f988f361f6dc876b325d6156aaf152592d0f022 Author: Beno?t Allard Date: 2014-10-28 (Tue, 28 Oct 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade Log Message: ----------- Fix lazyloading, and text-wrapping Commit: 4ccffe6c07b619144dbdb15881e7f7a26271999e https://github.com/buildbot/buildbot/commit/4ccffe6c07b619144dbdb15881e7f7a26271999e Author: Mikhail Sobolev Date: 2014-10-29 (Wed, 29 Oct 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.directive.coffee M www/base/src/app/builders/log/logviewer/logviewer.less M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade Log Message: ----------- Merge pull request #1302 from benallard/patch-2 samp inside a pre is overkill, beside, it's killing the formatting. Compare: https://github.com/buildbot/buildbot/compare/68a5ec994c5b...4ccffe6c07b6 From noreply at github.com Thu Oct 30 11:47:08 2014 From: noreply at github.com (GitHub) Date: Thu, 30 Oct 2014 04:47:08 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b14353: Fix minor issue with the pylint Step: Message-ID: <5452253c70fe7_e803fbfcddb72bc80133@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b14353bce58f3d49a30bdb45615f0dd89b35d9f5 https://github.com/buildbot/buildbot/commit/b14353bce58f3d49a30bdb45615f0dd89b35d9f5 Author: delanne Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M master/buildbot/steps/python.py Log Message: ----------- Fix minor issue with the pylint Step: - indentation issue - don't write pylint additional log on a single line Commit: 0a76c82b9ec68ed4f4efcffe298b9f3da195356f https://github.com/buildbot/buildbot/commit/0a76c82b9ec68ed4f4efcffe298b9f3da195356f Author: Mikhail Sobolev Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M master/buildbot/steps/python.py Log Message: ----------- Merge pull request #1307 from delanne/PylintStep Fix minor issue with the pylint Step Compare: https://github.com/buildbot/buildbot/compare/4ccffe6c07b6...0a76c82b9ec6 From noreply at github.com Thu Oct 30 13:14:35 2014 From: noreply at github.com (GitHub) Date: Thu, 30 Oct 2014 06:14:35 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a2c9c1: Fix issue raised by benallard: Message-ID: <545239bb29375_b833ff8840e12a062356@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a2c9c1b0107d597032f941af0afa96b726e3586e https://github.com/buildbot/buildbot/commit/a2c9c1b0107d597032f941af0afa96b726e3586e Author: delanne Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M master/buildbot/steps/python.py Log Message: ----------- Fix issue raised by benallard: ``` 1 Traceback (most recent call last): 2 File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 577, in _runCallbacks 3 current.result = callback(current.result, *args, **kw) 4 File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1155, in gotResult 5 _inlineCallbacks(r, g, deferred) 6 File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1097, in _inlineCallbacks 7 result = result.throwExceptionIntoGenerator(g) 8 File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator 9 return g.throw(self.type, self.value, self.tb) 10 --- --- 11 File "/home/benoit/buildbot/buildbot/master/buildbot/process/buildstep.py", line 461, in startStep 12 results = yield self.run() 13 File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1099, in _inlineCallbacks 14 result = g.send(result) 15 File "/home/benoit/buildbot/buildbot/master/buildbot/process/buildstep.py", line 576, in run 16 results = yield self._start_deferred 17 File "/home/benoit/buildbot/openvas/venv/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 577, in _runCallbacks 18 current.result = callback(current.result, *args, **kw) 19 File "/home/benoit/buildbot/buildbot/master/buildbot/process/buildstep.py", line 852, in 20 d.addCallback(lambda res: self.createSummary(cmd.logs['stdio'])) 21 File "/home/benoit/buildbot/buildbot/master/buildbot/steps/python.py", line 237, in createSummary 22 counts, summaries = self.counts, self.summaries 23 exceptions.AttributeError: 'PyLint' object has no attribute 'counts' ``` Commit: ed366c5837f757ce16a2440de82f7ef87316aef0 https://github.com/buildbot/buildbot/commit/ed366c5837f757ce16a2440de82f7ef87316aef0 Author: Mikhail Sobolev Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M master/buildbot/steps/python.py Log Message: ----------- Merge pull request #1308 from delanne/PylintStep Fix issue raised by benallard Compare: https://github.com/buildbot/buildbot/compare/0a76c82b9ec6...ed366c5837f7 From noreply at github.com Thu Oct 30 13:37:35 2014 From: noreply at github.com (GitHub) Date: Thu, 30 Oct 2014 06:37:35 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] cfff76: buildbot.service: better handle error Message-ID: <54523f1f4bd8_6973f8bbf9e32b86212@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cfff7617007eafd897639b1dfbef7c0034e7c6b2 https://github.com/buildbot/buildbot/commit/cfff7617007eafd897639b1dfbef7c0034e7c6b2 Author: Pierre Tardy Date: 2014-10-29 (Wed, 29 Oct 2014) Changed paths: M www/base/src/app/common/services/buildbot/buildbot.service.coffee Log Message: ----------- buildbot.service: better handle error fix for 2960 In case of 404, the buildbot.service was storing the 404 error instead of retrying next time Signed-off-by: Pierre Tardy Commit: 11ef301d97e61539a4916821a73649584241bf8d https://github.com/buildbot/buildbot/commit/11ef301d97e61539a4916821a73649584241bf8d Author: Pierre Tardy Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/common/services/buildbot/buildbot.service.coffee Log Message: ----------- Another attempt to fix the element does not exist (yet) problem. Upon 404, we still define the object, with everything undefined, and register to events Signed-off-by: Pierre Tardy Commit: 6b8af38dfe2e49744c31dabe147c633e45cdc8a7 https://github.com/buildbot/buildbot/commit/6b8af38dfe2e49744c31dabe147c633e45cdc8a7 Author: Pierre Tardy Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee Log Message: ----------- fix the watch of nextbuild existence in case the build was already loaded, callback was never called with o == undefined Signed-off-by: Pierre Tardy Commit: 7e049a91549dece82830aa27807d02c74ccb8ffd https://github.com/buildbot/buildbot/commit/7e049a91549dece82830aa27807d02c74ccb8ffd Author: Mikhail Sobolev Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/common/services/buildbot/buildbot.service.coffee Log Message: ----------- Merge pull request #1306 from tardyp/t2960 buildbot.service: better handle error Fixes ticket:2960 Compare: https://github.com/buildbot/buildbot/compare/ed366c5837f7...7e049a91549d From noreply at github.com Thu Oct 30 15:03:49 2014 From: noreply at github.com (GitHub) Date: Thu, 30 Oct 2014 08:03:49 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 79d253: This is a filter field, not a search one ... Message-ID: <54525355d1844_53593fc7735432b815634@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 79d2530576985b0f4417288a0f847dc9fec82e5a https://github.com/buildbot/buildbot/commit/79d2530576985b0f4417288a0f847dc9fec82e5a Author: Beno?t Allard Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade Log Message: ----------- This is a filter field, not a search one ... Commit: 060656a049843e8043e5efd5a0fa521f9f44699a https://github.com/buildbot/buildbot/commit/060656a049843e8043e5efd5a0fa521f9f44699a Author: Mikhail Sobolev Date: 2014-10-30 (Thu, 30 Oct 2014) Changed paths: M www/base/src/app/builders/log/logviewer/logviewer.tpl.jade Log Message: ----------- Merge pull request #1309 from benallard/patch-1 This is a filter field, not a search one Compare: https://github.com/buildbot/buildbot/compare/7e049a91549d...060656a04984