From noreply at github.com Sun Feb 1 16:30:55 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 08:30:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] e5b9a5: cleanup pb.Referenceable from builder.py Message-ID: <54ce54bf55d4b_74933fd49af652bc489c0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e5b9a5a3b8441c1d10ebce8dc2d925425e719f06 https://github.com/buildbot/buildbot/commit/e5b9a5a3b8441c1d10ebce8dc2d925425e719f06 Author: Pierre Tardy Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- cleanup pb.Referenceable from builder.py Looks like this was something forgotten from the gsoc project Signed-off-by: Pierre Tardy Commit: 385f2f2fb5311507cd3e59276b4a58a6e7e03e64 https://github.com/buildbot/buildbot/commit/385f2f2fb5311507cd3e59276b4a58a6e7e03e64 Author: Pierre Tardy Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/process/slavebuilder.py Log Message: ----------- remove pb.Referenceable from slavebuilder It is not needed, according to the integration tests Signed-off-by: Pierre Tardy Commit: 85e86b5e0a3a667152cd5b3a38f32240ad62a9e3 https://github.com/buildbot/buildbot/commit/85e86b5e0a3a667152cd5b3a38f32240ad62a9e3 Author: Mikhail Sobolev Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/process/builder.py M master/buildbot/process/slavebuilder.py Log Message: ----------- Merge pull request #1512 from tardyp/slave-proto Slave proto obvious fixes Compare: https://github.com/buildbot/buildbot/compare/19f7aabd7010...85e86b5e0a3a From noreply at github.com Sun Feb 1 18:15:55 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 10:15:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 2e5c5c: Tags: backport to eight Message-ID: <54ce6d5beb2d2_6edf3fb1016e52c0809b3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 2e5c5ced05615ec80f03b40d7bfe80322cf04f9f https://github.com/buildbot/buildbot/commit/2e5c5ced05615ec80f03b40d7bfe80322cf04f9f Author: Jared Grubb Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/config.py M master/buildbot/interfaces.py M master/buildbot/process/builder.py M master/buildbot/status/builder.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/tinderbox.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/buildstatus.py M master/buildbot/status/web/console.py M master/buildbot/status/web/feeds.py M master/buildbot/status/web/grid.py M master/buildbot/status/web/templates/grid.html M master/buildbot/status/web/templates/grid_macros.html M master/buildbot/status/web/templates/grid_transposed.html M master/buildbot/status/web/templates/waterfall.html M master/buildbot/status/web/templates/waterfallhelp.html M master/buildbot/status/web/waterfall.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_status_builder_cache.py M master/buildbot/test/unit/test_status_buildstep.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/steps.py Log Message: ----------- Tags: backport to eight Commit: e976b6f26a930b6c392ab16dbfbfefaa6dfa855a https://github.com/buildbot/buildbot/commit/e976b6f26a930b6c392ab16dbfbfefaa6dfa855a Author: Jared Grubb Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/status/builder.py M master/buildbot/status/web/waterfall.py Log Message: ----------- Tags: address review comments and fix pyflakes Commit: bcd879871aee83c27d2a9171505288c5090cc9b0 https://github.com/buildbot/buildbot/commit/bcd879871aee83c27d2a9171505288c5090cc9b0 Author: Jared Grubb Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Tags: fix up docs Commit: 0d453790b8906ba0a2d5cc87cc1c869231247447 https://github.com/buildbot/buildbot/commit/0d453790b8906ba0a2d5cc87cc1c869231247447 Author: Jared Grubb Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/status/web/console.py Log Message: ----------- console.py: remove a purported chromium workaround from 0.7 It's not clear what this code was intended to do and not sure if it should even still work like that Commit: 4a92740d4e44e2ae264cc261c0c0356f29b60d92 https://github.com/buildbot/buildbot/commit/4a92740d4e44e2ae264cc261c0c0356f29b60d92 Author: Jared Grubb Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/status/tinderbox.py M master/buildbot/test/unit/test_status_mail.py Log Message: ----------- Tags: fix pep8 issues Commit: 760357db188d16841285db53a2405118de3fac33 https://github.com/buildbot/buildbot/commit/760357db188d16841285db53a2405118de3fac33 Author: Mikhail Sobolev Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/config.py M master/buildbot/interfaces.py M master/buildbot/process/builder.py M master/buildbot/status/builder.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/tinderbox.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/buildstatus.py M master/buildbot/status/web/console.py M master/buildbot/status/web/feeds.py M master/buildbot/status/web/grid.py M master/buildbot/status/web/templates/grid.html M master/buildbot/status/web/templates/grid_macros.html M master/buildbot/status/web/templates/grid_transposed.html M master/buildbot/status/web/templates/waterfall.html M master/buildbot/status/web/templates/waterfallhelp.html M master/buildbot/status/web/waterfall.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_status_builder_cache.py M master/buildbot/test/unit/test_status_buildstep.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/steps.py M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1502 from jaredgrubb/BuilderTags Tags: backport #928 to eight Compare: https://github.com/buildbot/buildbot/compare/f44bf2dd9431...760357db188d From noreply at github.com Sun Feb 1 20:12:43 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 12:12:43 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b5f7cf: fix forgotten bits Message-ID: <54ce88bbacb1a_638d3fa8d6ba52c077499@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: b5f7cf9312c38d2df1c011bb1077b1ccd2115edd https://github.com/buildbot/buildbot/commit/b5f7cf9312c38d2df1c011bb1077b1ccd2115edd Author: Mikhail Sobolev Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/status/web/console.py M master/buildbot/status/web/templates/console.html Log Message: ----------- fix forgotten bits Commit: 47bff6a1193b9b308aa2bd81e211328bb94e6afa https://github.com/buildbot/buildbot/commit/47bff6a1193b9b308aa2bd81e211328bb94e6afa Author: Mikhail Sobolev Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M master/buildbot/status/web/console.py M master/buildbot/status/web/templates/console.html Log Message: ----------- Merge pull request #1514 from sa2ajj/partial-fix Partial fix for #1502 Compare: https://github.com/buildbot/buildbot/compare/760357db188d...47bff6a1193b From noreply at github.com Sun Feb 1 20:49:30 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 12:49:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] d8dda7: Make periodic quieter (Refs #3164) Message-ID: <54ce915a870c5_6dde3fd40c7af2b876739@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/quiet-periodic Home: https://github.com/buildbot/buildbot-infra Commit: d8dda76f084d05c317dc3868d52767fde19fafc8 https://github.com/buildbot/buildbot-infra/commit/d8dda76f084d05c317dc3868d52767fde19fafc8 Author: Dustin J. Mitchell Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M roles/base/tasks/main.yml A roles/base/tasks/periodic.yml Log Message: ----------- Make periodic quieter (Refs #3164) From noreply at github.com Sun Feb 1 20:54:22 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 12:54:22 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] d8dda7: Make periodic quieter (Refs #3164) Message-ID: <54ce927e25db8_14ad3fad299d92a04911b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: d8dda76f084d05c317dc3868d52767fde19fafc8 https://github.com/buildbot/buildbot-infra/commit/d8dda76f084d05c317dc3868d52767fde19fafc8 Author: Dustin J. Mitchell Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M roles/base/tasks/main.yml A roles/base/tasks/periodic.yml Log Message: ----------- Make periodic quieter (Refs #3164) Commit: 930c15106dc292f240eb1acaae3429501faf3452 https://github.com/buildbot/buildbot-infra/commit/930c15106dc292f240eb1acaae3429501faf3452 Author: Mikhail Sobolev Date: 2015-02-01 (Sun, 01 Feb 2015) Changed paths: M roles/base/tasks/main.yml A roles/base/tasks/periodic.yml Log Message: ----------- Merge pull request #83 from buildbot/quiet-periodic Make periodic quieter (Refs #3164) Compare: https://github.com/buildbot/buildbot-infra/compare/1fed7ac006d8...930c15106dc2 From noreply at github.com Sun Feb 1 20:54:24 2015 From: noreply at github.com (GitHub) Date: Sun, 01 Feb 2015 12:54:24 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] Message-ID: <54ce92804dcad_d063f98b533529c100073@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/quiet-periodic Home: https://github.com/buildbot/buildbot-infra From noreply at github.com Mon Feb 2 09:18:22 2015 From: noreply at github.com (GitHub) Date: Mon, 02 Feb 2015 01:18:22 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 522f1f: fix overwriting tags Message-ID: <54cf40dee74b3_8e03f8e8cccd29c8641c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 522f1ff50f982481fd0aa80c6c3953cc322b1dc0 https://github.com/buildbot/buildbot/commit/522f1ff50f982481fd0aa80c6c3953cc322b1dc0 Author: Mikhail Sobolev Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M master/buildbot/status/web/console.py Log Message: ----------- fix overwriting tags Commit: 41bce6e5c03073aeeaaca46629495e0cfa26bd23 https://github.com/buildbot/buildbot/commit/41bce6e5c03073aeeaaca46629495e0cfa26bd23 Author: Mikhail Sobolev Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M master/buildbot/status/web/console.py Log Message: ----------- Merge pull request #1515 from sa2ajj/fix-another-shadow fix overwriting tags Compare: https://github.com/buildbot/buildbot/compare/47bff6a1193b...41bce6e5c030 From noreply at github.com Tue Feb 3 07:58:34 2015 From: noreply at github.com (GitHub) Date: Mon, 02 Feb 2015 23:58:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 61b7f0: allow '.'s and '_'s in properties Interpolate unde... Message-ID: <54d07faa7054b_f063fe1fdffb29c957d5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 61b7f0e8c904f9417465a470641f16c95b0ed981 https://github.com/buildbot/buildbot/commit/61b7f0e8c904f9417465a470641f16c95b0ed981 Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/process/properties.py Log Message: ----------- allow '.'s and '_'s in properties Interpolate understands the current situation is bad since GerritChangeSource produces properties that contain '.'s and Interpolate does not allow to use them Commit: ee9ee3a3c2cf4ab44dbc8ad3d58d83b91b76082b https://github.com/buildbot/buildbot/commit/ee9ee3a3c2cf4ab44dbc8ad3d58d83b91b76082b Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/process/properties.py Log Message: ----------- Merge pull request #1517 from sa2ajj/relax-interpolate-ident allow '.'s and '_'s in properties Interpolate understands Compare: https://github.com/buildbot/buildbot/compare/85e86b5e0a3a...ee9ee3a3c2cf From noreply at github.com Tue Feb 3 11:52:51 2015 From: noreply at github.com (GitHub) Date: Tue, 03 Feb 2015 03:52:51 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6fa7ed: allow '.'s and '_'s in properties Interpolate unde... Message-ID: <54d0b69325d43_6b783fcd176ef2c08315@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 6fa7ed1276284c7840e73089054ce75dadcce3d1 https://github.com/buildbot/buildbot/commit/6fa7ed1276284c7840e73089054ce75dadcce3d1 Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/process/properties.py Log Message: ----------- allow '.'s and '_'s in properties Interpolate understands the current situation is bad since GerritChangeSource produces properties that contain '.'s and Interpolate does not allow to use them Commit: ec0f5a2f7e6ac54a4c02c8572b64f2b393f3c872 https://github.com/buildbot/buildbot/commit/ec0f5a2f7e6ac54a4c02c8572b64f2b393f3c872 Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/process/properties.py Log Message: ----------- Merge pull request #1519 from sa2ajj/backport-relax-interpolate-ident allow '.'s and '_'s in properties Interpolate understands Compare: https://github.com/buildbot/buildbot/compare/41bce6e5c030...ec0f5a2f7e6a From noreply at github.com Tue Feb 3 17:06:36 2015 From: noreply at github.com (GitHub) Date: Tue, 03 Feb 2015 09:06:36 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6f7907: Makefile: add prebuilt_frontend Message-ID: <54d1001c6e5e5_319d3fd05cfb72c0559be@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6f7907cb38caf89a1e40afc9ed2400fcfeed59a4 https://github.com/buildbot/buildbot/commit/6f7907cb38caf89a1e40afc9ed2400fcfeed59a4 Author: Pierre Tardy Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M Makefile Log Message: ----------- Makefile: add prebuilt_frontend This simplifies the message make frontend -> build make prebuilt_frontend -> download from ftp Signed-off-by: Pierre Tardy Commit: eca03ff0a6bcbca5ff6d1057ac0e19ed01d6c8fe https://github.com/buildbot/buildbot/commit/eca03ff0a6bcbca5ff6d1057ac0e19ed01d6c8fe Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M Makefile Log Message: ----------- Merge pull request #1521 from tardyp/prebuiltfrontend Makefile: add prebuilt_frontend Compare: https://github.com/buildbot/buildbot/compare/ee9ee3a3c2cf...eca03ff0a6bc From noreply at github.com Tue Feb 3 17:12:16 2015 From: noreply at github.com (GitHub) Date: Tue, 03 Feb 2015 09:12:16 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c9cf4b: git: force submodule update so local changes/files... Message-ID: <54d1017055c34_34bc3f8d8b3552c09759d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: c9cf4b12f90f3b77e0235176df6253da5a818148 https://github.com/buildbot/buildbot/commit/c9cf4b12f90f3b77e0235176df6253da5a818148 Author: Cody P Schafer Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/relnotes/index.rst Log Message: ----------- git: force submodule update so local changes/files are overwritten Without this, we sometimes get "Your local changes to the following files would be overwritten by checkout" when submodules are updates. On the non-submodule side, we're already using reset instead of checkout to avoid this. Signed-off-by: Cody P Schafer Conflicts: master/docs/relnotes/index.rst Commit: bf3fa43cbceecebbc90d0b05e561f6495ff98f3c https://github.com/buildbot/buildbot/commit/bf3fa43cbceecebbc90d0b05e561f6495ff98f3c Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1520 from sa2ajj/backport-1167 git: force submodule update so local changes/files are overwritten Compare: https://github.com/buildbot/buildbot/compare/ec0f5a2f7e6a...bf3fa43cbcee From noreply at github.com Tue Feb 3 17:45:30 2015 From: noreply at github.com (GitHub) Date: Tue, 03 Feb 2015 09:45:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 793278: after failure to insert, re-start the transaction ... Message-ID: <54d1093abf5fc_31583fcdab4d129c62159@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 793278906b77f528c1152c2b3293de05acbad7a4 https://github.com/buildbot/buildbot/commit/793278906b77f528c1152c2b3293de05acbad7a4 Author: Dustin J. Mitchell Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/db/schedulers.py Log Message: ----------- after failure to insert, re-start the transaction before updating Commit: 5055f557b72ee0fd404d4813f1debcf0f7ad08bb https://github.com/buildbot/buildbot/commit/5055f557b72ee0fd404d4813f1debcf0f7ad08bb Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/db/schedulers.py Log Message: ----------- Merge pull request #1522 from djmitche/fix-postgres-error after failure to insert, re-start the transaction before updating Compare: https://github.com/buildbot/buildbot/compare/bf3fa43cbcee...5055f557b72e From noreply at github.com Tue Feb 3 18:32:11 2015 From: noreply at github.com (GitHub) Date: Tue, 03 Feb 2015 10:32:11 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 9cbf49: misc enhancements to the UI Message-ID: <54d1142be618_38eb3fa1c182b2a0781f0@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9cbf49044405cabbb8661c72355fcdd0455d838a https://github.com/buildbot/buildbot/commit/9cbf49044405cabbb8661c72355fcdd0455d838a Author: Pierre Tardy Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M master/buildbot/www/config.py M www/base/src/app/about/about.controller.coffee M www/base/src/app/about/about.tpl.jade M www/base/src/app/app.route.coffee M www/base/src/app/builders/builders.controller.coffee M www/base/src/app/builders/builders.route.coffee M www/base/src/app/builders/builders.tpl.jade M www/base/src/app/buildslaves/buildslaves.controller.coffee M www/base/src/app/buildslaves/buildslaves.tpl.jade M www/base/src/app/common/directives/rawdata/rawdata.tpl.jade M www/base/src/app/home/home.controller.coffee M www/base/src/app/home/home.route.coffee M www/base/src/app/home/home.tpl.jade M www/base/src/app/settings/service/settings.service.coffee M www/base/src/app/settings/service/settings.service.spec.coffee M www/base/src/app/settings/settings.tpl.jade M www/base/src/styles/colors.less M www/base/src/styles/styles.less M www/base/test/scripts/mocks/config.mock.coffee Log Message: ----------- misc enhancements to the UI - use title, titleURL from the master config - only show configured builders in builder page - decent slaves page - use of the settings framework Signed-off-by: Pierre Tardy Commit: 66f8f049673c824aceca8bd980368cb05e1679fe https://github.com/buildbot/buildbot/commit/66f8f049673c824aceca8bd980368cb05e1679fe Author: Pierre Tardy Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M www/base/src/app/builders/builders.controller.coffee M www/base/src/app/buildslaves/buildslaves.tpl.jade Log Message: ----------- fix connected_to Signed-off-by: Pierre Tardy Commit: 48386779de99daae462cb4fd14bb2ff4893d6a9d https://github.com/buildbot/buildbot/commit/48386779de99daae462cb4fd14bb2ff4893d6a9d Author: Pierre Tardy Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M master/buildbot/test/unit/test_www_config.py Log Message: ----------- fix unittest Signed-off-by: Pierre Tardy Commit: cc14262c1f83b6719a2ce8b015ca46fe6347b043 https://github.com/buildbot/buildbot/commit/cc14262c1f83b6719a2ce8b015ca46fe6347b043 Author: Pierre Tardy Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/scripts/sample.cfg Log Message: ----------- fix sample.cfg Signed-off-by: Pierre Tardy Commit: 994b6bc9215999531f0efe2953bdaf412ee056df https://github.com/buildbot/buildbot/commit/994b6bc9215999531f0efe2953bdaf412ee056df Author: Pierre Tardy Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/scripts/sample.cfg Log Message: ----------- fix typo Signed-off-by: Pierre Tardy Commit: 98944ab0fbdd99e3ec08f7d17a75d07262460d69 https://github.com/buildbot/buildbot/commit/98944ab0fbdd99e3ec08f7d17a75d07262460d69 Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M master/buildbot/scripts/sample.cfg M master/buildbot/test/unit/test_www_config.py M master/buildbot/www/config.py M www/base/src/app/about/about.controller.coffee M www/base/src/app/about/about.tpl.jade M www/base/src/app/app.route.coffee M www/base/src/app/builders/builders.controller.coffee M www/base/src/app/builders/builders.route.coffee M www/base/src/app/builders/builders.tpl.jade M www/base/src/app/buildslaves/buildslaves.controller.coffee M www/base/src/app/buildslaves/buildslaves.tpl.jade M www/base/src/app/common/directives/rawdata/rawdata.tpl.jade M www/base/src/app/home/home.controller.coffee M www/base/src/app/home/home.route.coffee M www/base/src/app/home/home.tpl.jade M www/base/src/app/settings/service/settings.service.coffee M www/base/src/app/settings/service/settings.service.spec.coffee M www/base/src/app/settings/settings.tpl.jade M www/base/src/styles/colors.less M www/base/src/styles/styles.less M www/base/test/scripts/mocks/config.mock.coffee Log Message: ----------- Merge pull request #1516 from tardyp/allowed_origin misc enhancements to the UI Compare: https://github.com/buildbot/buildbot/compare/eca03ff0a6bc...98944ab0fbdd From noreply at github.com Tue Feb 3 20:12:47 2015 From: noreply at github.com (GitHub) Date: Tue, 03 Feb 2015 12:12:47 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 96d59f: override user and home in supervisor wrapper Message-ID: <54d12bbfad21d_71a73fb75c1892c08866e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 96d59fa3f8574f377a7576044646af2e6d55d280 https://github.com/buildbot/buildbot-infra/commit/96d59fa3f8574f377a7576044646af2e6d55d280 Author: Mikhail Sobolev Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M roles/supervisor/files/supervisor-wrapper Log Message: ----------- override user and home in supervisor wrapper From noreply at github.com Thu Feb 5 20:50:53 2015 From: noreply at github.com (GitHub) Date: Thu, 05 Feb 2015 12:50:53 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0546e5: Use parent instead of self.parent in MailNotifier.... Message-ID: <54d3d7ad55bbb_1673fa3ff90729c98634@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0546e5993be1d7bdce3a2ac7e7af32794782eca5 https://github.com/buildbot/buildbot/commit/0546e5993be1d7bdce3a2ac7e7af32794782eca5 Author: Edmund Wong Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M master/buildbot/status/mail.py Log Message: ----------- Use parent instead of self.parent in MailNotifier.setServiceParent() Commit: ca971a600b46845ff416de5e2ddf62ab80b05761 https://github.com/buildbot/buildbot/commit/ca971a600b46845ff416de5e2ddf62ab80b05761 Author: Mikhail Sobolev Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M master/buildbot/status/mail.py Log Message: ----------- Merge pull request #1525 from ewongbb/ticket3182 Use parent instead of self.parent in MailNotifier.setServiceParent() Compare: https://github.com/buildbot/buildbot/compare/98944ab0fbdd...ca971a600b46 From noreply at github.com Fri Feb 6 17:27:55 2015 From: noreply at github.com (GitHub) Date: Fri, 06 Feb 2015 09:27:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 43a0e8: Change brid to buildrequestid. Message-ID: <54d4f99b6c45_62883fbe9fd9329c30599@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 43a0e827d76dcb93560c987c7e74c2d8e25192de https://github.com/buildbot/buildbot/commit/43a0e827d76dcb93560c987c7e74c2d8e25192de Author: Edmund Wong Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/buildbot/status/master.py Log Message: ----------- Change brid to buildrequestid. Commit: c2e9c971919bc7a4d06c2c52a63ff8b061a83cbd https://github.com/buildbot/buildbot/commit/c2e9c971919bc7a4d06c2c52a63ff8b061a83cbd Author: Mikhail Sobolev Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/buildbot/status/master.py Log Message: ----------- Merge pull request #1528 from ewongbb/ticket3182_3 Change brid to buildrequestid. Compare: https://github.com/buildbot/buildbot/compare/ca971a600b46...c2e9c971919b From noreply at github.com Sun Feb 8 15:08:05 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 07:08:05 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 85d5e6: sort tags in DB response - Fixes #3058 Message-ID: <54d77bd5cf5c_5ada3fe042f332b8858df@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 85d5e60af9db9a893cd409fa01e66a2a1f218183 https://github.com/buildbot/buildbot/commit/85d5e60af9db9a893cd409fa01e66a2a1f218183 Author: Dustin J. Mitchell Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M master/buildbot/test/unit/test_db_builders.py Log Message: ----------- sort tags in DB response - Fixes #3058 Commit: ea38b4d69c65f27aab809b6282c012b47ab87810 https://github.com/buildbot/buildbot/commit/ea38b4d69c65f27aab809b6282c012b47ab87810 Author: Mikhail Sobolev Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M master/buildbot/test/unit/test_db_builders.py Log Message: ----------- Merge pull request #1530 from djmitche/bug3058 sort tags in DB response - Fixes #3058 Compare: https://github.com/buildbot/buildbot/compare/c2e9c971919b...ea38b4d69c65 From noreply at github.com Sun Feb 8 16:40:12 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 08:40:12 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] cea70f: fix pep8 at 1.5.7 Message-ID: <54d7916cbca4_7b6b3fd15d00729c8533d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cea70f446cf5e8a3abb0740b4a8a3fd0802d7dff https://github.com/buildbot/buildbot/commit/cea70f446cf5e8a3abb0740b4a8a3fd0802d7dff Author: Pierre Tardy Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M .travis.yml Log Message: ----------- fix pep8 at 1.5.7 Signed-off-by: Pierre Tardy Commit: 5849b91e02eb034abfb6c0a5e58c273d86f927a0 https://github.com/buildbot/buildbot/commit/5849b91e02eb034abfb6c0a5e58c273d86f927a0 Author: Mikhail Sobolev Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #1533 from tardyp/pep8 fix pep8 at 1.5.7 Compare: https://github.com/buildbot/buildbot/compare/ea38b4d69c65...5849b91e02eb From noreply at github.com Sun Feb 8 16:40:30 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 08:40:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 60e7ee: fix api_proxy Message-ID: <54d7917e1d289_9473fd4e1e092a020163@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 60e7ee8b3edac65fbcf854c64dd66a73a07734cb https://github.com/buildbot/buildbot/commit/60e7ee8b3edac65fbcf854c64dd66a73a07734cb Author: Pierre Tardy Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M master/contrib/api_proxy.py Log Message: ----------- fix api_proxy Commit: 1d52a14263604d090330e44f79206aa5e093afab https://github.com/buildbot/buildbot/commit/1d52a14263604d090330e44f79206aa5e093afab Author: Mikhail Sobolev Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M master/contrib/api_proxy.py Log Message: ----------- Merge pull request #1532 from tardyp/apiproxy fix api_proxy Compare: https://github.com/buildbot/buildbot/compare/5849b91e02eb...1d52a1426360 From noreply at github.com Sun Feb 8 17:35:40 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 09:35:40 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5427d0: dump a list of installed python packages Message-ID: <54d79e6cda185_b1e3f8456ad92a045c3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5427d0ebc645fdbb1187ab9fcc279602a9dc043f https://github.com/buildbot/buildbot/commit/5427d0ebc645fdbb1187ab9fcc279602a9dc043f Author: Mikhail Sobolev Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M .travis.yml Log Message: ----------- dump a list of installed python packages * this will help identify certain problems while using Travis (successful tests when they should have failed and failed things when they should have succeeded) Commit: 5d2ae38f57ed6d5e885e86b8e448f8b3f7710026 https://github.com/buildbot/buildbot/commit/5d2ae38f57ed6d5e885e86b8e448f8b3f7710026 Author: Mikhail Sobolev Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #1531 from sa2ajj/dump-python-packages dump a list of install python packages Compare: https://github.com/buildbot/buildbot/compare/1d52a1426360...5d2ae38f57ed From noreply at github.com Sun Feb 8 19:25:56 2015 From: noreply at github.com (GitHub) Date: Sun, 08 Feb 2015 11:25:56 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] bafbad: fix management of configured builders Message-ID: <54d7b84411fa2_65db3f9c1589b2a07948e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bafbad8ef8499f463cad8b02db0c77d799265842 https://github.com/buildbot/buildbot/commit/bafbad8ef8499f463cad8b02db0c77d799265842 Author: Pierre Tardy Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/data/buildslaves.py M master/buildbot/db/buildslaves.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildslaves.py Log Message: ----------- fix management of configured builders Buildermasterid was confused with builderid, and the cleanup was not properly done Signed-off-by: Pierre Tardy Commit: c6b0093639f2442144e135f0bf140f483ebdc70a https://github.com/buildbot/buildbot/commit/c6b0093639f2442144e135f0bf140f483ebdc70a Author: Pierre Tardy Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M master/buildbot/db/buildslaves.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_db_buildslaves.py M master/docs/developer/database.rst Log Message: ----------- Document and add signature tests Signed-off-by: Pierre Tardy Commit: 13cac6fa35b5a5e0f8c5599e8bcd3eaf51a827d7 https://github.com/buildbot/buildbot/commit/13cac6fa35b5a5e0f8c5599e8bcd3eaf51a827d7 Author: Mikhail Sobolev Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/data/buildslaves.py M master/buildbot/db/buildslaves.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_db_buildslaves.py M master/docs/developer/database.rst Log Message: ----------- Merge pull request #1518 from tardyp/buildslaveConfigured fix management of configured builders Compare: https://github.com/buildbot/buildbot/compare/5d2ae38f57ed...13cac6fa35b5 From noreply at github.com Mon Feb 9 11:56:18 2015 From: noreply at github.com (GitHub) Date: Mon, 09 Feb 2015 03:56:18 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 61f815: Update __init__.py Message-ID: <54d8a062e7041_3d013fa8227bf2a0769af@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 61f8156e40697fea4739bd09ca92a6bc38d795a7 https://github.com/buildbot/buildbot/commit/61f8156e40697fea4739bd09ca92a6bc38d795a7 Author: Sezi Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M slave/buildslave/__init__.py Log Message: ----------- Update __init__.py Fix UnboundLocalError: local variable 'version' referenced before assignment Commit: 489308b0ccaaaf590316384450a21dd66d01b6aa https://github.com/buildbot/buildbot/commit/489308b0ccaaaf590316384450a21dd66d01b6aa Author: Marek Sezemsky Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M master/buildbot/__init__.py M slave/buildslave/__init__.py Log Message: ----------- Synchronize __init__.py between buildbot and buildslave Commit: 31e349ade75aebd3f8ae6630e49659b2ecadfb2b https://github.com/buildbot/buildbot/commit/31e349ade75aebd3f8ae6630e49659b2ecadfb2b Author: Marek Sezemsky Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M master/buildbot/__init__.py M slave/buildslave/__init__.py Log Message: ----------- Move correct imports to top of the __init__.py No more duplicate 'import re', removed unused import for 'with', grouped imports at the top: https://www.python.org/dev/peps/pep-0008/#imports "Imports are always put at the top of the file, just after any module comments and docstrings, and before module globals and constants." Commit: f874d1d22489b61559b5a471e2a44bc83e47e5c1 https://github.com/buildbot/buildbot/commit/f874d1d22489b61559b5a471e2a44bc83e47e5c1 Author: Marek Sezemsky Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M master/buildbot/__init__.py M slave/buildslave/__init__.py Log Message: ----------- Fix pep8 error: E302 expected 2 blank lines, found 1 Use two empty line as a block separator Commit: 560f94b7aa99aba6bc722d57d1fc68925fe592ff https://github.com/buildbot/buildbot/commit/560f94b7aa99aba6bc722d57d1fc68925fe592ff Author: Marek Sezemsky Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M master/buildbot/__init__.py M slave/buildslave/__init__.py Log Message: ----------- Use with statement to read a VERSION file so it gets closed (It was not a good idea to remove the with_statement import after all) Commit: cfdcf735742dea333f21ff8098c7c6639a5bfb76 https://github.com/buildbot/buildbot/commit/cfdcf735742dea333f21ff8098c7c6639a5bfb76 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/buildbot/__init__.py M slave/buildslave/__init__.py Log Message: ----------- Merge pull request #1523 from marek-sezemsky/patch-1 Update __init__.py Compare: https://github.com/buildbot/buildbot/compare/13cac6fa35b5...cfdcf735742d From noreply at github.com Mon Feb 9 11:58:09 2015 From: noreply at github.com (GitHub) Date: Mon, 09 Feb 2015 03:58:09 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 2d351c: skip tests for the wheels. This saves 50% of the s... Message-ID: <54d8a0d1c5626_3dc83fd3cace12a0849ec@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2d351c2270a22302149eecd11265ea2ce3ec6617 https://github.com/buildbot/buildbot/commit/2d351c2270a22302149eecd11265ea2ce3ec6617 Author: Pierre Tardy Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/setup.py Log Message: ----------- skip tests for the wheels. This saves 50% of the size of the wheel Signed-off-by: Pierre Tardy Commit: eeacd3107ac234ef658ebadf191cd4c3df23ad86 https://github.com/buildbot/buildbot/commit/eeacd3107ac234ef658ebadf191cd4c3df23ad86 Author: Pierre Tardy Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/setup.py Log Message: ----------- add clarification on why test.util and test.fake Signed-off-by: Pierre Tardy Commit: d34e1ccd3e62748b6d0c83965486774cdfb1dacc https://github.com/buildbot/buildbot/commit/d34e1ccd3e62748b6d0c83965486774cdfb1dacc Author: Pierre Tardy Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/setup.py Log Message: ----------- fix according to review comments Signed-off-by: Pierre Tardy Commit: fb28207fd268d7fb7f8140d07c60974b7ebc5504 https://github.com/buildbot/buildbot/commit/fb28207fd268d7fb7f8140d07c60974b7ebc5504 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/setup.py Log Message: ----------- Merge pull request #1524 from tardyp/wheel skip tests for the wheels. This saves 50% of the size of the wheel Compare: https://github.com/buildbot/buildbot/compare/1c58f91bcbb9...fb28207fd268 From noreply at github.com Mon Feb 9 11:57:14 2015 From: noreply at github.com (GitHub) Date: Mon, 09 Feb 2015 03:57:14 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0c9c58: Introduce RemoteCommandProxy to the protocol Message-ID: <54d8a09a970c0_5fb53fba93a912c08032b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0c9c58dad4830ee4797966be9146653557f84bbd https://github.com/buildbot/buildbot/commit/0c9c58dad4830ee4797966be9146653557f84bbd Author: Pierre Tardy Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/remotecommand.py Log Message: ----------- Introduce RemoteCommandProxy to the protocol RemoteCommand actually has 2 remote methods: remote_update() and remote_complete() We create a proxy so those methods so that the base protocol does not depend on pb anymore Signed-off-by: Pierre Tardy Commit: af0d91a1d91c80213d1d606ce1feec392625acb0 https://github.com/buildbot/buildbot/commit/af0d91a1d91c80213d1d606ce1feec392625acb0 Author: Pierre Tardy Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/buildbot/buildslave/protocols/base.py A master/buildbot/process/remotetransfer.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/darcs.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/unit/test_process_remotetransfer.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_darcs.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_mtn.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_steps_transfer.py M slave/buildslave/commands/transfer.py Log Message: ----------- refactor steps.transfer._File[Writer|Reader] Too much steps were using this private api We make a real API, and put it in the protocol This is a first step into not leaking pb.Reference in the protocol Signed-off-by: Pierre Tardy Commit: 8c896a8bc7dbd2d17054071f5d973a9567f3036b https://github.com/buildbot/buildbot/commit/8c896a8bc7dbd2d17054071f5d973a9567f3036b Author: Pierre Tardy Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/integration/test_transfer.py Log Message: ----------- add a integration test for the transfer protocol Signed-off-by: Pierre Tardy Commit: de0f0fc5c7726b7a5e8a6af83e3267ead0de0545 https://github.com/buildbot/buildbot/commit/de0f0fc5c7726b7a5e8a6af83e3267ead0de0545 Author: Pierre Tardy Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/docs/developer/cls-protocols.rst Log Message: ----------- documenting Signed-off-by: Pierre Tardy Commit: fc94ae344c5d539c41934421d4ef2a77235947e1 https://github.com/buildbot/buildbot/commit/fc94ae344c5d539c41934421d4ef2a77235947e1 Author: Pierre Tardy Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M slave/buildslave/commands/transfer.py Log Message: ----------- fix docstring Signed-off-by: Pierre Tardy Commit: b5521bd5833302e761e297b8a1d52e193e7b3d0e https://github.com/buildbot/buildbot/commit/b5521bd5833302e761e297b8a1d52e193e7b3d0e Author: Pierre Tardy Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/buildbot/buildslave/manager.py A master/buildbot/buildslave/protocols/null.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/config.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/test/integration/test_transfer.py M master/buildbot/test/util/integration.py A slave/buildslave/base.py M slave/buildslave/bot.py A slave/buildslave/null.py A slave/buildslave/pb.py M slave/buildslave/test/unit/test_bot.py Log Message: ----------- add 'null' protocol null protocol is the simplest, as it does not go to the wire, made for those who want their slave in the same process as their master Commit: 92c3cf25d3219c01749e1163952d50ee8cea7768 https://github.com/buildbot/buildbot/commit/92c3cf25d3219c01749e1163952d50ee8cea7768 Author: Pierre Tardy Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/unit/test_steps_slave.py M master/docs/developer/cls-protocols.rst M slave/buildslave/test/unit/test_bot.py Log Message: ----------- fix unit tests Signed-off-by: Pierre Tardy Commit: 60a5917ee2354a55c7e5b932d363c4a59e44d241 https://github.com/buildbot/buildbot/commit/60a5917ee2354a55c7e5b932d363c4a59e44d241 Author: Pierre Tardy Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/null.py M master/buildbot/buildslave/protocols/pb.py M master/docs/developer/cls-protocols.rst Log Message: ----------- clean protocol so that proxy are fully implemented by protocol First implementation was arguabily too much pb oriented Signed-off-by: Pierre Tardy Commit: 1c58f91bcbb9a5be312460abb0e25ffcfd2eff3b https://github.com/buildbot/buildbot/commit/1c58f91bcbb9a5be312460abb0e25ffcfd2eff3b Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/base.py A master/buildbot/buildslave/protocols/null.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/config.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py A master/buildbot/process/remotetransfer.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/darcs.py M master/buildbot/steps/transfer.py A master/buildbot/test/integration/test_transfer.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/unit/test_process_remotetransfer.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_darcs.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_mtn.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/util/integration.py M master/docs/developer/cls-protocols.rst A slave/buildslave/base.py M slave/buildslave/bot.py M slave/buildslave/commands/transfer.py A slave/buildslave/null.py A slave/buildslave/pb.py M slave/buildslave/test/unit/test_bot.py Log Message: ----------- Merge pull request #1513 from tardyp/slave-proto Slave proto: introduce proxies for RemoteCommand, FileWriter and FileReader Compare: https://github.com/buildbot/buildbot/compare/cfdcf735742d...1c58f91bcbb9 From noreply at github.com Mon Feb 9 11:58:27 2015 From: noreply at github.com (GitHub) Date: Mon, 09 Feb 2015 03:58:27 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 4aeb65: Fix aliasing of codebase_ss Message-ID: <54d8a0e3302b0_64f43f93a6ef92b871839@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 4aeb65df985e3df62e3e5532d39b482a9c8f3b35 https://github.com/buildbot/buildbot/commit/4aeb65df985e3df62e3e5532d39b482a9c8f3b35 Author: Dustin J. Mitchell Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- Fix aliasing of codebase_ss This variable was being set to {} in addBuild, but as a variable local to addBuild, not to the test. Switcihng that to codebase_ss.clear() fixes the issue by not using assignment. This patch also makes this variable a dict of sourcestamps by codebase, rather than a dict of lists of sourcestamps -- it's invalid to have multiple sourcestamps for the same codebase. Commit: c84fc5ac36954284fbae1b4ba8c4b3a9bdcdeed2 https://github.com/buildbot/buildbot/commit/c84fc5ac36954284fbae1b4ba8c4b3a9bdcdeed2 Author: Dustin J. Mitchell Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- fix tests to be more specific, correct Commit: 526a15df169d6aed08f6cb23b358225e1f2ebd77 https://github.com/buildbot/buildbot/commit/526a15df169d6aed08f6cb23b358225e1f2ebd77 Author: Dustin J. Mitchell Date: 2015-02-08 (Sun, 08 Feb 2015) Changed paths: M master/buildbot/db/changes.py Log Message: ----------- remove useless list comprehension Commit: 4dfe6672d41630451d6a8447381d0d5f3865f073 https://github.com/buildbot/buildbot/commit/4dfe6672d41630451d6a8447381d0d5f3865f073 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/buildbot/db/changes.py M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- Merge pull request #1534 from djmitche/bug3191 Fix bogus test for getChangesForBuild Compare: https://github.com/buildbot/buildbot/compare/fb28207fd268...4dfe6672d416 From noreply at github.com Mon Feb 9 19:56:55 2015 From: noreply at github.com (GitHub) Date: Mon, 09 Feb 2015 11:56:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a9d2c7: Travis: install txgithub only when latest Twisted ... Message-ID: <54d911071e67_37183ff09e38b2a095460@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a9d2c729ea7c8c151e4cc272f97efe25259bd432 https://github.com/buildbot/buildbot/commit/a9d2c729ea7c8c151e4cc272f97efe25259bd432 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M .travis.yml Log Message: ----------- Travis: install txgithub only when latest Twisted is tested * this prevents unintended upgrades Commit: 6df79fa71d8952226653a8a745f2bd7588f50775 https://github.com/buildbot/buildbot/commit/6df79fa71d8952226653a8a745f2bd7588f50775 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #1536 from sa2ajj/selective-txgithub Travis: install txgithub only when latest Twisted is tested Compare: https://github.com/buildbot/buildbot/compare/4dfe6672d416...6df79fa71d89 From noreply at github.com Mon Feb 9 21:33:22 2015 From: noreply at github.com (GitHub) Date: Mon, 09 Feb 2015 13:33:22 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 42df05: Add the StashStatusPush handler Message-ID: <54d927a24946e_382e3fc9555a92a0169f1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 42df05832edffd0c3ee36acc8f9ce913c3e010d6 https://github.com/buildbot/buildbot/commit/42df05832edffd0c3ee36acc8f9ce913c3e010d6 Author: Andrew Hammond Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: A master/buildbot/status/status_stash.py A master/buildbot/test/unit/test_status_stash.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Add the StashStatusPush handler Commit: f07a09df337b8c4355870b7f93b952a61f2cd996 https://github.com/buildbot/buildbot/commit/f07a09df337b8c4355870b7f93b952a61f2cd996 Author: Pierre Tardy Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M .travis.yml Log Message: ----------- fix pep8 at 1.5.7 Signed-off-by: Pierre Tardy Commit: 14739138bb40a15f86fe4f4088356d7bef525d23 https://github.com/buildbot/buildbot/commit/14739138bb40a15f86fe4f4088356d7bef525d23 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M .travis.yml A master/buildbot/status/status_stash.py A master/buildbot/test/unit/test_status_stash.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1537 from sa2ajj/fix-pep-for-pr1508 Add the StashStatusPush handler Compare: https://github.com/buildbot/buildbot/compare/5055f557b72e...14739138bb40 From noreply at github.com Tue Feb 10 21:37:18 2015 From: noreply at github.com (GitHub) Date: Tue, 10 Feb 2015 13:37:18 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 3eac08: move todo decorator to decorators module Message-ID: <54da7a0eb5f4d_610e3ffc947a12c010173a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3eac089a954ae7e2f4fd312f4398bf3986cc4cc9 https://github.com/buildbot/buildbot/commit/3eac089a954ae7e2f4fd312f4398bf3986cc4cc9 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: A master/buildbot/test/util/decorators.py R master/buildbot/test/util/todo.py Log Message: ----------- move todo decorator to decorators module Commit: e3e52569204dfae1ea26f854f7c3e5e1d938eec5 https://github.com/buildbot/buildbot/commit/e3e52569204dfae1ea26f854f7c3e5e1d938eec5 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/unit/test_scripts_start.py M master/buildbot/test/util/decorators.py R master/buildbot/test/util/flaky.py Log Message: ----------- move flaky decorator to buildbot.test.util.decorators Commit: d71fe99f6299f0c1fce20a4bc7ab6529d61835af https://github.com/buildbot/buildbot/commit/d71fe99f6299f0c1fce20a4bc7ab6529d61835af Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_changes_base.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_mq_base.py M master/buildbot/test/unit/test_process_buildrequestdistributor.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_scripts_checkconfig.py M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py M master/buildbot/test/unit/test_status_web_hooks_github.py M master/buildbot/test/unit/test_status_web_hooks_gitorious.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/test/unit/test_util_subscriptions.py M master/buildbot/test/unit/test_www_rest.py R master/buildbot/test/util/compat.py M master/buildbot/test/util/decorators.py Log Message: ----------- move log related decorators to decorators module * usesFlushLoggedErrors * usesFlushWarnings Commit: 7cb1f57fee426cfeffdb784c209ab0633adf16e6 https://github.com/buildbot/buildbot/commit/7cb1f57fee426cfeffdb784c209ab0633adf16e6 Author: Mikhail Sobolev Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: 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_upgrade_master.py Log Message: ----------- fix forgotten mentions Commit: a3bb0294d85ac9a47a7a64639d4e50618005ebe0 https://github.com/buildbot/buildbot/commit/a3bb0294d85ac9a47a7a64639d4e50618005ebe0 Author: Mikhail Sobolev Date: 2015-02-10 (Tue, 10 Feb 2015) Changed paths: M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_changes_base.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_mq_base.py M master/buildbot/test/unit/test_process_buildrequestdistributor.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_scripts_checkconfig.py M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py M master/buildbot/test/unit/test_status_web_hooks_github.py M master/buildbot/test/unit/test_status_web_hooks_gitorious.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/test/unit/test_util_subscriptions.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/decorators.py Log Message: ----------- remove outdated test decorators * usesFlushLoggedErrors * usesFlushWarnings We require Twisted >= 11.0.0, so there's little point to keep them in. Commit: 8d2cfdfa1122d0b1e3fc4c2715bd8a5a03e08754 https://github.com/buildbot/buildbot/commit/8d2cfdfa1122d0b1e3fc4c2715bd8a5a03e08754 Author: Mikhail Sobolev Date: 2015-02-10 (Tue, 10 Feb 2015) Changed paths: M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_changes_base.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_mq_base.py M master/buildbot/test/unit/test_process_buildrequestdistributor.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_scripts_checkconfig.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_upgrade_master.py M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py M master/buildbot/test/unit/test_status_web_hooks_github.py M master/buildbot/test/unit/test_status_web_hooks_gitorious.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/test/unit/test_util_subscriptions.py M master/buildbot/test/unit/test_www_rest.py R master/buildbot/test/util/compat.py A master/buildbot/test/util/decorators.py R master/buildbot/test/util/flaky.py R master/buildbot/test/util/todo.py Log Message: ----------- Merge pull request #1535 from sa2ajj/test-decorators collect all test related decorators in one module Compare: https://github.com/buildbot/buildbot/compare/6df79fa71d89...8d2cfdfa1122 From noreply at github.com Wed Feb 11 21:57:57 2015 From: noreply at github.com (GitHub) Date: Wed, 11 Feb 2015 13:57:57 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a68a3a: enable checks Message-ID: <54dbd0651a1ab_5013fda7c8cf2bc64963@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: a68a3aea425fc5e39d21efaeeaa51b78611e5532 https://github.com/buildbot/buildbot/commit/a68a3aea425fc5e39d21efaeeaa51b78611e5532 Author: Mikhail Sobolev Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- enable checks * add @d.addCallback * fix the attribute name (headers -> header) Commit: 79aa094407ef927438e3d2da8c7d2fdbff33b84d https://github.com/buildbot/buildbot/commit/79aa094407ef927438e3d2da8c7d2fdbff33b84d Author: Mikhail Sobolev Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- Merge pull request #1540 from sa2ajj/fix-some-tests enable checks Compare: https://github.com/buildbot/buildbot/compare/14739138bb40...79aa094407ef From noreply at github.com Thu Feb 12 20:12:13 2015 From: noreply at github.com (GitHub) Date: Thu, 12 Feb 2015 12:12:13 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 670f8c: Fix bug #3199 Message-ID: <54dd091df52f_2963fa71840d2c03306d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 670f8c4076d47524b1e94df471510efcc9250c02 https://github.com/buildbot/buildbot/commit/670f8c4076d47524b1e94df471510efcc9250c02 Author: Tsubashi <8th.realm at gmail.com> Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M master/buildbot/steps/vstudio.py Log Message: ----------- Fix bug #3199 MSBuild4 does not respect 'mode' argument. (http://trac.buildbot.net/ticket/3199) Commit: 5f7843fd6d641ad45698ed6d1dc9cfbb93737661 https://github.com/buildbot/buildbot/commit/5f7843fd6d641ad45698ed6d1dc9cfbb93737661 Author: Tsubashi <8th.realm at gmail.com> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M master/buildbot/steps/vstudio.py Log Message: ----------- Fixed conflict with project property Forgot that the Rebuild and Clean targets only exist for an entire solution. Commit: 8fcf77de403090ebe7008271575f2afe2cb3a8f6 https://github.com/buildbot/buildbot/commit/8fcf77de403090ebe7008271575f2afe2cb3a8f6 Author: Tsubashi <8th.realm at gmail.com> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M master/buildbot/test/unit/test_steps_vstudio.py Log Message: ----------- Updated unit tests to match Commit: 88b26fecadd013db2f1a5d0d69993993ca7bcf0b https://github.com/buildbot/buildbot/commit/88b26fecadd013db2f1a5d0d69993993ca7bcf0b Author: Tsubashi <8th.realm at gmail.com> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M master/buildbot/steps/vstudio.py Log Message: ----------- Removed extra whitespace Commit: 9b8d27193f393f11c7adf7cd2342884b0d7a0e6b https://github.com/buildbot/buildbot/commit/9b8d27193f393f11c7adf7cd2342884b0d7a0e6b Author: Mikhail Sobolev Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M master/buildbot/steps/vstudio.py M master/buildbot/test/unit/test_steps_vstudio.py Log Message: ----------- Merge pull request #1541 from Tsubashi/master Fix bug #3199 Compare: https://github.com/buildbot/buildbot/compare/8d2cfdfa1122...9b8d27193f39 From noreply at github.com Sun Feb 15 10:09:12 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Feb 2015 02:09:12 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 1d820d: Add the StashStatusPush handler Message-ID: <54e07048247f4_48903fcb3ce8d2c01654183@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 1d820d7237b9e5eff4c1575d487bebdef8487109 https://github.com/buildbot/buildbot/commit/1d820d7237b9e5eff4c1575d487bebdef8487109 Author: Andrew Hammond Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: A master/buildbot/status/status_stash.py A master/buildbot/test/unit/test_status_stash.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Add the StashStatusPush handler (Port from eight) Conflicts: master/docs/manual/cfg-statustargets.rst master/docs/relnotes/index.rst Commit: 8b4e7a920a2a6b474ad06c4592f5ec02441b8221 https://github.com/buildbot/buildbot/commit/8b4e7a920a2a6b474ad06c4592f5ec02441b8221 Author: Mikhail Sobolev Date: 2015-02-15 (Sun, 15 Feb 2015) Changed paths: A master/buildbot/status/status_stash.py A master/buildbot/test/unit/test_status_stash.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1538 from sa2ajj/port-1508 Add the StashStatusPush handler Compare: https://github.com/buildbot/buildbot/compare/9b8d27193f39...8b4e7a920a2a From noreply at github.com Sun Feb 15 17:51:33 2015 From: noreply at github.com (GitHub) Date: Sun, 15 Feb 2015 09:51:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 0ea8e2: Set DNS TTLs to one day Message-ID: <54e0dca5bfa41_65e43fec92b7b2b814794@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 0ea8e237d51ab57f18875380de91729ff4ce1e5f https://github.com/buildbot/buildbot-infra/commit/0ea8e237d51ab57f18875380de91729ff4ce1e5f Author: Dustin J. Mitchell Date: 2015-02-15 (Sun, 15 Feb 2015) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- Set DNS TTLs to one day Commit: b0da94b9a05473ea72e8e86113a813793bcd222c https://github.com/buildbot/buildbot-infra/commit/b0da94b9a05473ea72e8e86113a813793bcd222c Author: Mikhail Sobolev Date: 2015-02-15 (Sun, 15 Feb 2015) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- Merge pull request #84 from djmitche/longer-ttl Set DNS TTLs to one day Compare: https://github.com/buildbot/buildbot-infra/compare/96d59fa3f857...b0da94b9a054 From noreply at github.com Wed Feb 18 09:08:31 2015 From: noreply at github.com (GitHub) Date: Wed, 18 Feb 2015 01:08:31 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 68501b: remove deferredGenerators Message-ID: <54e4568f1231a_37fa3fbb5241d2bc3683f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 68501b157887d064d14f0aa9a7bdd733922e658a https://github.com/buildbot/buildbot/commit/68501b157887d064d14f0aa9a7bdd733922e658a Author: Pierre Tardy Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M slave/buildslave/base.py M slave/buildslave/commands/fs.py M slave/buildslave/test/unit/test_bot.py Log Message: ----------- remove deferredGenerators Signed-off-by: Pierre Tardy Commit: 20d2dc083db95e7a09ac6f3af1173bb1b64f1269 https://github.com/buildbot/buildbot/commit/20d2dc083db95e7a09ac6f3af1173bb1b64f1269 Author: Mikhail Sobolev Date: 2015-02-18 (Wed, 18 Feb 2015) Changed paths: M slave/buildslave/base.py M slave/buildslave/commands/fs.py M slave/buildslave/test/unit/test_bot.py Log Message: ----------- Merge pull request #1546 from tardyp/inlineCallbacks remove deferredGenerators Compare: https://github.com/buildbot/buildbot/compare/8b4e7a920a2a...20d2dc083db9 From noreply at github.com Fri Feb 20 12:43:12 2015 From: noreply at github.com (GitHub) Date: Fri, 20 Feb 2015 04:43:12 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 41c0f5: Be less dependent on `.gitconfig` and `.gitattribu... Message-ID: <54e72be07b386_2a3f3fe97d39929c93332@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 41c0f5d95ee1ad47df0540c1221dc614abd83d3f https://github.com/buildbot/buildbot/commit/41c0f5d95ee1ad47df0540c1221dc614abd83d3f Author: Olivier Favre Date: 2015-02-18 (Wed, 18 Feb 2015) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Be less dependent on `.gitconfig` and `.gitattributes` for `git diff` output Using `[diff] noprefix` strips the standard `a/` and `b/` prefixes, we can restore them using `--src-prefix=a/` and `--dst-prefix=b/`. This fixes the following error: fatal: git diff header lacks filename information when removing 1 leading pathname components (line 5) `.gitattributes` can configure special text conversion filters and external diff programs, we can remove them using `--no-textconv` and `--no-ext-diff`. This fixes the following errors: error: patch failed: path/to/some/file:123 error: path/to/some/file: patch does not apply Commit: 47b9afc3008de78e52a557baeaa0f52149039af9 https://github.com/buildbot/buildbot/commit/47b9afc3008de78e52a557baeaa0f52149039af9 Author: Mikhail Sobolev Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Merge pull request #1550 from yakaz/fix-git-diff-prefix-textconv-extdiff Be less dependent on `.gitconfig` and `.gitattributes` for `git diff` output Compare: https://github.com/buildbot/buildbot/compare/20d2dc083db9...47b9afc3008d From noreply at github.com Sat Feb 21 09:00:54 2015 From: noreply at github.com (GitHub) Date: Sat, 21 Feb 2015 01:00:54 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 76c5b0: load the master.cfg from a thread Message-ID: <54e84946eb70a_4f913fb4050c92b8480e4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 76c5b0ce6f64f7eeda5e590e1155fabece68812d https://github.com/buildbot/buildbot/commit/76c5b0ce6f64f7eeda5e590e1155fabece68812d Author: Pierre Tardy Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M master/buildbot/master.py M master/docs/relnotes/index.rst Log Message: ----------- load the master.cfg from a thread For big configs, parsing the master config can be pretty long, especially if network access is being done. * Get the lists of slaves on external website, e.g with http://racktables.org/ * get config from external db, e.g from etcd https://coreos.com/using-coreos/etcd/ * next PR will be about storing json data for master.cfg usage in the state table from db: http://docs.buildbot.net/latest/developer/database.html#module-buildbot.db.state Signed-off-by: Pierre Tardy Commit: 0cf56d0cadc199e308b653d24c707f0545cdfb7d https://github.com/buildbot/buildbot/commit/0cf56d0cadc199e308b653d24c707f0545cdfb7d Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/master.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1547 from tardyp/onThreadReload load the master.cfg from a thread Compare: https://github.com/buildbot/buildbot/compare/47b9afc3008d...0cf56d0cadc1 From noreply at github.com Sun Feb 22 02:12:59 2015 From: noreply at github.com (GitHub) Date: Sat, 21 Feb 2015 18:12:59 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 2a9cdf: Update Python requirements Message-ID: <54e93b2bdb3e2_66e23f8a6b4d52bc78094@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2a9cdfbe2dfd0acdcb2a72a2953931235acee7fc https://github.com/buildbot/buildbot/commit/2a9cdfbe2dfd0acdcb2a72a2953931235acee7fc Author: Dustin J. Mitchell Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/docs/manual/installation.rst M master/docs/relnotes/index.rst Log Message: ----------- Update Python requirements Follow-on from https://github.com/buildbot/buildbot/pull/1546 among other changes. Commit: d2ed981d1a7961b77a4a889962e99800f600034f https://github.com/buildbot/buildbot/commit/d2ed981d1a7961b77a4a889962e99800f600034f Author: Dustin J. Mitchell Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/docs/manual/installation.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge djmitche/buildbot:slave-pyreq (PR #1554) Compare: https://github.com/buildbot/buildbot/compare/0cf56d0cadc1...d2ed981d1a79 From noreply at github.com Sun Feb 22 20:14:39 2015 From: noreply at github.com (GitHub) Date: Sun, 22 Feb 2015 12:14:39 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 3c4e2d: Remove, rather that just ls'ing, old logs Message-ID: <54ea38af92673_347c3fc2b83252c0253fb@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 3c4e2d44bd52952ea345a4c1f57a27cc35824730 https://github.com/buildbot/buildbot-infra/commit/3c4e2d44bd52952ea345a4c1f57a27cc35824730 Author: Dustin J. Mitchell Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M roles/syslog-aggregator/tasks/main.yml Log Message: ----------- Remove, rather that just ls'ing, old logs Commit: a9d7eff771f815ddc88247316469ab17741d22f1 https://github.com/buildbot/buildbot-infra/commit/a9d7eff771f815ddc88247316469ab17741d22f1 Author: Dustin J. Mitchell Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M roles/syslog-aggregator/tasks/main.yml Log Message: ----------- Merge djmitche/buildbot-infra:rm-old-logs (PR #85) Compare: https://github.com/buildbot/buildbot-infra/compare/b0da94b9a054...a9d7eff771f8 From noreply at github.com Sun Feb 22 21:28:24 2015 From: noreply at github.com (GitHub) Date: Sun, 22 Feb 2015 13:28:24 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 69a424: Add unit test for trac issue Message-ID: <54ea49f85ec41_5e253fa3a15cf2b810067e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 69a424986287379a8b29b02817cba0578bb5f802 https://github.com/buildbot/buildbot/commit/69a424986287379a8b29b02817cba0578bb5f802 Author: Vitali Lovich Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: A master/buildbot/test/unit/test_process_logobserver.py Log Message: ----------- Add unit test for trac issue Commit: d7ab5ddcd20ebb31fe17d89333f14341495fa4c1 https://github.com/buildbot/buildbot/commit/d7ab5ddcd20ebb31fe17d89333f14341495fa4c1 Author: Vitali Lovich Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M master/buildbot/process/logobserver.py Log Message: ----------- Fix trac ticket 3207 The unicode output in a log is lost & is treated as an ASCII string when there are multiple chunks. This can cause exceptions when mixing strings which will validate that the contents of an "ascii" string are ascii. Commit: 2d42031a431d1d617bf0e7539af6c4162651c436 https://github.com/buildbot/buildbot/commit/2d42031a431d1d617bf0e7539af6c4162651c436 Author: Dustin J. Mitchell Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M master/buildbot/test/unit/test_process_logobserver.py M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- pep8 Commit: ebdc9faee4998498ccd38a30a0f5adb19b1187ee https://github.com/buildbot/buildbot/commit/ebdc9faee4998498ccd38a30a0f5adb19b1187ee Author: Dustin J. Mitchell Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M master/buildbot/process/logobserver.py A master/buildbot/test/unit/test_process_logobserver.py M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- Merge branch 'pull1545' into eight Compare: https://github.com/buildbot/buildbot/compare/79aa094407ef...ebdc9faee499 From noreply at github.com Sun Feb 22 21:53:02 2015 From: noreply at github.com (GitHub) Date: Sun, 22 Feb 2015 13:53:02 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 745840: Make periodic stop emailing us all the frakkin tim... Message-ID: <54ea4fbe29fa_2ecd3fa4aa8d929c967c1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 745840c99300a69c295c21f10e1a3f60507567a3 https://github.com/buildbot/buildbot-infra/commit/745840c99300a69c295c21f10e1a3f60507567a3 Author: Dustin J. Mitchell Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M roles/base/tasks/periodic.yml Log Message: ----------- Make periodic stop emailing us all the frakkin time Commit: 3f9b14ee02bfb7979180eedb991b99111b70143f https://github.com/buildbot/buildbot-infra/commit/3f9b14ee02bfb7979180eedb991b99111b70143f Author: Mikhail Sobolev Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M roles/base/tasks/periodic.yml Log Message: ----------- Merge pull request #86 from djmitche/quieter-periodic Make periodic stop emailing us all the frakkin time Compare: https://github.com/buildbot/buildbot-infra/compare/a9d7eff771f8...3f9b14ee02bf From noreply at github.com Mon Feb 23 07:11:58 2015 From: noreply at github.com (GitHub) Date: Sun, 22 Feb 2015 23:11:58 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 7f55ef: Builstep.ShellMixin: pass the stdout/stderr params... Message-ID: <54ead2becec03_3cbf3fb6ff1272bc101fb@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 7f55ef07561970bd3c809749159f94457c6d1cc6 https://github.com/buildbot/buildbot/commit/7f55ef07561970bd3c809749159f94457c6d1cc6 Author: Jared Grubb Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Builstep.ShellMixin: pass the stdout/stderr params through Commit: 0a61e4306b549662f290729424ebb2ab60dad7b1 https://github.com/buildbot/buildbot/commit/0a61e4306b549662f290729424ebb2ab60dad7b1 Author: Jared Grubb Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Builstep.ShellMixin: reuse logs when they already exist Commit: 06accf9b11679c70b864254b646a3a404ce18e84 https://github.com/buildbot/buildbot/commit/06accf9b11679c70b864254b646a3a404ce18e84 Author: Mikhail Sobolev Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge pull request #1555 from jaredgrubb/ShellMixinLogs [eight] ShellMixin: two minor logging fixes Compare: https://github.com/buildbot/buildbot/compare/ebdc9faee499...06accf9b1167 From noreply at github.com Mon Feb 23 19:03:00 2015 From: noreply at github.com (GitHub) Date: Mon, 23 Feb 2015 11:03:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] bfd8ec: Parse value-less items in .gitconfig as equal to `... Message-ID: <54eb79642b2f2_4cf3fb9440e92b8688f4@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bfd8eced0b78c1e3e2f2f8808a52def147f46755 https://github.com/buildbot/buildbot/commit/bfd8eced0b78c1e3e2f2f8808a52def147f46755 Author: Olivier Favre Date: 2015-02-18 (Wed, 18 Feb 2015) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Parse value-less items in .gitconfig as equal to `"true"` Solves a problem when sending the patch when using buildbot try on a git-managed project. Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/internet/_baseprocess.py", line 60, in maybeCallProcessEnded proto.processEnded(Failure(reason)) File "/usr/lib/python2.7/dist-packages/twisted/internet/utils.py", line 159, in processEnded self.deferred.callback((out, err, code)) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 368, in callback self._startRunCallbacks(result) File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 464, in _startRunCallbacks self._runCallbacks() --- --- File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/usr/lib/python2.7/dist-packages/buildbot/clients/tryclient.py", line 306, in parseConfig self.config[parts[0]] = parts[1] exceptions.IndexError: list index out of range (The line numbers may not match the current master.) As to why defaulting to `"true"`, see the following excerpt of the `git-config(1)` manpage: CONFIGURATION FILE [...] Syntax [...] All the other lines (and the remainder of the line after the section header) are recognized as setting variables, in the form name = value. If there is no equal sign on the line, the entire line is taken as name and the variable is recognized as boolean "true". The variable names are Commit: 74f59698d95e3c175065e5c1a6844f9832f78d68 https://github.com/buildbot/buildbot/commit/74f59698d95e3c175065e5c1a6844f9832f78d68 Author: Mikhail Sobolev Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Merge pull request #1549 from yakaz/fix-gitconfig-novalue Parse value-less items in .gitconfig as equal to `"true"` Compare: https://github.com/buildbot/buildbot/compare/d2ed981d1a79...74f59698d95e From noreply at github.com Tue Feb 24 12:20:48 2015 From: noreply at github.com (GitHub) Date: Tue, 24 Feb 2015 04:20:48 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 8b1a84: Drop buddyns, which has a very low monthly query l... Message-ID: <54ec6ca09eb35_200d3fb60c07329c117df@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 8b1a8499a7a93b71b2ca2eda759251c4695fbe73 https://github.com/buildbot/buildbot-infra/commit/8b1a8499a7a93b71b2ca2eda759251c4695fbe73 Author: Dustin J. Mitchell Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- Drop buddyns, which has a very low monthly query limit We are hitting the 270kq limit in this, the shortest month of the year. Commit: c14f904ee026b27b008200f0fb180a9e4cef31b0 https://github.com/buildbot/buildbot-infra/commit/c14f904ee026b27b008200f0fb180a9e4cef31b0 Author: Mikhail Sobolev Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- Merge pull request #87 from djmitche/drop-buddyns Drop buddyns, which has a very low monthly query limit Compare: https://github.com/buildbot/buildbot-infra/compare/3f9b14ee02bf...c14f904ee026 From noreply at github.com Tue Feb 24 15:51:57 2015 From: noreply at github.com (GitHub) Date: Tue, 24 Feb 2015 07:51:57 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c23205: call parent constructor Message-ID: <54ec9e1d225fa_a243fcfd79a52b86855b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c2320579a340272273ed62d95d15bb75fb06fef4 https://github.com/buildbot/buildbot/commit/c2320579a340272273ed62d95d15bb75fb06fef4 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/process/remotetransfer.py M master/buildbot/status/web/change_hook.py M master/buildbot/steps/package/rpm/rpmspec.py M master/buildbot/www/sse.py M master/contrib/googlecode_atom.py Log Message: ----------- call parent constructor Commit: 655d24aae406345c70c547baa9138b0608cf8dff https://github.com/buildbot/buildbot/commit/655d24aae406345c70c547baa9138b0608cf8dff Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- remove trailing semi-colon Commit: e2f1b8ebe438819957dedea46e965bccdfa47e5d https://github.com/buildbot/buildbot/commit/e2f1b8ebe438819957dedea46e965bccdfa47e5d Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/process/users/users.py Log Message: ----------- use hashlib directly * minimal version of Python for master: 2.6 (and hashlib was introduced in 2.5) Commit: 32ed347bc6645d4f03721a1af9bf53f3fb6076ab https://github.com/buildbot/buildbot/commit/32ed347bc6645d4f03721a1af9bf53f3fb6076ab Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- fix style for a docs example Commit: 880397adba3a1842a77b901f073b609ecca47835 https://github.com/buildbot/buildbot/commit/880397adba3a1842a77b901f073b609ecca47835 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/libvirt.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/changes/bitbucket.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/mail.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/sendchange.py M master/buildbot/clients/usersclient.py M master/buildbot/db/buildrequests.py M master/buildbot/db/changes.py M master/buildbot/db/connector.py M master/buildbot/db/pool.py M master/buildbot/master.py M master/buildbot/monkeypatches/testcase_synctest.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/process/slavebuilder.py M master/buildbot/process/users/manual.py M master/buildbot/schedulers/timed.py M master/buildbot/schedulers/triggerable.py M master/buildbot/status/builder.py M master/buildbot/status/buildrequest.py M master/buildbot/status/buildset.py M master/buildbot/status/github.py M master/buildbot/status/master.py M master/buildbot/status/status_stash.py M master/buildbot/status/words.py M master/buildbot/steps/package/rpm/mock.py 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/repo.py M master/buildbot/steps/source/svn.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/fuzz/test_lru.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/regressions/test_bad_change_properties_rows.py M master/buildbot/test/regressions/test_import_unicode_changes.py M master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_changes_base.py M master/buildbot/test/unit/test_changes_bitbucket.py M master/buildbot/test/unit/test_changes_bonsaipoller.py M master/buildbot/test/unit/test_changes_gerritchangesource.py M master/buildbot/test/unit/test_changes_gitpoller.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_util_eventual.py M master/buildbot/test/unit/test_util_lru.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/test/unit/test_util_state.py M master/buildbot/test/util/change_import.py M master/buildbot/test/util/changesource.py M master/buildbot/test/util/connector_component.py M master/buildbot/test/util/migration.py M master/buildbot/util/__init__.py M master/contrib/bk_buildbot.py M master/contrib/bzr_buildbot.py M master/contrib/fakemaster.py M master/contrib/svn_buildbot.py Log Message: ----------- unify add{{Call,Err}back,Both} * use them as a decorator whenever possible Commit: d6069667a00b3ae2233e9682eff27d106b7cd37d https://github.com/buildbot/buildbot/commit/d6069667a00b3ae2233e9682eff27d106b7cd37d Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/www/rest.py Log Message: ----------- remove duplicate except clause Commit: 5fa9b98488a010e8f5119fc62f881be5ed48b2ea https://github.com/buildbot/buildbot/commit/5fa9b98488a010e8f5119fc62f881be5ed48b2ea Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/monkeypatches/__init__.py Log Message: ----------- simplify twisted version condition Commit: 2d78b705b0fd4a131978a29ae9c03b9286cf088f https://github.com/buildbot/buildbot/commit/2d78b705b0fd4a131978a29ae9c03b9286cf088f Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/monkeypatches/__init__.py R master/buildbot/monkeypatches/bug4881.py Log Message: ----------- remove monkeypatch for #4881 as we require a better Twisted Commit: eb25b89064b07dddde21ad232f4987f1116f070c https://github.com/buildbot/buildbot/commit/eb25b89064b07dddde21ad232f4987f1116f070c Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- simplify process/buildstep Commit: c6bab18ac53ffdae43c488b2a069ca2c99acc2b9 https://github.com/buildbot/buildbot/commit/c6bab18ac53ffdae43c488b2a069ca2c99acc2b9 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- return somewhat sensible value when self.build is not set yet Commit: b6c01863ea918f187408298cd1347a52fd2b84a2 https://github.com/buildbot/buildbot/commit/b6c01863ea918f187408298cd1347a52fd2b84a2 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- sort renderables and parms of buildbot.process.buildstep.BuildStep * this helps to check what names are handled by the class Commit: 089e217747aeb74a173afb00f13edf4af35ef26c https://github.com/buildbot/buildbot/commit/089e217747aeb74a173afb00f13edf4af35ef26c Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/steps/cppcheck.py Log Message: ----------- update cppcheck Commit: 435d66640e21983efd080b94c0eaedccb621bf64 https://github.com/buildbot/buildbot/commit/435d66640e21983efd080b94c0eaedccb621bf64 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/steps/master.py Log Message: ----------- update steps/master.py * remove 'workdir' from constructor parameters of MasterShellCommand (it should be handled by buildstep.BuildStep) Commit: 1617f8687d12d5e4ab36d75e1245c1391195dab1 https://github.com/buildbot/buildbot/commit/1617f8687d12d5e4ab36d75e1245c1391195dab1 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/steps/mswin.py Log Message: ----------- update steps/mswin.py Commit: e5ff35d8791b9b5225172d22c9c03c9b54f3356b https://github.com/buildbot/buildbot/commit/e5ff35d8791b9b5225172d22c9c03c9b54f3356b Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/steps/trigger.py Log Message: ----------- update steps/trigger.py Commit: edca83199384d36b6681b70bb5cddd1d005f9b79 https://github.com/buildbot/buildbot/commit/edca83199384d36b6681b70bb5cddd1d005f9b79 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/steps/shell.py Log Message: ----------- update steps/shell.py Commit: 13a3fd3d9e112c089b97e87bc2ff9a6f20438c09 https://github.com/buildbot/buildbot/commit/13a3fd3d9e112c089b97e87bc2ff9a6f20438c09 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/steps/python.py Log Message: ----------- update Python steps * use tuples for constant "lists" * prepend internal constants/values with '_' * fix dangerous default parameters for Sphinx step Commit: 4927c8342e16b22dcfa38755f2f27f25b71904e8 https://github.com/buildbot/buildbot/commit/4927c8342e16b22dcfa38755f2f27f25b71904e8 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/steps/mtrlogobserver.py Log Message: ----------- update mtrlogobserver.py * cosmetics (empty lines and such) * removed dangerous parameter (logfiles={}) Commit: 01ceda06daed6d96c080689f530e673d2086cc50 https://github.com/buildbot/buildbot/commit/01ceda06daed6d96c080689f530e673d2086cc50 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/contrib/libvirt/network.xml Log Message: ----------- fix libvirt config in contrib Commit: 208b86d13a59d270900bf124c1f9d73d55238d69 https://github.com/buildbot/buildbot/commit/208b86d13a59d270900bf124c1f9d73d55238d69 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 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/changes/bonsaipoller.py M master/buildbot/changes/changes.py M master/buildbot/changes/mail.py M master/buildbot/clients/sendchange.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/db/changes.py M master/buildbot/locks.py M master/buildbot/process/buildstep.py M master/buildbot/process/factory.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/builder.py M master/buildbot/status/irc.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/web/change_hook.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/darcs.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/source/mtn.py M master/buildbot/steps/trigger.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/util/connector_component.py M master/buildbot/test/util/scheduler.py M master/buildbot/test/util/sourcesteps.py M master/buildbot/util/pickle.py M master/buildbot/www/ldapuserinfo.py M master/contrib/webhook_status.py Log Message: ----------- fix mutable arguments * only the 'master' tree * only some bits in test/ hierarchy (mostly those that checked arg specs) Commit: 905d9173a56022a0b02a021342ad1160b6b59d8a https://github.com/buildbot/buildbot/commit/905d9173a56022a0b02a021342ad1160b6b59d8a Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/status/builder.py M master/buildbot/status/master.py M master/buildbot/status/slave.py M master/buildbot/status/status_push.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/util/pickle.py Log Message: ----------- rewrite dictionary creation as a dictionary literal Commit: a8c2a44616b9d883d10e45156d74100fd2d4fef1 https://github.com/buildbot/buildbot/commit/a8c2a44616b9d883d10e45156d74100fd2d4fef1 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/changes/changes.py M master/buildbot/steps/python.py M master/buildbot/steps/vstudio.py M master/buildbot/test/unit/test_changes_bonsaipoller.py Log Message: ----------- rewrite list creation as a list literal Commit: 373355632cd2190f736a64bc2da2bb50f379f96e https://github.com/buildbot/buildbot/commit/373355632cd2190f736a64bc2da2bb50f379f96e Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: R master/buildbot/changes/bonsaipoller.py R master/buildbot/test/unit/test_changes_bonsaipoller.py M master/docs/manual/cfg-changesources.rst M master/docs/relnotes/index.rst Log Message: ----------- remove BonsaiPoller Commit: 593f5429f8548c8379e7ccf575789b74c0528a4c https://github.com/buildbot/buildbot/commit/593f5429f8548c8379e7ccf575789b74c0528a4c Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: R master/buildbot/ec2buildslave.py R master/buildbot/libvirtbuildslave.py M master/docs/relnotes/index.rst Log Message: ----------- remove buildbot/{ec2,libvirt}buildslave They were only kept for backward compatibility, but nine introduces quite a few other things that require attention. So this small bit will have to be taken care of (and it's documented in release notes). Commit: d4de470f007bd196cc8ffbe9d2dddce1d8e25dfa https://github.com/buildbot/buildbot/commit/d4de470f007bd196cc8ffbe9d2dddce1d8e25dfa Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/changes/changes.py M master/buildbot/locks.py Log Message: ----------- simplify sorting where it makes sense Commit: d705a5befbd8ddda190bf7a3eb7a09e098c674a7 https://github.com/buildbot/buildbot/commit/d705a5befbd8ddda190bf7a3eb7a09e098c674a7 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/test/unit/test_process_builder.py Log Message: ----------- remove wrong return Commit: c595e4474b2ab42450841c7b5e0927f86ec6976e https://github.com/buildbot/buildbot/commit/c595e4474b2ab42450841c7b5e0927f86ec6976e Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/dependent.py M master/buildbot/schedulers/timed.py M master/buildbot/schedulers/triggerable.py M master/buildbot/schedulers/trysched.py Log Message: ----------- brush schedulers * make `properties` a keyword argument for BaseScheduler and handle default in its constructor * remove `properties` keyword argument from all other schedulers and leave it to be processed by BaseScheduler * leave positional parameters positional whenever applicable * make Try* schedulers accept all common parameters as well (by introducing `**kwargs` parameter for constructor and passing it to the parent) Commit: 039e386a352491c2acebcae1c1c1704e4c9f949a https://github.com/buildbot/buildbot/commit/039e386a352491c2acebcae1c1c1704e4c9f949a Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- remove comment; leave it as it is Commit: 43be151ec8224b1e4a5589a9644a06be224e8240 https://github.com/buildbot/buildbot/commit/43be151ec8224b1e4a5589a9644a06be224e8240 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/steps/subunit.py Log Message: ----------- remove unused class variables in subunit step Commit: aba253c9010ee8a9529a8b819759226e91567993 https://github.com/buildbot/buildbot/commit/aba253c9010ee8a9529a8b819759226e91567993 Author: Mikhail Sobolev Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M master/buildbot/changes/p4poller.py M master/buildbot/scripts/buildbot_tac.tmpl M master/buildbot/steps/transfer.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_steps_source_bzr.py Log Message: ----------- do not import os.path; import os Commit: 5acffad4b12f23ef8d3a1a29c380071c4caf1c6c https://github.com/buildbot/buildbot/commit/5acffad4b12f23ef8d3a1a29c380071c4caf1c6c Author: Mikhail Sobolev Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M master/buildbot/steps/slave.py Log Message: ----------- make use of .checkSlaveHasCommand Commit: ff06ca1f098048071b328decfe9df4cff851f21a https://github.com/buildbot/buildbot/commit/ff06ca1f098048071b328decfe9df4cff851f21a Author: Mikhail Sobolev Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M master/buildbot/buildslave/libvirt.py Log Message: ----------- address tardyp's comment Commit: a2900628547f2eec18debb08e87775af374684f1 https://github.com/buildbot/buildbot/commit/a2900628547f2eec18debb08e87775af374684f1 Author: Mikhail Sobolev Date: 2015-02-24 (Tue, 24 Feb 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/buildslave/protocols/pb.py M master/buildbot/changes/bitbucket.py R master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/changes.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/mail.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/sendchange.py M master/buildbot/clients/usersclient.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/db/buildrequests.py M master/buildbot/db/changes.py M master/buildbot/db/connector.py M master/buildbot/db/pool.py R master/buildbot/ec2buildslave.py R master/buildbot/libvirtbuildslave.py M master/buildbot/locks.py M master/buildbot/master.py M master/buildbot/monkeypatches/__init__.py R master/buildbot/monkeypatches/bug4881.py M master/buildbot/monkeypatches/testcase_synctest.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildstep.py M master/buildbot/process/factory.py M master/buildbot/process/properties.py M master/buildbot/process/remotetransfer.py M master/buildbot/process/slavebuilder.py M master/buildbot/process/users/manual.py M master/buildbot/process/users/users.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/dependent.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/timed.py M master/buildbot/schedulers/triggerable.py M master/buildbot/schedulers/trysched.py M master/buildbot/scripts/buildbot_tac.tmpl M master/buildbot/status/builder.py M master/buildbot/status/buildrequest.py M master/buildbot/status/buildset.py M master/buildbot/status/github.py M master/buildbot/status/irc.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/slave.py M master/buildbot/status/status_push.py M master/buildbot/status/status_stash.py M master/buildbot/status/web/change_hook.py M master/buildbot/status/words.py M master/buildbot/steps/cppcheck.py M master/buildbot/steps/master.py M master/buildbot/steps/mswin.py M master/buildbot/steps/mtrlogobserver.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmspec.py M master/buildbot/steps/python.py M master/buildbot/steps/shell.py M master/buildbot/steps/slave.py 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/repo.py M master/buildbot/steps/source/svn.py M master/buildbot/steps/subunit.py M master/buildbot/steps/transfer.py M master/buildbot/steps/trigger.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/fake/web.py M master/buildbot/test/fuzz/test_lru.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/regressions/test_bad_change_properties_rows.py M master/buildbot/test/regressions/test_import_unicode_changes.py M master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_changes_base.py M master/buildbot/test/unit/test_changes_bitbucket.py R master/buildbot/test/unit/test_changes_bonsaipoller.py M master/buildbot/test/unit/test_changes_gerritchangesource.py M master/buildbot/test/unit/test_changes_gitpoller.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_util_eventual.py M master/buildbot/test/unit/test_util_lru.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/test/unit/test_util_state.py M master/buildbot/test/util/change_import.py M master/buildbot/test/util/changesource.py M master/buildbot/test/util/connector_component.py M master/buildbot/test/util/migration.py M master/buildbot/test/util/scheduler.py M master/buildbot/test/util/sourcesteps.py M master/buildbot/util/__init__.py M master/buildbot/util/pickle.py M master/buildbot/www/ldapuserinfo.py M master/buildbot/www/rest.py M master/buildbot/www/sse.py M master/contrib/bk_buildbot.py M master/contrib/bzr_buildbot.py M master/contrib/fakemaster.py M master/contrib/git_buildbot.py M master/contrib/googlecode_atom.py M master/contrib/libvirt/network.xml M master/contrib/svn_buildbot.py M master/contrib/webhook_status.py M master/docs/manual/cfg-changesources.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1551 from sa2ajj/general-cosmetics Various cosmetics Compare: https://github.com/buildbot/buildbot/compare/74f59698d95e...a2900628547f From noreply at github.com Tue Feb 24 14:42:34 2015 From: noreply at github.com (GitHub) Date: Tue, 24 Feb 2015 06:42:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] f3a7bc: YAML interprets YES and NO as True and False -- no... Message-ID: <54ec8dda89bef_1e73ff8e2b1d29c125e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: f3a7bc66cd499460ff2e3a3c37a9eed752fd8dc9 https://github.com/buildbot/buildbot-infra/commit/f3a7bc66cd499460ff2e3a3c37a9eed752fd8dc9 Author: Dustin J. Mitchell Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M roles/base/tasks/periodic.yml Log Message: ----------- YAML interprets YES and NO as True and False -- not what we wanted From noreply at github.com Thu Feb 26 17:01:36 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 09:01:36 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 46d462: enhance housekeeping Message-ID: <54ef517042a9f_1f503f91d19b92c09946f@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 46d462ed200007aedf9e5f2994c4ba9b017ba909 https://github.com/buildbot/buildbot/commit/46d462ed200007aedf9e5f2994c4ba9b017ba909 Author: Pierre Tardy Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M master/buildbot/buildslave/manager.py M master/buildbot/data/buildslaves.py M master/buildbot/data/masters.py M master/buildbot/db/buildslaves.py M master/buildbot/master.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_buildslaves.py M master/docs/developer/database.rst M master/docs/developer/rtype-buildslave.rst Log Message: ----------- enhance housekeeping Buildslave configured was not properly cleaned up upon master reconfiguration, or master disabling Signed-off-by: Pierre Tardy Commit: 429307fd37b0422b3ec2ca8aa9b0ea20a8478e44 https://github.com/buildbot/buildbot/commit/429307fd37b0422b3ec2ca8aa9b0ea20a8478e44 Author: Pierre Tardy Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M .gitignore Log Message: ----------- fix git ignore to ignore build directory Commit: 443f9b98b40837f3c3d08b77a9143266cb27559c https://github.com/buildbot/buildbot/commit/443f9b98b40837f3c3d08b77a9143266cb27559c Author: Pierre Tardy Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M www/base/src/app/builders/builders.controller.coffee M www/base/src/app/buildslaves/buildslaves.controller.coffee M www/base/src/app/buildslaves/buildslaves.route.coffee M www/base/src/app/buildslaves/buildslaves.tpl.jade Log Message: ----------- Enhance buildslave page for scalability. - now we can safely display hundreds of slaves (3 requests neededs). Previous version did tons of requests. - display the master on which it is configured if there are more than 1 active master - like builder page, added a page to hide unconfigured slaves Commit: af1c53cebe08358f3fa6f4f7985303de7a5e0333 https://github.com/buildbot/buildbot/commit/af1c53cebe08358f3fa6f4f7985303de7a5e0333 Author: Pierre Tardy Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M master/buildbot/db/buildslaves.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildslaves.py Log Message: ----------- add a test for the already inserted case this removes a TODO Commit: fde53e33257a817331f8377285c3ee0dcc8d6b0b https://github.com/buildbot/buildbot/commit/fde53e33257a817331f8377285c3ee0dcc8d6b0b Author: Pierre Tardy Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M master/docs/developer/database.rst Log Message: ----------- fix doc Signed-off-by: Pierre Tardy Commit: fb435b24092badd97f892eb97c05fd9c07144e4d https://github.com/buildbot/buildbot/commit/fb435b24092badd97f892eb97c05fd9c07144e4d Author: Pierre Tardy Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M .gitignore M master/buildbot/buildslave/manager.py M master/buildbot/data/buildslaves.py M master/buildbot/data/masters.py M master/buildbot/db/buildslaves.py M master/buildbot/master.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_buildslaves.py M master/docs/developer/database.rst M master/docs/developer/rtype-buildslave.rst M www/base/src/app/builders/builders.controller.coffee M www/base/src/app/buildslaves/buildslaves.controller.coffee M www/base/src/app/buildslaves/buildslaves.route.coffee M www/base/src/app/buildslaves/buildslaves.tpl.jade Log Message: ----------- Merge pull request #1544 from tardyp/cleanupdb Enhancement for master housekeeping Compare: https://github.com/buildbot/buildbot/compare/a2900628547f...fb435b24092b From noreply at github.com Thu Feb 26 17:35:59 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 09:35:59 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a3c21f: refactor db.state connector to have a synchronous ... Message-ID: <54ef597f4a0eb_7ab03f9b18c612c0494fd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a3c21f3a96073149464a823357a39231c9656b90 https://github.com/buildbot/buildbot/commit/a3c21f3a96073149464a823357a39231c9656b90 Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: M master/buildbot/db/state.py Log Message: ----------- refactor db.state connector to have a synchronous api Signed-off-by: Pierre Tardy Commit: 7b290830bfbd4e51c9b06c2e258290208d77fb2f https://github.com/buildbot/buildbot/commit/7b290830bfbd4e51c9b06c2e258290208d77fb2f Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: A master/buildbot/db/dbconfig.py A master/buildbot/test/unit/test_db_dbconfig.py M master/buildbot/test/util/db.py M master/docs/developer/database.rst A master/docs/manual/cfg-dbconfig.rst M master/docs/manual/configuration.rst M master/setup.py Log Message: ----------- add dbconfig DbConfig is an utility for master.cfg to get easy key/value storage in the buildbot database DbConfig can get and store any jsonable object to the db for use by other masters or separate ui plugins to edit them. The design is voluntary simplistic, the focus is on the easy use. Example :: from buildbot.plugins import util, buildslave dbConfig = util.DbConfig(c['db']['db_url'], basedir) slaves = dbConfig.get("slaves") c['slaves'] = [ buildslave.BuildSlave(slave['name'], slave['passwd'], properties=slave.get('properties')), for slave in slaves ] Commit: 8a0aaf1fab70cead1b18b4c8d160a22c63d6fd59 https://github.com/buildbot/buildbot/commit/8a0aaf1fab70cead1b18b4c8d160a22c63d6fd59 Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: M master/buildbot/db/dbconfig.py M master/buildbot/test/unit/test_db_dbconfig.py M master/setup.py Log Message: ----------- fix dbconfig api and add more unit tests Signed-off-by: Pierre Tardy Commit: b8b2cb963bacc2fe44acbf8d1cd6dbf05ccccc06 https://github.com/buildbot/buildbot/commit/b8b2cb963bacc2fe44acbf8d1cd6dbf05ccccc06 Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: M master/docs/manual/cfg-dbconfig.rst Log Message: ----------- enhance doc Signed-off-by: Pierre Tardy Commit: 4f7cef3136d34d585cfcca9d0c0a1550f2af21bd https://github.com/buildbot/buildbot/commit/4f7cef3136d34d585cfcca9d0c0a1550f2af21bd Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: M master/buildbot/db/connector.py Log Message: ----------- enhance the message about db upgrade Now people can just copy paste the command Commit: 0c1a59d0e08e1cf420126c76e718c04725915805 https://github.com/buildbot/buildbot/commit/0c1a59d0e08e1cf420126c76e718c04725915805 Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: M master/buildbot/db/dbconfig.py M master/buildbot/test/unit/test_db_dbconfig.py Log Message: ----------- dbconfig: support the case where the db is not initialized Instead of just crashing, return the default value or KeyError buildbot db init code will explain how to create the tables Commit: 2196751da643ab563ea5d3dc528fafd085a94489 https://github.com/buildbot/buildbot/commit/2196751da643ab563ea5d3dc528fafd085a94489 Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: M master/buildbot/db/dbconfig.py M master/buildbot/test/unit/test_db_dbconfig.py Log Message: ----------- support case for trash db_url Commit: c6cac92abb33cfc4ad8bfd8125a43d5487f06e1c https://github.com/buildbot/buildbot/commit/c6cac92abb33cfc4ad8bfd8125a43d5487f06e1c Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: M master/docs/manual/cfg-dbconfig.rst Log Message: ----------- enhance doc Commit: 48787841221a69be6d583163e7929c665181b5c8 https://github.com/buildbot/buildbot/commit/48787841221a69be6d583163e7929c665181b5c8 Author: Pierre Tardy Date: 2015-02-19 (Thu, 19 Feb 2015) Changed paths: M master/buildbot/config.py M master/buildbot/db/dbconfig.py Log Message: ----------- factorize db_url parsing code Commit: 05cc1b9260d06a1ca9e8b2a615ac5324105d061b https://github.com/buildbot/buildbot/commit/05cc1b9260d06a1ca9e8b2a615ac5324105d061b Author: Mikhail Sobolev Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M master/buildbot/config.py M master/buildbot/db/connector.py A master/buildbot/db/dbconfig.py M master/buildbot/db/state.py A master/buildbot/test/unit/test_db_dbconfig.py M master/buildbot/test/util/db.py M master/docs/developer/database.rst A master/docs/manual/cfg-dbconfig.rst M master/docs/manual/configuration.rst M master/setup.py Log Message: ----------- Merge pull request #1548 from tardyp/dbconfig Dbconfig Compare: https://github.com/buildbot/buildbot/compare/fb435b24092b...05cc1b9260d0 From noreply at github.com Thu Feb 26 19:56:08 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 11:56:08 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 658941: fix no such table test to work with mysql and pg Message-ID: <54ef7a58db7e0_3e463fb02996d2a010414d@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 65894186b311cbcdf20598ff70e0148d3662c2ff https://github.com/buildbot/buildbot/commit/65894186b311cbcdf20598ff70e0148d3662c2ff Author: Pierre Tardy Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M master/buildbot/db/dbconfig.py Log Message: ----------- fix no such table test to work with mysql and pg Signed-off-by: Pierre Tardy From noreply at github.com Thu Feb 26 20:30:17 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 12:30:17 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a17a23: mention that Python with Py_DEBUG is not supported Message-ID: <54ef82594f70a_3ad83fd525b2129c107346@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a17a238433f3cbde0ebb707707e43029d95103cc https://github.com/buildbot/buildbot/commit/a17a238433f3cbde0ebb707707e43029d95103cc Author: Dustin J. Mitchell Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M master/docs/manual/installation.rst Log Message: ----------- mention that Python with Py_DEBUG is not supported Commit: 1989f8fa088e761ccccbd481c9e23b406d44c896 https://github.com/buildbot/buildbot/commit/1989f8fa088e761ccccbd481c9e23b406d44c896 Author: Mikhail Sobolev Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M master/docs/manual/installation.rst Log Message: ----------- Merge pull request #1558 from djmitche/no-debug mention that Python with Py_DEBUG is not supported Compare: https://github.com/buildbot/buildbot/compare/65894186b311...1989f8fa088e From noreply at github.com Thu Feb 26 20:31:15 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 12:31:15 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 3e369a: change.properties is a IProperties, so api is getP... Message-ID: <54ef82931142a_5013fcda5beb2b846271@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3e369a607e949ee9e5d6a15d1625dd5c9eb1f589 https://github.com/buildbot/buildbot/commit/3e369a607e949ee9e5d6a15d1625dd5c9eb1f589 Author: Pierre Tardy Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M master/buildbot/changes/filter.py Log Message: ----------- change.properties is a IProperties, so api is getProperty() Signed-off-by: Pierre Tardy Commit: e3f5bcb7056e19611540d1ef7d13def2b6319a3a https://github.com/buildbot/buildbot/commit/e3f5bcb7056e19611540d1ef7d13def2b6319a3a Author: Pierre Tardy Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M master/buildbot/test/unit/test_changes_filter.py Log Message: ----------- unit test Signed-off-by: Pierre Tardy Commit: 48bc4391b3e99cefb8e764bbf95627ee057a8ee2 https://github.com/buildbot/buildbot/commit/48bc4391b3e99cefb8e764bbf95627ee057a8ee2 Author: Pierre Tardy Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: M master/buildbot/test/unit/test_changes_filter.py Log Message: ----------- address review comments Commit: 0f04679f4dcd32f0b9c0dac5dbf597627554854a https://github.com/buildbot/buildbot/commit/0f04679f4dcd32f0b9c0dac5dbf597627554854a Author: Pierre Tardy Date: 2015-02-24 (Tue, 24 Feb 2015) Changed paths: A master/buildbot/test/fake/change.py M master/buildbot/test/unit/test_changes_filter.py M master/buildbot/test/unit/test_changes_gerritchangesource.py Log Message: ----------- factorize fake Change Commit: ca73251ab8dfcff134205adb12deb86b7bcf3cbe https://github.com/buildbot/buildbot/commit/ca73251ab8dfcff134205adb12deb86b7bcf3cbe Author: Mikhail Sobolev Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M master/buildbot/changes/filter.py A master/buildbot/test/fake/change.py M master/buildbot/test/unit/test_changes_filter.py M master/buildbot/test/unit/test_changes_gerritchangesource.py Log Message: ----------- Merge pull request #1557 from tardyp/changefilter_properties Changefilter properties Compare: https://github.com/buildbot/buildbot/compare/1989f8fa088e...ca73251ab8df From noreply at github.com Fri Feb 27 03:45:22 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 19:45:22 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 81b8ce: builderpage: support tags Message-ID: <54efe8529f3e6_41333f90be9392a011677@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 81b8ce16e2c6af3908509885f586659a2da708d9 https://github.com/buildbot/buildbot/commit/81b8ce16e2c6af3908509885f586659a2da708d9 Author: Pierre Tardy Date: 2015-02-25 (Wed, 25 Feb 2015) Changed paths: M www/base/guanlecoja/config.coffee M www/base/src/app/builders/builders.controller.coffee M www/base/src/app/builders/builders.route.coffee M www/base/src/app/builders/builders.tpl.jade Log Message: ----------- builderpage: support tags Supports tags and tag filtering in builder page Signed-off-by: Pierre Tardy Commit: bbf742cab6d5d521dfda670ca71893272fc35be2 https://github.com/buildbot/buildbot/commit/bbf742cab6d5d521dfda670ca71893272fc35be2 Author: Dustin J. Mitchell Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M www/base/guanlecoja/config.coffee M www/base/src/app/builders/builders.controller.coffee M www/base/src/app/builders/builders.route.coffee M www/base/src/app/builders/builders.tpl.jade Log Message: ----------- Merge tardyp/buildbot:buildertags (PR #1560) Compare: https://github.com/buildbot/buildbot/compare/ca73251ab8df...bbf742cab6d5 From noreply at github.com Fri Feb 27 03:48:09 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 19:48:09 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d56a50: fix docs for createAbsoluteSourceStamps scheduler ... Message-ID: <54efe8f959983_f803fbc8e8af2c02871d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: d56a5015791702302537448a466968c60df8aee9 https://github.com/buildbot/buildbot/commit/d56a5015791702302537448a466968c60df8aee9 Author: Mikhail Sobolev Date: 2015-02-25 (Wed, 25 Feb 2015) Changed paths: M master/docs/manual/cfg-schedulers.rst Log Message: ----------- fix docs for createAbsoluteSourceStamps scheduler parameter * this is not a common parameter (applicable only for SingleBranchScheduler and Nigthly schedulers) * for simplicity just copy the docs to two places Commit: 1ee65840d01312669ff13651d20ffb5dedbd56a8 https://github.com/buildbot/buildbot/commit/1ee65840d01312669ff13651d20ffb5dedbd56a8 Author: Dustin J. Mitchell Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M master/buildbot/process/buildstep.py M master/docs/manual/cfg-schedulers.rst Log Message: ----------- Merge sa2ajj/buildbot:fix-schedulers-docs (PR #1562) Compare: https://github.com/buildbot/buildbot/compare/06accf9b1167...1ee65840d013 From noreply at github.com Fri Feb 27 04:12:15 2015 From: noreply at github.com (GitHub) Date: Thu, 26 Feb 2015 20:12:15 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5002c3: fix docs for createAbsoluteSourceStamps scheduler ... Message-ID: <54efee9fbf5a8_3a643ff6a795f2bc10133f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5002c31feba4e84a0fa97359a576fa82df928dcb https://github.com/buildbot/buildbot/commit/5002c31feba4e84a0fa97359a576fa82df928dcb Author: Mikhail Sobolev Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M master/docs/manual/cfg-schedulers.rst Log Message: ----------- fix docs for createAbsoluteSourceStamps scheduler parameter * this is not a common parameter (applicable only for SingleBranchScheduler and Nigthly schedulers) * for simplicity just copy the docs to two places