From noreply at github.com Tue Jun 2 17:35:47 2015 From: noreply at github.com (GitHub) Date: Tue, 02 Jun 2015 10:35:47 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 439e10: fix docs formatting Message-ID: <556de9735f71c_11a53fe6e93a72c01054db@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 439e10595d458286001f9683b7215786573c7bee https://github.com/buildbot/buildbot/commit/439e10595d458286001f9683b7215786573c7bee Author: Mikhail Sobolev Date: 2015-05-25 (Mon, 25 May 2015) Changed paths: M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cmdline.rst M master/docs/manual/customization.rst M master/docs/manual/installation.rst Log Message: ----------- fix docs formatting Commit: 6db7dc2f14854bf583290b7c48f3743ff8534991 https://github.com/buildbot/buildbot/commit/6db7dc2f14854bf583290b7c48f3743ff8534991 Author: Mikhail Sobolev Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M master/buildbot/steps/master.py M master/docs/manual/cfg-buildsteps.rst M master/setup.py Log Message: ----------- first versions of steps to handle related builds * CancelRelatedBuilds cancels builds that are found to be related * StopRelatedBuilds stops builds that are found to be related Commit: cd8fdd5fba95d952c16532dc10413b1262da4414 https://github.com/buildbot/buildbot/commit/cd8fdd5fba95d952c16532dc10413b1262da4414 Author: Mikhail Sobolev Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: A master/buildbot/steps/gerrit.py M master/docs/manual/cfg-buildsteps.rst M master/setup.py Log Message: ----------- add Gerrit specific steps to stop and cancel related builds * the build is considered related if the change number is the same, but the patchset number is lower than the current build's patchset number Commit: 44c75b66fa571a7204e35757d7e27ee47bffd185 https://github.com/buildbot/buildbot/commit/44c75b66fa571a7204e35757d7e27ee47bffd185 Author: Mikhail Sobolev Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- add release notes Commit: 368254414342d21e0cc7c119981ee4012038c6e3 https://github.com/buildbot/buildbot/commit/368254414342d21e0cc7c119981ee4012038c6e3 Author: Mikhail Sobolev Date: 2015-06-02 (Tue, 02 Jun 2015) Changed paths: A master/buildbot/steps/gerrit.py M master/buildbot/steps/master.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cmdline.rst M master/docs/manual/customization.rst M master/docs/manual/installation.rst M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- Merge pull request #1686 from sa2ajj/handle-related-builds handle related builds: cancel and stop Compare: https://github.com/buildbot/buildbot/compare/a95206658a5e...368254414342 From noreply at github.com Thu Jun 4 07:58:37 2015 From: noreply at github.com (GitHub) Date: Thu, 04 Jun 2015 00:58:37 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 934312: Introduce master log compression. Message-ID: <5570052d3bf78_65303faf149e92bc117f9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 934312698945f0dee8d55748123e4394b28171f3 https://github.com/buildbot/buildbot/commit/934312698945f0dee8d55748123e4394b28171f3 Author: Sebastien Fusilier Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M master/buildbot/config.py M master/buildbot/db/logs.py M master/docs/manual/cfg-global.rst Log Message: ----------- Introduce master log compression. Log in the db is stored as chunck of text. The implementation expected a compress operation to be done at the end of the step. But it will be costly in time/db operations with db fragmentation risk. This patch suggest to do live compression when chunck size to insert is smaller once compressed. The compress operation will "just" have then to optimize/regroup all contiguous text chunk, compress them and replace them in the db. Compression algorithm is configurable in the master cfg. Signed-off-by: Sebastien Fusilier Commit: 734f2c8762a07482dab44b20d8cdfa118f88f1e4 https://github.com/buildbot/buildbot/commit/734f2c8762a07482dab44b20d8cdfa118f88f1e4 Author: Sebastien Fusilier Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M master/buildbot/config.py M master/buildbot/db/logs.py Log Message: ----------- Fix review comments. Signed-off-by: Sebastien Fusilier Commit: 5ef75c748d2f7bc68e65fdf721bffe33217259ef https://github.com/buildbot/buildbot/commit/5ef75c748d2f7bc68e65fdf721bffe33217259ef Author: Sebastien Fusilier Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M master/buildbot/config.py M master/buildbot/db/logs.py M master/buildbot/test/unit/test_config.py Log Message: ----------- Fix review comments, fix unit test. Signed-off-by: Sebastien Fusilier Commit: 532cbd9d5f524239b03f403d953ad84fe8ce37f8 https://github.com/buildbot/buildbot/commit/532cbd9d5f524239b03f403d953ad84fe8ce37f8 Author: Sebastien Fusilier Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M master/buildbot/config.py M master/buildbot/db/logs.py Log Message: ----------- Fix review comments. Signed-off-by: Sebastien Fusilier Commit: 170660fdfea4b26026db520868d3dce608d4dbc7 https://github.com/buildbot/buildbot/commit/170660fdfea4b26026db520868d3dce608d4dbc7 Author: Sebastien Fusilier Date: 2015-05-29 (Fri, 29 May 2015) Changed paths: M .travis.yml M master/buildbot/test/unit/test_db_logs.py Log Message: ----------- Add unit tests. Extend unit tests to cover: - no chunk compression when not needed - all compression formalism Signed-off-by: Sebastien Fusilier Commit: d23ed4b22821fb8b6aa1a05bcbd473705c4a387e https://github.com/buildbot/buildbot/commit/d23ed4b22821fb8b6aa1a05bcbd473705c4a387e Author: Sebastien Fusilier Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M master/buildbot/config.py M master/buildbot/db/logs.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_db_logs.py M master/docs/manual/cfg-global.rst Log Message: ----------- Fix unit test and review comments - skip lz4 ut if lz4 not available - fix error message if lz4 not available - set default compression to gz instead of bz2 - fix lint issues Signed-off-by: Sebastien Fusilier Commit: b99d35a8988bfb61130118459d9d877fbcce51a2 https://github.com/buildbot/buildbot/commit/b99d35a8988bfb61130118459d9d877fbcce51a2 Author: Sebastien Fusilier Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M master/buildbot/config.py M master/buildbot/db/logs.py Log Message: ----------- Clean appendLog Import from https://github.com/buildbot/buildbot/pull/1698 appendLog refacto and pylint fix issue. Signed-off-by: Sebastien Fusilier Commit: 6b8756ee88107ff65709e3681c166a802065b08b https://github.com/buildbot/buildbot/commit/6b8756ee88107ff65709e3681c166a802065b08b Author: Pierre Tardy Date: 2015-06-04 (Thu, 04 Jun 2015) Changed paths: M .travis.yml M master/buildbot/config.py M master/buildbot/db/logs.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_db_logs.py M master/docs/manual/cfg-global.rst Log Message: ----------- Merge branch 'compress_log3' of https://github.com/bastien31/buildbot into pr1696 Compare: https://github.com/buildbot/buildbot/compare/f0c08e80a9f4...6b8756ee8810 From noreply at github.com Fri Jun 5 13:10:03 2015 From: noreply at github.com (GitHub) Date: Fri, 05 Jun 2015 06:10:03 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7cec3b: add buildstatus directive Message-ID: <55719fabc39da_4403fd3a85472a090386@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7cec3b936bb9379279412b1b037e6465641d1713 https://github.com/buildbot/buildbot/commit/7cec3b936bb9379279412b1b037e6465641d1713 Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: A www/md_base/src/app/common/directives/buildstatus/buildstatus.directive.coffee A www/md_base/src/app/common/directives/buildstatus/buildstatus.less A www/md_base/src/app/common/directives/buildstatus/buildstatus.spec.coffee A www/md_base/src/app/common/directives/buildstatus/buildstatus.tpl.jade Log Message: ----------- add buildstatus directive Commit: 8b59c42be29cb496946583b6a65fc0e46e9a07ca https://github.com/buildbot/buildbot/commit/8b59c42be29cb496946583b6a65fc0e46e9a07ca Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/home/panels/recent_builds/recent_builds.directive.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade Log Message: ----------- basic recent builds panel Commit: ee679e67aa9a20780585076d9af6e06bba0b1c3c https://github.com/buildbot/buildbot/commit/ee679e67aa9a20780585076d9af6e06bba0b1c3c Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/buildstatus/buildstatus.directive.coffee M www/md_base/src/app/common/directives/buildstatus/buildstatus.less M www/md_base/src/app/common/directives/buildstatus/buildstatus.tpl.jade A www/md_base/src/icons/build-fail.svg A www/md_base/src/icons/build-pending.svg A www/md_base/src/icons/build-success.svg Log Message: ----------- use icons to display build status Commit: 05b8bb94c40542b9495a911a996d241a70993145 https://github.com/buildbot/buildbot/commit/05b8bb94c40542b9495a911a996d241a70993145 Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/guanlecoja/config.coffee M www/md_base/src/app/common/directives/panel/panel.less M www/md_base/src/app/common/directives/sidenav/sidenav.less M www/md_base/src/styles/styles.less Log Message: ----------- update angular materials version. add angular-moment Commit: 379cae6119ffd677a8bc59b2dc122176396d551d https://github.com/buildbot/buildbot/commit/379cae6119ffd677a8bc59b2dc122176396d551d Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/app.module.coffee A www/md_base/src/app/common/directives/builditem/builditem.directive.coffee A www/md_base/src/app/common/directives/builditem/builditem.less A www/md_base/src/app/common/directives/builditem/builditem.spec.coffee A www/md_base/src/app/common/directives/builditem/builditem.tpl.jade M www/md_base/src/app/home/panels/recent_builds/recent_builds.directive.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade Log Message: ----------- basic displaying of builditem Commit: 7c3c98a89c5b642a90500f8efee6e55a22a04246 https://github.com/buildbot/buildbot/commit/7c3c98a89c5b642a90500f8efee6e55a22a04246 Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/home/home.less Log Message: ----------- remove button margin under project-info Commit: bc131542557774efd1a438efc97cc9345d599a73 https://github.com/buildbot/buildbot/commit/bc131542557774efd1a438efc97cc9345d599a73 Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/settings/settings.less Log Message: ----------- tweak on setting controller's style Commit: 06f10688611ae1fc2e9573023c92ecf9a794473f https://github.com/buildbot/buildbot/commit/06f10688611ae1fc2e9573023c92ecf9a794473f Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/home/home.route.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds.directive.coffee A www/md_base/src/app/home/panels/recent_builds/recent_builds.less M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade Log Message: ----------- change recent build style, apply setting show instructions on now builds Commit: de455ace6bf0c2a0a8e3e55e405ac64fdbd2ab86 https://github.com/buildbot/buildbot/commit/de455ace6bf0c2a0a8e3e55e405ac64fdbd2ab86 Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/buildstatus/buildstatus.directive.coffee M www/md_base/src/app/common/directives/buildstatus/buildstatus.spec.coffee Log Message: ----------- add test for build status Commit: 5fe8447e97280fa9bfe68be425add3fad3fd6b5c https://github.com/buildbot/buildbot/commit/5fe8447e97280fa9bfe68be425add3fad3fd6b5c Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/home/panels/overview/overview.spec.coffee Log Message: ----------- update overview tests Commit: a19272175e98a9dd06a060c2395b30df032f06cf https://github.com/buildbot/buildbot/commit/a19272175e98a9dd06a060c2395b30df032f06cf Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/builditem/builditem.directive.coffee M www/md_base/src/app/common/directives/builditem/builditem.spec.coffee M www/md_base/src/app/common/directives/buildstatus/buildstatus.spec.coffee A www/md_base/src/app/home/panels/recent_builds/recent_builds.spec.coffee Log Message: ----------- tests for build-item Commit: dc171a5893d19e8504f1c2b50c9e71ee09ee4a15 https://github.com/buildbot/buildbot/commit/dc171a5893d19e8504f1c2b50c9e71ee09ee4a15 Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: R www/md_base/src/app/home/panels/recent_builds/recent_builds.spec.coffee Log Message: ----------- remove recent builds spec Commit: 5d2ccfa9a1453ae9d45f09242361aa6b5d354b29 https://github.com/buildbot/buildbot/commit/5d2ccfa9a1453ae9d45f09242361aa6b5d354b29 Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade Log Message: ----------- fix a typo Commit: f6bee41d6f22edfdaaa3babfdad3482f67be6cba https://github.com/buildbot/buildbot/commit/f6bee41d6f22edfdaaa3babfdad3482f67be6cba Author: Chase Zhang Date: 2015-06-01 (Mon, 01 Jun 2015) Changed paths: M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade Log Message: ----------- remove underline on white space in the link Commit: 4b5399e17b39ad4bf17073f89303a15139564be3 https://github.com/buildbot/buildbot/commit/4b5399e17b39ad4bf17073f89303a15139564be3 Author: Chase Zhang Date: 2015-06-03 (Wed, 03 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/builditem/builditem.less M www/md_base/src/app/common/directives/builditem/builditem.tpl.jade M www/md_base/src/app/common/directives/buildstatus/buildstatus.directive.coffee M www/md_base/src/app/common/directives/buildstatus/buildstatus.less M www/md_base/src/app/common/directives/buildstatus/buildstatus.tpl.jade Log Message: ----------- add status text mode for build status Commit: df660b21b992d95d33bb97aeed2d1581049a3456 https://github.com/buildbot/buildbot/commit/df660b21b992d95d33bb97aeed2d1581049a3456 Author: Chase Zhang Date: 2015-06-03 (Wed, 03 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/builditem/builditem.spec.coffee M www/md_base/src/app/common/directives/buildstatus/buildstatus.directive.coffee M www/md_base/src/app/common/directives/buildstatus/buildstatus.spec.coffee Log Message: ----------- update tests Commit: b2979d42118e95b978e76b9b97d291181baa2303 https://github.com/buildbot/buildbot/commit/b2979d42118e95b978e76b9b97d291181baa2303 Author: Chase Zhang Date: 2015-06-03 (Wed, 03 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/builditem/builditem.tpl.jade Log Message: ----------- show state_string Commit: a5f119450598a7453487314a6f5eb3d3f686df69 https://github.com/buildbot/buildbot/commit/a5f119450598a7453487314a6f5eb3d3f686df69 Author: Chase Zhang Date: 2015-06-03 (Wed, 03 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/buildstatus/buildstatus.directive.coffee M www/md_base/src/app/common/directives/buildstatus/buildstatus.less M www/md_base/src/app/common/directives/buildstatus/buildstatus.spec.coffee M www/md_base/src/app/common/directives/buildstatus/buildstatus.tpl.jade Log Message: ----------- apply old status->color map from base and update tests Commit: fbceb9c65d7982f233d689e64cf6bd9e51c3fb5b https://github.com/buildbot/buildbot/commit/fbceb9c65d7982f233d689e64cf6bd9e51c3fb5b Author: Pierre Tardy Date: 2015-06-05 (Fri, 05 Jun 2015) Changed paths: M www/md_base/guanlecoja/config.coffee M www/md_base/src/app/app.module.coffee A www/md_base/src/app/common/directives/builditem/builditem.directive.coffee A www/md_base/src/app/common/directives/builditem/builditem.less A www/md_base/src/app/common/directives/builditem/builditem.spec.coffee A www/md_base/src/app/common/directives/builditem/builditem.tpl.jade A www/md_base/src/app/common/directives/buildstatus/buildstatus.directive.coffee A www/md_base/src/app/common/directives/buildstatus/buildstatus.less A www/md_base/src/app/common/directives/buildstatus/buildstatus.spec.coffee A www/md_base/src/app/common/directives/buildstatus/buildstatus.tpl.jade M www/md_base/src/app/common/directives/panel/panel.less M www/md_base/src/app/common/directives/sidenav/sidenav.less M www/md_base/src/app/home/home.less M www/md_base/src/app/home/home.route.coffee M www/md_base/src/app/home/panels/overview/overview.spec.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds.directive.coffee A www/md_base/src/app/home/panels/recent_builds/recent_builds.less M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade M www/md_base/src/app/settings/settings.less A www/md_base/src/icons/build-fail.svg A www/md_base/src/icons/build-pending.svg A www/md_base/src/icons/build-success.svg M www/md_base/src/styles/styles.less Log Message: ----------- Merge pull request #1699 from shanzi/md [Material Design] Recent builds panel's content Compare: https://github.com/buildbot/buildbot/compare/6b8756ee8810...fbceb9c65d79 From noreply at github.com Fri Jun 5 15:15:45 2015 From: noreply at github.com (GitHub) Date: Fri, 05 Jun 2015 08:15:45 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 845399: Overhaul the monotone source step. Message-ID: <5571bd21363d2_9aa3f85468752c050812@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 84539907b890a8d4312ac50faa3792e1dda2dccd https://github.com/buildbot/buildbot/commit/84539907b890a8d4312ac50faa3792e1dda2dccd Author: Markus Wanner Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M master/CREDITS M master/buildbot/steps/source/mtn.py M master/buildbot/test/unit/test_steps_source_mtn.py M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Overhaul the monotone source step. Commit: c49d8d54c7cc9cd6c8be68468328ff1634fe3146 https://github.com/buildbot/buildbot/commit/c49d8d54c7cc9cd6c8be68468328ff1634fe3146 Author: Markus Wanner Date: 2015-06-02 (Tue, 02 Jun 2015) Changed paths: M master/buildbot/steps/source/mtn.py Log Message: ----------- Use inlineCallbacks for a lot more methods to simplify. Commit: 33663abd7e349a55f44747c3dddf656f4a45c9ca https://github.com/buildbot/buildbot/commit/33663abd7e349a55f44747c3dddf656f4a45c9ca Author: Markus Wanner Date: 2015-06-02 (Tue, 02 Jun 2015) Changed paths: M master/buildbot/steps/source/mtn.py Log Message: ----------- Correctly yield a deferred in copy. Commit: d2dd2b444bff14b83274fb3f63974dba80eea61c https://github.com/buildbot/buildbot/commit/d2dd2b444bff14b83274fb3f63974dba80eea61c Author: Markus Wanner Date: 2015-06-04 (Thu, 04 Jun 2015) Changed paths: M master/buildbot/steps/source/mtn.py M master/buildbot/test/unit/test_steps_source_mtn.py Log Message: ----------- Change mtn's _dovccmd() to accept the workdir as a keyword argument after the command - for better readability. Commit: e0dfafd99dedfe6d72129bc7f7a01fc6daf73781 https://github.com/buildbot/buildbot/commit/e0dfafd99dedfe6d72129bc7f7a01fc6daf73781 Author: Markus Wanner Date: 2015-06-04 (Thu, 04 Jun 2015) Changed paths: M master/buildbot/steps/source/mtn.py Log Message: ----------- Reindent for pep8 - no functional change. Commit: 4e24928b2a0885691d2dea99ed6f2ff47810955d https://github.com/buildbot/buildbot/commit/4e24928b2a0885691d2dea99ed6f2ff47810955d Author: Mikhail Sobolev Date: 2015-06-05 (Fri, 05 Jun 2015) Changed paths: M master/CREDITS M master/buildbot/steps/source/mtn.py M master/buildbot/test/unit/test_steps_source_mtn.py M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1693 from mwanner/overhaul-mtn Overhaul the monotone source step. Compare: https://github.com/buildbot/buildbot/compare/fbceb9c65d79...4e24928b2a08 From noreply at github.com Fri Jun 5 17:36:41 2015 From: noreply at github.com (GitHub) Date: Fri, 05 Jun 2015 10:36:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 8befd1: fix the URL Message-ID: <5571de29cf4ab_fb33fb40bf752c093143@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8befd11cec13992a6a9da01fff3e5cc091dca8cc https://github.com/buildbot/buildbot/commit/8befd11cec13992a6a9da01fff3e5cc091dca8cc Author: Mikhail Sobolev Date: 2015-06-05 (Fri, 05 Jun 2015) Changed paths: M master/contrib/windows/buildbot_service.py Log Message: ----------- fix the URL Commit: b98f47f6ef518f10e12c76f01b51c871f4573110 https://github.com/buildbot/buildbot/commit/b98f47f6ef518f10e12c76f01b51c871f4573110 Author: Mikhail Sobolev Date: 2015-06-05 (Fri, 05 Jun 2015) Changed paths: M master/contrib/windows/buildbot_service.py Log Message: ----------- Merge pull request #1705 from sa2ajj/fix-buildbot-service fix the URL Compare: https://github.com/buildbot/buildbot/compare/4e24928b2a08...b98f47f6ef51 From noreply at github.com Sat Jun 6 15:23:46 2015 From: noreply at github.com (GitHub) Date: Sat, 06 Jun 2015 08:23:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e10798: cls-protocols.rst: update remoteInterruptCommand p... Message-ID: <5573108235a1c_191a3fa32234b2a04059a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e1079855f447eef26b3679a86b7749d36bf13200 https://github.com/buildbot/buildbot/commit/e1079855f447eef26b3679a86b7749d36bf13200 Author: Ion Alberdi Date: 2015-06-06 (Sat, 06 Jun 2015) Changed paths: M master/docs/developer/cls-protocols.rst Log Message: ----------- cls-protocols.rst: update remoteInterruptCommand prototype description Update the doc to be aligned with the fix implemented in 7c9a059f74f77c68399201781fb9d9b9d09c21d5. Commit: fb8d6086abf6b4ba8f93c567eda643176459b1c3 https://github.com/buildbot/buildbot/commit/fb8d6086abf6b4ba8f93c567eda643176459b1c3 Author: Mikhail Sobolev Date: 2015-06-06 (Sat, 06 Jun 2015) Changed paths: M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge pull request #1706 from yetanotherion/trac_3266 cls-protocols.rst: update remoteInterruptCommand prototype description Compare: https://github.com/buildbot/buildbot/compare/b98f47f6ef51...fb8d6086abf6 From noreply at github.com Sat Jun 6 17:25:12 2015 From: noreply at github.com (GitHub) Date: Sat, 06 Jun 2015 10:25:12 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] bdacfb: fix the URL Message-ID: <55732cf884139_4c143fb0c56b52a023471@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: bdacfb394551febb20d8e3f04c42b851a9524043 https://github.com/buildbot/buildbot/commit/bdacfb394551febb20d8e3f04c42b851a9524043 Author: Mikhail Sobolev Date: 2015-06-06 (Sat, 06 Jun 2015) Changed paths: M master/contrib/windows/buildbot_service.py Log Message: ----------- fix the URL Commit: 3f91e66680078f3ed30e0d432549361a92fbcf3c https://github.com/buildbot/buildbot/commit/3f91e66680078f3ed30e0d432549361a92fbcf3c Author: Mikhail Sobolev Date: 2015-06-06 (Sat, 06 Jun 2015) Changed paths: M master/contrib/windows/buildbot_service.py Log Message: ----------- Merge pull request #1709 from sa2ajj/fix-buildbot-service-eight fix the URL Compare: https://github.com/buildbot/buildbot/compare/368254414342...3f91e6668007 From noreply at github.com Sun Jun 7 05:34:00 2015 From: noreply at github.com (GitHub) Date: Sat, 06 Jun 2015 22:34:00 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 579922: GitHub hook: fix backward compatibility Message-ID: <5573d7c880afb_54f53ff16b25b2b894077@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 579922edae899d352e0d47ba0f481c43e059a20b https://github.com/buildbot/buildbot/commit/579922edae899d352e0d47ba0f481c43e059a20b Author: Mikhail Sobolev Date: 2015-06-06 (Sat, 06 Jun 2015) Changed paths: M master/buildbot/status/web/hooks/github.py Log Message: ----------- GitHub hook: fix backward compatibility * previously GitHub hook could be enabled by specifying `change_hook_dialects={'github':True}`; one of the recent changes made this non-working Commit: 928f147e1ad6f550d5e7648c82f946cc010479c7 https://github.com/buildbot/buildbot/commit/928f147e1ad6f550d5e7648c82f946cc010479c7 Author: Mikhail Sobolev Date: 2015-06-07 (Sun, 07 Jun 2015) Changed paths: M master/buildbot/status/web/hooks/github.py Log Message: ----------- Merge pull request #1708 from sa2ajj/github-backward-compatibility GitHub hook: fix backward compatibility Fixes ticket:3271 Compare: https://github.com/buildbot/buildbot/compare/3f91e6668007...928f147e1ad6 From noreply at github.com Tue Jun 9 20:44:41 2015 From: noreply at github.com (GitHub) Date: Tue, 09 Jun 2015 13:44:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 60a645: Fix master/buildbot/steps/shell _getLegacySummary Message-ID: <55775039ec735_7fb53fd96faa72a037792@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 60a645a81a6b0b2528154ea7dac9e6fee6df0e0e https://github.com/buildbot/buildbot/commit/60a645a81a6b0b2528154ea7dac9e6fee6df0e0e Author: Sebastien Fusilier Date: 2015-06-08 (Mon, 08 Jun 2015) Changed paths: M master/buildbot/steps/shell.py Log Message: ----------- Fix master/buildbot/steps/shell _getLegacySummary Some tracebacks are visible in my master logs saying: "exceptions.AttributeError: 'RemoteCommand' object has no attribute 'command'" It comes from shell steps that is expecting "self.cmd.command" when self.cmd is set. But this attribute is not present in remotecommand. Using "remote_command" instead of "command" seems fixing the traceback. Signed-off-by: Sebastien Fusilier Commit: 8144684655eabb1dfdb765a9e5b90c8fdc79f4d1 https://github.com/buildbot/buildbot/commit/8144684655eabb1dfdb765a9e5b90c8fdc79f4d1 Author: Mikhail Sobolev Date: 2015-06-09 (Tue, 09 Jun 2015) Changed paths: M master/buildbot/steps/shell.py Log Message: ----------- Merge pull request #1713 from bastien31/fix_get_legacy_summary Fix master/buildbot/steps/shell _getLegacySummary Compare: https://github.com/buildbot/buildbot/compare/fb8d6086abf6...8144684655ea From noreply at github.com Wed Jun 10 16:02:57 2015 From: noreply at github.com (GitHub) Date: Wed, 10 Jun 2015 09:02:57 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d0765b: Fixed bug with P4 step throwing exception in has_w... Message-ID: <55785fb1b6419_739a3fdb313052b812927@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d0765ba0419259b72c325d3f3483d21d556248cb https://github.com/buildbot/buildbot/commit/d0765ba0419259b72c325d3f3483d21d556248cb Author: Greg MacDonald Date: 2015-06-04 (Thu, 04 Jun 2015) Changed paths: M master/buildbot/steps/source/p4.py M master/buildbot/test/unit/test_steps_source_p4.py Log Message: ----------- Fixed bug with P4 step throwing exception in has_whitespace when p4branch is None. Commit: 5c4af08fdcbc978ced9d06a3563b5c62d0da651a https://github.com/buildbot/buildbot/commit/5c4af08fdcbc978ced9d06a3563b5c62d0da651a Author: Mikhail Sobolev Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M master/buildbot/steps/source/p4.py M master/buildbot/test/unit/test_steps_source_p4.py Log Message: ----------- Merge pull request #1701 from gtmacdonald/p4branch_none_fix Fixed P4 step exception in has_whitespace when p4branch is None Compare: https://github.com/buildbot/buildbot/compare/8144684655ea...5c4af08fdcbc From noreply at github.com Thu Jun 11 16:16:11 2015 From: noreply at github.com (GitHub) Date: Thu, 11 Jun 2015 09:16:11 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 81b3cd: Updating to use isinstance(str, basestring). using... Message-ID: <5579b44b40577_2e673f9d527e32c0989f6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 81b3cd5111e612429e3fd098928799ce5842807d https://github.com/buildbot/buildbot/commit/81b3cd5111e612429e3fd098928799ce5842807d Author: J?rn Lomax Date: 2015-06-08 (Mon, 08 Jun 2015) Changed paths: M slave/buildslave/runprocess.py Log Message: ----------- Updating to use isinstance(str, basestring). using types.StringTypes is depreciated Commit: 90b58c84f5453b108c4ae08dfd03d8587d371198 https://github.com/buildbot/buildbot/commit/90b58c84f5453b108c4ae08dfd03d8587d371198 Author: J?rn Lomax Date: 2015-06-08 (Mon, 08 Jun 2015) Changed paths: M slave/buildslave/util.py Log Message: ----------- removed dependecy on types module Commit: cfc0192c9f4104fddfaaf6a1b08c65afa422ae2a https://github.com/buildbot/buildbot/commit/cfc0192c9f4104fddfaaf6a1b08c65afa422ae2a Author: J?rn Lomax Date: 2015-06-08 (Mon, 08 Jun 2015) Changed paths: M slave/buildslave/commands/fs.py M slave/buildslave/commands/utils.py M slave/buildslave/monkeypatches/testcase_assert.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/scripts/runner.py M slave/buildslave/scripts/stop.py Log Message: ----------- changed exceptions to "Exception as e:" syntax Commit: 135314575866353d2d3d8f175aa0c9cc15818d17 https://github.com/buildbot/buildbot/commit/135314575866353d2d3d8f175aa0c9cc15818d17 Author: Mikhail Sobolev Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: M slave/buildslave/commands/fs.py M slave/buildslave/commands/utils.py M slave/buildslave/monkeypatches/testcase_assert.py M slave/buildslave/runprocess.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/scripts/runner.py M slave/buildslave/scripts/stop.py M slave/buildslave/util.py Log Message: ----------- Merge pull request #1712 from jvlomax/master Updating to use isinstance(str, basestring). using types.StringTypes ? Compare: https://github.com/buildbot/buildbot/compare/5c4af08fdcbc...135314575866 From noreply at github.com Thu Jun 11 16:17:15 2015 From: noreply at github.com (GitHub) Date: Thu, 11 Jun 2015 09:17:15 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b0245a: Enhance stop button behavior Message-ID: <5579b48b5c423_48993fe4fcc772b8927a8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b0245a3cd920a3150605e51003349d0feffd44e4 https://github.com/buildbot/buildbot/commit/b0245a3cd920a3150605e51003349d0feffd44e4 Author: Sebastien Savrimoutou Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M www/base/src/app/builders/build/build.controller.coffee Log Message: ----------- Enhance stop button behavior Currently the stop button was still visible even if the build was finished. This patch suggest a new behavior: - Remove the button from the contextual menu when the build is finished - Rename the caption to 'Stop on going' once pressed Signed-off-by: Sebastien Savrimoutou Commit: df4a6345cf9cae9b893436979f91671de64f70ee https://github.com/buildbot/buildbot/commit/df4a6345cf9cae9b893436979f91671de64f70ee Author: Sebastien Fusilier Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M www/base/src/app/builders/build/build.controller.coffee Log Message: ----------- Review rework - Rename 'is-stopped' to 'is_stopping' - Change 'Stop on going...' style Signed-off-by: Sebastien Fusilier Commit: 6f32eccefafd1448f405826520d42dca37ca603d https://github.com/buildbot/buildbot/commit/6f32eccefafd1448f405826520d42dca37ca603d Author: Sebastien Fusilier Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: M www/base/src/app/builders/build/build.controller.coffee Log Message: ----------- Rename "Stop on going..." to "Stopping..." Signed-off-by: Sebastien Fusilier Commit: af897413f58a7a440d1385d396c845e9fb3b4d8a https://github.com/buildbot/buildbot/commit/af897413f58a7a440d1385d396c845e9fb3b4d8a Author: Mikhail Sobolev Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: M www/base/src/app/builders/build/build.controller.coffee Log Message: ----------- Merge pull request #1714 from ssavrim/hide_stop_button Enhance stop button behavior Compare: https://github.com/buildbot/buildbot/compare/135314575866...af897413f58a From noreply at github.com Thu Jun 11 17:03:29 2015 From: noreply at github.com (GitHub) Date: Thu, 11 Jun 2015 10:03:29 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0ba714: drop git slave command Message-ID: <5579bf61b0b8d_1a713fd50ea7f29c2444ca@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0ba7140ec5d3ba39c8dd8e4d88b718e58b45b064 https://github.com/buildbot/buildbot/commit/0ba7140ec5d3ba39c8dd8e4d88b718e58b45b064 Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: R slave/buildslave/commands/git.py M slave/buildslave/commands/registry.py R slave/buildslave/test/unit/test_commands_git.py Log Message: ----------- drop git slave command It is no longer used by the master. Commit: b1f109e52cbeaefa30b3987bfa20d8c031c256a0 https://github.com/buildbot/buildbot/commit/b1f109e52cbeaefa30b3987bfa20d8c031c256a0 Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: R slave/buildslave/commands/cvs.py M slave/buildslave/commands/registry.py R slave/buildslave/test/unit/test_commands_cvs.py Log Message: ----------- drop cvs slave command it is no longer used by the master Commit: 8c45c5e8c1c8823fb4a156e9d992f5a1351f0a80 https://github.com/buildbot/buildbot/commit/8c45c5e8c1c8823fb4a156e9d992f5a1351f0a80 Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: M slave/buildslave/commands/registry.py R slave/buildslave/commands/svn.py R slave/buildslave/test/unit/test_commands_svn.py Log Message: ----------- drop svn slave command it is no longer used by the master Commit: 85aac17f220151427e449d2aa0bf13feca20757d https://github.com/buildbot/buildbot/commit/85aac17f220151427e449d2aa0bf13feca20757d Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: R slave/buildslave/commands/bk.py M slave/buildslave/commands/registry.py R slave/buildslave/test/unit/test_commands_bk.py Log Message: ----------- drop bk slave command it is no longer used by the master Commit: 4a695f06e8ea2544e9f05ae9efe72d6a512affea https://github.com/buildbot/buildbot/commit/4a695f06e8ea2544e9f05ae9efe72d6a512affea Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: R slave/buildslave/commands/darcs.py M slave/buildslave/commands/registry.py R slave/buildslave/test/unit/test_commands_darcs.py Log Message: ----------- drop darcs slave command it is no longer used by the master Commit: 1c02446c145ea588d92f58baf1f014fb4c1bec59 https://github.com/buildbot/buildbot/commit/1c02446c145ea588d92f58baf1f014fb4c1bec59 Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: R slave/buildslave/commands/bzr.py M slave/buildslave/commands/registry.py R slave/buildslave/test/unit/test_commands_bzr.py Log Message: ----------- drop bzr slave command it is no longer used by the master Commit: 04fe325f2012696daaf0c018634413370521159f https://github.com/buildbot/buildbot/commit/04fe325f2012696daaf0c018634413370521159f Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: R slave/buildslave/commands/hg.py M slave/buildslave/commands/registry.py R slave/buildslave/test/unit/test_commands_hg.py Log Message: ----------- drop hg slave command it is no longer used by the master Commit: c621b055a4b876fd9972c9d513873afec40494b2 https://github.com/buildbot/buildbot/commit/c621b055a4b876fd9972c9d513873afec40494b2 Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: R slave/buildslave/commands/p4.py M slave/buildslave/commands/registry.py R slave/buildslave/test/unit/test_commands_p4.py Log Message: ----------- drop p4 slave command it is no longer used by the master Commit: faf09ee76b6bdc6be479d2085d4328bd11ee75f0 https://github.com/buildbot/buildbot/commit/faf09ee76b6bdc6be479d2085d4328bd11ee75f0 Author: Elmir Jagudin Date: 2015-05-27 (Wed, 27 May 2015) Changed paths: R slave/buildslave/commands/mtn.py M slave/buildslave/commands/registry.py R slave/buildslave/test/unit/test_commands_mtn.py Log Message: ----------- drop mtn slave command it is no longer used by the master Commit: 70fa763a69bdf6f73400195ff6e09d77c1825cb9 https://github.com/buildbot/buildbot/commit/70fa763a69bdf6f73400195ff6e09d77c1825cb9 Author: Elmir Jagudin Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: M slave/buildslave/commands/registry.py A slave/buildslave/commands/removed.py Log Message: ----------- added an error message on usage of removed command When master tries to use a slave command that is no longer supported, generate a specific error message, rather then the generic 'unrecognized command' error. Commit: 942caafc854f78e6f38ae2cf7f84dc059dc00428 https://github.com/buildbot/buildbot/commit/942caafc854f78e6f38ae2cf7f84dc059dc00428 Author: Mikhail Sobolev Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: R slave/buildslave/commands/bk.py R slave/buildslave/commands/bzr.py R slave/buildslave/commands/cvs.py R slave/buildslave/commands/darcs.py R slave/buildslave/commands/git.py R slave/buildslave/commands/hg.py R slave/buildslave/commands/mtn.py R slave/buildslave/commands/p4.py M slave/buildslave/commands/registry.py A slave/buildslave/commands/removed.py R slave/buildslave/commands/svn.py R slave/buildslave/test/unit/test_commands_bk.py R slave/buildslave/test/unit/test_commands_bzr.py R slave/buildslave/test/unit/test_commands_cvs.py R slave/buildslave/test/unit/test_commands_darcs.py R slave/buildslave/test/unit/test_commands_git.py R slave/buildslave/test/unit/test_commands_hg.py R slave/buildslave/test/unit/test_commands_mtn.py R slave/buildslave/test/unit/test_commands_p4.py R slave/buildslave/test/unit/test_commands_svn.py Log Message: ----------- Merge pull request #1695 from elmirjagudin/rm-slave-src-cmds Remove slave source commands Compare: https://github.com/buildbot/buildbot/compare/af897413f58a...942caafc854f From noreply at github.com Fri Jun 12 06:31:13 2015 From: noreply at github.com (GitHub) Date: Thu, 11 Jun 2015 23:31:13 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3af9fc: Revert "Renderable locks" Message-ID: <557a7cb1c1b91_662b3fa74f7692c05973c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-1669-renderable-locks Home: https://github.com/buildbot/buildbot Commit: 3af9fc3044917e58fa17f0f74a52d522729dd69d https://github.com/buildbot/buildbot/commit/3af9fc3044917e58fa17f0f74a52d522729dd69d Author: Pierre Tardy Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: M master/buildbot/process/buildstep.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-interlocks.rst Log Message: ----------- Revert "Renderable locks" From noreply at github.com Fri Jun 12 07:56:55 2015 From: noreply at github.com (GitHub) Date: Fri, 12 Jun 2015 00:56:55 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3af9fc: Revert "Renderable locks" Message-ID: <557a90c7af674_2a3c3fd40845b2a08843c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 3af9fc3044917e58fa17f0f74a52d522729dd69d https://github.com/buildbot/buildbot/commit/3af9fc3044917e58fa17f0f74a52d522729dd69d Author: Pierre Tardy Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: M master/buildbot/process/buildstep.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-interlocks.rst Log Message: ----------- Revert "Renderable locks" Commit: 9bc8dd8ef6d63642820298961ff9ce0763d83d9a https://github.com/buildbot/buildbot/commit/9bc8dd8ef6d63642820298961ff9ce0763d83d9a Author: Pierre Tardy Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: M master/buildbot/process/buildstep.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-interlocks.rst Log Message: ----------- Merge pull request #1717 from buildbot/revert-1669-renderable-locks Revert "Renderable locks" Compare: https://github.com/buildbot/buildbot/compare/928f147e1ad6...9bc8dd8ef6d6 From noreply at github.com Fri Jun 12 19:57:40 2015 From: noreply at github.com (GitHub) Date: Fri, 12 Jun 2015 12:57:40 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <557b39b44daee_238f3f8c3481329c965b9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-1669-renderable-locks Home: https://github.com/buildbot/buildbot From noreply at github.com Sat Jun 13 12:53:09 2015 From: noreply at github.com (GitHub) Date: Sat, 13 Jun 2015 05:53:09 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0a3db4: basic style for current builds Message-ID: <557c27b5dc9e6_36b03ff1006172a09047@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0a3db420fe6e0edc6d8b8f1ec36eec5d8e186416 https://github.com/buildbot/buildbot/commit/0a3db420fe6e0edc6d8b8f1ec36eec5d8e186416 Author: Chase Zhang Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M www/md_base/src/app/home/panels/current_builds/current_builds.directive.coffee A www/md_base/src/app/home/panels/current_builds/current_builds.less M www/md_base/src/app/home/panels/current_builds/current_builds_panel.tpl.jade Log Message: ----------- basic style for current builds Commit: 66e24cea44fdbd6547ed7557cdfe5674fc993c66 https://github.com/buildbot/buildbot/commit/66e24cea44fdbd6547ed7557cdfe5674fc993c66 Author: Chase Zhang Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/builditem/builditem.less M www/md_base/src/app/home/panels/current_builds/current_builds_panel.tpl.jade M www/md_base/src/app/home/panels/recent_builds/recent_builds.directive.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade Log Message: ----------- switch to bind, apply enter and leave animation Commit: 085d378e4394a96fbb0796d4727632c061496b77 https://github.com/buildbot/buildbot/commit/085d378e4394a96fbb0796d4727632c061496b77 Author: Pierre Tardy Date: 2015-06-13 (Sat, 13 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/builditem/builditem.less M www/md_base/src/app/home/panels/current_builds/current_builds.directive.coffee A www/md_base/src/app/home/panels/current_builds/current_builds.less M www/md_base/src/app/home/panels/current_builds/current_builds_panel.tpl.jade M www/md_base/src/app/home/panels/recent_builds/recent_builds.directive.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade Log Message: ----------- Merge pull request #1715 from shanzi/md [Material Design] Current Builds Panel Compare: https://github.com/buildbot/buildbot/compare/942caafc854f...085d378e4394 From noreply at github.com Sat Jun 13 14:52:49 2015 From: noreply at github.com (GitHub) Date: Sat, 13 Jun 2015 07:52:49 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7b44f8: Replace StringIO with io Message-ID: <557c43c12bd33_38d13fee712b92c0816da@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7b44f81fde229f04d847ce55e8e77ee68faed3fa https://github.com/buildbot/buildbot/commit/7b44f81fde229f04d847ce55e8e77ee68faed3fa Author: J?rn Lomax Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: M slave/buildslave/test/unit/test_commands_transfer.py M slave/buildslave/test/unit/test_scripts_base.py M slave/buildslave/test/util/misc.py Log Message: ----------- Replace StringIO with io Commit: 71850a68086cc984410d3d4a0cc1396ddef7b48f https://github.com/buildbot/buildbot/commit/71850a68086cc984410d3d4a0cc1396ddef7b48f Author: Mikhail Sobolev Date: 2015-06-13 (Sat, 13 Jun 2015) Changed paths: M slave/buildslave/test/unit/test_commands_transfer.py M slave/buildslave/test/unit/test_scripts_base.py M slave/buildslave/test/util/misc.py Log Message: ----------- Merge pull request #1719 from jvlomax/stringIO_fix Replace StringIO with io Compare: https://github.com/buildbot/buildbot/compare/085d378e4394...71850a68086c From noreply at github.com Mon Jun 15 04:24:32 2015 From: noreply at github.com (GitHub) Date: Sun, 14 Jun 2015 21:24:32 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] c8c4dc: add supybot.buildbot.net to dns Message-ID: <557e538088584_63983fa8147792b88373b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: c8c4dc3e079e7c061dd48635e14584ab657307b1 https://github.com/buildbot/buildbot-infra/commit/c8c4dc3e079e7c061dd48635e14584ab657307b1 Author: Dustin J. Mitchell Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M roles/dns/templates/224-255.128-255.10.211.140.in-addr.arpa M roles/dns/templates/buildbot.net Log Message: ----------- add supybot.buildbot.net to dns Commit: 156c0954af24e6c2873c7dd3a99da51508e45229 https://github.com/buildbot/buildbot-infra/commit/156c0954af24e6c2873c7dd3a99da51508e45229 Author: Dustin J. Mitchell Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M host-service2.yml Log Message: ----------- add supybot jail Commit: da1c78114e49dd8fb9d2af135581457d7070f55a https://github.com/buildbot/buildbot-infra/commit/da1c78114e49dd8fb9d2af135581457d7070f55a Author: Dustin J. Mitchell Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: M templates/run-once Log Message: ----------- install sudo to support jail bootstrapping Commit: e36ba210ead412af19db752be8982de46bd17b37 https://github.com/buildbot/buildbot-infra/commit/e36ba210ead412af19db752be8982de46bd17b37 Author: Dustin J. Mitchell Date: 2015-06-10 (Wed, 10 Jun 2015) Changed paths: A jail-supybot.yml M local.yml A roles/supybot/files/bb-supy.conf A roles/supybot/tasks/main.yml A roles/supybot/vars/main.yml Log Message: ----------- install and start supybot Commit: 6a04c26024587c4ca15b7ac29622920058570f9d https://github.com/buildbot/buildbot-infra/commit/6a04c26024587c4ca15b7ac29622920058570f9d Author: Dustin J. Mitchell Date: 2015-06-14 (Sun, 14 Jun 2015) Changed paths: M jail-supybot.yml M roles/supybot/files/bb-supy.conf A roles/supybot/files/meetingLocalConfig.py M roles/supybot/tasks/main.yml M roles/supybot/vars/main.yml Log Message: ----------- Install and run MeetBot Commit: 793cf191a44a05d412d48fcec489533bde43d155 https://github.com/buildbot/buildbot-infra/commit/793cf191a44a05d412d48fcec489533bde43d155 Author: Mikhail Sobolev Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M host-service2.yml A jail-supybot.yml M local.yml M roles/dns/templates/224-255.128-255.10.211.140.in-addr.arpa M roles/dns/templates/buildbot.net A roles/supybot/files/bb-supy.conf A roles/supybot/files/meetingLocalConfig.py A roles/supybot/tasks/main.yml A roles/supybot/vars/main.yml M templates/run-once Log Message: ----------- Merge pull request #97 from djmitche/supybot Initial Supybot install Compare: https://github.com/buildbot/buildbot-infra/compare/b8cdb5c259bb...793cf191a44a From noreply at github.com Mon Jun 15 16:41:08 2015 From: noreply at github.com (GitHub) Date: Mon, 15 Jun 2015 09:41:08 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a30974: Update classes in buidlsave to newstyle Message-ID: <557f00248935c_23d43fb47c2452a0555c1@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a309740d6092f82334743987d5b163ba0c5885e8 https://github.com/buildbot/buildbot/commit/a309740d6092f82334743987d5b163ba0c5885e8 Author: J?rn Lomax Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: M slave/buildslave/commands/base.py M slave/buildslave/runprocess.py M slave/buildslave/scripts/logwatcher.py M slave/buildslave/scripts/start.py M slave/buildslave/test/fake/remote.py M slave/buildslave/test/fake/runprocess.py M slave/buildslave/test/fake/slavebuilder.py M slave/buildslave/test/unit/test_bot_BuildSlave.py M slave/buildslave/test/unit/test_scripts_runner.py M slave/buildslave/test/util/command.py M slave/buildslave/test/util/misc.py M slave/buildslave/util.py Log Message: ----------- Update classes in buidlsave to newstyle Commit: acdd692ff4ac512f015c6aea2346b5602b54f837 https://github.com/buildbot/buildbot/commit/acdd692ff4ac512f015c6aea2346b5602b54f837 Author: Mikhail Sobolev Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M slave/buildslave/commands/base.py M slave/buildslave/runprocess.py M slave/buildslave/scripts/logwatcher.py M slave/buildslave/scripts/start.py M slave/buildslave/test/fake/remote.py M slave/buildslave/test/fake/runprocess.py M slave/buildslave/test/fake/slavebuilder.py M slave/buildslave/test/unit/test_bot_BuildSlave.py M slave/buildslave/test/unit/test_scripts_runner.py M slave/buildslave/test/util/command.py M slave/buildslave/test/util/misc.py M slave/buildslave/util.py Log Message: ----------- Merge pull request #1718 from jvlomax/new_classes Update classes in buidlsave to newstyle Compare: https://github.com/buildbot/buildbot/compare/71850a68086c...acdd692ff4ac From noreply at github.com Tue Jun 16 03:03:37 2015 From: noreply at github.com (GitHub) Date: Mon, 15 Jun 2015 20:03:37 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fde40f: Add context field to GitHubStatus updates Message-ID: <557f92099412f_2b373feb1d68129c5225@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fde40f1303beb6ce3d170c17d35bc6a54497eab3 https://github.com/buildbot/buildbot/commit/fde40f1303beb6ce3d170c17d35bc6a54497eab3 Author: Thomas Wood Date: 2015-06-12 (Fri, 12 Jun 2015) Changed paths: M master/buildbot/status/github.py M master/buildbot/test/unit/test_status_github.py Log Message: ----------- Add context field to GitHubStatus updates Adds support for 'contexts' for the GitHub status API. The default context string is 'continuous-integration/buildbot/' followed by the builder name. The context can be configured by passing it to the constructor. (refs #2876) Commit: 83c1a5dde01715bf3c05397c343b1e32e96dd0e6 https://github.com/buildbot/buildbot/commit/83c1a5dde01715bf3c05397c343b1e32e96dd0e6 Author: Thomas Wood Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Add manual entry for addition of context to GitHubStatus Commit: 0d0e0c386c2189b6d743436a59b04f0a939ee03a https://github.com/buildbot/buildbot/commit/0d0e0c386c2189b6d743436a59b04f0a939ee03a Author: Thomas Wood Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Add relnotes for GitStatusPush context option Commit: 5330478ef235d937091e218f7ec8cba8b7030915 https://github.com/buildbot/buildbot/commit/5330478ef235d937091e218f7ec8cba8b7030915 Author: Mikhail Sobolev Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M master/buildbot/status/github.py M master/buildbot/test/unit/test_status_github.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1721 from edgemaster/issue-2876 Add context field to GitHubStatus updates Compare: https://github.com/buildbot/buildbot/compare/acdd692ff4ac...5330478ef235 From noreply at github.com Tue Jun 16 03:04:13 2015 From: noreply at github.com (GitHub) Date: Mon, 15 Jun 2015 20:04:13 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fac31d: Add context field to GitHubStatus updates Message-ID: <557f922dbc3dc_25ad3fda90faf2bc9748a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: fac31d3e899fcea9bb1c96de3447cca0d61a04e9 https://github.com/buildbot/buildbot/commit/fac31d3e899fcea9bb1c96de3447cca0d61a04e9 Author: Thomas Wood Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M master/buildbot/status/github.py M master/buildbot/test/unit/test_status_github.py Log Message: ----------- Add context field to GitHubStatus updates Adds support for 'contexts' for the GitHub status API. The default context string is 'continuous-integration/buildbot/' followed by the builder name. The context can be configured by passing it to the constructor. (refs #2876) Commit: ccb4465c066730002be2eecd1822a82b4ffd4171 https://github.com/buildbot/buildbot/commit/ccb4465c066730002be2eecd1822a82b4ffd4171 Author: Thomas Wood Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Add manual entry for addition of context to GitHubStatus Commit: 3fdbba3cd86b5dcff07d58c8bc86b225fa9f5a4e https://github.com/buildbot/buildbot/commit/3fdbba3cd86b5dcff07d58c8bc86b225fa9f5a4e Author: Thomas Wood Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Add relnotes for GitStatusPush context option Commit: c397a796b96d4772781e56683987c38185644512 https://github.com/buildbot/buildbot/commit/c397a796b96d4772781e56683987c38185644512 Author: Mikhail Sobolev Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M master/buildbot/status/github.py M master/buildbot/test/unit/test_status_github.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1726 from edgemaster/issue-2876-eight Add context field to GitHubStatus updates (eight backport) Compare: https://github.com/buildbot/buildbot/compare/9bc8dd8ef6d6...c397a796b96d From noreply at github.com Wed Jun 17 05:22:22 2015 From: noreply at github.com (GitHub) Date: Tue, 16 Jun 2015 22:22:22 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] b73859: Only restart supybot if something changes Message-ID: <5581040e8fdf2_4593f94abbaf2a06538d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: b73859b841df0e690ef3b23489da58e23f03824e https://github.com/buildbot/buildbot-infra/commit/b73859b841df0e690ef3b23489da58e23f03824e Author: Sean Kelly Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: A roles/supybot/handlers/main.yml M roles/supybot/tasks/main.yml Log Message: ----------- Only restart supybot if something changes Commit: c11257f7e4213fa861e3c94b800c78cac1aa5d25 https://github.com/buildbot/buildbot-infra/commit/c11257f7e4213fa861e3c94b800c78cac1aa5d25 Author: Mikhail Sobolev Date: 2015-06-17 (Wed, 17 Jun 2015) Changed paths: A roles/supybot/handlers/main.yml M roles/supybot/tasks/main.yml Log Message: ----------- Merge pull request #99 from seankelly/supybot2 Only restart supybot if something changes Compare: https://github.com/buildbot/buildbot-infra/compare/793cf191a44a...c11257f7e421 From noreply at github.com Thu Jun 18 04:41:17 2015 From: noreply at github.com (GitHub) Date: Wed, 17 Jun 2015 21:41:17 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] c56e0c: Add travis config Message-ID: <55824bed5f057_34fc3f9200a7d2b84081f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: c56e0c0d8a88cffd88af971b23f9defc4fea7ad1 https://github.com/buildbot/buildbot-infra/commit/c56e0c0d8a88cffd88af971b23f9defc4fea7ad1 Author: Sean Kelly Date: 2015-06-17 (Wed, 17 Jun 2015) Changed paths: A .travis.yml Log Message: ----------- Add travis config Commit: 1b5a387420b80a50acc504d5e8c132cb71a9c461 https://github.com/buildbot/buildbot-infra/commit/1b5a387420b80a50acc504d5e8c132cb71a9c461 Author: Mikhail Sobolev Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: A .travis.yml Log Message: ----------- Merge pull request #102 from seankelly/travis Add travis config Compare: https://github.com/buildbot/buildbot-infra/compare/c11257f7e421...1b5a387420b8 From noreply at github.com Fri Jun 19 10:12:27 2015 From: noreply at github.com (GitHub) Date: Fri, 19 Jun 2015 03:12:27 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 4d733e: Replace print with log.msg(). Message-ID: <5583eb0b60912_23d63f8a6ac4929c773f8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 4d733e62d5570fdb9e603ebfeb333899bdb1f710 https://github.com/buildbot/buildbot/commit/4d733e62d5570fdb9e603ebfeb333899bdb1f710 Author: J?rn Lomax Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M slave/buildslave/commands/repo.py M slave/buildslave/scripts/base.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/scripts/logwatcher.py M slave/buildslave/scripts/restart.py M slave/buildslave/scripts/runner.py M slave/buildslave/scripts/start.py M slave/buildslave/scripts/stop.py M slave/buildslave/scripts/upgrade_slave.py M slave/buildslave/test/fake/slavebuilder.py M slave/buildslave/test/unit/runprocess-scripts.py M slave/buildslave/test/unit/test_commands_utils.py M slave/buildslave/test/unit/test_scripts_base.py M slave/buildslave/test/unit/test_scripts_create_slave.py M slave/buildslave/test/unit/test_scripts_restart.py M slave/buildslave/test/unit/test_scripts_runner.py M slave/buildslave/test/unit/test_scripts_stop.py M slave/buildslave/test/unit/test_scripts_upgrade_slave.py M slave/buildslave/test/util/misc.py Log Message: ----------- Replace print with log.msg(). also 2 more compatability fixes (func_name->__name__), (exception, e->exception as e) Commit: 38f3e9986dc9ef502cc796e5f497e07058a9ec74 https://github.com/buildbot/buildbot/commit/38f3e9986dc9ef502cc796e5f497e07058a9ec74 Author: Mikhail Sobolev Date: 2015-06-19 (Fri, 19 Jun 2015) Changed paths: M slave/buildslave/commands/repo.py M slave/buildslave/scripts/base.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/scripts/logwatcher.py M slave/buildslave/scripts/restart.py M slave/buildslave/scripts/runner.py M slave/buildslave/scripts/start.py M slave/buildslave/scripts/stop.py M slave/buildslave/scripts/upgrade_slave.py M slave/buildslave/test/fake/slavebuilder.py M slave/buildslave/test/unit/runprocess-scripts.py M slave/buildslave/test/unit/test_commands_utils.py M slave/buildslave/test/unit/test_scripts_base.py M slave/buildslave/test/unit/test_scripts_create_slave.py M slave/buildslave/test/unit/test_scripts_restart.py M slave/buildslave/test/unit/test_scripts_runner.py M slave/buildslave/test/unit/test_scripts_stop.py M slave/buildslave/test/unit/test_scripts_upgrade_slave.py M slave/buildslave/test/util/misc.py Log Message: ----------- Merge pull request #1716 from jvlomax/print_fixup Replace print with log.msg(). Compare: https://github.com/buildbot/buildbot/compare/5330478ef235...38f3e9986dc9 From noreply at github.com Sat Jun 20 19:34:51 2015 From: noreply at github.com (GitHub) Date: Sat, 20 Jun 2015 12:34:51 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 324df7: Fix misc py3 compatability issues Message-ID: <5585c05b44034_1b003fe1633b92bc65e4@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 324df74932fbd96c18eb623abbfefcb07d818668 https://github.com/buildbot/buildbot/commit/324df74932fbd96c18eb623abbfefcb07d818668 Author: J?rn Lomax Date: 2015-06-20 (Sat, 20 Jun 2015) Changed paths: M .travis.yml M slave/buildslave/commands/base.py M slave/buildslave/commands/registry.py M slave/buildslave/monkeypatches/bug4881.py M slave/buildslave/runprocess.py M slave/buildslave/test/unit/test_bot.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Fix misc py3 compatability issues Fix range, dictionary iteration, filters and any other non cross compatible issues. Also update travis dependencies Commit: 1f948c76b9366ccaadfd440cc69bf0cf5573e8c9 https://github.com/buildbot/buildbot/commit/1f948c76b9366ccaadfd440cc69bf0cf5573e8c9 Author: Mikhail Sobolev Date: 2015-06-20 (Sat, 20 Jun 2015) Changed paths: M .travis.yml M slave/buildslave/commands/base.py M slave/buildslave/commands/registry.py M slave/buildslave/monkeypatches/bug4881.py M slave/buildslave/runprocess.py M slave/buildslave/test/unit/test_bot.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge pull request #1720 from jvlomax/misc_fixes py3 compatability misc fixes Compare: https://github.com/buildbot/buildbot/compare/38f3e9986dc9...1f948c76b936 From noreply at github.com Sat Jun 20 22:33:50 2015 From: noreply at github.com (GitHub) Date: Sat, 20 Jun 2015 15:33:50 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e406d1: Added requirement for future Message-ID: <5585ea4ea6072_1a713fd50ea7f29c4848e6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e406d17ccdc2e30df17a41cc56574b201b98ac9c https://github.com/buildbot/buildbot/commit/e406d17ccdc2e30df17a41cc56574b201b98ac9c Author: J?rn Lomax Date: 2015-06-20 (Sat, 20 Jun 2015) Changed paths: M slave/setup.py Log Message: ----------- Added requirement for future Commit: a7fe5d59b6bbdf22f15245376fcfb50bf24b3146 https://github.com/buildbot/buildbot/commit/a7fe5d59b6bbdf22f15245376fcfb50bf24b3146 Author: Jared Grubb Date: 2015-06-20 (Sat, 20 Jun 2015) Changed paths: M slave/setup.py Log Message: ----------- Merge pull request #1731 from jvlomax/master Added requirement for future Compare: https://github.com/buildbot/buildbot/compare/1f948c76b936...a7fe5d59b6bb From noreply at github.com Sun Jun 21 14:12:53 2015 From: noreply at github.com (GitHub) Date: Sun, 21 Jun 2015 07:12:53 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 71b3d8: automatically send update message when slaves are ... Message-ID: <5586c665a5351_9b63fb93eba72a03571d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 71b3d8e5bc494bc02709ae934f151c608f48fcfb https://github.com/buildbot/buildbot/commit/71b3d8e5bc494bc02709ae934f151c608f48fcfb Author: Pierre Tardy Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M master/buildbot/data/buildslaves.py Log Message: ----------- automatically send update message when slaves are connected/disconnected Signed-off-by: Pierre Tardy Commit: 4221fb4fb9ea8c5331c7dd501157e2d2e393b4d9 https://github.com/buildbot/buildbot/commit/4221fb4fb9ea8c5331c7dd501157e2d2e393b4d9 Author: Mikhail Sobolev Date: 2015-06-21 (Sun, 21 Jun 2015) Changed paths: M master/buildbot/data/buildslaves.py Log Message: ----------- Merge pull request #1722 from tardyp/slaveupdate automatically send update message when slaves are connected/disconnected Compare: https://github.com/buildbot/buildbot/compare/a7fe5d59b6bb...4221fb4fb9ea From noreply at github.com Sun Jun 21 16:02:24 2015 From: noreply at github.com (GitHub) Date: Sun, 21 Jun 2015 09:02:24 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 6040d6: Enhance forcescheduler button Message-ID: <5586e0105b687_2a073fbad4abd2bc56329@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6040d6b2db0ae9e790426e3704dc04fd070e7c93 https://github.com/buildbot/buildbot/commit/6040d6b2db0ae9e790426e3704dc04fd070e7c93 Author: Sebastien Savrimoutou Date: 2015-06-15 (Mon, 15 Jun 2015) Changed paths: M master/buildbot/data/forceschedulers.py M www/base/src/app/builders/builder/builder.controller.coffee Log Message: ----------- Enhance forcescheduler button Currently the button of schedulers are base on the scheduler name. This name could be sometimes not user friendly. This patch proposes to : - use the attribute 'buttonName' from the instance of ForceScheduler class - use class 'btn-primary' for the button Commit: 9cfb1db84851751ffe3baf75447bdb3f744691d2 https://github.com/buildbot/buildbot/commit/9cfb1db84851751ffe3baf75447bdb3f744691d2 Author: Sebastien Savrimoutou Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M master/buildbot/test/unit/test_data_forceschedulers.py Log Message: ----------- Update unit test for data/forceschedulers Add buttonName attribute in the expected element for the test Commit: ede9ad5b31271dc2ef35107b6917df61415bd661 https://github.com/buildbot/buildbot/commit/ede9ad5b31271dc2ef35107b6917df61415bd661 Author: Sebastien Savrimoutou Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M master/buildbot/schedulers/forcesched.py Log Message: ----------- Set buttonName to default scheduler name if not defined Commit: 10ab9d8226d9731ff4290a24eaa66b4d40ae2445 https://github.com/buildbot/buildbot/commit/10ab9d8226d9731ff4290a24eaa66b4d40ae2445 Author: Sebastien Savrimoutou Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M master/buildbot/schedulers/forcesched.py Log Message: ----------- Initialize buttonName attribute to None Commit: b9d4fce4dda2d943232dddeb7dbaad5ce210b513 https://github.com/buildbot/buildbot/commit/b9d4fce4dda2d943232dddeb7dbaad5ce210b513 Author: Sebastien Savrimoutou Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M master/buildbot/test/unit/test_data_forceschedulers.py Log Message: ----------- Modify expected result for attribute button_name in unit test Commit: 0cf9662e847993aad6a176d3709a7073f859f894 https://github.com/buildbot/buildbot/commit/0cf9662e847993aad6a176d3709a7073f859f894 Author: Sebastien Savrimoutou Date: 2015-06-17 (Wed, 17 Jun 2015) Changed paths: M master/buildbot/schedulers/forcesched.py Log Message: ----------- Modify way to set the attribute buttonName of forceScheduler Commit: b2f755fd61f38609f5b1550532a9f8b429caf26d https://github.com/buildbot/buildbot/commit/b2f755fd61f38609f5b1550532a9f8b429caf26d Author: Pierre Tardy Date: 2015-06-21 (Sun, 21 Jun 2015) Changed paths: M master/buildbot/data/forceschedulers.py M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_data_forceschedulers.py M www/base/src/app/builders/builder/builder.controller.coffee Log Message: ----------- Merge pull request #1724 from ssavrim/forcescheduler_button_name Enhance forcescheduler button Compare: https://github.com/buildbot/buildbot/compare/4221fb4fb9ea...b2f755fd61f3 From noreply at github.com Sun Jun 21 16:48:35 2015 From: noreply at github.com (GitHub) Date: Sun, 21 Jun 2015 09:48:35 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] eccc5a: move gerritStatusPush to reporter Message-ID: <5586eae3aa27c_12da3fc91339b2c046448@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: eccc5ab462d56863c72d83aaf57c5e8d11392d92 https://github.com/buildbot/buildbot/commit/eccc5ab462d56863c72d83aaf57c5e8d11392d92 Author: Pierre Tardy Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: A master/buildbot/reporters/gerrit.py R master/buildbot/status/status_gerrit.py A master/buildbot/test/unit/test_reporter_gerrit.py R master/buildbot/test/unit/test_status_gerrit.py Log Message: ----------- move gerritStatusPush to reporter Signed-off-by: Pierre Tardy Commit: 812afb9d8fec8137c1bafbbd97224662607b53d3 https://github.com/buildbot/buildbot/commit/812afb9d8fec8137c1bafbbd97224662607b53d3 Author: Pierre Tardy Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M master/buildbot/reporters/gerrit.py M master/buildbot/test/unit/test_reporter_gerrit.py Log Message: ----------- adapt gerritstatuspush to reporter api Signed-off-by: Pierre Tardy Commit: 28c11e0ffd96a3c4df29315b54bf777293813724 https://github.com/buildbot/buildbot/commit/28c11e0ffd96a3c4df29315b54bf777293813724 Author: Pierre Tardy Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M master/buildbot/reporters/gerrit.py M master/buildbot/test/unit/test_reporter_gerrit.py Log Message: ----------- test startCallback Signed-off-by: Pierre Tardy Commit: e497ff42fc89fd16a7e51dde03dc8336353183ad https://github.com/buildbot/buildbot/commit/e497ff42fc89fd16a7e51dde03dc8336353183ad Author: Pierre Tardy Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M master/buildbot/reporters/gerrit.py M master/buildbot/test/unit/test_reporter_gerrit.py Log Message: ----------- increase coverage Signed-off-by: Pierre Tardy Commit: ddf60efe7cb20b916057c513d5705ac03f73da74 https://github.com/buildbot/buildbot/commit/ddf60efe7cb20b916057c513d5705ac03f73da74 Author: Pierre Tardy Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M master/buildbot/reporters/gerrit.py M master/buildbot/test/test_extra_coverage.py M master/docs/examples/git_gerrit.cfg M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- update docs Signed-off-by: Pierre Tardy Commit: 65c32ade8cb2ea415ee03682752ffe33c52f35fa https://github.com/buildbot/buildbot/commit/65c32ade8cb2ea415ee03682752ffe33c52f35fa Author: Mikhail Sobolev Date: 2015-06-21 (Sun, 21 Jun 2015) Changed paths: A master/buildbot/reporters/gerrit.py R master/buildbot/status/status_gerrit.py M master/buildbot/test/test_extra_coverage.py A master/buildbot/test/unit/test_reporter_gerrit.py R master/buildbot/test/unit/test_status_gerrit.py M master/docs/examples/git_gerrit.cfg M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- Merge pull request #1727 from tardyp/gerritreporter Gerritreporter Compare: https://github.com/buildbot/buildbot/compare/b2f755fd61f3...65c32ade8cb2 From noreply at github.com Sun Jun 21 18:29:09 2015 From: noreply at github.com (GitHub) Date: Sun, 21 Jun 2015 11:29:09 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 612364: Serve meetbot minutes via HTTP Message-ID: <5587027587f69_2aa63fac0d0a32c0301c5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 612364dd71b6ed740b5ac946d5e67feaa73b0080 https://github.com/buildbot/buildbot-infra/commit/612364dd71b6ed740b5ac946d5e67feaa73b0080 Author: Dustin J. Mitchell Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M jail-supybot.yml M roles/supybot/files/meetingLocalConfig.py A roles/supybot/files/mkindex.sh M roles/supybot/tasks/main.yml M secrets.yml Log Message: ----------- Serve meetbot minutes via HTTP Commit: 9e89e3cae143e85877cf71c253bdd36e8ed1f115 https://github.com/buildbot/buildbot-infra/commit/9e89e3cae143e85877cf71c253bdd36e8ed1f115 Author: Dustin J. Mitchell Date: 2015-06-21 (Sun, 21 Jun 2015) Changed paths: M jail-supybot.yml M roles/supybot/files/meetingLocalConfig.py A roles/supybot/files/mkindex.sh M roles/supybot/tasks/main.yml M secrets.yml Log Message: ----------- Merge djmitche/buildbot-infra:meetbot-minutes (PR #103) Compare: https://github.com/buildbot/buildbot-infra/compare/1b5a387420b8...9e89e3cae143 From noreply at github.com Mon Jun 22 12:04:42 2015 From: noreply at github.com (GitHub) Date: Mon, 22 Jun 2015 05:04:42 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7a2e14: Delete old console view grunt file Message-ID: <5587f9dae4f02_1e1d3ff6b0a552bc6803@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7a2e148c755176909608b9d11b252ff97ded5655 https://github.com/buildbot/buildbot/commit/7a2e148c755176909608b9d11b252ff97ded5655 Author: Andras Toth Date: 2015-06-04 (Thu, 04 Jun 2015) Changed paths: R www/console_view/Gruntfile.coffee Log Message: ----------- Delete old console view grunt file Commit: bc3490edec1a2e94c5366ee4553ac1f846e6dc30 https://github.com/buildbot/buildbot/commit/bc3490edec1a2e94c5366ee4553ac1f846e6dc30 Author: Andras Toth Date: 2015-06-20 (Sat, 20 Jun 2015) Changed paths: A www/data_module/.bowerrc A www/data_module/.editorconfig A www/data_module/.gitignore A www/data_module/README.md A www/data_module/bower.json A www/data_module/gulpfile.coffee A www/data_module/karma.conf.coffee A www/data_module/package.json A www/data_module/src/classes/base.service.coffee A www/data_module/src/classes/base.service.spec.coffee A www/data_module/src/classes/build.service.coffee A www/data_module/src/classes/builder.service.coffee A www/data_module/src/classes/buildrequest.service.coffee A www/data_module/src/classes/buildset.service.coffee A www/data_module/src/classes/buildslave.service.coffee A www/data_module/src/classes/change.service.coffee A www/data_module/src/classes/changesource.service.coffee A www/data_module/src/classes/forcescheduler.service.coffee A www/data_module/src/classes/master.service.coffee A www/data_module/src/classes/scheduler.service.coffee A www/data_module/src/classes/sourcestamp.service.coffee A www/data_module/src/data.config.coffee A www/data_module/src/data.constant.coffee A www/data_module/src/data.module.coffee A www/data_module/src/services/data/data.service.coffee A www/data_module/src/services/data/data.service.spec.coffee A www/data_module/src/services/dataUtils/dataUtils.service.coffee A www/data_module/src/services/dataUtils/dataUtils.service.spec.coffee A www/data_module/src/services/rest/rest.service.coffee A www/data_module/src/services/rest/rest.service.spec.coffee A www/data_module/src/services/socket/socket.service.coffee A www/data_module/src/services/socket/socket.service.spec.coffee A www/data_module/src/services/socket/websocket.service.coffee A www/data_module/src/services/stream/stream.service.coffee A www/data_module/src/services/stream/stream.service.spec.coffee Log Message: ----------- Add data_module to www Commit: 5f71f66a9d371b9f6c6f3a7a71b657514dcec4e0 https://github.com/buildbot/buildbot/commit/5f71f66a9d371b9f6c6f3a7a71b657514dcec4e0 Author: Andr?s T?th Date: 2015-06-21 (Sun, 21 Jun 2015) Changed paths: M www/data_module/gulpfile.coffee Log Message: ----------- Fix build task Commit: ab3669f4599f273707f011351aea3dea38692882 https://github.com/buildbot/buildbot/commit/ab3669f4599f273707f011351aea3dea38692882 Author: Pierre Tardy Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: R www/console_view/Gruntfile.coffee A www/data_module/.bowerrc A www/data_module/.editorconfig A www/data_module/.gitignore A www/data_module/README.md A www/data_module/bower.json A www/data_module/gulpfile.coffee A www/data_module/karma.conf.coffee A www/data_module/package.json A www/data_module/src/classes/base.service.coffee A www/data_module/src/classes/base.service.spec.coffee A www/data_module/src/classes/build.service.coffee A www/data_module/src/classes/builder.service.coffee A www/data_module/src/classes/buildrequest.service.coffee A www/data_module/src/classes/buildset.service.coffee A www/data_module/src/classes/buildslave.service.coffee A www/data_module/src/classes/change.service.coffee A www/data_module/src/classes/changesource.service.coffee A www/data_module/src/classes/forcescheduler.service.coffee A www/data_module/src/classes/master.service.coffee A www/data_module/src/classes/scheduler.service.coffee A www/data_module/src/classes/sourcestamp.service.coffee A www/data_module/src/data.config.coffee A www/data_module/src/data.constant.coffee A www/data_module/src/data.module.coffee A www/data_module/src/services/data/data.service.coffee A www/data_module/src/services/data/data.service.spec.coffee A www/data_module/src/services/dataUtils/dataUtils.service.coffee A www/data_module/src/services/dataUtils/dataUtils.service.spec.coffee A www/data_module/src/services/rest/rest.service.coffee A www/data_module/src/services/rest/rest.service.spec.coffee A www/data_module/src/services/socket/socket.service.coffee A www/data_module/src/services/socket/socket.service.spec.coffee A www/data_module/src/services/socket/websocket.service.coffee A www/data_module/src/services/stream/stream.service.coffee A www/data_module/src/services/stream/stream.service.spec.coffee Log Message: ----------- Merge pull request #1703 from tothandras/data_service Frontend data service Compare: https://github.com/buildbot/buildbot/compare/65c32ade8cb2...ab3669f4599f From noreply at github.com Tue Jun 23 16:57:26 2015 From: noreply at github.com (GitHub) Date: Tue, 23 Jun 2015 09:57:26 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 5cc251: Create and deploy common ssl.conf Message-ID: <55898ff670639_4b2e3ff9263ad2c0769f4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 5cc2518ff55e388ddf31a85f6bb6b712adc02beb https://github.com/buildbot/buildbot-infra/commit/5cc2518ff55e388ddf31a85f6bb6b712adc02beb Author: Sean Kelly Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M roles/nginx/tasks/main.yml A roles/nginx/templates/ssl.conf Log Message: ----------- Create and deploy common ssl.conf Put common SSL options in ssl.conf so the static and proxy sites can source the same file. Commit: a16e20072b6e11b645685cd9682bad5eb21c3f7c https://github.com/buildbot/buildbot-infra/commit/a16e20072b6e11b645685cd9682bad5eb21c3f7c Author: Sean Kelly Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M roles/nginx/templates/static Log Message: ----------- Remove SSL configuration in static and include ssl.conf instead Commit: 3609e8e4d97f3298e9cf27646cb00049a873a8fd https://github.com/buildbot/buildbot-infra/commit/3609e8e4d97f3298e9cf27646cb00049a873a8fd Author: Sean Kelly Date: 2015-06-16 (Tue, 16 Jun 2015) Changed paths: M roles/nginx/templates/proxy Log Message: ----------- Add SSL part to proxy sites Commit: b0be4c149a58a676fc36971f1555069aa1161833 https://github.com/buildbot/buildbot-infra/commit/b0be4c149a58a676fc36971f1555069aa1161833 Author: Mikhail Sobolev Date: 2015-06-23 (Tue, 23 Jun 2015) Changed paths: M roles/nginx/tasks/main.yml M roles/nginx/templates/proxy A roles/nginx/templates/ssl.conf M roles/nginx/templates/static Log Message: ----------- Merge pull request #100 from seankelly/tls-proxy Add TLS support to proxied sites Compare: https://github.com/buildbot/buildbot-infra/compare/9e89e3cae143...b0be4c149a58 From noreply at github.com Tue Jun 23 17:09:05 2015 From: noreply at github.com (GitHub) Date: Tue, 23 Jun 2015 10:09:05 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] be670b: add trailing semicolon Message-ID: <558992b189ab5_1e503fcc68fcb2b87525@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: be670b32e0d502759c4c4b29413586431ea73df4 https://github.com/buildbot/buildbot-infra/commit/be670b32e0d502759c4c4b29413586431ea73df4 Author: Dustin J. Mitchell Date: 2015-06-23 (Tue, 23 Jun 2015) Changed paths: M roles/nginx/templates/proxy M roles/nginx/templates/static Log Message: ----------- add trailing semicolon From noreply at github.com Wed Jun 24 05:38:30 2015 From: noreply at github.com (GitHub) Date: Tue, 23 Jun 2015 22:38:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 72ca2d: prep doc work for beta release Message-ID: <558a425610b6f_120e3fc91f13329c46637@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 72ca2d6270c0c003052870216a19b8c328aedc62 https://github.com/buildbot/buildbot/commit/72ca2d6270c0c003052870216a19b8c328aedc62 Author: Pierre Tardy Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M master/docs/manual/cfg-statustargets.rst A master/docs/relnotes/0.9.0b1.rst M master/docs/relnotes/index.rst Log Message: ----------- prep doc work for beta release Signed-off-by: Pierre Tardy Commit: a6f7cfddb45fe68c242f4596d58ff5be137360dd https://github.com/buildbot/buildbot/commit/a6f7cfddb45fe68c242f4596d58ff5be137360dd Author: Mikhail Sobolev Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: A master/docs/manual/cfg-reporters.rst R master/docs/manual/cfg-statustargets.rst M master/docs/manual/configuration.rst M master/docs/manual/plugins.rst Log Message: ----------- manual/reporters: "fix" filename The current approach is to name the configuration documentation file for a "subsystem" is to use subsystem's name in the file name. Commit: 0ee063ec8d0442c75afb710a900618668d3b4c28 https://github.com/buildbot/buildbot/commit/0ee063ec8d0442c75afb710a900618668d3b4c28 Author: Mikhail Sobolev Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M master/docs/manual/cfg-reporters.rst Log Message: ----------- docs/reporters: mark not migrated status targets as such Since we plan to release a beta version, it's better to mark some functionality that is not migrated as such so the users' expectations are set on the correct level. Commit: 097ed4797f40e598be2b8b5e38cc5539bd3053d6 https://github.com/buildbot/buildbot/commit/097ed4797f40e598be2b8b5e38cc5539bd3053d6 Author: Pierre Tardy Date: 2015-06-23 (Tue, 23 Jun 2015) Changed paths: M master/buildbot/reporters/gerrit.py Log Message: ----------- fix gerrit to work with codebase - with codebases, project == project in codebase - revision is a dict with codebase in key and revision in value Signed-off-by: Pierre Tardy Commit: 108914b6119d01901869194a2c4264731de4a225 https://github.com/buildbot/buildbot/commit/108914b6119d01901869194a2c4264731de4a225 Author: Mikhail Sobolev Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M master/buildbot/reporters/gerrit.py A master/docs/manual/cfg-reporters.rst R master/docs/manual/cfg-statustargets.rst M master/docs/manual/configuration.rst M master/docs/manual/plugins.rst A master/docs/relnotes/0.9.0b1.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1733 from tardyp/betarelease prep doc work for beta release Compare: https://github.com/buildbot/buildbot/compare/ab3669f4599f...108914b6119d From noreply at github.com Wed Jun 24 16:27:14 2015 From: noreply at github.com (GitHub) Date: Wed, 24 Jun 2015 09:27:14 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 376cd4: fix tests Message-ID: <558ada6243a18_6b93ff13445f2bc23990@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 376cd49d9fe25628e3e19403692c368ecbb44654 https://github.com/buildbot/buildbot/commit/376cd49d9fe25628e3e19403692c368ecbb44654 Author: Pierre Tardy Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M master/buildbot/test/unit/test_reporter_gerrit.py Log Message: ----------- fix tests Signed-off-by: Pierre Tardy From noreply at github.com Wed Jun 24 16:28:58 2015 From: noreply at github.com (GitHub) Date: Wed, 24 Jun 2015 09:28:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0f50b8: buildbot.status is not available in master any mor... Message-ID: <558adaca6fb87_1baa3f7f3ab972bc1030f0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0f50b875e2c3ce37b05ff89a23451efaeb1cc35c https://github.com/buildbot/buildbot/commit/0f50b875e2c3ce37b05ff89a23451efaeb1cc35c Author: Mikhail Sobolev Date: 2015-06-22 (Mon, 22 Jun 2015) Changed paths: M master/buildbot/plugins/__init__.py Log Message: ----------- buildbot.status is not available in master any more * remove unnecessary interface * make sure reporters are exported for 'import *' Commit: a5791fc45066b730a85d78370fcb3a4acc368546 https://github.com/buildbot/buildbot/commit/a5791fc45066b730a85d78370fcb3a4acc368546 Author: Pierre Tardy Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M master/buildbot/plugins/__init__.py Log Message: ----------- Merge pull request #1734 from sa2ajj/fix-status-plugins buildbot.status is not available in master any more Compare: https://github.com/buildbot/buildbot/compare/376cd49d9fe2...a5791fc45066 From noreply at github.com Wed Jun 24 16:35:17 2015 From: noreply at github.com (GitHub) Date: Wed, 24 Jun 2015 09:35:17 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] cd1661: display builds/buildrequests status in builder pag... Message-ID: <558adc45a4550_4d283fc25a4ab29c65141@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cd1661047aec993608a77b07ef10691f29937eff https://github.com/buildbot/buildbot/commit/cd1661047aec993608a77b07ef10691f29937eff Author: Sebastien Savrimoutou Date: 2015-06-23 (Tue, 23 Jun 2015) Changed paths: M www/base/src/app/builders/builder/builder.tpl.jade Log Message: ----------- display builds/buildrequests status in builder page - display build status in text format on mouse over build number - display buildrequest status in text format on mouse over buildrequest number - add link to buildrequest page when user click on buildrequest number Commit: 0b71be069b2e445675848e4c87bd0ee0ab83f1b1 https://github.com/buildbot/buildbot/commit/0b71be069b2e445675848e4c87bd0ee0ab83f1b1 Author: Pierre Tardy Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M www/base/src/app/builders/builder/builder.tpl.jade Log Message: ----------- Merge pull request #1738 from ssavrim/display_build_text_status display builds/buildrequests status in builder page Compare: https://github.com/buildbot/buildbot/compare/a5791fc45066...0b71be069b2e From noreply at github.com Wed Jun 24 16:52:11 2015 From: noreply at github.com (GitHub) Date: Wed, 24 Jun 2015 09:52:11 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0254ae: update release date Message-ID: <558ae03bde5d9_99c3fd446e952a09931@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0254ae74048160759ae80bfb78e72469bf3c2911 https://github.com/buildbot/buildbot/commit/0254ae74048160759ae80bfb78e72469bf3c2911 Author: Pierre Tardy Date: 2015-06-24 (Wed, 24 Jun 2015) Changed paths: M master/docs/relnotes/0.9.0b1.rst Log Message: ----------- update release date I will send the announcement tomorrow. Signed-off-by: Pierre Tardy From noreply at github.com Wed Jun 24 16:55:00 2015 From: noreply at github.com (GitHub) Date: Wed, 24 Jun 2015 09:55:00 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <558ae0e410641_26c53fe8f72dd2bc2007e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/tags/v0.9.0b1 Home: https://github.com/buildbot/buildbot From noreply at github.com Thu Jun 25 17:04:18 2015 From: noreply at github.com (GitHub) Date: Thu, 25 Jun 2015 10:04:18 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] f8aff7: Fix typo in customization doc, flie -> file Message-ID: <558c3492591e7_58833fb6733b72c038670@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f8aff7a12ac3285074aee258107a7b31e9c3c84c https://github.com/buildbot/buildbot/commit/f8aff7a12ac3285074aee258107a7b31e9c3c84c Author: Andy Lucas Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- Fix typo in customization doc, flie -> file Commit: 8bf8a49b0119919cc1f6abdad0d32b4127827d24 https://github.com/buildbot/buildbot/commit/8bf8a49b0119919cc1f6abdad0d32b4127827d24 Author: Mikhail Sobolev Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- Merge pull request #1744 from ajwlucas/patch-1 Fix typo in customization doc, flie -> file Compare: https://github.com/buildbot/buildbot/compare/0254ae740481...8bf8a49b0119 From noreply at github.com Fri Jun 26 13:43:25 2015 From: noreply at github.com (GitHub) Date: Fri, 26 Jun 2015 06:43:25 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] da65d0: basic layout for builds pages Message-ID: <558d56fd2903f_4bc73fe39167b2b822056@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: da65d09883088393913f527656cd8e4099f628cb https://github.com/buildbot/buildbot/commit/da65d09883088393913f527656cd8e4099f628cb Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/about/about.route.coffee M www/md_base/src/app/app.controller.coffee A www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.route.coffee M www/md_base/src/app/builds/builds.tpl.jade M www/md_base/src/app/home/home.route.coffee M www/md_base/src/app/index.jade M www/md_base/src/app/settings/settings.route.coffee Log Message: ----------- basic layout for builds pages Commit: 1a8b6d6f0897885b503260bbb14381e6eaf2fed1 https://github.com/buildbot/buildbot/commit/1a8b6d6f0897885b503260bbb14381e6eaf2fed1 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/icons/arrow-down.svg M www/md_base/src/icons/build-fail.svg M www/md_base/src/icons/build-pending.svg M www/md_base/src/icons/build-success.svg M www/md_base/src/icons/navicon.svg Log Message: ----------- chmod -x for all icons Commit: f0420b85821eade5632875f513e815c90e2033c6 https://github.com/buildbot/buildbot/commit/f0420b85821eade5632875f513e815c90e2033c6 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: A www/md_base/src/icons/changes.svg A www/md_base/src/icons/clock.svg A www/md_base/src/icons/hammer.svg A www/md_base/src/icons/wand.svg Log Message: ----------- added new icons Commit: 9aa6dc43e7500dbc20bb6141c43cbeb362572bfc https://github.com/buildbot/buildbot/commit/9aa6dc43e7500dbc20bb6141c43cbeb362572bfc Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/builds/builds.controller.coffee M www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.tpl.jade Log Message: ----------- grid menu for builds page Commit: 522c990f77b1f432d1d8c07c964f0d67ab306226 https://github.com/buildbot/buildbot/commit/522c990f77b1f432d1d8c07c964f0d67ab306226 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/about/about.route.coffee M www/md_base/src/app/app.controller.coffee M www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.route.coffee M www/md_base/src/app/builds/builds.tpl.jade A www/md_base/src/app/builds/changes/builds.changes.tpl.jade A www/md_base/src/app/builds/changes/changes.controller.coffee A www/md_base/src/app/builds/changes/changes.route.coffee A www/md_base/src/app/builds/masters/builds.masters.tpl.jade A www/md_base/src/app/builds/masters/masters.controller.coffee A www/md_base/src/app/builds/masters/masters.route.coffee A www/md_base/src/app/builds/schedulers/builds.schedulers.tpl.jade A www/md_base/src/app/builds/schedulers/schedulers.controller.coffee A www/md_base/src/app/builds/schedulers/schedulers.route.coffee A www/md_base/src/app/builds/slaves/builds.slaves.tpl.jade A www/md_base/src/app/builds/slaves/slaves.controller.coffee A www/md_base/src/app/builds/slaves/slaves.route.coffee M www/md_base/src/app/common/directives/sidenav/sidenav.directive.coffee M www/md_base/src/app/home/home.route.coffee M www/md_base/src/app/index.jade M www/md_base/src/app/settings/settings.route.coffee Log Message: ----------- added sub routes for builds and update route system. imporve button style Commit: 63c7dfdd29f6fab05e0451474c8e7fbdb3619711 https://github.com/buildbot/buildbot/commit/63c7dfdd29f6fab05e0451474c8e7fbdb3619711 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: A www/md_base/src/app/builds/builder/builder.controller.coffee A www/md_base/src/app/builds/builder/builder.route.coffee A www/md_base/src/app/builds/builder/builds.builder.tpl.jade M www/md_base/src/app/builds/builds.controller.coffee M www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.tpl.jade Log Message: ----------- added builder route, add builders menu Commit: fb265877bdcb217a4bf0b594432e630b8c48a0be https://github.com/buildbot/buildbot/commit/fb265877bdcb217a4bf0b594432e630b8c48a0be Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.tpl.jade Log Message: ----------- improve builder list appearance Commit: a31e73fc581736b4380e699584280c70899abe54 https://github.com/buildbot/buildbot/commit/a31e73fc581736b4380e699584280c70899abe54 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/builds/builder/builder.route.coffee M www/md_base/src/app/builds/builds.controller.coffee M www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.tpl.jade M www/md_base/src/app/builds/changes/changes.route.coffee M www/md_base/src/app/builds/masters/masters.route.coffee M www/md_base/src/app/builds/schedulers/schedulers.route.coffee M www/md_base/src/app/builds/slaves/slaves.route.coffee Log Message: ----------- highlight selected item Commit: 6b808e0a1f5c1ab379d772e243a6562465fbaa39 https://github.com/buildbot/buildbot/commit/6b808e0a1f5c1ab379d772e243a6562465fbaa39 Author: Andras Toth Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/guanlecoja/config.coffee M www/md_base/src/app/app.module.coffee Log Message: ----------- Add buildbot-data to md_base Commit: bfe82e7f47a04cf4d8eb9b1d8807c0ca13ed4ec0 https://github.com/buildbot/buildbot/commit/bfe82e7f47a04cf4d8eb9b1d8807c0ca13ed4ec0 Author: Andras Toth Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/home/panels/current_builds/current_builds.directive.coffee M www/md_base/src/app/home/panels/current_builds/current_builds_panel.tpl.jade M www/md_base/src/app/home/panels/overview/overview.directive.coffee M www/md_base/src/app/home/panels/overview/overview.spec.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds.directive.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade M www/md_base/test/scripts/mocks/config.mock.coffee Log Message: ----------- Migrate home to buildbot-data Commit: 38bddadf79962b3b75ed1d2f91921c0c35f0680a https://github.com/buildbot/buildbot/commit/38bddadf79962b3b75ed1d2f91921c0c35f0680a Author: Andras Toth Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/about/about.controller.coffee Log Message: ----------- Migrate about to buildbot-data Commit: 6774a1f29f57b23abfb5b1e29c35dd7ab1690292 https://github.com/buildbot/buildbot/commit/6774a1f29f57b23abfb5b1e29c35dd7ab1690292 Author: Andras Toth Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/builditem/builditem.directive.coffee M www/md_base/src/app/common/directives/builditem/builditem.spec.coffee M www/md_base/src/app/common/directives/panel/panel.directive.coffee R www/md_base/src/app/common/services/buildbot.service.coffee R www/md_base/src/app/common/services/mq.service.coffee Log Message: ----------- Migrate directives to buildbot-data Commit: 61b27642746efed4647444f242e094b26052b8d9 https://github.com/buildbot/buildbot/commit/61b27642746efed4647444f242e094b26052b8d9 Author: Andras Toth Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/guanlecoja/config.coffee M www/md_base/src/app/builds/builds.controller.coffee Log Message: ----------- Migrate builds to buildbot-data Commit: a253e53ec4366af7d5b764bec942986ddacd4579 https://github.com/buildbot/buildbot/commit/a253e53ec4366af7d5b764bec942986ddacd4579 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/builds/builds.less Log Message: ----------- cancel border of grid menu Commit: 5ebcd38baa54d3d42d2a599abfffda860235acfa https://github.com/buildbot/buildbot/commit/5ebcd38baa54d3d42d2a599abfffda860235acfa Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/about/about.controller.coffee M www/md_base/src/app/common/common.module.coffee Log Message: ----------- fix problems caused from migration to new dataService Commit: 1a47deef803f5addc6b7a71f0010e39e2e86fbef https://github.com/buildbot/buildbot/commit/1a47deef803f5addc6b7a71f0010e39e2e86fbef Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/builds/builds.controller.coffee M www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.tpl.jade Log Message: ----------- add filter input Commit: 360306a3653aa0bcde76e31fbdce49671d5a7830 https://github.com/buildbot/buildbot/commit/360306a3653aa0bcde76e31fbdce49671d5a7830 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/builds/builder/builder.route.coffee Log Message: ----------- change Builds / Builder to Builder Commit: d2aab35a1552b1d9dfb0d6b1f54a24f1c6b250a7 https://github.com/buildbot/buildbot/commit/d2aab35a1552b1d9dfb0d6b1f54a24f1c6b250a7 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/builds/builds.controller.coffee M www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.tpl.jade Log Message: ----------- show select menu in narrow screen Commit: 3caddb86e11d7938796c1e5d1a07168e7f2507ef https://github.com/buildbot/buildbot/commit/3caddb86e11d7938796c1e5d1a07168e7f2507ef Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/builds/builds.controller.coffee M www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.tpl.jade Log Message: ----------- refactor menu items, use dropdown menu instead of select Commit: 21d9b582795c92b7f73f0726a99ede96c8df7bd1 https://github.com/buildbot/buildbot/commit/21d9b582795c92b7f73f0726a99ede96c8df7bd1 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/src/app/common/directives/builditem/builditem.directive.coffee Log Message: ----------- cancel subscribe of builder in builditem Commit: b7bebb876471cbfeae118a9c2486436c4466c8f2 https://github.com/buildbot/buildbot/commit/b7bebb876471cbfeae118a9c2486436c4466c8f2 Author: Chase Zhang Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M www/md_base/guanlecoja/config.coffee Log Message: ----------- update data-service to 1.0.8 Commit: 8efed5172681be1e839ca71e4dbc6652372e1f1f https://github.com/buildbot/buildbot/commit/8efed5172681be1e839ca71e4dbc6652372e1f1f Author: Pierre Tardy Date: 2015-06-26 (Fri, 26 Jun 2015) Changed paths: M www/md_base/guanlecoja/config.coffee M www/md_base/src/app/about/about.controller.coffee M www/md_base/src/app/about/about.route.coffee M www/md_base/src/app/app.controller.coffee M www/md_base/src/app/app.module.coffee A www/md_base/src/app/builds/builder/builder.controller.coffee A www/md_base/src/app/builds/builder/builder.route.coffee A www/md_base/src/app/builds/builder/builds.builder.tpl.jade M www/md_base/src/app/builds/builds.controller.coffee A www/md_base/src/app/builds/builds.less M www/md_base/src/app/builds/builds.route.coffee M www/md_base/src/app/builds/builds.tpl.jade A www/md_base/src/app/builds/changes/builds.changes.tpl.jade A www/md_base/src/app/builds/changes/changes.controller.coffee A www/md_base/src/app/builds/changes/changes.route.coffee A www/md_base/src/app/builds/masters/builds.masters.tpl.jade A www/md_base/src/app/builds/masters/masters.controller.coffee A www/md_base/src/app/builds/masters/masters.route.coffee A www/md_base/src/app/builds/schedulers/builds.schedulers.tpl.jade A www/md_base/src/app/builds/schedulers/schedulers.controller.coffee A www/md_base/src/app/builds/schedulers/schedulers.route.coffee A www/md_base/src/app/builds/slaves/builds.slaves.tpl.jade A www/md_base/src/app/builds/slaves/slaves.controller.coffee A www/md_base/src/app/builds/slaves/slaves.route.coffee M www/md_base/src/app/common/common.module.coffee M www/md_base/src/app/common/directives/builditem/builditem.directive.coffee M www/md_base/src/app/common/directives/builditem/builditem.spec.coffee M www/md_base/src/app/common/directives/panel/panel.directive.coffee M www/md_base/src/app/common/directives/sidenav/sidenav.directive.coffee R www/md_base/src/app/common/services/buildbot.service.coffee R www/md_base/src/app/common/services/mq.service.coffee M www/md_base/src/app/home/home.route.coffee M www/md_base/src/app/home/panels/current_builds/current_builds.directive.coffee M www/md_base/src/app/home/panels/current_builds/current_builds_panel.tpl.jade M www/md_base/src/app/home/panels/overview/overview.directive.coffee M www/md_base/src/app/home/panels/overview/overview.spec.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds.directive.coffee M www/md_base/src/app/home/panels/recent_builds/recent_builds_panel.tpl.jade M www/md_base/src/app/index.jade M www/md_base/src/app/settings/settings.route.coffee M www/md_base/src/icons/arrow-down.svg M www/md_base/src/icons/build-fail.svg M www/md_base/src/icons/build-pending.svg M www/md_base/src/icons/build-success.svg A www/md_base/src/icons/changes.svg A www/md_base/src/icons/clock.svg A www/md_base/src/icons/hammer.svg M www/md_base/src/icons/navicon.svg A www/md_base/src/icons/wand.svg M www/md_base/test/scripts/mocks/config.mock.coffee Log Message: ----------- Merge pull request #1732 from shanzi/md [Material Design] Side menu design for builds page Compare: https://github.com/buildbot/buildbot/compare/8bf8a49b0119...8efed5172681 From noreply at github.com Fri Jun 26 17:09:29 2015 From: noreply at github.com (GitHub) Date: Fri, 26 Jun 2015 10:09:29 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7ce5e4: Update octals for py3 Message-ID: <558d87497a29_34ca3f990023d2b846759@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7ce5e422ab6727f6e9f51bad2bb258839f7dc2b0 https://github.com/buildbot/buildbot/commit/7ce5e422ab6727f6e9f51bad2bb258839f7dc2b0 Author: J?rn Lomax Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M slave/buildslave/commands/utils.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/test/unit/test_bot_BuildSlave.py M slave/buildslave/test/unit/test_commands_transfer.py M slave/buildslave/test/unit/test_commands_utils.py M slave/buildslave/test/unit/test_scripts_create_slave.py Log Message: ----------- Update octals for py3 Commit: 19bd871438f5602d599d5593562b8cc8350f86da https://github.com/buildbot/buildbot/commit/19bd871438f5602d599d5593562b8cc8350f86da Author: Mikhail Sobolev Date: 2015-06-26 (Fri, 26 Jun 2015) Changed paths: M slave/buildslave/commands/utils.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/test/unit/test_bot_BuildSlave.py M slave/buildslave/test/unit/test_commands_transfer.py M slave/buildslave/test/unit/test_commands_utils.py M slave/buildslave/test/unit/test_scripts_create_slave.py Log Message: ----------- Merge pull request #1743 from jvlomax/octal_fix Update octals for py3 Compare: https://github.com/buildbot/buildbot/compare/8efed5172681...19bd871438f5 From noreply at github.com Sat Jun 27 13:40:58 2015 From: noreply at github.com (GitHub) Date: Sat, 27 Jun 2015 06:40:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fcb70b: Master depends on 2.6, hence no "future with_state... Message-ID: <558ea7ea891fe_7773fb1a782d2bc5183@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fcb70bf91db12158181a3ba377dbb16ccb8d23a1 https://github.com/buildbot/buildbot/commit/fcb70bf91db12158181a3ba377dbb16ccb8d23a1 Author: Mikhail Sobolev Date: 2015-06-23 (Tue, 23 Jun 2015) Changed paths: M master/buildbot/__init__.py M master/buildbot/buildslave/ec2.py M master/buildbot/changes/changes.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/tryclient.py M master/buildbot/config.py M master/buildbot/db/migrate/versions/001_initial.py M master/buildbot/manhole.py M master/buildbot/process/metrics.py M master/buildbot/scripts/base.py M master/buildbot/scripts/create_master.py M master/buildbot/scripts/reconfig.py M master/buildbot/scripts/restart.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/stop.py M master/buildbot/scripts/tryserver.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/master.py M master/buildbot/status/persistent_queue.py M master/buildbot/status/status_push.py M master/buildbot/steps/package/rpm/rpmbuild.py M master/buildbot/test/integration/test_configs.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/unit/test_changes_mail.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_clients_tryclient.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_scripts_base.py M master/buildbot/test/unit/test_scripts_checkconfig.py M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_restart.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_scripts_start.py M master/buildbot/test/unit/test_scripts_stop.py M master/buildbot/test/unit/test_scripts_tryserver.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_util_maildir.py M master/buildbot/test/util/change_import.py M master/buildbot/util/pickle.py M master/buildbot/www/rest.py Log Message: ----------- Master depends on 2.6, hence no "future with_statement" Commit: 2b68eee8eec72aa1d7489c35c0dfa32d47ee6dba https://github.com/buildbot/buildbot/commit/2b68eee8eec72aa1d7489c35c0dfa32d47ee6dba Author: Mikhail Sobolev Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M master/buildbot/__init__.py M master/buildbot/buildslave/ec2.py M master/buildbot/changes/changes.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/tryclient.py M master/buildbot/config.py M master/buildbot/db/migrate/versions/001_initial.py M master/buildbot/manhole.py M master/buildbot/process/metrics.py M master/buildbot/scripts/base.py M master/buildbot/scripts/create_master.py M master/buildbot/scripts/reconfig.py M master/buildbot/scripts/restart.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/stop.py M master/buildbot/scripts/tryserver.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/master.py M master/buildbot/status/persistent_queue.py M master/buildbot/status/status_push.py M master/buildbot/steps/package/rpm/rpmbuild.py M master/buildbot/test/integration/test_configs.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/unit/test_changes_mail.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_clients_tryclient.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_scripts_base.py M master/buildbot/test/unit/test_scripts_checkconfig.py M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_restart.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_scripts_start.py M master/buildbot/test/unit/test_scripts_stop.py M master/buildbot/test/unit/test_scripts_tryserver.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_util_maildir.py M master/buildbot/test/util/change_import.py M master/buildbot/util/pickle.py M master/buildbot/www/rest.py Log Message: ----------- Merge pull request #1742 from sa2ajj/with-statement-is-always Master requires Python 2.6+, hence no "future with_statement" Compare: https://github.com/buildbot/buildbot/compare/19bd871438f5...2b68eee8eec7 From noreply at github.com Sat Jun 27 15:24:44 2015 From: noreply at github.com (GitHub) Date: Sat, 27 Jun 2015 08:24:44 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 192ce4: fix version matching code to include the beta and ... Message-ID: <558ec03cc57ff_27dc3fbc5c8f92bc589c3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 192ce43af9dced9f88dc78d1c153c1266b229b5d https://github.com/buildbot/buildbot/commit/192ce43af9dced9f88dc78d1c153c1266b229b5d Author: Pierre Tardy Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M master/buildbot/__init__.py M pkg/buildbot_pkg.py M slave/buildslave/__init__.py Log Message: ----------- fix version matching code to include the beta and patch tags Signed-off-by: Pierre Tardy Commit: 36fd85c2b1aaa8ac491cf4187a9534216ab49748 https://github.com/buildbot/buildbot/commit/36fd85c2b1aaa8ac491cf4187a9534216ab49748 Author: Pierre Tardy Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M master/buildbot/__init__.py M slave/buildslave/__init__.py Log Message: ----------- autopep8 Commit: 5a5ed84848fd78aab99d1f40804645c423afae27 https://github.com/buildbot/buildbot/commit/5a5ed84848fd78aab99d1f40804645c423afae27 Author: Pierre Tardy Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: A common/maketarballs.sh Log Message: ----------- tarball generation Commit: f3c5cadf4492ef433135c25acf2e5be67bbf6ee3 https://github.com/buildbot/buildbot/commit/f3c5cadf4492ef433135c25acf2e5be67bbf6ee3 Author: Pierre Tardy Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: A common/maketarballs.sh M master/buildbot/__init__.py M pkg/buildbot_pkg.py M slave/buildslave/__init__.py Log Message: ----------- Merge pull request #1740 from tardyp/betarelease Betarelease Compare: https://github.com/buildbot/buildbot/compare/2b68eee8eec7...f3c5cadf4492 From noreply at github.com Sat Jun 27 15:58:58 2015 From: noreply at github.com (GitHub) Date: Sat, 27 Jun 2015 08:58:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <558ec8424a43_6e393fa3e45732b823684@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/v0.9.0b1 Home: https://github.com/buildbot/buildbot From noreply at github.com Sun Jun 28 05:27:12 2015 From: noreply at github.com (GitHub) Date: Sat, 27 Jun 2015 22:27:12 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 04f300: git: skip fetch if the revision already exists Message-ID: <558f85b09e16c_53eb3ff9c59c12c0582f3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 04f30053732f4a5a8ab1565ad037a746784da19f https://github.com/buildbot/buildbot/commit/04f30053732f4a5a8ab1565ad037a746784da19f Author: Jared Grubb Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- git: skip fetch if the revision already exists Commit: 6295d9f08c7dbf6d9a269f09cbc98961de916d7b https://github.com/buildbot/buildbot/commit/6295d9f08c7dbf6d9a269f09cbc98961de916d7b Author: Mikhail Sobolev Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- Merge pull request #1735 from jaredgrubb/jgrubb-git-no-refetch git: skip fetch if the revision already exists Compare: https://github.com/buildbot/buildbot/compare/f3c5cadf4492...6295d9f08c7d From noreply at github.com Sun Jun 28 16:20:31 2015 From: noreply at github.com (GitHub) Date: Sun, 28 Jun 2015 09:20:31 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 34d975: add www.hooks Message-ID: <55901ecf9ba43_465b3fefcea732a0241ac@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 34d975c406f34b50c740eab17ac0f7212659624c https://github.com/buildbot/buildbot/commit/34d975c406f34b50c740eab17ac0f7212659624c Author: Pierre Tardy Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M common/maketarballs.sh M master/setup.py Log Message: ----------- add www.hooks Signed-off-by: Pierre Tardy Commit: 3fbc1c020fc52e8bdb3deccbf79f5d69c5dc42d1 https://github.com/buildbot/buildbot/commit/3fbc1c020fc52e8bdb3deccbf79f5d69c5dc42d1 Author: Mikhail Sobolev Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M common/maketarballs.sh M master/setup.py Log Message: ----------- Merge pull request #1748 from tardyp/betarelease add www.hooks Compare: https://github.com/buildbot/buildbot/compare/6295d9f08c7d...3fbc1c020fc5 From noreply at github.com Sun Jun 28 17:28:58 2015 From: noreply at github.com (GitHub) Date: Sun, 28 Jun 2015 10:28:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 39b014: Add unit test enforcing that the workdir can be re... Message-ID: <55902eda94cb0_39413fbff29132b8861b3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 39b01424c84cc2418755bfeee2c98d8fc95f3361 https://github.com/buildbot/buildbot/commit/39b01424c84cc2418755bfeee2c98d8fc95f3361 Author: Vitali Lovich Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Add unit test enforcing that the workdir can be rendered properly This passes without any changes. Commit: f2f3c42c1e88fab8a01ca004d8bb7b74480fa020 https://github.com/buildbot/buildbot/commit/f2f3c42c1e88fab8a01ca004d8bb7b74480fa020 Author: Vitali Lovich Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- Add failing test to shell step that requires renderable workdir Commit: a8788e80e8a8980e94ea96ac53cfbffaaabf3c0d https://github.com/buildbot/buildbot/commit/a8788e80e8a8980e94ea96ac53cfbffaaabf3c0d Author: Vitali Lovich Date: 2015-06-27 (Sat, 27 Jun 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Let workdir be renderable Not sure why this is broken for shell commands. This seems to resolve the bug Commit: 206a85b2ef28cc75302eb30edf8d28b40a2ae658 https://github.com/buildbot/buildbot/commit/206a85b2ef28cc75302eb30edf8d28b40a2ae658 Author: Mikhail Sobolev Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- Merge pull request #1746 from vlovich/renderable-workdir Fix for trac #3299 Compare: https://github.com/buildbot/buildbot/compare/3fbc1c020fc5...206a85b2ef28 From noreply at github.com Mon Jun 29 17:40:42 2015 From: noreply at github.com (GitHub) Date: Mon, 29 Jun 2015 10:40:42 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7156b1: qtile theme: remove copyright notice from the layo... Message-ID: <5591831a3a8e3_1a263fc91ae3b2a04605e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7156b10b28493980a3d3ab98be2b151f7e113f41 https://github.com/buildbot/buildbot/commit/7156b10b28493980a3d3ab98be2b151f7e113f41 Author: Mikhail Sobolev Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: A master/docs/_themes/qtile/README M master/docs/_themes/qtile/layout.html Log Message: ----------- qtile theme: remove copyright notice from the layout.html file and move the information to the README file in the theme directory Commit: e6dd7161f53761ef004aa549cf6706c68ab1e59f https://github.com/buildbot/buildbot/commit/e6dd7161f53761ef004aa549cf6706c68ab1e59f Author: Mikhail Sobolev Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: A master/docs/_themes/qtile/README M master/docs/_themes/qtile/layout.html Log Message: ----------- Merge pull request #1747 from sa2ajj/fix-docs-template comment out copyright notice for the template in use Compare: https://github.com/buildbot/buildbot/compare/206a85b2ef28...e6dd7161f537 From noreply at github.com Tue Jun 30 18:09:29 2015 From: noreply at github.com (GitHub) Date: Tue, 30 Jun 2015 11:09:29 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e66151: provide version for the deprecate decorator Message-ID: <5592db59a71c5_5d563fa7b909329c96528@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e66151b13a349b50e0c9aa9eca40b40fa002d5c2 https://github.com/buildbot/buildbot/commit/e66151b13a349b50e0c9aa9eca40b40fa002d5c2 Author: Mikhail Sobolev Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- provide version for the deprecate decorator Commit: 6b463b0c7e0d57a7ddc1ef4f2f0730512a620c92 https://github.com/buildbot/buildbot/commit/6b463b0c7e0d57a7ddc1ef4f2f0730512a620c92 Author: Mikhail Sobolev Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge pull request #1750 from sa2ajj/deprecation-fix provide version for the deprecate decorator Compare: https://github.com/buildbot/buildbot/compare/e6dd7161f537...6b463b0c7e0d