From noreply at github.com Sun Mar 1 03:29:22 2015 From: noreply at github.com (GitHub) Date: Sat, 28 Feb 2015 19:29:22 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 28bbb6: fixes for reverse proxies Message-ID: <54f28792eb5f1_792e3fe9525892bc819c8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 28bbb6920aaa32deb0dd4e346e93ff2b4d9a4a33 https://github.com/buildbot/buildbot/commit/28bbb6920aaa32deb0dd4e346e93ff2b4d9a4a33 Author: Pierre Tardy Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py M www/base/src/styles/styles.less Log Message: ----------- fixes for reverse proxies When buildbot sits behind reverse proxies: - fonts where fetched using /fonts instead of /proxypath/fonts - selforigin was miscaculated. /proxypath/ should be dropped from buildbotURL=http://server/proxypath -> origin is http://server Signed-off-by: Pierre Tardy Commit: 6e1521ae114a9d13ca0dea1e9ed53de68399d9cc https://github.com/buildbot/buildbot/commit/6e1521ae114a9d13ca0dea1e9ed53de68399d9cc Author: Pierre Tardy Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M master/buildbot/test/unit/test_www_rest.py Log Message: ----------- use raw strings instead of loads of backslashes Signed-off-by: Pierre Tardy Commit: 6ab32d4cb7db632dabe2cea8c21a2e9f73f7c6bd https://github.com/buildbot/buildbot/commit/6ab32d4cb7db632dabe2cea8c21a2e9f73f7c6bd Author: Dustin J. Mitchell Date: 2015-02-28 (Sat, 28 Feb 2015) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py M www/base/src/styles/styles.less Log Message: ----------- Merge tardyp/buildbot:reverseproxies (PR #1564) Compare: https://github.com/buildbot/buildbot/compare/5002c31feba4...6ab32d4cb7db From noreply at github.com Sun Mar 1 14:49:09 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Mar 2015 06:49:09 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] efa1a3: Builstep.ShellMixin: reuse logs when they already ... Message-ID: <54f326e51cf5f_bfe3fddb2f5b2a04472e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: efa1a3c93616d0d6b97946b7b7a2c018b061b2d6 https://github.com/buildbot/buildbot/commit/efa1a3c93616d0d6b97946b7b7a2c018b061b2d6 Author: Jared Grubb Date: 2015-02-28 (Sat, 28 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Builstep.ShellMixin: reuse logs when they already exist [port from eight] Commit: f412772da3bad1382ecbb4cefcda2d6de1e9b900 https://github.com/buildbot/buildbot/commit/f412772da3bad1382ecbb4cefcda2d6de1e9b900 Author: Dustin J. Mitchell Date: 2015-03-01 (Sun, 01 Mar 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge jaredgrubb/buildbot:ShellMixinLogs9 (PR #1566) Compare: https://github.com/buildbot/buildbot/compare/6ab32d4cb7db...f412772da3ba From noreply at github.com Sun Mar 1 14:51:20 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Mar 2015 06:51:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 992a42: cache busting for scripts.js Message-ID: <54f327683da51_2ebf3fa2bae732bc325e0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 992a421ffb4a83e57434229062e425acff1261d2 https://github.com/buildbot/buildbot/commit/992a421ffb4a83e57434229062e425acff1261d2 Author: Pierre Tardy Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M www/base/src/app/layout.jade Log Message: ----------- cache busting for scripts.js when application is rebuilt, we need to prevent browsers cache to reuse old build Commit: 0aef465a7152b41e3ee406c026ef87db2df23bf5 https://github.com/buildbot/buildbot/commit/0aef465a7152b41e3ee406c026ef87db2df23bf5 Author: Pierre Tardy Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M www/base/src/app/common/directives/changelist/changelist.tpl.jade Log Message: ----------- fix changelist revurl revurl were not clickable Signed-off-by: Pierre Tardy Commit: 14aee59e760e9a783d30da627fb891b79a037b26 https://github.com/buildbot/buildbot/commit/14aee59e760e9a783d30da627fb891b79a037b26 Author: Pierre Tardy Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M master/buildbot/www/avatar.py Log Message: ----------- Avatar: do not use default URL for gravatar gravatar will serve default avatars itself, which do not work when the bot is in an intranet We'd better use same default as github (retro) Commit: dd6627b965d58018449d00bd6d93b7ffc4178aa2 https://github.com/buildbot/buildbot/commit/dd6627b965d58018449d00bd6d93b7ffc4178aa2 Author: Pierre Tardy Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M master/buildbot/test/unit/test_www_avatar.py Log Message: ----------- fix tests Commit: 03c55d869b18f75008ee1673ae3d7198e40d4453 https://github.com/buildbot/buildbot/commit/03c55d869b18f75008ee1673ae3d7198e40d4453 Author: Dustin J. Mitchell Date: 2015-03-01 (Sun, 01 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_avatar.py M master/buildbot/www/avatar.py M www/base/src/app/common/directives/changelist/changelist.tpl.jade M www/base/src/app/layout.jade Log Message: ----------- Merge tardyp/buildbot:uifix (PR #1565) Compare: https://github.com/buildbot/buildbot/compare/f412772da3ba...03c55d869b18 From noreply at github.com Sun Mar 1 16:05:20 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Mar 2015 08:05:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 943cff: fix login functionality for master side CVS source... Message-ID: <54f338c03f3cf_13203fa76f14129c52063@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 943cff64c9285fa7adc879b3542c9964353d7bf8 https://github.com/buildbot/buildbot/commit/943cff64c9285fa7adc879b3542c9964353d7bf8 Author: Mikhail Sobolev Date: 2015-02-27 (Fri, 27 Feb 2015) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- fix login functionality for master side CVS source checkout step * perform login only when password is provided * do actually use the password * fix the test cases (for vast majority remove use of login parameter) * update docs to document the `login` parameter Commit: 3fa4ac35be4c6bb10b39c54fa985a7cec02b126f https://github.com/buildbot/buildbot/commit/3fa4ac35be4c6bb10b39c54fa985a7cec02b126f Author: Mikhail Sobolev Date: 2015-03-01 (Sun, 01 Mar 2015) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Merge pull request #1563 from sa2ajj/eight-fix-cvs fix logic for performing login for CVS build step Compare: https://github.com/buildbot/buildbot/compare/1ee65840d013...3fa4ac35be4c From noreply at github.com Sun Mar 1 16:58:29 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Mar 2015 08:58:29 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5f7145: fix login functionality for master side CVS source... Message-ID: <54f3453595bc5_761a3f9e463bb2c060d2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5f7145cee2aa7a4a879df911138881479e0df2ff https://github.com/buildbot/buildbot/commit/5f7145cee2aa7a4a879df911138881479e0df2ff Author: Mikhail Sobolev Date: 2015-03-01 (Sun, 01 Mar 2015) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- fix login functionality for master side CVS source checkout step * perform login only when password is provided * do actually use the password * fix the test cases (for vast majority remove use of login parameter) * update docs to document the `login` parameter Commit: 34570d13870700daefa8d88e35cbfab7aaa1a5ef https://github.com/buildbot/buildbot/commit/34570d13870700daefa8d88e35cbfab7aaa1a5ef Author: Dustin J. Mitchell Date: 2015-03-01 (Sun, 01 Mar 2015) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Merge sa2ajj/buildbot:master-fix-cvs (PR #1568) Compare: https://github.com/buildbot/buildbot/compare/03c55d869b18...34570d138707 From noreply at github.com Tue Mar 3 05:51:31 2015 From: noreply at github.com (GitHub) Date: Mon, 02 Mar 2015 21:51:31 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d8d375: Test for mixed failure of classifyChanges Message-ID: <54f54be320bdd_52853fb3236752bc467c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d8d375352687b6d88ae960416a3d25bce1de4854 https://github.com/buildbot/buildbot/commit/d8d375352687b6d88ae960416a3d25bce1de4854 Author: Dustin J. Mitchell Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/db/schedulers.py M master/buildbot/test/unit/test_db_schedulers.py Log Message: ----------- Test for mixed failure of classifyChanges Test for an insert failure midway through a classification, in which case the rollback shouldn't roll back any successful inserts. Fixes #2696. Commit: 05653d18c7a47e75865201e129933ed4394117d6 https://github.com/buildbot/buildbot/commit/05653d18c7a47e75865201e129933ed4394117d6 Author: Mikhail Sobolev Date: 2015-03-03 (Tue, 03 Mar 2015) Changed paths: M master/buildbot/db/schedulers.py M master/buildbot/test/unit/test_db_schedulers.py Log Message: ----------- Merge pull request #1572 from djmitche/bug2696 Test for mixed failure of classifyChanges Compare: https://github.com/buildbot/buildbot/compare/34570d138707...05653d18c7a4 From noreply at github.com Tue Mar 3 05:51:55 2015 From: noreply at github.com (GitHub) Date: Mon, 02 Mar 2015 21:51:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 1295d2: ShellMixin: workdir should be overridable Message-ID: <54f54bfb2a422_467d3f9d2c09f2a0106683@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 1295d283a5aae4b620fb3ddb2b6a3b132bb303f9 https://github.com/buildbot/buildbot/commit/1295d283a5aae4b620fb3ddb2b6a3b132bb303f9 Author: Jared Grubb Date: 2015-02-28 (Sat, 28 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- ShellMixin: workdir should be overridable Commit: 77419d7cdb14c0ed6f0b91807bfe26a1badc42e9 https://github.com/buildbot/buildbot/commit/77419d7cdb14c0ed6f0b91807bfe26a1badc42e9 Author: Jared Grubb Date: 2015-02-28 (Sat, 28 Feb 2015) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Add docs note about the fix. Commit: d4bdf212b7b53e8dc7c0590d70f8ca54714c005c https://github.com/buildbot/buildbot/commit/d4bdf212b7b53e8dc7c0590d70f8ca54714c005c Author: Mikhail Sobolev Date: 2015-03-03 (Tue, 03 Mar 2015) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1553 from jaredgrubb/ShellMixinWorkdir [eight] ShellMixin: workdir should be overridable Compare: https://github.com/buildbot/buildbot/compare/3fa4ac35be4c...d4bdf212b7b5 From noreply at github.com Sun Mar 8 13:59:12 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Mar 2015 06:59:12 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9aefaf: Update Dockerfile Message-ID: <54fc55b0497ca_b873ff5199eb29c67f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9aefaf86545ff3f9ae3a9d0c781d6d0c34a97451 https://github.com/buildbot/buildbot/commit/9aefaf86545ff3f9ae3a9d0c781d6d0c34a97451 Author: Chase Zhang Date: 2015-03-06 (Fri, 06 Mar 2015) Changed paths: M master/contrib/Dockerfile Log Message: ----------- Update Dockerfile It's time to migrate to ubuntu 14.04 LTS now :) Commit: 006e6e2bf35fbb2acfdf7bbf77c100f2522cbf2f https://github.com/buildbot/buildbot/commit/006e6e2bf35fbb2acfdf7bbf77c100f2522cbf2f Author: chase Date: 2015-03-06 (Fri, 06 Mar 2015) Changed paths: M master/contrib/Dockerfile Log Message: ----------- drop pip install sqlalchemy Commit: cb9b4c0c6591dbb3684ffa84cfe8beab0030b7ef https://github.com/buildbot/buildbot/commit/cb9b4c0c6591dbb3684ffa84cfe8beab0030b7ef Author: Dustin J. Mitchell Date: 2015-03-08 (Sun, 08 Mar 2015) Changed paths: M master/contrib/Dockerfile Log Message: ----------- Merge shanzi/buildbot:update-dockerfile (PR #1577) Compare: https://github.com/buildbot/buildbot/compare/05653d18c7a4...cb9b4c0c6591 From noreply at github.com Sun Mar 8 20:13:28 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Mar 2015 13:13:28 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ec2678: ShellMixin: workdir should be overridable Message-ID: <54fcad68e0d4e_58b43ff5c01072a0895c1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ec267888747d1cbeed4df63eb8b047ceed2f4f78 https://github.com/buildbot/buildbot/commit/ec267888747d1cbeed4df63eb8b047ceed2f4f78 Author: Jared Grubb Date: 2015-03-08 (Sun, 08 Mar 2015) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- ShellMixin: workdir should be overridable This is a port from eight. Commit: 8bbcdf68a2527f6dfce37bb05e5ce837db4ca181 https://github.com/buildbot/buildbot/commit/8bbcdf68a2527f6dfce37bb05e5ce837db4ca181 Author: Mikhail Sobolev Date: 2015-03-08 (Sun, 08 Mar 2015) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Merge pull request #1579 from jaredgrubb/ShellMixinWorkdir9 ShellMixin: workdir should be overridable Compare: https://github.com/buildbot/buildbot/compare/cb9b4c0c6591...8bbcdf68a252 From noreply at github.com Tue Mar 10 13:35:42 2015 From: noreply at github.com (GitHub) Date: Tue, 10 Mar 2015 06:35:42 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9eb65f: alter template and controller to accept custom ver... Message-ID: <54fef32e290dc_52463f91387af2c086383@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9eb65f47ba7d8621fff4ab834dcc00769bb09fec https://github.com/buildbot/buildbot/commit/9eb65f47ba7d8621fff4ab834dcc00769bb09fec Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M www/base/src/app/about/about.controller.coffee M www/base/src/app/about/about.tpl.jade Log Message: ----------- alter template and controller to accept custom versions Commit: f26b05250a61ee8cd77d73cad3e70086aec8f48c https://github.com/buildbot/buildbot/commit/f26b05250a61ee8cd77d73cad3e70086aec8f48c Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/config.py Log Message: ----------- retrieve env versions in config Commit: 499877c20fdf5ec9567fa45d8f2ef2a7fc82cac5 https://github.com/buildbot/buildbot/commit/499877c20fdf5ec9567fa45d8f2ef2a7fc82cac5 Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/config.py M www/base/src/app/about/about.controller.coffee M www/base/src/app/about/about.tpl.jade Log Message: ----------- use list of tuples instead of dictionary Commit: e58347f122760b4adeee4d661d06adf7e37771ec https://github.com/buildbot/buildbot/commit/e58347f122760b4adeee4d661d06adf7e37771ec Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_www_config.py M master/buildbot/www/config.py Log Message: ----------- move versions to www/config. add tests Commit: 6b868cec489cdcdf04ae1e54d68a8c7945c6b6cb https://github.com/buildbot/buildbot/commit/6b868cec489cdcdf04ae1e54d68a8c7945c6b6cb Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/config.py Log Message: ----------- remove getEnvironmentVerions in config.py Commit: c8a498987acac733f3f0718b9b2e5278cd93ae67 https://github.com/buildbot/buildbot/commit/c8a498987acac733f3f0718b9b2e5278cd93ae67 Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- add documtation about versions Commit: 5471f8bda4beca3ce872e8987229eb5e07597e84 https://github.com/buildbot/buildbot/commit/5471f8bda4beca3ce872e8987229eb5e07597e84 Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/www/config.py Log Message: ----------- conforms to pep8 Commit: 24e42da980247e7b1db02e4b245056d323573445 https://github.com/buildbot/buildbot/commit/24e42da980247e7b1db02e4b245056d323573445 Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_config.py M master/buildbot/www/config.py M www/base/src/app/about/about.tpl.jade Log Message: ----------- drop version in config.py and added to template Commit: 8fed08c6614d9cc0975dbbca6c3c75df1547a857 https://github.com/buildbot/buildbot/commit/8fed08c6614d9cc0975dbbca6c3c75df1547a857 Author: chase Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M www/base/src/app/about/about.tpl.jade Log Message: ----------- use interpolate instead of ng-bind-template Commit: 048f58313c2921507d0950291a2edaaadc758c51 https://github.com/buildbot/buildbot/commit/048f58313c2921507d0950291a2edaaadc758c51 Author: Dustin J. Mitchell Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/config.py M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_www_config.py M master/buildbot/www/config.py M master/docs/manual/cfg-www.rst M www/base/src/app/about/about.controller.coffee M www/base/src/app/about/about.tpl.jade Log Message: ----------- Merge shanzi/buildbot:about-page-versions (PR #1580) +import-reordering Compare: https://github.com/buildbot/buildbot/compare/8bbcdf68a252...048f58313c29 From noreply at github.com Tue Mar 10 18:28:59 2015 From: noreply at github.com (GitHub) Date: Tue, 10 Mar 2015 11:28:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fe96d8: Fix GerritStatusPush 'startCB' not work Message-ID: <54ff37eb3f679_50233ffc4c4292c049013@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: fe96d8daa283e9725d1096214f2b1cdbbbf09d4c https://github.com/buildbot/buildbot/commit/fe96d8daa283e9725d1096214f2b1cdbbbf09d4c Author: stanzgy Date: 2015-03-03 (Tue, 03 Mar 2015) Changed paths: M master/buildbot/status/status_gerrit.py M master/buildbot/test/unit/test_status_gerrit.py Log Message: ----------- Fix GerritStatusPush 'startCB' not work Fix GerritStatusPush 'startCB' not work with Gerrit+Git. GerritStatusPush 'startCB' triggers before buildsteps start. But the condition 'startCB' decide to send code reviews is the property 'gerrit_branch' which is set during the buildbot.steps.source.gerrit.Gerrit buildstep. So use property 'event.change.id' instead of 'gerrit_branch' to verify Gerrit source to ensure 'startCB' works properly. The property 'got_revision' here also has same problem when 'startCB' triggers. Commit: 2cfefa0f0f926ac1cad65f0dfa7284d2dfe3bc1a https://github.com/buildbot/buildbot/commit/2cfefa0f0f926ac1cad65f0dfa7284d2dfe3bc1a Author: Mikhail Sobolev Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/status/status_gerrit.py M master/buildbot/test/unit/test_status_gerrit.py Log Message: ----------- Merge pull request #1575 from stanzgy/eight Fix GerritStatusPush 'startCB' not work Compare: https://github.com/buildbot/buildbot/compare/d4bdf212b7b5...2cfefa0f0f92 From noreply at github.com Thu Mar 12 15:54:12 2015 From: noreply at github.com (GitHub) Date: Thu, 12 Mar 2015 08:54:12 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 4bc42d: Ref ticket 3230: Change latex_show_urls config opt... Message-ID: <5501b6a49e83e_ffb3ff309dfb2b8988c@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 4bc42d2178607b1d355e14b7cfe7aa2bfce90879 https://github.com/buildbot/buildbot/commit/4bc42d2178607b1d355e14b7cfe7aa2bfce90879 Author: Prasoon Shukla Date: 2015-03-12 (Thu, 12 Mar 2015) Changed paths: M master/docs/conf.py Log Message: ----------- Ref ticket 3230: Change latex_show_urls config option to inline. The release of sphinx 1.3 caused travis builds to fail. This commit fixes it. Commit: 7450a876715dccfb1a384518706c187edfd3016f https://github.com/buildbot/buildbot/commit/7450a876715dccfb1a384518706c187edfd3016f Author: Pierre Tardy Date: 2015-03-12 (Thu, 12 Mar 2015) Changed paths: M master/docs/conf.py Log Message: ----------- Merge pull request #1589 from prasoon2211/sphynx-fix Ref ticket 3230: Change latex_show_urls configuration option to inline. Compare: https://github.com/buildbot/buildbot/compare/048f58313c29...7450a876715d From noreply at github.com Fri Mar 13 18:54:02 2015 From: noreply at github.com (GitHub) Date: Fri, 13 Mar 2015 11:54:02 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9c8cfc: add buildsticker directive Message-ID: <5503324a7764_359b3fe2d521f2bc57596@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9c8cfca217c9367c9c3aa0003512a6ca7b219b8a https://github.com/buildbot/buildbot/commit/9c8cfca217c9367c9c3aa0003512a6ca7b219b8a Author: chase Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: A www/base/src/app/common/directives/buildsticker/buildsticker.directive.coffee A www/base/src/app/common/directives/buildsticker/buildsticker.directive.spec.coffee A www/base/src/app/common/directives/buildsticker/buildsticker.tpl.jade M www/base/src/app/home/home.tpl.jade M www/base/src/styles/styles.less Log Message: ----------- add buildsticker directive Commit: b07cea92349fbf578b6afa97e725a8fb20ef4ccb https://github.com/buildbot/buildbot/commit/b07cea92349fbf578b6afa97e725a8fb20ef4ccb Author: chase Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M www/base/src/app/common/directives/buildsticker/buildsticker.directive.coffee M www/base/src/app/common/directives/buildsticker/buildsticker.directive.spec.coffee Log Message: ----------- adding tests for buildsticker Commit: 04f0d162ce58a688e9f99fdd9d0a39d6aae01f27 https://github.com/buildbot/buildbot/commit/04f0d162ce58a688e9f99fdd9d0a39d6aae01f27 Author: chase Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M www/base/src/app/common/directives/buildsticker/buildsticker.directive.spec.coffee Log Message: ----------- use element attr to valid html Commit: a8d19da485fe80aee934a08fa699d7c29f6fb691 https://github.com/buildbot/buildbot/commit/a8d19da485fe80aee934a08fa699d7c29f6fb691 Author: chase Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M www/base/src/app/common/directives/buildsticker/buildsticker.directive.spec.coffee Log Message: ----------- remove console.log Commit: 46eac527a05c2b9f9edda3dd738988e3f58ab3f9 https://github.com/buildbot/buildbot/commit/46eac527a05c2b9f9edda3dd738988e3f58ab3f9 Author: chase Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M www/base/src/app/home/home.tpl.jade M www/base/src/styles/styles.less Log Message: ----------- replace ul with .sticker-container Commit: 6991ae1a8d3543c2b950748d3d81d4a663290b7f https://github.com/buildbot/buildbot/commit/6991ae1a8d3543c2b950748d3d81d4a663290b7f Author: chase Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M www/base/src/app/home/home.tpl.jade M www/base/src/styles/styles.less Log Message: ----------- use li.unstyled Commit: e7c4dd3ca338872f21dc50d549c236ab527c7ea2 https://github.com/buildbot/buildbot/commit/e7c4dd3ca338872f21dc50d549c236ab527c7ea2 Author: chase Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M www/base/src/app/common/directives/buildsticker/buildsticker.tpl.jade Log Message: ----------- use panel-body Commit: dccb11e993dd119f366f7cb0ce46776bf24d92de https://github.com/buildbot/buildbot/commit/dccb11e993dd119f366f7cb0ce46776bf24d92de Author: Mikhail Sobolev Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: A www/base/src/app/common/directives/buildsticker/buildsticker.directive.coffee A www/base/src/app/common/directives/buildsticker/buildsticker.directive.spec.coffee A www/base/src/app/common/directives/buildsticker/buildsticker.tpl.jade M www/base/src/app/home/home.tpl.jade M www/base/src/styles/styles.less Log Message: ----------- Merge pull request #1585 from shanzi/buildsticker #3128: Add buildsticker directive Fixes: ticket:3128 Compare: https://github.com/buildbot/buildbot/compare/7450a876715d...dccb11e993dd From noreply at github.com Sat Mar 14 15:21:55 2015 From: noreply at github.com (GitHub) Date: Sat, 14 Mar 2015 08:21:55 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <5504521342b68_7ff83ffb0386f2c012f9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.10 Home: https://github.com/buildbot/buildbot From noreply at github.com Sat Mar 14 15:22:20 2015 From: noreply at github.com (GitHub) Date: Sat, 14 Mar 2015 08:22:20 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 4a50a8: remove Python 2.5 from tox.ini configuration file Message-ID: <5504522c9e7ed_26a53fad102412b852071@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 4a50a87e281a426093ef6a277b488f482d41c857 https://github.com/buildbot/buildbot/commit/4a50a87e281a426093ef6a277b488f482d41c857 Author: Mikhail Sobolev Date: 2015-03-12 (Thu, 12 Mar 2015) Changed paths: M master/tox.ini Log Message: ----------- remove Python 2.5 from tox.ini configuration file * according to the docs Python 2.5 is not supported for master Commit: f733eda34cf7cbb87f1fbaccd4bc637f48c45e72 https://github.com/buildbot/buildbot/commit/f733eda34cf7cbb87f1fbaccd4bc637f48c45e72 Author: Mikhail Sobolev Date: 2015-03-14 (Sat, 14 Mar 2015) Changed paths: M master/tox.ini Log Message: ----------- Merge pull request #1591 from sa2ajj/python-25-no-more-master remove Python 2.5 from tox.ini configuration file Compare: https://github.com/buildbot/buildbot/compare/dccb11e993dd...f733eda34cf7 From noreply at github.com Sat Mar 14 15:22:59 2015 From: noreply at github.com (GitHub) Date: Sat, 14 Mar 2015 08:22:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e45a64: Initial fix. Message-ID: <550452537f701_52e43fc510bbb2b88196d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: e45a64b6f60e51ed17b23716428adb8d0908893f https://github.com/buildbot/buildbot/commit/e45a64b6f60e51ed17b23716428adb8d0908893f Author: Adi Roiban Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M master/buildbot/status/builder.py A master/buildbot/test/unit/test_status_builder.py Log Message: ----------- Initial fix. Commit: 602929ab55f8da06ff68a233cc096d1671cf17f6 https://github.com/buildbot/buildbot/commit/602929ab55f8da06ff68a233cc096d1671cf17f6 Author: Adi Roiban Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M master/buildbot/status/builder.py M master/buildbot/test/unit/test_status_builder.py Log Message: ----------- Use different logic code. Update py 2.6. Commit: 1834b6ba71a0a3fd4766f7fd61c38f2208d7c0cb https://github.com/buildbot/buildbot/commit/1834b6ba71a0a3fd4766f7fd61c38f2208d7c0cb Author: Adi Roiban Date: 2015-03-05 (Thu, 05 Mar 2015) Changed paths: M master/buildbot/test/unit/test_status_builder.py Log Message: ----------- Fix paranthesys. Commit: 36189368dcd9452d97f9b24501d95f7a823828d5 https://github.com/buildbot/buildbot/commit/36189368dcd9452d97f9b24501d95f7a823828d5 Author: Adi Roiban Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/test/unit/test_status_builder.py Log Message: ----------- Fix for python 2.6. Commit: 37b828f993855f16ff5e82f757b218f46a6b1bfa https://github.com/buildbot/buildbot/commit/37b828f993855f16ff5e82f757b218f46a6b1bfa Author: Adi Roiban Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M master/buildbot/test/unit/test_status_builder.py Log Message: ----------- Fix syntax. Commit: 3a0a1f962f29b2efd504323a6baaa9703e179141 https://github.com/buildbot/buildbot/commit/3a0a1f962f29b2efd504323a6baaa9703e179141 Author: Mikhail Sobolev Date: 2015-03-14 (Sat, 14 Mar 2015) Changed paths: M master/buildbot/status/builder.py A master/buildbot/test/unit/test_status_builder.py Log Message: ----------- Merge pull request #1576 from chevah/matchesAnyTag-eight Fix logic in buildbot.status.builder:BuilderStatus.matchesAnyTag Compare: https://github.com/buildbot/buildbot/compare/2cfefa0f0f92...3a0a1f962f29 From noreply at github.com Mon Mar 16 01:54:59 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Mar 2015 18:54:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] aac555: Needs a change in conf.py to pass sphinx test. Message-ID: <550637f313a4c_102a3fe721a8f2bc92480@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: aac55557a2252d126683c3c307cac2c4371ab7ef https://github.com/buildbot/buildbot/commit/aac55557a2252d126683c3c307cac2c4371ab7ef Author: Edmund Wong Date: 2015-03-15 (Sun, 15 Mar 2015) Changed paths: M master/docs/conf.py Log Message: ----------- Needs a change in conf.py to pass sphinx test. Commit: 9f558c1d794b6204de0658cc9d9cc084beaf269e https://github.com/buildbot/buildbot/commit/9f558c1d794b6204de0658cc9d9cc084beaf269e Author: Dustin J. Mitchell Date: 2015-03-15 (Sun, 15 Mar 2015) Changed paths: M master/docs/conf.py Log Message: ----------- Merge djmitche/buildbot:bug3232 (PR #1599) Compare: https://github.com/buildbot/buildbot/compare/3a0a1f962f29...9f558c1d794b From noreply at github.com Mon Mar 16 02:18:01 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Mar 2015 19:18:01 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ce69d7: Require application/json for JSONRPC2 POSTs Message-ID: <55063d5979c08_311a3fb6167452a05619d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ce69d7ae41e711152c4d41169554ac0204e6f56c https://github.com/buildbot/buildbot/commit/ce69d7ae41e711152c4d41169554ac0204e6f56c Author: Dustin J. Mitchell Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/www.py M master/buildbot/www/rest.py M master/docs/developer/www.rst Log Message: ----------- Require application/json for JSONRPC2 POSTs This avoids the possibility of XSS attacks via 'form' elements. Fixes #2674. Commit: d07a195dcfb53dfe4170f878e5c1efb4befdd48e https://github.com/buildbot/buildbot/commit/d07a195dcfb53dfe4170f878e5c1efb4befdd48e Author: Dustin J. Mitchell Date: 2015-03-15 (Sun, 15 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/www.py M master/buildbot/www/rest.py M master/docs/developer/www.rst Log Message: ----------- Merge djmitche/buildbot:bug2674 (PR #1588) +autopep8 Compare: https://github.com/buildbot/buildbot/compare/f733eda34cf7...d07a195dcfb5 From noreply at github.com Mon Mar 16 02:20:36 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Mar 2015 19:20:36 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a5308c: Added two extra keyword args for SetPropertyFromCo... Message-ID: <55063df4848fb_63c23fc9487c12c0646de@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a5308c04107921b371f39dac1af04eeb3a629438 https://github.com/buildbot/buildbot/commit/a5308c04107921b371f39dac1af04eeb3a629438 Author: Prasoon Shukla Date: 2015-03-12 (Thu, 12 Mar 2015) Changed paths: M master/buildbot/steps/shell.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Added two extra keyword args for SetPropertyFromCommand: * includeStdout: defults to True * includeStderr: defaults to False Updated the relevant documentation. Commit: 44993d1f4a3dbfc4ab873984bd47ebeabe51f9dc https://github.com/buildbot/buildbot/commit/44993d1f4a3dbfc4ab873984bd47ebeabe51f9dc Author: Dustin J. Mitchell Date: 2015-03-15 (Sun, 15 Mar 2015) Changed paths: M master/buildbot/steps/shell.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Merge prasoon2211/buildbot:setPropFromComm_issue2928 (PR #1590) Compare: https://github.com/buildbot/buildbot/compare/d07a195dcfb5...44993d1f4a3d From noreply at github.com Mon Mar 16 02:25:35 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Mar 2015 19:25:35 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5def2c: Change svnurl to repourl in SVNPoller. Message-ID: <55063f1fdffe_6e643f9d1b68f2c0164b7@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5def2c8853e7206654161de89f1fceda6b9525fb https://github.com/buildbot/buildbot/commit/5def2c8853e7206654161de89f1fceda6b9525fb Author: Edmund Wong Date: 2015-03-14 (Sat, 14 Mar 2015) Changed paths: M master/buildbot/changes/svnpoller.py M master/buildbot/test/unit/test_changes_svnpoller.py Log Message: ----------- Change svnurl to repourl in SVNPoller. Commit: 6d4a0945f969d4b76f7ab1bdfd08ef2dcad7ca29 https://github.com/buildbot/buildbot/commit/6d4a0945f969d4b76f7ab1bdfd08ef2dcad7ca29 Author: Edmund Wong Date: 2015-03-14 (Sat, 14 Mar 2015) Changed paths: M master/docs/conf.py Log Message: ----------- Needs a change in conf.py to pass sphinx test. Commit: a282fb41b38376af9067f1ff56586683079240a4 https://github.com/buildbot/buildbot/commit/a282fb41b38376af9067f1ff56586683079240a4 Author: Dustin J. Mitchell Date: 2015-03-15 (Sun, 15 Mar 2015) Changed paths: M master/buildbot/changes/svnpoller.py M master/buildbot/test/unit/test_changes_svnpoller.py Log Message: ----------- Merge ewongbb/buildbot:ticket2944 (PR #1594) Compare: https://github.com/buildbot/buildbot/compare/44993d1f4a3d...a282fb41b383 From noreply at github.com Mon Mar 16 02:27:34 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Mar 2015 19:27:34 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e6f766: update www/README.txt Message-ID: <55063f96ba640_694c3ff83b85d2c017755@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e6f7663321f3ea8472d862510666632ab75a8fee https://github.com/buildbot/buildbot/commit/e6f7663321f3ea8472d862510666632ab75a8fee Author: Dustin J. Mitchell Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M www/README.txt Log Message: ----------- update www/README.txt Fixes #3177. Commit: 6dd2ddfca0ec70659ac3514e2b1106d3edcc344d https://github.com/buildbot/buildbot/commit/6dd2ddfca0ec70659ac3514e2b1106d3edcc344d Author: Dustin J. Mitchell Date: 2015-03-15 (Sun, 15 Mar 2015) Changed paths: M www/README.txt Log Message: ----------- Merge djmitche/buildbot:bug3177 (PR #1587) Compare: https://github.com/buildbot/buildbot/compare/a282fb41b383...6dd2ddfca0ec From noreply at github.com Mon Mar 16 05:01:29 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Mar 2015 22:01:29 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] f22871: Don't hardcode the list of modes for SVN checkout Message-ID: <550663a98785_23c03fc46ae3b2a0337d5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f22871b2d9610cc90bcf3f3dc6a2ff54a6901fc1 https://github.com/buildbot/buildbot/commit/f22871b2d9610cc90bcf3f3dc6a2ff54a6901fc1 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/svn.py Log Message: ----------- Don't hardcode the list of modes for SVN checkout Commit: 8ae347573c4ecda3c9e5c777e7c8f41bb6f3dd95 https://github.com/buildbot/buildbot/commit/8ae347573c4ecda3c9e5c777e7c8f41bb6f3dd95 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/base.py Log Message: ----------- Add methods for querying "attribute groups" An "attribute group" is a group of attributes with a common name prefix. The "mode" attribute group contains two members: full and incremental. The full and incremental names must have the same "mode_" prefix, making the method names "mode_full" and "mode_incremental". The _hasAttrGroupMember and _getAttrGroupMember are the attribute group equivalents of hasattr and getattr. The _listAttrGroupMembers exists so options can be returned in error messages to help people know what the valid options are without checking the docs or source. Commit: f6d39469b9879a73b70f14bc66fc835517e7bec1 https://github.com/buildbot/buildbot/commit/f6d39469b9879a73b70f14bc66fc835517e7bec1 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/test/unit/test_steps_source_base_Source.py Log Message: ----------- Add attribute group tests Commit: b65a5208e67ff78604f54a0cd5fafb3742ccd911 https://github.com/buildbot/buildbot/commit/b65a5208e67ff78604f54a0cd5fafb3742ccd911 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/svn.py Log Message: ----------- Use new attribute group methods in SVN step Commit: e7c1fb71cf50f26d682f4c6fb4e30f548594b069 https://github.com/buildbot/buildbot/commit/e7c1fb71cf50f26d682f4c6fb4e30f548594b069 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/bzr.py Log Message: ----------- Convert bzr to use attribute group for 'mode' Commit: e035a75be1916e7d9e5768be1bac3fa005f47543 https://github.com/buildbot/buildbot/commit/e035a75be1916e7d9e5768be1bac3fa005f47543 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/cvs.py Log Message: ----------- Convert cvs to use attribute group for 'mode' Also added validation of the mode when creating the step. No other validation was added. Commit: b7d47ac0997a5514fb205cb371606dfcb261111d https://github.com/buildbot/buildbot/commit/b7d47ac0997a5514fb205cb371606dfcb261111d Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/darcs.py Log Message: ----------- Convert darcs to use attribute group for 'mode' Commit: ac2f95760b0fd9556a3ca5a27211b4535424cbb9 https://github.com/buildbot/buildbot/commit/ac2f95760b0fd9556a3ca5a27211b4535424cbb9 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- Convert git to use attribute group for 'mode' Commit: 1ef67192902a3c0af7ecb9fc2ecd9b0de8696c0f https://github.com/buildbot/buildbot/commit/1ef67192902a3c0af7ecb9fc2ecd9b0de8696c0f Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/mercurial.py Log Message: ----------- Convert mercurial to use attribute group for 'mode' Commit: ebd96d87fd73921e9267b2a4938ef2a76647fbb1 https://github.com/buildbot/buildbot/commit/ebd96d87fd73921e9267b2a4938ef2a76647fbb1 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/mtn.py Log Message: ----------- Convert mtn to use attribute group for 'mode' Commit: 069991a8db7f46e030b450386a071a7f8ff41976 https://github.com/buildbot/buildbot/commit/069991a8db7f46e030b450386a071a7f8ff41976 Author: Sean Kelly Date: 2015-03-02 (Mon, 02 Mar 2015) Changed paths: M master/buildbot/steps/source/p4.py Log Message: ----------- Partially convert p4 to use attribute group for 'mode' The check if self.mode is in possible_modes can be changed but there's also a check if it's a renderable. That's different from everything else so I am skipping it until the history is better understood. Commit: 0cd61681322d7ac2388ef10328619d5c8ebae957 https://github.com/buildbot/buildbot/commit/0cd61681322d7ac2388ef10328619d5c8ebae957 Author: Sean Kelly Date: 2015-03-05 (Thu, 05 Mar 2015) Changed paths: M master/buildbot/test/integration/test_configs.py Log Message: ----------- Change integration test to use method="copy" instead of mode="copy" Per the documentation, mode is defined to only accept "full" or "incremental". The method parameter is what accepts "copy". It is an old commit that set the integration test to use mode="copy" and the CVS step does little checking. Commit: f01d9281f8b0cf43c9a92270917141e2a9914c4a https://github.com/buildbot/buildbot/commit/f01d9281f8b0cf43c9a92270917141e2a9914c4a Author: Sean Kelly Date: 2015-03-06 (Fri, 06 Mar 2015) Changed paths: M master/buildbot/test/unit/test_steps_source_base_Source.py Log Message: ----------- Add blank lines to comply with PEP8 Commit: 7bbbb8081032fd78fdea23f284e07341274fbe50 https://github.com/buildbot/buildbot/commit/7bbbb8081032fd78fdea23f284e07341274fbe50 Author: Sean Kelly Date: 2015-03-06 (Fri, 06 Mar 2015) Changed paths: M master/buildbot/steps/source/svn.py Log Message: ----------- Remove variable left over from first commit Commit: 45577eec2b91210b0621bb34720c2deca2b7e5fb https://github.com/buildbot/buildbot/commit/45577eec2b91210b0621bb34720c2deca2b7e5fb Author: Sean Kelly Date: 2015-03-09 (Mon, 09 Mar 2015) Changed paths: M master/buildbot/steps/source/base.py Log Message: ----------- `m` isn't used at all; use `ismethod` directly Commit: 7c7313df0c283afb086c43c162a3da0044fa3384 https://github.com/buildbot/buildbot/commit/7c7313df0c283afb086c43c162a3da0044fa3384 Author: Mikhail Sobolev Date: 2015-03-16 (Mon, 16 Mar 2015) Changed paths: M master/buildbot/steps/source/base.py M master/buildbot/steps/source/bzr.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/darcs.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/source/mtn.py M master/buildbot/steps/source/p4.py M master/buildbot/steps/source/svn.py M master/buildbot/test/integration/test_configs.py M master/buildbot/test/unit/test_steps_source_base_Source.py Log Message: ----------- Merge pull request #1573 from seankelly/dynamic-mode Make source checkout steps not rely on hard-coded list of modes Compare: https://github.com/buildbot/buildbot/compare/6dd2ddfca0ec...7c7313df0c28 From noreply at github.com Mon Mar 16 05:01:58 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Mar 2015 22:01:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 13790a: Made the REST 404 message more verbose Message-ID: <550663c622925_a7d3fbd9b7df29c381ef@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 13790aa1e6acb565210a769a53956cea31e7b6c6 https://github.com/buildbot/buildbot/commit/13790aa1e6acb565210a769a53956cea31e7b6c6 Author: Prasoon Shukla Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M master/buildbot/www/rest.py Log Message: ----------- Made the REST 404 message more verbose Commit: 48c8bca0330179adbcbc992b167ac2a516f9d236 https://github.com/buildbot/buildbot/commit/48c8bca0330179adbcbc992b167ac2a516f9d236 Author: Mikhail Sobolev Date: 2015-03-16 (Mon, 16 Mar 2015) Changed paths: M master/buildbot/www/rest.py Log Message: ----------- Merge pull request #1584 from prasoon2211/REST_error_msg_verbose_issue3054 Made the REST 404 message more verbose. Compare: https://github.com/buildbot/buildbot/compare/7c7313df0c28...48c8bca03301 From noreply at github.com Tue Mar 17 01:54:44 2015 From: noreply at github.com (GitHub) Date: Mon, 16 Mar 2015 18:54:44 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5117b0: fix for bad PR #1584 Message-ID: <550789643a453_4b873fa209acd2b86585b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5117b02bc492db47c07f9b62ce9abc04142b1d38 https://github.com/buildbot/buildbot/commit/5117b02bc492db47c07f9b62ce9abc04142b1d38 Author: Pierre Tardy Date: 2015-03-16 (Mon, 16 Mar 2015) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/resultspec.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py Log Message: ----------- fix for bad PR #1584 Signed-off-by: Pierre Tardy Commit: 02195a38c5ca5e9e37448d5ceb6648e713ed57ea https://github.com/buildbot/buildbot/commit/02195a38c5ca5e9e37448d5ceb6648e713ed57ea Author: Dustin J. Mitchell Date: 2015-03-16 (Mon, 16 Mar 2015) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/resultspec.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py Log Message: ----------- Merge tardyp/buildbot:restreg (PR #1602) (with addition of a space) Compare: https://github.com/buildbot/buildbot/compare/48c8bca03301...02195a38c5ca From noreply at github.com Tue Mar 17 02:00:27 2015 From: noreply at github.com (GitHub) Date: Mon, 16 Mar 2015 19:00:27 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 68146e: Add more renderables for Mock Message-ID: <55078abb63bc8_60f63fadac43f2bc9296e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 68146ea992f66311ba121ab9af1a55452a7bc384 https://github.com/buildbot/buildbot/commit/68146ea992f66311ba121ab9af1a55452a7bc384 Author: Peter Lemenkov Date: 2015-03-13 (Fri, 13 Mar 2015) Changed paths: M master/buildbot/steps/package/rpm/mock.py Log Message: ----------- Add more renderables for Mock Signed-off-by: Peter Lemenkov Commit: 4a82c7a856afbcad63f0c724421818b212abbb83 https://github.com/buildbot/buildbot/commit/4a82c7a856afbcad63f0c724421818b212abbb83 Author: Peter Lemenkov Date: 2015-03-16 (Mon, 16 Mar 2015) Changed paths: M master/buildbot/test/unit/test_steps_package_rpm_mock.py Log Message: ----------- Add unit-test for renderable resultdir Mock param Signed-off-by: Peter Lemenkov Commit: ae0991d14a47b5b0392f4428d64bb8b6813ce0be https://github.com/buildbot/buildbot/commit/ae0991d14a47b5b0392f4428d64bb8b6813ce0be Author: Dustin J. Mitchell Date: 2015-03-16 (Mon, 16 Mar 2015) Changed paths: M master/buildbot/steps/package/rpm/mock.py M master/buildbot/test/unit/test_steps_package_rpm_mock.py Log Message: ----------- Merge lemenkov/buildbot:more_renderables_for_mock (PR #1592) +autopep8 Compare: https://github.com/buildbot/buildbot/compare/02195a38c5ca...ae0991d14a47 From noreply at github.com Tue Mar 17 02:06:00 2015 From: noreply at github.com (GitHub) Date: Mon, 16 Mar 2015 19:06:00 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] dce781: when listdir returns no files, clone Message-ID: <55078c08b6060_20f23fa08fc852c054870@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: dce781362b2452ad05e4c4590ba5eefca652836e https://github.com/buildbot/buildbot/commit/dce781362b2452ad05e4c4590ba5eefca652836e Author: Dustin J. Mitchell Date: 2015-03-16 (Mon, 16 Mar 2015) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- when listdir returns no files, clone Fixes #3112. Commit: 3942fe58e0220c400f2d8173a47bc0ac90147b17 https://github.com/buildbot/buildbot/commit/3942fe58e0220c400f2d8173a47bc0ac90147b17 Author: Dustin J. Mitchell Date: 2015-03-16 (Mon, 16 Mar 2015) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- Merge branch 'bug3112-fwdport' Compare: https://github.com/buildbot/buildbot/compare/ae0991d14a47...3942fe58e022 From noreply at github.com Tue Mar 17 17:58:04 2015 From: noreply at github.com (GitHub) Date: Tue, 17 Mar 2015 10:58:04 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d78107: checkconfig: execute it in a reactor Message-ID: <55086b2c7fbb1_5ca63f9a24f492c039048@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d78107d3f1ae8d6776be6e53494cce4d4bb8ae0f https://github.com/buildbot/buildbot/commit/d78107d3f1ae8d6776be6e53494cce4d4bb8ae0f Author: Ion Alberdi Date: 2015-03-17 (Tue, 17 Mar 2015) Changed paths: M master/buildbot/scripts/checkconfig.py M master/buildbot/test/unit/test_scripts_checkconfig.py Log Message: ----------- checkconfig: execute it in a reactor For configuration that create deferreds during the load of the config (for example services), a reactor is needed. Commit: cf8821caaec0e4aeaf82beaa34207f98efe08d8e https://github.com/buildbot/buildbot/commit/cf8821caaec0e4aeaf82beaa34207f98efe08d8e Author: Mikhail Sobolev Date: 2015-03-17 (Tue, 17 Mar 2015) Changed paths: M master/buildbot/scripts/checkconfig.py M master/buildbot/test/unit/test_scripts_checkconfig.py Log Message: ----------- Merge pull request #1600 from yetanotherion/master checkconfig: execute it in a reactor Compare: https://github.com/buildbot/buildbot/compare/3942fe58e022...cf8821caaec0 From noreply at github.com Wed Mar 18 18:18:47 2015 From: noreply at github.com (GitHub) Date: Wed, 18 Mar 2015 11:18:47 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 1f4a3f: Fix sigtermTime race. Message-ID: <5509c187f0ac7_79b33fb95591929c3599d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 1f4a3f3298113b961fd460457be2d522c1350b70 https://github.com/buildbot/buildbot/commit/1f4a3f3298113b961fd460457be2d522c1350b70 Author: Tom Prince Date: 2015-03-18 (Wed, 18 Mar 2015) Changed paths: M slave/buildslave/runprocess.py Log Message: ----------- Fix sigtermTime race. If twisted notices that a process dies between when SIGTERM is sent, then RunProcess.process.pid will be None, causing checkDead to fail. In any case, the timer will be leaked, and it will be cancelled after having been called. Commit: 05ada3b50e7289d4662eff8bea81eda419295c6d https://github.com/buildbot/buildbot/commit/05ada3b50e7289d4662eff8bea81eda419295c6d Author: Mikhail Sobolev Date: 2015-03-18 (Wed, 18 Mar 2015) Changed paths: M slave/buildslave/runprocess.py Log Message: ----------- Merge pull request #1604 from tomprince/sigtermTime-race-condition Fix sigtermTime race. Compare: https://github.com/buildbot/buildbot/compare/9f558c1d794b...05ada3b50e72 From noreply at github.com Sat Mar 21 13:15:59 2015 From: noreply at github.com (GitHub) Date: Sat, 21 Mar 2015 06:15:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] cf1d39: Fixes #2676 Be consitent with addXxx or newXxx Message-ID: <550d6f0fde2fe_630f3fd7360ab2a09154e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cf1d39cea4aebeb2b34e1464a22745fa4409a16a https://github.com/buildbot/buildbot/commit/cf1d39cea4aebeb2b34e1464a22745fa4409a16a Author: J?rn Lomax Date: 2015-03-19 (Thu, 19 Mar 2015) Changed paths: M master/buildbot/data/builds.py M master/buildbot/data/logs.py M master/buildbot/data/steps.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/integration/test_setproperyfromcommand.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_process_logobserver.py Log Message: ----------- Fixes #2676 Be consitent with addXxx or newXxx Commit: ec0eaabe3db08887b489b65321fb464343c9fbd4 https://github.com/buildbot/buildbot/commit/ec0eaabe3db08887b489b65321fb464343c9fbd4 Author: Mikhail Sobolev Date: 2015-03-21 (Sat, 21 Mar 2015) Changed paths: M master/buildbot/data/builds.py M master/buildbot/data/logs.py M master/buildbot/data/steps.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/integration/test_setproperyfromcommand.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_process_logobserver.py Log Message: ----------- Merge pull request #1601 from jvlomax/master Be consitent with addXxx or newXxx Fixes ticket:2676 Compare: https://github.com/buildbot/buildbot/compare/cf8821caaec0...ec0eaabe3db0 From noreply at github.com Mon Mar 23 09:26:45 2015 From: noreply at github.com (GitHub) Date: Mon, 23 Mar 2015 02:26:45 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7c7ffb: autobahn based websockets Message-ID: <550fdc551a2f2_58e13fa7755292a09562f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7c7ffbfe59e27b2f3d615667f2a5be1e9fe423e6 https://github.com/buildbot/buildbot/commit/7c7ffbfe59e27b2f3d615667f2a5be1e9fe423e6 Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: A master/buildbot/test/unit/test_www_ws.py M master/buildbot/www/sse.py R master/buildbot/www/websocket.py M master/buildbot/www/ws.py M master/setup.py Log Message: ----------- autobahn based websockets Simple protocol for the websocket Signed-off-by: Pierre Tardy Commit: bb90e0f1607ac3734c33fd7d5b9a99e4a15f559c https://github.com/buildbot/buildbot/commit/bb90e0f1607ac3734c33fd7d5b9a99e4a15f559c Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_ws.py M master/buildbot/www/ws.py M www/base/src/app/common/common.constant.coffee M www/base/src/app/common/services/buildbot/buildbot.service.coffee M www/base/src/app/common/services/mq/mq.service.coffee M www/base/src/app/common/services/mq/mq.service.spec.coffee Log Message: ----------- implement mqService via websocket in frontend Signed-off-by: Pierre Tardy Commit: c95df449f485b02eea9120bd524ed63eb1c723eb https://github.com/buildbot/buildbot/commit/c95df449f485b02eea9120bd524ed63eb1c723eb Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_ws.py Log Message: ----------- fix test name after self review Commit: 2587eeca0f1e289bd24569252ecd70df7989b591 https://github.com/buildbot/buildbot/commit/2587eeca0f1e289bd24569252ecd70df7989b591 Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_ws.py M master/buildbot/www/ws.py M www/base/guanlecoja/config.coffee M www/base/src/app/common/services/buildbot/buildbot.service.coffee M www/base/src/app/common/services/buildbot/buildbot.service.spec.coffee M www/base/src/app/common/services/mq/mq.service.coffee M www/base/src/app/common/services/mq/mq.service.spec.coffee Log Message: ----------- more optimization - datetime serialization - reduce size of messages with m= and k= - reconnectingWebsocket Signed-off-by: Pierre Tardy Commit: 7a5b7e2c2378153009c8f9b4450bfe80edfa9579 https://github.com/buildbot/buildbot/commit/7a5b7e2c2378153009c8f9b4450bfe80edfa9579 Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/fakeipv6.py Log Message: ----------- monkeypatch for autobahn twisted 11 compat Commit: 824d75e63353694c2ec09709a9bafc1b9576e08e https://github.com/buildbot/buildbot/commit/824d75e63353694c2ec09709a9bafc1b9576e08e Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_ws.py M master/buildbot/www/ws.py Log Message: ----------- remove whitespace in json serialization Signed-off-by: Pierre Tardy Commit: 10c325e2211c8d66791518f1116b75bc080a564f https://github.com/buildbot/buildbot/commit/10c325e2211c8d66791518f1116b75bc080a564f Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: A www/base/src/app/common/directives/connectionstatus/connectionstatus.directive.coffee A www/base/src/app/common/directives/connectionstatus/connectionstatus.less A www/base/src/app/common/directives/connectionstatus/connectionstatus.tpl.jade M www/base/src/app/common/services/mq/mq.service.coffee M www/base/src/app/index.jade M www/base/src/styles/animations.less Log Message: ----------- show connection status in header Signed-off-by: Pierre Tardy Commit: 8b41f41186e163df0d7e364c372fe9b8badc40ba https://github.com/buildbot/buildbot/commit/8b41f41186e163df0d7e364c372fe9b8badc40ba Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M www/base/src/app/common/services/mq/mq.service.coffee Log Message: ----------- add $apply on websocket events Signed-off-by: Pierre Tardy Commit: 7b72faedb206817302583a4094948e975f5feaa9 https://github.com/buildbot/buildbot/commit/7b72faedb206817302583a4094948e975f5feaa9 Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/test/unit/test_data_buildsets.py Log Message: ----------- send buildrequest updates to the builder page Signed-off-by: Pierre Tardy Commit: 3988fe34e64096d650c7a1e496e2ce4182af0bc7 https://github.com/buildbot/buildbot/commit/3988fe34e64096d650c7a1e496e2ce4182af0bc7 Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_ws.py M master/buildbot/www/ws.py M master/docs/developer/www.rst M master/docs/manual/cfg-www.rst Log Message: ----------- create documentation add more unit tests for error cases Signed-off-by: Pierre Tardy Commit: 579489d0cf864b7cc63a8269e27a715ba6389b89 https://github.com/buildbot/buildbot/commit/579489d0cf864b7cc63a8269e27a715ba6389b89 Author: Pierre Tardy Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M master/buildbot/monkeypatches/__init__.py R master/buildbot/monkeypatches/fakeipv6.py M master/setup.py Log Message: ----------- remove workaround for twisted11 + autobahn Now autobahn 0.10.2 is supporting twisted11 https://github.com/tavendo/AutobahnPython/issues/364#issuecomment-83772271 Signed-off-by: Pierre Tardy Commit: 56040b662f5ae1abb3df3cf16b119999dabc656d https://github.com/buildbot/buildbot/commit/56040b662f5ae1abb3df3cf16b119999dabc656d Author: Pierre Tardy Date: 2015-03-23 (Mon, 23 Mar 2015) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/test/unit/test_data_buildsets.py A master/buildbot/test/unit/test_www_ws.py M master/buildbot/www/sse.py R master/buildbot/www/websocket.py M master/buildbot/www/ws.py M master/docs/developer/www.rst M master/docs/manual/cfg-www.rst M master/setup.py M www/base/guanlecoja/config.coffee M www/base/src/app/common/common.constant.coffee A www/base/src/app/common/directives/connectionstatus/connectionstatus.directive.coffee A www/base/src/app/common/directives/connectionstatus/connectionstatus.less A www/base/src/app/common/directives/connectionstatus/connectionstatus.tpl.jade M www/base/src/app/common/services/buildbot/buildbot.service.coffee M www/base/src/app/common/services/buildbot/buildbot.service.spec.coffee M www/base/src/app/common/services/mq/mq.service.coffee M www/base/src/app/common/services/mq/mq.service.spec.coffee M www/base/src/app/index.jade M www/base/src/styles/animations.less Log Message: ----------- Merge pull request #1603 from tardyp/websocket Websocket based event source Compare: https://github.com/buildbot/buildbot/compare/ec0eaabe3db0...56040b662f5a From noreply at github.com Mon Mar 23 14:29:55 2015 From: noreply at github.com (GitHub) Date: Mon, 23 Mar 2015 07:29:55 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0bc3a3: add release note about www Message-ID: <55102363a6db_2cc33ffd7bfe12b8262a8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0bc3a370b0885b9ddac8b97fe28eed83713d31cf https://github.com/buildbot/buildbot/commit/0bc3a370b0885b9ddac8b97fe28eed83713d31cf Author: Pierre Tardy Date: 2015-03-23 (Mon, 23 Mar 2015) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- add release note about www Signed-off-by: Pierre Tardy From noreply at github.com Tue Mar 24 19:07:46 2015 From: noreply at github.com (GitHub) Date: Tue, 24 Mar 2015 12:07:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 747b97: fix encoding header validation Message-ID: <5511b602a1ad8_4a503fdb852e52c075969@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 747b97e967b8b0a61ae0dd7c1f4435403b1073e1 https://github.com/buildbot/buildbot/commit/747b97e967b8b0a61ae0dd7c1f4435403b1073e1 Author: Pierre Tardy Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py Log Message: ----------- fix encoding header validation some browsers use: content-type: application/json; Charset=UTF-8 So we use a real content-type parser. Signed-off-by: Pierre Tardy Commit: 0fdb4c74552c7ed7af89ff827d56e3c132fea375 https://github.com/buildbot/buildbot/commit/0fdb4c74552c7ed7af89ff827d56e3c132fea375 Author: Mikhail Sobolev Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py Log Message: ----------- Merge pull request #1608 from tardyp/b3228 fix encoding header validation Compare: https://github.com/buildbot/buildbot/compare/0bc3a370b088...0fdb4c74552c From noreply at github.com Thu Mar 26 23:15:21 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Mar 2015 16:15:21 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d56d61: rephrase contribution appreciation statement Message-ID: <55149309d964e_4c1b3fe8e4e152a058938@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d56d61607a03b9b33857225cdb5f5da5ae018462 https://github.com/buildbot/buildbot/commit/d56d61607a03b9b33857225cdb5f5da5ae018462 Author: Mikhail Sobolev Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M CONTRIBUTING.rst Log Message: ----------- rephrase contribution appreciation statement Commit: 919244cc0f8b6639756ffe0cf2821cdca75bd5b1 https://github.com/buildbot/buildbot/commit/919244cc0f8b6639756ffe0cf2821cdca75bd5b1 Author: Dustin J. Mitchell Date: 2015-03-26 (Thu, 26 Mar 2015) Changed paths: M CONTRIBUTING.rst Log Message: ----------- Merge sa2ajj/buildbot:contribution (PR #1610) Compare: https://github.com/buildbot/buildbot/compare/0fdb4c74552c...919244cc0f8b From noreply at github.com Thu Mar 26 23:22:16 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Mar 2015 16:22:16 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5d1150: Factor common into thd_createUsDict Message-ID: <551494a833d0d_593e3ff5f57352a0713ea@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5d1150ee847b865e7545315201c01d9d8bc5c366 https://github.com/buildbot/buildbot/commit/5d1150ee847b865e7545315201c01d9d8bc5c366 Author: Rafa? Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M master/buildbot/db/users.py Log Message: ----------- Factor common into thd_createUsDict Commit: e8128a4d222693f6fd4f92e42002755a055a74e7 https://github.com/buildbot/buildbot/commit/e8128a4d222693f6fd4f92e42002755a055a74e7 Author: Dustin J. Mitchell Date: 2015-03-26 (Thu, 26 Mar 2015) Changed paths: M master/buildbot/db/users.py Log Message: ----------- Merge rafalkowalski/buildbot:master (PR #1611) Compare: https://github.com/buildbot/buildbot/compare/919244cc0f8b...e8128a4d2226 From noreply at github.com Thu Mar 26 23:30:29 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Mar 2015 16:30:29 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 1ff731: Issue 2464: Makes GitPoller write git based error ... Message-ID: <5514969530777_20b83fd360b172b8635fc@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 1ff73110394a8fa23ad2065415ea655ee1b1c92e https://github.com/buildbot/buildbot/commit/1ff73110394a8fa23ad2065415ea655ee1b1c92e Author: Prasoon Shukla Date: 2015-03-25 (Wed, 25 Mar 2015) Changed paths: M master/buildbot/changes/gitpoller.py M master/buildbot/test/unit/test_changes_gitpoller.py Log Message: ----------- Issue 2464: Makes GitPoller write git based error to log file. * Added GitError: Called when git returns with status code 128. * The error message is logged to twistd.log * Added test. Commit: f8dcf3a29c72f2ce962e3712150dcf6153042e39 https://github.com/buildbot/buildbot/commit/f8dcf3a29c72f2ce962e3712150dcf6153042e39 Author: Dustin J. Mitchell Date: 2015-03-26 (Thu, 26 Mar 2015) Changed paths: M master/buildbot/changes/gitpoller.py M master/buildbot/test/unit/test_changes_gitpoller.py Log Message: ----------- Merge prasoon2211/buildbot:GitError (PR #1605) +autopep8 Compare: https://github.com/buildbot/buildbot/compare/e8128a4d2226...f8dcf3a29c72 From noreply at github.com Fri Mar 27 06:15:24 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Mar 2015 23:15:24 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9b7dc8: Don't hardcode TLS version to SSLv3 Message-ID: <5514f57c2d5d0_78eb3fba8ba892bc357d1@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 9b7dc8d446d468edc9e1f96eccfb82a0153dfb33 https://github.com/buildbot/buildbot/commit/9b7dc8d446d468edc9e1f96eccfb82a0153dfb33 Author: ????? ???????? Date: 2015-03-26 (Thu, 26 Mar 2015) Changed paths: M master/buildbot/status/mail.py M master/docs/relnotes/index.rst Log Message: ----------- Don't hardcode TLS version to SSLv3 SSL 3.0 is now considered insecure (because of the POODLE attack), and servers are starting to turn it off. In any case, hardcoding a particular version is a bad idea - let Twisted figure out which version to use. Commit: e3d65f1d723dc5aaefd3a85955de94992d70fc80 https://github.com/buildbot/buildbot/commit/e3d65f1d723dc5aaefd3a85955de94992d70fc80 Author: Mikhail Sobolev Date: 2015-03-27 (Fri, 27 Mar 2015) Changed paths: M master/buildbot/status/mail.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1612 from SpecLad/unhardcode-sslv3 Don't hardcode TLS version to SSLv3 Compare: https://github.com/buildbot/buildbot/compare/05ada3b50e72...e3d65f1d723d From noreply at github.com Fri Mar 27 06:17:46 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Mar 2015 23:17:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0fdf83: Test for mixed failure of classifyChanges Message-ID: <5514f60ace31f_45453fea05bdf2c08208f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 0fdf8358d3563b4b1deaf249940064d314d514ef https://github.com/buildbot/buildbot/commit/0fdf8358d3563b4b1deaf249940064d314d514ef Author: Dustin J. Mitchell Date: 2015-03-26 (Thu, 26 Mar 2015) Changed paths: M master/buildbot/db/schedulers.py M master/buildbot/test/unit/test_db_schedulers.py Log Message: ----------- Test for mixed failure of classifyChanges Test for an insert failure midway through a classification, in which case the rollback shouldn't roll back any successful inserts. Fixes #2696. (Backport of d8d375352687b6d88ae960416a3d25bce1de4854) Commit: fac64522ffa48d095870b7368353186271b4c398 https://github.com/buildbot/buildbot/commit/fac64522ffa48d095870b7368353186271b4c398 Author: Mikhail Sobolev Date: 2015-03-27 (Fri, 27 Mar 2015) Changed paths: M master/buildbot/db/schedulers.py M master/buildbot/test/unit/test_db_schedulers.py Log Message: ----------- Merge pull request #1614 from djmitche/bug2696-eight-rebased Test for mixed failure of classifyChanges Compare: https://github.com/buildbot/buildbot/compare/e3d65f1d723d...fac64522ffa4 From noreply at github.com Sat Mar 28 22:43:24 2015 From: noreply at github.com (GitHub) Date: Sat, 28 Mar 2015 15:43:24 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 02a12e: remove unnecessary call to ascii2unicode Message-ID: <55172e8c7bb6d_43043ffd60e612a011499@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 02a12e3eb4339587917b0f0f9e8c018b3a1b5fce https://github.com/buildbot/buildbot/commit/02a12e3eb4339587917b0f0f9e8c018b3a1b5fce Author: Mikhail Sobolev Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- remove unnecessary call to ascii2unicode Commit: f73635665b87e7e768ca37acfc8beed4da5f3035 https://github.com/buildbot/buildbot/commit/f73635665b87e7e768ca37acfc8beed4da5f3035 Author: Mikhail Sobolev Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M master/buildbot/buildslave/ec2.py Log Message: ----------- cosmetic changes for ec2 Commit: 52435dfb2c243b353c0567b8b8c4dfa1504046ea https://github.com/buildbot/buildbot/commit/52435dfb2c243b353c0567b8b8c4dfa1504046ea Author: Mikhail Sobolev Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/libvirt.py M master/buildbot/buildslave/openstack.py M master/buildbot/test/unit/test_buildslave_libvirt.py Log Message: ----------- make sure common parameters are handled in the base class Commit: 393611de6d5f062200de3ca8a285f9519ec05a12 https://github.com/buildbot/buildbot/commit/393611de6d5f062200de3ca8a285f9519ec05a12 Author: Mikhail Sobolev Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M master/buildbot/buildslave/ec2.py Log Message: ----------- factor out failed to start situation Commit: 139dbb81f52344a748722cec6b788be5f1e2f6e2 https://github.com/buildbot/buildbot/commit/139dbb81f52344a748722cec6b788be5f1e2f6e2 Author: Mikhail Sobolev Date: 2015-03-25 (Wed, 25 Mar 2015) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/openstack.py Log Message: ----------- make interfaces import more specific Commit: f746d7f237e992abc8d45cc24e8734c279aa7ed8 https://github.com/buildbot/buildbot/commit/f746d7f237e992abc8d45cc24e8734c279aa7ed8 Author: Mikhail Sobolev Date: 2015-03-25 (Wed, 25 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_libvirt.py Log Message: ----------- amend default value for missing_timeout to 10 minutes Commit: 9586d33cd1dfeec4865732feadbb830524be3e5d https://github.com/buildbot/buildbot/commit/9586d33cd1dfeec4865732feadbb830524be3e5d Author: Mikhail Sobolev Date: 2015-03-25 (Wed, 25 Mar 2015) Changed paths: M master/buildbot/test/unit/test_buildslave_libvirt.py Log Message: ----------- do not check missing_timeout * it is tested in the base class tester Commit: 3b6a4e0337c912abf8a97ae12090f4179e84a5af https://github.com/buildbot/buildbot/commit/3b6a4e0337c912abf8a97ae12090f4179e84a5af Author: Mikhail Sobolev Date: 2015-03-26 (Thu, 26 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/openstack.py Log Message: ----------- move failed_to_start to the base latent slave class Commit: e8b0624f3211ab1491bb465ee5e613a08ca7eefe https://github.com/buildbot/buildbot/commit/e8b0624f3211ab1491bb465ee5e613a08ca7eefe Author: Mikhail Sobolev Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/docker.py M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/libvirt.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/openstack.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_libvirt.py Log Message: ----------- Merge pull request #1609 from sa2ajj/simplify-buildslaves Refactor buildslave related code Compare: https://github.com/buildbot/buildbot/compare/f8dcf3a29c72...e8b0624f3211 From noreply at github.com Mon Mar 30 17:09:04 2015 From: noreply at github.com (GitHub) Date: Mon, 30 Mar 2015 10:09:04 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 030cc0: Enable SPDY when using SSL Message-ID: <55198330bedc1_51e33fdbb5ddb2bc5304c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 030cc090b0160baeebfec7f962b9302ac7928df5 https://github.com/buildbot/buildbot-infra/commit/030cc090b0160baeebfec7f962b9302ac7928df5 Author: Sean Kelly Date: 2015-03-28 (Sat, 28 Mar 2015) Changed paths: M roles/nginx/templates/static Log Message: ----------- Enable SPDY when using SSL Commit: 1737ec3cd9134f654a1be65762392343ec7c5316 https://github.com/buildbot/buildbot-infra/commit/1737ec3cd9134f654a1be65762392343ec7c5316 Author: Mikhail Sobolev Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M roles/nginx/templates/static Log Message: ----------- Merge pull request #89 from seankelly/spdy Enable SPDY when using SSL Compare: https://github.com/buildbot/buildbot-infra/compare/f3a7bc66cd49...1737ec3cd913 From noreply at github.com Tue Mar 31 15:42:42 2015 From: noreply at github.com (GitHub) Date: Tue, 31 Mar 2015 08:42:42 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 5d5b7c: Revert "Merge pull request #89 from seankelly/spdy... Message-ID: <551ac072f13c8_4f5f3fcec643329c773b4@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 5d5b7cf08cef17fcb67c7031579834527903a0a9 https://github.com/buildbot/buildbot-infra/commit/5d5b7cf08cef17fcb67c7031579834527903a0a9 Author: Mikhail Sobolev Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M roles/nginx/templates/static Log Message: ----------- Revert "Merge pull request #89 from seankelly/spdy" This reverts commit 1737ec3cd9134f654a1be65762392343ec7c5316, reversing changes made to f3a7bc66cd499460ff2e3a3c37a9eed752fd8dc9. From noreply at github.com Tue Mar 31 16:10:52 2015 From: noreply at github.com (GitHub) Date: Tue, 31 Mar 2015 09:10:52 -0700 Subject: [Buildbot-commits] [buildbot/buildbot-infra] bfca96: Add wildcard certificate Message-ID: <551ac70c4f82c_59513fe1daf4b2c0553c9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: bfca96ba9c0a6731a5f146d5c1ba2fc59b10569a https://github.com/buildbot/buildbot-infra/commit/bfca96ba9c0a6731a5f146d5c1ba2fc59b10569a Author: Sean Kelly Date: 2015-03-28 (Sat, 28 Mar 2015) Changed paths: M secrets.yml Log Message: ----------- Add wildcard certificate Commit: b21dd2b6a64b2260df789f73a0b108452c2e11c3 https://github.com/buildbot/buildbot-infra/commit/b21dd2b6a64b2260df789f73a0b108452c2e11c3 Author: Mikhail Sobolev Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M secrets.yml Log Message: ----------- Merge pull request #88 from seankelly/add-wildcard-cert Add wildcard certificate Compare: https://github.com/buildbot/buildbot-infra/compare/5d5b7cf08cef...b21dd2b6a64b