From noreply at github.com Tue Jun 3 01:15:18 2014 From: noreply at github.com (GitHub) Date: Mon, 02 Jun 2014 18:15:18 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] bb517c: Properly handle git branches with slashes in trycl... Message-ID: <538d21a6814d0_6491d8bd3c14054f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bb517c6edd129b4fd2013fb3ef9cd2197bb00431 https://github.com/buildbot/buildbot/commit/bb517c6edd129b4fd2013fb3ef9cd2197bb00431 Author: David Gstir Date: 2014-05-30 (Fri, 30 May 2014) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Properly handle git branches with slashes in tryclient. Buildbot try --vc=git breaks when branches contain slashes. This patch fixes this by stripping only proper (i.e configured in current git repo) remote names. Signed-off-by: David Gstir Commit: 70812a8e4909201680ff167fde033e5e0034f8a9 https://github.com/buildbot/buildbot/commit/70812a8e4909201680ff167fde033e5e0034f8a9 Author: Dustin J. Mitchell Date: 2014-06-02 (Mon, 02 Jun 2014) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Merge sigma-star/buildbot:tryclient-git-branches-fix (PR #1158) Compare: https://github.com/buildbot/buildbot/compare/0c0681b7551f...70812a8e4909 From noreply at github.com Tue Jun 3 02:45:46 2014 From: noreply at github.com (GitHub) Date: Mon, 02 Jun 2014 19:45:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ab8bdd: Add a message when no force scheduler is found Message-ID: <538d36dae40ff_2f69e15d34109987@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.9 Home: https://github.com/buildbot/buildbot Commit: ab8bdd597396b555939bca3e607c43a421832e3f https://github.com/buildbot/buildbot/commit/ab8bdd597396b555939bca3e607c43a421832e3f Author: Dustin J. Mitchell Date: 2014-06-02 (Mon, 02 Jun 2014) Changed paths: M master/buildbot/status/web/builder.py Log Message: ----------- Add a message when no force scheduler is found Fixes #2815. From noreply at github.com Tue Jun 3 02:56:59 2014 From: noreply at github.com (GitHub) Date: Mon, 02 Jun 2014 19:56:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ab8bdd: Add a message when no force scheduler is found Message-ID: <538d397ba5102_3568a95d441177f7@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ab8bdd597396b555939bca3e607c43a421832e3f https://github.com/buildbot/buildbot/commit/ab8bdd597396b555939bca3e607c43a421832e3f Author: Dustin J. Mitchell Date: 2014-06-02 (Mon, 02 Jun 2014) Changed paths: M master/buildbot/status/web/builder.py Log Message: ----------- Add a message when no force scheduler is found Fixes #2815. Commit: ae76ccc46da7736b5eb2f9f30dd899fb4e502fcd https://github.com/buildbot/buildbot/commit/ae76ccc46da7736b5eb2f9f30dd899fb4e502fcd Author: Dustin J. Mitchell Date: 2014-06-02 (Mon, 02 Jun 2014) Changed paths: M master/buildbot/status/web/builder.py Log Message: ----------- Merge branch 'buildbot-0.8.9' Compare: https://github.com/buildbot/buildbot/compare/70812a8e4909...ae76ccc46da7 From noreply at github.com Sat Jun 7 19:52:14 2014 From: noreply at github.com (GitHub) Date: Sat, 07 Jun 2014 12:52:14 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <53936d6e236d9_72e2645d34260cf@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/v0.8.9rc1 Home: https://github.com/buildbot/buildbot From noreply at github.com Sat Jun 7 20:11:24 2014 From: noreply at github.com (GitHub) Date: Sat, 07 Jun 2014 13:11:24 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 162022: fold some stuff in travis output Message-ID: <539371eca6ff6_7ef96edd40421fa@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 1620224e16b8e967d5730aa3e3f8a8f6a2d07fd2 https://github.com/buildbot/buildbot/commit/1620224e16b8e967d5730aa3e3f8a8f6a2d07fd2 Author: Dustin J. Mitchell Date: 2014-05-29 (Thu, 29 May 2014) Changed paths: M .travis.yml Log Message: ----------- fold some stuff in travis output Commit: eb835f94a581b72b2be7ebdd2a0467f48ff8c3b7 https://github.com/buildbot/buildbot/commit/eb835f94a581b72b2be7ebdd2a0467f48ff8c3b7 Author: Dustin J. Mitchell Date: 2014-05-29 (Thu, 29 May 2014) Changed paths: M .travis.yml Log Message: ----------- Revert "fold some stuff in travis output" Refs #2814 Commit: bb517c6edd129b4fd2013fb3ef9cd2197bb00431 https://github.com/buildbot/buildbot/commit/bb517c6edd129b4fd2013fb3ef9cd2197bb00431 Author: David Gstir Date: 2014-05-30 (Fri, 30 May 2014) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Properly handle git branches with slashes in tryclient. Buildbot try --vc=git breaks when branches contain slashes. This patch fixes this by stripping only proper (i.e configured in current git repo) remote names. Signed-off-by: David Gstir Commit: 0c0681b7551f0d1b99b1e32fafff44b8f0a094d1 https://github.com/buildbot/buildbot/commit/0c0681b7551f0d1b99b1e32fafff44b8f0a094d1 Author: Dustin J. Mitchell Date: 2014-05-30 (Fri, 30 May 2014) Changed paths: M .travis.yml Log Message: ----------- Test Commit This reverts commit eb835f94a581b72b2be7ebdd2a0467f48ff8c3b7. Refs #2814 Commit: 70812a8e4909201680ff167fde033e5e0034f8a9 https://github.com/buildbot/buildbot/commit/70812a8e4909201680ff167fde033e5e0034f8a9 Author: Dustin J. Mitchell Date: 2014-06-02 (Mon, 02 Jun 2014) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Merge sigma-star/buildbot:tryclient-git-branches-fix (PR #1158) Commit: ab8bdd597396b555939bca3e607c43a421832e3f https://github.com/buildbot/buildbot/commit/ab8bdd597396b555939bca3e607c43a421832e3f Author: Dustin J. Mitchell Date: 2014-06-02 (Mon, 02 Jun 2014) Changed paths: M master/buildbot/status/web/builder.py Log Message: ----------- Add a message when no force scheduler is found Fixes #2815. Commit: ae76ccc46da7736b5eb2f9f30dd899fb4e502fcd https://github.com/buildbot/buildbot/commit/ae76ccc46da7736b5eb2f9f30dd899fb4e502fcd Author: Dustin J. Mitchell Date: 2014-06-02 (Mon, 02 Jun 2014) Changed paths: M master/buildbot/status/web/builder.py Log Message: ----------- Merge branch 'buildbot-0.8.9' Commit: 881309c5e4ae0545301fc1fb6d2e98b467d2107d https://github.com/buildbot/buildbot/commit/881309c5e4ae0545301fc1fb6d2e98b467d2107d Author: Dustin J. Mitchell Date: 2014-06-07 (Sat, 07 Jun 2014) Changed paths: M .travis.yml M master/buildbot/clients/tryclient.py Log Message: ----------- Merge branch 'master' into nine Compare: https://github.com/buildbot/buildbot/compare/12736674f7d1...881309c5e4ae From noreply at github.com Sat Jun 7 20:29:41 2014 From: noreply at github.com (GitHub) Date: Sat, 07 Jun 2014 13:29:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 541fcf: fix typo Message-ID: <539376358187f_1a677abd40548f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 541fcf4d11c6d41eac866fdd2a7bf37d46643127 https://github.com/buildbot/buildbot/commit/541fcf4d11c6d41eac866fdd2a7bf37d46643127 Author: Dustin J. Mitchell Date: 2014-06-07 (Sat, 07 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix typo From noreply at github.com Sun Jun 8 18:11:29 2014 From: noreply at github.com (GitHub) Date: Sun, 08 Jun 2014 11:11:29 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 65a0ce: Test for Triggerable.stopService Message-ID: <5394a751dcf98_34f411bfd4040441@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 65a0ce4fff64f72ff3a366a52f8e7af8cac2fd98 https://github.com/buildbot/buildbot/commit/65a0ce4fff64f72ff3a366a52f8e7af8cac2fd98 Author: Dustin J. Mitchell Date: 2014-06-08 (Sun, 08 Jun 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/util/scheduler.py Log Message: ----------- Test for Triggerable.stopService Commit: fee828cf42617562b98b9890757e94ebb8a59c23 https://github.com/buildbot/buildbot/commit/fee828cf42617562b98b9890757e94ebb8a59c23 Author: Dustin J. Mitchell Date: 2014-06-08 (Sun, 08 Jun 2014) Changed paths: M master/buildbot/schedulers/triggerable.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/docs/developer/utils.rst Log Message: ----------- Debounce Triggerable._updateWaiters I suspect that I meant to do this before, given the call to self._updateWaiters.stop(). Fixes #2819. Compare: https://github.com/buildbot/buildbot/compare/541fcf4d11c6...fee828cf4261 From noreply at github.com Tue Jun 10 15:23:03 2014 From: noreply at github.com (GitHub) Date: Tue, 10 Jun 2014 08:23:03 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9e2668: Update build process Message-ID: <539722d729b62_3cd4c73d3c55945@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 9e26687f9771df2e5688c4e826b1461645b5f2d5 https://github.com/buildbot/buildbot/commit/9e26687f9771df2e5688c4e826b1461645b5f2d5 Author: Andra?s To?th Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M .gitignore A www/.gitignore M www/Gruntfile.coffee M www/codeparameter/.gitignore M www/codeparameter/Gruntfile.coffee A www/codeparameter/grunt/coffeelint.json A www/codeparameter/grunt/config.coffee A www/codeparameter/grunt/tasks/clean.coffee A www/codeparameter/grunt/tasks/copy.coffee M www/codeparameter/setup.py A www/codeparameter/src/module/scripts/directives/codefield.directive.coffee A www/codeparameter/src/module/styles/styles.less A www/codeparameter/src/module/views/directives/codefield.tpl.jade R www/codeparameter/src/scripts/directives/codefield.coffee R www/codeparameter/src/scripts/libs/ui-ace.js R www/codeparameter/src/scripts/views.coffee R www/codeparameter/src/styles/styles.less R www/codeparameter/src/views/directives/codefield.jade A www/grunt/coffeelint.json A www/grunt/config.coffee A www/grunt/tasks/clean.coffee A www/grunt/tasks/coffee.coffee A www/grunt/tasks/coffeelint.coffee A www/grunt/tasks/concat.coffee A www/grunt/tasks/concurrent.coffee A www/grunt/tasks/copy.coffee A www/grunt/tasks/imagemin.coffee A www/grunt/tasks/jade.coffee A www/grunt/tasks/karma.coffee A www/grunt/tasks/less.coffee A www/grunt/tasks/ngtemplates.coffee A www/grunt/tasks/requiregen.coffee A www/grunt/tasks/requirejs.coffee A www/grunt/tasks/watch.coffee M www/sample_plugin/.gitignore M www/sample_plugin/Gruntfile.coffee A www/sample_plugin/grunt/coffeelint.json A www/sample_plugin/grunt/config.coffee A www/sample_plugin/grunt/tasks/clean.coffee A www/sample_plugin/grunt/tasks/copy.coffee M www/sample_plugin/setup.py A www/sample_plugin/src/module/scripts/controllers/demo.controller.coffee A www/sample_plugin/src/module/scripts/directives/d3demo.directive.coffee A www/sample_plugin/src/module/scripts/route.config.coffee A www/sample_plugin/src/module/styles/styles.less A www/sample_plugin/src/module/views/demo.tpl.jade R www/sample_plugin/src/scripts/controllers/demoController.coffee R www/sample_plugin/src/scripts/directives/d3demo.coffee R www/sample_plugin/src/scripts/libs/d3.js R www/sample_plugin/src/scripts/routes.coffee R www/sample_plugin/src/scripts/views.coffee R www/sample_plugin/src/styles/styles.less R www/sample_plugin/src/views/demo.jade M www/setup.py A www/src/app/app.constant.coffee A www/src/app/app.module.coffee A www/src/app/app.route.coffee A www/src/app/app.run.coffee A www/src/app/common/controllers/about.controller.coffee A www/src/app/common/controllers/alertPanel.controller.coffee A www/src/app/common/controllers/build.controller.coffee A www/src/app/common/controllers/builder.controller.coffee A www/src/app/common/controllers/builders.controller.coffee A www/src/app/common/controllers/buildrequest.controller.coffee A www/src/app/common/controllers/buildslaves.controller.coffee A www/src/app/common/controllers/changes.controller.coffee A www/src/app/common/controllers/forcedialog.controller.coffee A www/src/app/common/controllers/home.controller.coffee A www/src/app/common/controllers/log.controller.coffee A www/src/app/common/controllers/masters.controller.coffee A www/src/app/common/controllers/schedulers.controller.coffee A www/src/app/common/controllers/step.controller.coffee A www/src/app/common/directives/basefield.directive.coffee A www/src/app/common/directives/buildrequestsummary.directive.coffee A www/src/app/common/directives/buildsummary.directive.coffee A www/src/app/common/directives/forcefields.directive.coffee A www/src/app/common/directives/loginbar.directive.coffee A www/src/app/common/directives/logviewer.directive.coffee A www/src/app/common/directives/rawdata.directive.coffee A www/src/app/common/directives/topmenu.directive.coffee A www/src/app/common/filters/moment.filter.coffee A www/src/app/common/responseInterceptors/dispatcher.config.coffee A www/src/app/common/services/alert.service.coffee A www/src/app/common/services/buildbot.service.coffee A www/src/app/common/services/findbuild.service.coffee A www/src/app/common/services/mq.service.coffee A www/src/app/common/services/recentStorage.service.coffee A www/src/app/common/services/results.service.coffee A www/src/app/common/services/timeout.service.coffee A www/src/app/common/views/about.tpl.jade A www/src/app/common/views/build.tpl.jade A www/src/app/common/views/builder.tpl.jade A www/src/app/common/views/builders.tpl.jade A www/src/app/common/views/buildrequest.tpl.jade A www/src/app/common/views/buildslaves.tpl.jade A www/src/app/common/views/changes.tpl.jade A www/src/app/common/views/directives/basefield.tpl.jade A www/src/app/common/views/directives/boolfield.tpl.jade A www/src/app/common/views/directives/buildrequestsummary.tpl.jade A www/src/app/common/views/directives/buildsummary.tpl.jade A www/src/app/common/views/directives/intfield.tpl.jade A www/src/app/common/views/directives/listfield.tpl.jade A www/src/app/common/views/directives/loginbar.tpl.jade A www/src/app/common/views/directives/logviewer.tpl.jade A www/src/app/common/views/directives/nestedfield.tpl.jade A www/src/app/common/views/directives/rawdata.tpl.jade A www/src/app/common/views/directives/simplelayout.tpl.jade A www/src/app/common/views/directives/tabslayout.tpl.jade A www/src/app/common/views/directives/textareafield.tpl.jade A www/src/app/common/views/directives/textfield.tpl.jade A www/src/app/common/views/directives/topmenu.tpl.jade A www/src/app/common/views/directives/verticallayout.tpl.jade A www/src/app/common/views/forcedialog.tpl.jade A www/src/app/common/views/home.tpl.jade A www/src/app/common/views/log.tpl.jade A www/src/app/common/views/masters.tpl.jade A www/src/app/common/views/schedulers.tpl.jade A www/src/app/common/views/step.tpl.jade A www/src/app/index.jade A www/src/app/layout.jade R www/src/fonts/fontawesome-webfont.eot R www/src/fonts/fontawesome-webfont.svg R www/src/fonts/fontawesome-webfont.ttf R www/src/fonts/fontawesome-webfont.woff R www/src/index.jade R www/src/layout.jade R www/src/scripts/app.coffee R www/src/scripts/constants.coffee R www/src/scripts/controllers/aboutController.coffee R www/src/scripts/controllers/alertPanelController.coffee R www/src/scripts/controllers/buildController.coffee R www/src/scripts/controllers/builderController.coffee R www/src/scripts/controllers/buildersController.coffee R www/src/scripts/controllers/buildrequestController.coffee R www/src/scripts/controllers/buildslavesController.coffee R www/src/scripts/controllers/changesController.coffee R www/src/scripts/controllers/forcedialogController.coffee R www/src/scripts/controllers/homeController.coffee R www/src/scripts/controllers/logController.coffee R www/src/scripts/controllers/mastersController.coffee R www/src/scripts/controllers/schedulersController.coffee R www/src/scripts/controllers/stepController.coffee R www/src/scripts/directives/basefield.coffee R www/src/scripts/directives/buildrequestsummary.coffee R www/src/scripts/directives/buildsummary.coffee R www/src/scripts/directives/forcefields.coffee R www/src/scripts/directives/loginbar.coffee R www/src/scripts/directives/logviewer.coffee R www/src/scripts/directives/rawdata.coffee R www/src/scripts/directives/topmenu.coffee R www/src/scripts/filters/moment.coffee R www/src/scripts/libs/angular-animate.js R www/src/scripts/libs/angular-recursion.js R www/src/scripts/libs/angular-ui-router.js R www/src/scripts/libs/angular.js R www/src/scripts/libs/jquery.js R www/src/scripts/libs/lodash.js R www/src/scripts/libs/moment.js R www/src/scripts/libs/require.js R www/src/scripts/libs/restangular.js R www/src/scripts/libs/ui-bootstrap-tpls.js R www/src/scripts/libs/underscore.string.min.js R www/src/scripts/responseInterceptors/dispatcher.coffee R www/src/scripts/routes.coffee R www/src/scripts/run.coffee R www/src/scripts/services/alertService.coffee R www/src/scripts/services/buildbotService.coffee R www/src/scripts/services/findbuildService.coffee R www/src/scripts/services/mqservice.coffee R www/src/scripts/services/recentStorage.coffee R www/src/scripts/services/resultsService.coffee R www/src/scripts/services/timeoutService.coffee R www/src/scripts/views.coffee R www/src/styles/bootstrap R www/src/styles/font-awesome M www/src/styles/styles.less R www/src/styles/variables.less R www/src/views/about.jade R www/src/views/build.jade R www/src/views/builder.jade R www/src/views/builders.jade R www/src/views/buildrequest.jade R www/src/views/buildslaves.jade R www/src/views/changes.jade R www/src/views/directives/basefield.jade R www/src/views/directives/boolfield.jade R www/src/views/directives/buildrequestsummary.jade R www/src/views/directives/buildsummary.jade R www/src/views/directives/intfield.jade R www/src/views/directives/listfield.jade R www/src/views/directives/loginbar.jade R www/src/views/directives/logviewer.jade R www/src/views/directives/nestedfield.jade R www/src/views/directives/rawdata.jade R www/src/views/directives/simplelayout.jade R www/src/views/directives/tabslayout.jade R www/src/views/directives/textareafield.jade R www/src/views/directives/textfield.jade R www/src/views/directives/topmenu.jade R www/src/views/directives/verticallayout.jade R www/src/views/forcedialog.jade R www/src/views/home.jade R www/src/views/log.jade R www/src/views/masters.jade R www/src/views/schedulers.jade R www/src/views/step.jade A www/test/scripts/controllers/buildrequest.controller.spec.coffee R www/test/scripts/controllers/buildrequestControllerSpec.coffee A www/test/scripts/controllers/buildrequestsummary.controller.spec.coffee R www/test/scripts/controllers/buildrequestsummaryControllerSpec.coffee A www/test/scripts/controllers/buildsummary.controller.spec.coffee R www/test/scripts/controllers/buildsummaryControllerSpec.coffee R www/test/scripts/libs/angular-mocks.js M www/test/scripts/main.coffee R www/test/scripts/mocks/EventSourceMock.coffee A www/test/scripts/mocks/eventsource.mock.coffee A www/test/scripts/mocks/http.mock.coffee R www/test/scripts/mocks/httpMock.coffee R www/test/scripts/scenarios/devapp.coffee A www/test/scripts/scenarios/devapp.module.coffee A www/test/scripts/services/buildbot.service.spec.coffee R www/test/scripts/services/buildbotServiceSpec.coffee A www/test/scripts/services/mq.service.spec.coffee R www/test/scripts/services/mqServiceSpec.coffee R www/test/scripts/services/recentStorageSpec.coffee A www/test/scripts/services/recentstorage.service.spec.coffee A www/test/scripts/services/results.service.spec.coffee R www/test/scripts/services/resultsServiceSpec.coffee Log Message: ----------- Update build process Commit: 4add7992470710ce2805698a5dec454cafbab6c8 https://github.com/buildbot/buildbot/commit/4add7992470710ce2805698a5dec454cafbab6c8 Author: tothandras Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/codeparameter/grunt/config.coffee M www/codeparameter/grunt/tasks/clean.coffee M www/codeparameter/grunt/tasks/copy.coffee M www/grunt/config.coffee M www/grunt/tasks/clean.coffee M www/grunt/tasks/coffee.coffee M www/grunt/tasks/concat.coffee M www/grunt/tasks/copy.coffee M www/grunt/tasks/imagemin.coffee M www/grunt/tasks/jade.coffee M www/grunt/tasks/karma.coffee M www/grunt/tasks/less.coffee M www/grunt/tasks/ngtemplates.coffee M www/grunt/tasks/requiregen.coffee M www/grunt/tasks/requirejs.coffee M www/sample_plugin/grunt/config.coffee M www/sample_plugin/grunt/tasks/clean.coffee M www/sample_plugin/grunt/tasks/copy.coffee Log Message: ----------- Change configurable temp directory to .temp Commit: 9e1f75b782976b72566de73ca403bdc7f060b208 https://github.com/buildbot/buildbot/commit/9e1f75b782976b72566de73ca403bdc7f060b208 Author: tothandras Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/grunt/tasks/concat.coffee M www/grunt/tasks/watch.coffee A www/src/app/about/about.controller.coffee A www/src/app/about/about.module.coffee A www/src/app/about/about.route.coffee A www/src/app/about/about.tpl.jade A www/src/app/alert-panel/alert.service.coffee A www/src/app/alert-panel/alertpanel.controller.coffee A www/src/app/alert-panel/alertpanel.module.coffee R www/src/app/app.constant.coffee M www/src/app/app.route.coffee M www/src/app/app.run.coffee A www/src/app/builders/builder/builder.controller.coffee A www/src/app/builders/builder/builder.route.coffee A www/src/app/builders/builder/builder.tpl.jade A www/src/app/builders/builders.controller.coffee A www/src/app/builders/builders.module.coffee A www/src/app/builders/builders.route.coffee A www/src/app/builders/builders.tpl.jade A www/src/app/builders/buildrequest/buildrequest.controller.coffee A www/src/app/builders/buildrequest/buildrequest.route.coffee A www/src/app/builders/buildrequest/buildrequest.tpl.jade A www/src/app/builders/buildrequest/forcedialog/forcedialog.config.coffee A www/src/app/builders/buildrequest/forcedialog/forcedialog.controller.coffee A www/src/app/builders/buildrequest/forcedialog/forcedialog.tpl.jade A www/src/app/builders/log/log.controller.coffee A www/src/app/builders/log/log.route.coffee A www/src/app/builders/log/log.tpl.jade A www/src/app/builders/log/logviewer/logviewer.directive.coffee A www/src/app/builders/log/logviewer/logviewer.tpl.jade A www/src/app/builders/services/findbuilds.service.coffee A www/src/app/builders/services/results.service.coffee A www/src/app/builders/services/timeout.service.coffee A www/src/app/builders/step/step.controller.coffee A www/src/app/builders/step/step.route.coffee A www/src/app/builders/step/step.tpl.jade A www/src/app/buildslaves/buildslave/buildslave.route.coffee A www/src/app/buildslaves/buildslaves.controller.coffee A www/src/app/buildslaves/buildslaves.module.coffee A www/src/app/buildslaves/buildslaves.route.coffee A www/src/app/buildslaves/buildslaves.tpl.jade A www/src/app/changes/changes.controller.coffee A www/src/app/changes/changes.module.coffee A www/src/app/changes/changes.route.coffee A www/src/app/changes/changes.tpl.jade A www/src/app/common/common.constant.coffee A www/src/app/common/common.module.coffee R www/src/app/common/controllers/about.controller.coffee R www/src/app/common/controllers/alertPanel.controller.coffee R www/src/app/common/controllers/build.controller.coffee R www/src/app/common/controllers/builder.controller.coffee R www/src/app/common/controllers/builders.controller.coffee R www/src/app/common/controllers/buildrequest.controller.coffee R www/src/app/common/controllers/buildslaves.controller.coffee R www/src/app/common/controllers/changes.controller.coffee R www/src/app/common/controllers/forcedialog.controller.coffee R www/src/app/common/controllers/home.controller.coffee R www/src/app/common/controllers/log.controller.coffee R www/src/app/common/controllers/masters.controller.coffee R www/src/app/common/controllers/schedulers.controller.coffee R www/src/app/common/controllers/step.controller.coffee R www/src/app/common/directives/basefield.directive.coffee A www/src/app/common/directives/basefield/basefield.directive.coffee A www/src/app/common/directives/basefield/basefield.tpl.jade R www/src/app/common/directives/buildrequestsummary.directive.coffee R www/src/app/common/directives/buildsummary.directive.coffee R www/src/app/common/directives/forcefields.directive.coffee A www/src/app/common/directives/forcefields/boolfield.tpl.jade A www/src/app/common/directives/forcefields/forcefields.directive.coffee A www/src/app/common/directives/forcefields/intfield.tpl.jade A www/src/app/common/directives/forcefields/listfield.tpl.jade A www/src/app/common/directives/forcefields/nestedfield.tpl.jade A www/src/app/common/directives/forcefields/simplelayout.tpl.jade A www/src/app/common/directives/forcefields/tabslayout.tpl.jade A www/src/app/common/directives/forcefields/textareafield.tpl.jade A www/src/app/common/directives/forcefields/textfield.tpl.jade A www/src/app/common/directives/forcefields/verticallayout.tpl.jade R www/src/app/common/directives/loginbar.directive.coffee A www/src/app/common/directives/loginbar/loginbar.directive.coffee A www/src/app/common/directives/loginbar/loginbar.tpl.jade R www/src/app/common/directives/logviewer.directive.coffee R www/src/app/common/directives/rawdata.directive.coffee A www/src/app/common/directives/rawdata/rawdata.directive.coffee A www/src/app/common/directives/rawdata/rawdata.tpl.jade R www/src/app/common/directives/topmenu.directive.coffee A www/src/app/common/directives/topmenu/topmenu.controller.coffee A www/src/app/common/directives/topmenu/topmenu.directive.coffee A www/src/app/common/directives/topmenu/topmenu.tpl.jade R www/src/app/common/filters/moment.filter.coffee A www/src/app/common/filters/moment/moment.constant.coffee A www/src/app/common/filters/moment/moment.filter.coffee R www/src/app/common/responseInterceptors/dispatcher.config.coffee R www/src/app/common/services/alert.service.coffee M www/src/app/common/services/buildbot.service.coffee R www/src/app/common/services/findbuild.service.coffee M www/src/app/common/services/mq.service.coffee M www/src/app/common/services/recentStorage.service.coffee R www/src/app/common/services/results.service.coffee R www/src/app/common/services/timeout.service.coffee R www/src/app/common/views/about.tpl.jade R www/src/app/common/views/build.tpl.jade R www/src/app/common/views/builder.tpl.jade R www/src/app/common/views/builders.tpl.jade R www/src/app/common/views/buildrequest.tpl.jade R www/src/app/common/views/buildslaves.tpl.jade R www/src/app/common/views/changes.tpl.jade R www/src/app/common/views/directives/basefield.tpl.jade R www/src/app/common/views/directives/boolfield.tpl.jade R www/src/app/common/views/directives/buildrequestsummary.tpl.jade R www/src/app/common/views/directives/buildsummary.tpl.jade R www/src/app/common/views/directives/intfield.tpl.jade R www/src/app/common/views/directives/listfield.tpl.jade R www/src/app/common/views/directives/loginbar.tpl.jade R www/src/app/common/views/directives/logviewer.tpl.jade R www/src/app/common/views/directives/nestedfield.tpl.jade R www/src/app/common/views/directives/rawdata.tpl.jade R www/src/app/common/views/directives/simplelayout.tpl.jade R www/src/app/common/views/directives/tabslayout.tpl.jade R www/src/app/common/views/directives/textareafield.tpl.jade R www/src/app/common/views/directives/textfield.tpl.jade R www/src/app/common/views/directives/topmenu.tpl.jade R www/src/app/common/views/directives/verticallayout.tpl.jade R www/src/app/common/views/forcedialog.tpl.jade R www/src/app/common/views/home.tpl.jade R www/src/app/common/views/log.tpl.jade R www/src/app/common/views/masters.tpl.jade R www/src/app/common/views/schedulers.tpl.jade R www/src/app/common/views/step.tpl.jade A www/src/app/home/home.controller.coffee A www/src/app/home/home.module.coffee A www/src/app/home/home.route.coffee A www/src/app/home/home.tpl.jade A www/src/app/masters/master/master.route.coffee A www/src/app/masters/masters.controller.coffee A www/src/app/masters/masters.module.coffee A www/src/app/masters/masters.route.coffee A www/src/app/masters/masters.tpl.jade A www/src/app/responseInterceptors/dispatcher.config.coffee A www/src/app/schedulers/schedulers.controller.coffee A www/src/app/schedulers/schedulers.module.coffee A www/src/app/schedulers/schedulers.route.coffee A www/src/app/schedulers/schedulers.tpl.jade Log Message: ----------- App modularization Commit: 260405a3f853be1c5d4689ca857b190fd8ceded6 https://github.com/buildbot/buildbot/commit/260405a3f853be1c5d4689ca857b190fd8ceded6 Author: tothandras Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M .gitignore M www/Gruntfile.coffee M www/grunt/config.coffee A www/src/app/builders/build/build.controller.coffee A www/src/app/builders/build/build.route.coffee A www/src/app/builders/build/build.tpl.jade A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.controller.coffee A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.controller.spec.coffee A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.coffee A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.tpl.jade A www/src/app/builders/build/buildsummary/buildsummary.controller.coffee A www/src/app/builders/build/buildsummary/buildsummary.controller.spec.coffee A www/src/app/builders/build/buildsummary/buildsummary.directive.coffee A www/src/app/builders/build/buildsummary/buildsummary.tpl.jade A www/src/app/builders/buildrequest/buildrequest.controller.spec.coffee R www/src/app/builders/services/results.service.coffee A www/src/app/builders/services/results/results.service.coffee A www/src/app/builders/services/results/results.service.spec.coffee R www/src/app/common/services/buildbot.service.coffee A www/src/app/common/services/buildbot/buildbot.service.coffee A www/src/app/common/services/buildbot/buildbot.service.spec.coffee R www/src/app/common/services/mq.service.coffee A www/src/app/common/services/mq/mq.service.coffee A www/src/app/common/services/mq/mq.service.spec.coffee R www/src/app/common/services/recentStorage.service.coffee A www/src/app/common/services/recentStorage/recentStorage.service.coffee A www/src/app/common/services/recentStorage/recentstorage.service.spec.coffee R www/test/scripts/controllers/buildrequest.controller.spec.coffee R www/test/scripts/controllers/buildrequestsummary.controller.spec.coffee R www/test/scripts/controllers/buildsummary.controller.spec.coffee R www/test/scripts/services/buildbot.service.spec.coffee R www/test/scripts/services/mq.service.spec.coffee R www/test/scripts/services/recentstorage.service.spec.coffee R www/test/scripts/services/results.service.spec.coffee Log Message: ----------- Move test files beside tested files Commit: 8c406acd8f19fae9fa012417ce1be44d9a43860b https://github.com/buildbot/buildbot/commit/8c406acd8f19fae9fa012417ce1be44d9a43860b Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/test/scripts/mocks/http.mock.coffee Log Message: ----------- fix unit test Commit: 5d881a7adffda7d44e71c4152c38e2b13d19c8b8 https://github.com/buildbot/buildbot/commit/5d881a7adffda7d44e71c4152c38e2b13d19c8b8 Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M .gitignore M www/Gruntfile.coffee M www/src/app/app.route.coffee R www/src/app/builders/build/build.controller.coffee M www/src/app/builders/build/build.route.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.controller.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.controller.spec.coffee M www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.coffee A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.spec.coffee R www/src/app/builders/build/buildsummary/buildsummary.controller.coffee R www/src/app/builders/build/buildsummary/buildsummary.controller.spec.coffee M www/src/app/builders/build/buildsummary/buildsummary.directive.coffee A www/src/app/builders/build/buildsummary/buildsummary.directive.spec.coffee R www/src/app/builders/builder/builder.controller.coffee M www/src/app/builders/builder/builder.route.coffee R www/src/app/builders/builders.controller.coffee M www/src/app/builders/builders.module.coffee R www/src/app/builders/builders.route.coffee R www/src/app/builders/buildrequest/buildrequest.controller.coffee M www/src/app/builders/buildrequest/buildrequest.route.coffee R www/src/app/builders/log/log.controller.coffee M www/src/app/builders/log/log.route.coffee R www/src/app/builders/step/step.controller.coffee M www/src/app/builders/step/step.route.coffee R www/src/app/buildslaves/buildslaves.controller.coffee M www/src/app/buildslaves/buildslaves.module.coffee R www/src/app/buildslaves/buildslaves.route.coffee R www/src/app/changes/changes.controller.coffee M www/src/app/changes/changes.module.coffee R www/src/app/changes/changes.route.coffee R www/src/app/home/home.controller.coffee M www/src/app/home/home.module.coffee R www/src/app/home/home.route.coffee R www/src/app/masters/masters.controller.coffee M www/src/app/masters/masters.module.coffee R www/src/app/masters/masters.route.coffee R www/src/app/responseInterceptors/dispatcher.config.coffee R www/src/app/schedulers/schedulers.controller.coffee M www/src/app/schedulers/schedulers.module.coffee R www/src/app/schedulers/schedulers.route.coffee Log Message: ----------- concat the small files together There was a little bit too much files. Some modules are meant to be simple. no need to create tons of files. Signed-off-by: Pierre Tardy Commit: ae76a9e547fe6611373116fb58d2f74936da0832 https://github.com/buildbot/buildbot/commit/ae76a9e547fe6611373116fb58d2f74936da0832 Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/sample_plugin/src/module/styles/styles.less Log Message: ----------- style fix Signed-off-by: Pierre Tardy Commit: 5d9e523a7c628a99eb94bdd4f1c6d0d4fa0b210b https://github.com/buildbot/buildbot/commit/5d9e523a7c628a99eb94bdd4f1c6d0d4fa0b210b Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/src/app/builders/builders.module.coffee Log Message: ----------- fix builder module config Signed-off-by: Pierre Tardy Commit: d453a89d1522d3b3dca6a02ebff19d0c9dfc4139 https://github.com/buildbot/buildbot/commit/d453a89d1522d3b3dca6a02ebff19d0c9dfc4139 Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/src/styles/styles.less Log Message: ----------- fix bad placment for buttons in breadcrum Signed-off-by: Pierre Tardy Compare: https://github.com/buildbot/buildbot/compare/fee828cf4261...d453a89d1522 From noreply at github.com Wed Jun 11 16:38:11 2014 From: noreply at github.com (GitHub) Date: Wed, 11 Jun 2014 09:38:11 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3bc2df: fix sqlalchemy statement Message-ID: <539885f328d70_7a0e11e9d34103070@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 3bc2dfb7fedd4b83d57d40288e3a267a32537486 https://github.com/buildbot/buildbot/commit/3bc2dfb7fedd4b83d57d40288e3a267a32537486 Author: Pierre Tardy Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/db/buildrequests.py Log Message: ----------- fix sqlalchemy statement sqlalchemy use immutable objects, so we must do q=q.where.. Signed-off-by: Pierre Tardy From noreply at github.com Wed Jun 11 22:20:45 2014 From: noreply at github.com (GitHub) Date: Wed, 11 Jun 2014 15:20:45 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b00846: P4 source changes: Message-ID: <5398d63dcb1f6_106b1389d38942f2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b008464cd11588b1f5178fe39769f6c661f9952d https://github.com/buildbot/buildbot/commit/b008464cd11588b1f5178fe39769f6c661f9952d Author: Ludovic Chabant Date: 2013-09-04 (Wed, 04 Sep 2013) Changed paths: M master/buildbot/steps/source/p4.py Log Message: ----------- P4 source changes: * Made `mode` parameter support property interpolation * Added ticket-based authentication Commit: 625ffb36ea0f8215d7a2854fabcaaab524a6c257 https://github.com/buildbot/buildbot/commit/625ffb36ea0f8215d7a2854fabcaaab524a6c257 Author: Ludovic Chabant Date: 2013-09-17 (Tue, 17 Sep 2013) Changed paths: M master/buildbot/changes/p4poller.py Log Message: ----------- Added support for ticket-based authentication to P4Poller. Commit: f7f38dc7c663af389a79a55326090f6be434fcf7 https://github.com/buildbot/buildbot/commit/f7f38dc7c663af389a79a55326090f6be434fcf7 Author: Ludovic Chabant Date: 2013-09-18 (Wed, 18 Sep 2013) Changed paths: M master/buildbot/changes/p4poller.py Log Message: ----------- Added ticket login interval to P4Poller. Some code cleanup. Commit: acd37e798ee9f40d1d374beb08d41ef59cac8398 https://github.com/buildbot/buildbot/commit/acd37e798ee9f40d1d374beb08d41ef59cac8398 Author: Ludovic Chabant Date: 2014-04-08 (Tue, 08 Apr 2014) Changed paths: M master/buildbot/changes/p4poller.py Log Message: ----------- P4Poller: fix ticket-based authentication, add optional debug logging. Commit: 252cb40ad596228dde560481669c0b61a78227d0 https://github.com/buildbot/buildbot/commit/252cb40ad596228dde560481669c0b61a78227d0 Author: Ludovic Chabant Date: 2014-04-09 (Wed, 09 Apr 2014) Changed paths: M master/buildbot/changes/p4poller.py Log Message: ----------- Default P4Poller's ticket fetching interval to 24 hours. Commit: 2a896fe0f779b6a0236e618b1b6db09077cbc344 https://github.com/buildbot/buildbot/commit/2a896fe0f779b6a0236e618b1b6db09077cbc344 Author: Ludovic Chabant Date: 2014-04-09 (Wed, 09 Apr 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/relnotes/index.rst Log Message: ----------- Updated documentation and release notes about support for Perforce ticket-based authentication. Commit: ab4e40d2deea8b350206f7269fe40712c72b6c10 https://github.com/buildbot/buildbot/commit/ab4e40d2deea8b350206f7269fe40712c72b6c10 Author: Ludovic Chabant Date: 2014-06-06 (Fri, 06 Jun 2014) Changed paths: M master/buildbot/steps/source/p4.py M master/buildbot/test/unit/test_steps_source_p4.py Log Message: ----------- Added unit test for ticket auth in P4 source step. Commit: 99c4921c3beead7ce623574ca23bc8c56e268d14 https://github.com/buildbot/buildbot/commit/99c4921c3beead7ce623574ca23bc8c56e268d14 Author: Ludovic Chabant Date: 2014-06-06 (Fri, 06 Jun 2014) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Add a unit test for ticket auth in P4 poller. Commit: 416d5774bfc6fb2b7109b209ce16f19c692a7527 https://github.com/buildbot/buildbot/commit/416d5774bfc6fb2b7109b209ce16f19c692a7527 Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/changes/p4poller.py M master/buildbot/steps/source/p4.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_steps_source_p4.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge ludovicchabant/buildbot:perforce (PR #1128) Conflicts: master/buildbot/changes/p4poller.py master/buildbot/test/unit/test_changes_p4poller.py master/buildbot/test/unit/test_steps_source_p4.py master/docs/relnotes/index.rst + autopep8 + substantial merging in tests Compare: https://github.com/buildbot/buildbot/compare/ae76ccc46da7...416d5774bfc6 From noreply at github.com Wed Jun 11 22:31:39 2014 From: noreply at github.com (GitHub) Date: Wed, 11 Jun 2014 15:31:39 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b00846: P4 source changes: Message-ID: <5398d8cbd71e1_eb31231d3c7803d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: b008464cd11588b1f5178fe39769f6c661f9952d https://github.com/buildbot/buildbot/commit/b008464cd11588b1f5178fe39769f6c661f9952d Author: Ludovic Chabant Date: 2013-09-04 (Wed, 04 Sep 2013) Changed paths: M master/buildbot/steps/source/p4.py Log Message: ----------- P4 source changes: * Made `mode` parameter support property interpolation * Added ticket-based authentication Commit: 625ffb36ea0f8215d7a2854fabcaaab524a6c257 https://github.com/buildbot/buildbot/commit/625ffb36ea0f8215d7a2854fabcaaab524a6c257 Author: Ludovic Chabant Date: 2013-09-17 (Tue, 17 Sep 2013) Changed paths: M master/buildbot/changes/p4poller.py Log Message: ----------- Added support for ticket-based authentication to P4Poller. Commit: f7f38dc7c663af389a79a55326090f6be434fcf7 https://github.com/buildbot/buildbot/commit/f7f38dc7c663af389a79a55326090f6be434fcf7 Author: Ludovic Chabant Date: 2013-09-18 (Wed, 18 Sep 2013) Changed paths: M master/buildbot/changes/p4poller.py Log Message: ----------- Added ticket login interval to P4Poller. Some code cleanup. Commit: acd37e798ee9f40d1d374beb08d41ef59cac8398 https://github.com/buildbot/buildbot/commit/acd37e798ee9f40d1d374beb08d41ef59cac8398 Author: Ludovic Chabant Date: 2014-04-08 (Tue, 08 Apr 2014) Changed paths: M master/buildbot/changes/p4poller.py Log Message: ----------- P4Poller: fix ticket-based authentication, add optional debug logging. Commit: 252cb40ad596228dde560481669c0b61a78227d0 https://github.com/buildbot/buildbot/commit/252cb40ad596228dde560481669c0b61a78227d0 Author: Ludovic Chabant Date: 2014-04-09 (Wed, 09 Apr 2014) Changed paths: M master/buildbot/changes/p4poller.py Log Message: ----------- Default P4Poller's ticket fetching interval to 24 hours. Commit: 2a896fe0f779b6a0236e618b1b6db09077cbc344 https://github.com/buildbot/buildbot/commit/2a896fe0f779b6a0236e618b1b6db09077cbc344 Author: Ludovic Chabant Date: 2014-04-09 (Wed, 09 Apr 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/relnotes/index.rst Log Message: ----------- Updated documentation and release notes about support for Perforce ticket-based authentication. Commit: ab4e40d2deea8b350206f7269fe40712c72b6c10 https://github.com/buildbot/buildbot/commit/ab4e40d2deea8b350206f7269fe40712c72b6c10 Author: Ludovic Chabant Date: 2014-06-06 (Fri, 06 Jun 2014) Changed paths: M master/buildbot/steps/source/p4.py M master/buildbot/test/unit/test_steps_source_p4.py Log Message: ----------- Added unit test for ticket auth in P4 source step. Commit: 99c4921c3beead7ce623574ca23bc8c56e268d14 https://github.com/buildbot/buildbot/commit/99c4921c3beead7ce623574ca23bc8c56e268d14 Author: Ludovic Chabant Date: 2014-06-06 (Fri, 06 Jun 2014) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Add a unit test for ticket auth in P4 poller. Commit: 416d5774bfc6fb2b7109b209ce16f19c692a7527 https://github.com/buildbot/buildbot/commit/416d5774bfc6fb2b7109b209ce16f19c692a7527 Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/changes/p4poller.py M master/buildbot/steps/source/p4.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_steps_source_p4.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge ludovicchabant/buildbot:perforce (PR #1128) Conflicts: master/buildbot/changes/p4poller.py master/buildbot/test/unit/test_changes_p4poller.py master/buildbot/test/unit/test_steps_source_p4.py master/docs/relnotes/index.rst + autopep8 + substantial merging in tests Commit: f636b80cb19fa756e5b4895a82e60452a7257230 https://github.com/buildbot/buildbot/commit/f636b80cb19fa756e5b4895a82e60452a7257230 Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/changes/p4poller.py M master/buildbot/steps/source/p4.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_steps_source_p4.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/changes/p4poller.py master/buildbot/test/unit/test_changes_p4poller.py Compare: https://github.com/buildbot/buildbot/compare/3bc2dfb7fedd...f636b80cb19f From noreply at github.com Wed Jun 11 22:34:47 2014 From: noreply at github.com (GitHub) Date: Wed, 11 Jun 2014 15:34:47 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9e5adf: use pylint symbolic check names Message-ID: <5398d9872bc15_192c4cbd3c15942@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 9e5adf3fe6183fc9934af0e2886ce74566ccf912 https://github.com/buildbot/buildbot/commit/9e5adf3fe6183fc9934af0e2886ce74566ccf912 Author: Elmir Jagudin Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M common/pylintrc Log Message: ----------- use pylint symbolic check names In pylint configuration replaced check numbers with check's symbolic names. It seems that check numbers are on the way to be depricated. Commit: aa6e7ab75603961add5b842321e385a453babdc6 https://github.com/buildbot/buildbot/commit/aa6e7ab75603961add5b842321e385a453babdc6 Author: Elmir Jagudin Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M common/pylintrc Log Message: ----------- enable more pylint checks Trimmed the disabled pylint checks list, by removing checks that are passing now. Commit: c0b57e60b2d70133357bd4470adb7a0c6cdc5e8b https://github.com/buildbot/buildbot/commit/c0b57e60b2d70133357bd4470adb7a0c6cdc5e8b Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M common/pylintrc Log Message: ----------- Merge elmirjagudin/buildbot:pylint-conf (PR #1161) Compare: https://github.com/buildbot/buildbot/compare/f636b80cb19f...c0b57e60b2d7 From noreply at github.com Wed Jun 11 22:38:24 2014 From: noreply at github.com (GitHub) Date: Wed, 11 Jun 2014 15:38:24 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 35e636: Modularize plugins Message-ID: <5398da6019e1c_13b5111fd4011298@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 35e636ee701ccd10367451b49a5744cf97cb33ae https://github.com/buildbot/buildbot/commit/35e636ee701ccd10367451b49a5744cf97cb33ae Author: Andra?s To?th Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: A www/codeparameter/src/module/codefield.directive.coffee A www/codeparameter/src/module/codefield.tpl.jade R www/codeparameter/src/module/scripts/directives/codefield.directive.coffee R www/codeparameter/src/module/styles/styles.less R www/codeparameter/src/module/views/directives/codefield.tpl.jade A www/codeparameter/src/styles/styles.less A www/sample_plugin/src/module/d3demo/d3demo.directive.coffee A www/sample_plugin/src/module/demo.module.coffee A www/sample_plugin/src/module/demo.tpl.jade R www/sample_plugin/src/module/scripts/controllers/demo.controller.coffee R www/sample_plugin/src/module/scripts/directives/d3demo.directive.coffee R www/sample_plugin/src/module/scripts/route.config.coffee R www/sample_plugin/src/module/styles/styles.less R www/sample_plugin/src/module/views/demo.tpl.jade A www/sample_plugin/src/styles/styles.less M www/src/app/app.run.coffee Log Message: ----------- Modularize plugins Commit: 94924fd7ce0fd7db36b9bb8583b20fb6a8468e97 https://github.com/buildbot/buildbot/commit/94924fd7ce0fd7db36b9bb8583b20fb6a8468e97 Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: A www/codeparameter/src/module/codefield.directive.coffee A www/codeparameter/src/module/codefield.tpl.jade R www/codeparameter/src/module/scripts/directives/codefield.directive.coffee R www/codeparameter/src/module/styles/styles.less R www/codeparameter/src/module/views/directives/codefield.tpl.jade A www/codeparameter/src/styles/styles.less A www/sample_plugin/src/module/d3demo/d3demo.directive.coffee A www/sample_plugin/src/module/demo.module.coffee A www/sample_plugin/src/module/demo.tpl.jade R www/sample_plugin/src/module/scripts/controllers/demo.controller.coffee R www/sample_plugin/src/module/scripts/directives/d3demo.directive.coffee R www/sample_plugin/src/module/scripts/route.config.coffee R www/sample_plugin/src/module/styles/styles.less R www/sample_plugin/src/module/views/demo.tpl.jade A www/sample_plugin/src/styles/styles.less M www/src/app/app.run.coffee Log Message: ----------- Merge tothandras/buildbot:modularize_plugins (PR #1160) Compare: https://github.com/buildbot/buildbot/compare/c0b57e60b2d7...94924fd7ce0f From noreply at github.com Wed Jun 11 22:44:57 2014 From: noreply at github.com (GitHub) Date: Wed, 11 Jun 2014 15:44:57 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] bd6574: Use granlecoja build system Message-ID: <5398dbe9ed6ca_165dfe3d3c204e3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: bd6574b96f20aeaec8785ba0832cd4bf5bd0a3b8 https://github.com/buildbot/buildbot/commit/bd6574b96f20aeaec8785ba0832cd4bf5bd0a3b8 Author: Pierre Tardy Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M www/Gruntfile.coffee M www/codeparameter/Gruntfile.coffee M www/codeparameter/grunt/config.coffee A www/codeparameter/grunt/customtasks.coffee R www/codeparameter/grunt/tasks/clean.coffee R www/codeparameter/grunt/tasks/copy.coffee M www/codeparameter/setup.py M www/grunt/config.coffee A www/grunt/customtasks.coffee R www/grunt/tasks/clean.coffee R www/grunt/tasks/coffee.coffee R www/grunt/tasks/coffeelint.coffee R www/grunt/tasks/concat.coffee R www/grunt/tasks/concurrent.coffee R www/grunt/tasks/copy.coffee R www/grunt/tasks/imagemin.coffee R www/grunt/tasks/jade.coffee R www/grunt/tasks/karma.coffee R www/grunt/tasks/less.coffee R www/grunt/tasks/ngtemplates.coffee R www/grunt/tasks/requiregen.coffee R www/grunt/tasks/requirejs.coffee R www/grunt/tasks/watch.coffee M www/sample_plugin/Gruntfile.coffee M www/sample_plugin/grunt/config.coffee M www/sample_plugin/setup.py M www/setup.py Log Message: ----------- Use granlecoja build system This allows to put the build system out of tree, and thus allow plugins to be maintained out of tree Signed-off-by: Pierre Tardy Commit: 39df5f72935f1e413774968ac2d1a7cf1c52b45b https://github.com/buildbot/buildbot/commit/39df5f72935f1e413774968ac2d1a7cf1c52b45b Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M www/Gruntfile.coffee M www/codeparameter/Gruntfile.coffee M www/codeparameter/grunt/config.coffee A www/codeparameter/grunt/customtasks.coffee R www/codeparameter/grunt/tasks/clean.coffee R www/codeparameter/grunt/tasks/copy.coffee M www/codeparameter/setup.py M www/grunt/config.coffee A www/grunt/customtasks.coffee R www/grunt/tasks/clean.coffee R www/grunt/tasks/coffee.coffee R www/grunt/tasks/coffeelint.coffee R www/grunt/tasks/concat.coffee R www/grunt/tasks/concurrent.coffee R www/grunt/tasks/copy.coffee R www/grunt/tasks/imagemin.coffee R www/grunt/tasks/jade.coffee R www/grunt/tasks/karma.coffee R www/grunt/tasks/less.coffee R www/grunt/tasks/ngtemplates.coffee R www/grunt/tasks/requiregen.coffee R www/grunt/tasks/requirejs.coffee R www/grunt/tasks/watch.coffee M www/sample_plugin/Gruntfile.coffee M www/sample_plugin/grunt/config.coffee M www/sample_plugin/setup.py M www/setup.py Log Message: ----------- Merge tardyp/buildbot:granlecoja (PR #1162) Compare: https://github.com/buildbot/buildbot/compare/94924fd7ce0f...39df5f72935f From noreply at github.com Wed Jun 11 23:18:40 2014 From: noreply at github.com (GitHub) Date: Wed, 11 Jun 2014 16:18:40 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 156102: add a poll.method decorator Message-ID: <5398e3d025974_104c13d5d3c93755@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 15610215f50d2649514d9019909ce16ca67f21c8 https://github.com/buildbot/buildbot/commit/15610215f50d2649514d9019909ce16ca67f21c8 Author: Dustin J. Mitchell Date: 2014-05-25 (Sun, 25 May 2014) Changed paths: A master/buildbot/test/unit/test_util_poll.py A master/buildbot/util/poll.py M master/docs/developer/utils.rst Log Message: ----------- add a poll.method decorator Commit: 257a1adb9126a8a4821698f4ebe25757ab73aa47 https://github.com/buildbot/buildbot/commit/257a1adb9126a8a4821698f4ebe25757ab73aa47 Author: Dustin J. Mitchell Date: 2014-05-25 (Sun, 25 May 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/util/__init__.py M master/buildbot/util/misc.py M master/docs/developer/style.rst M master/docs/developer/utils.rst M master/docs/relnotes/index.rst Log Message: ----------- remove unnecessary SerializedInvocation Commit: f54d7531fcc17cd02707f6ed620aad0fab750cdd https://github.com/buildbot/buildbot/commit/f54d7531fcc17cd02707f6ed620aad0fab750cdd Author: Dustin J. Mitchell Date: 2014-05-25 (Sun, 25 May 2014) Changed paths: M master/buildbot/changes/base.py M master/docs/developer/classes.rst A master/docs/developer/cls-changesources.rst M master/docs/manual/customization.rst Log Message: ----------- remove PollingChangeSource docstrings Commit: c0b040750bf2abd9f102910c13131762915f1fc0 https://github.com/buildbot/buildbot/commit/c0b040750bf2abd9f102910c13131762915f1fc0 Author: Dustin J. Mitchell Date: 2014-05-25 (Sun, 25 May 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/status/web/hooks/poller.py M master/buildbot/test/unit/test_status_web_hooks_poller.py Log Message: ----------- Fix poller hook This is still not appropriate for nine. Rather than forcing local change sources, it should be sending a message to force remote change sources. But, good enough for the moment. Commit: c67feedd2ba0aa6169100340e7fb281a56bfa86e https://github.com/buildbot/buildbot/commit/c67feedd2ba0aa6169100340e7fb281a56bfa86e Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/status/web/hooks/poller.py M master/buildbot/test/unit/test_status_web_hooks_poller.py M master/buildbot/test/unit/test_util_misc.py A master/buildbot/test/unit/test_util_poll.py M master/buildbot/util/__init__.py M master/buildbot/util/misc.py A master/buildbot/util/poll.py M master/docs/developer/classes.rst A master/docs/developer/cls-changesources.rst M master/docs/developer/style.rst M master/docs/developer/utils.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge djmitche/buildbot:bug2442 (PR #1149) Conflicts: master/buildbot/util/__init__.py + pyflakes + fix docs Commit: 26022060f7ac5702f92f239feb1d6c757c51a3e2 https://github.com/buildbot/buildbot/commit/26022060f7ac5702f92f239feb1d6c757c51a3e2 Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/test/unit/test_util_poll.py Log Message: ----------- change imports to avoid shadowing in ``` from buildbot.util import poll class Foo: @poll.method def someMethod(self): pass def poll(self): pass ``` The `poll` in `@poll.method` correctly refers to the module. However, if the order of the methods is reversed, it refers instead to the `poll` method in the class scope. Pyflakes only detects this in the problematic ordering, while pylint detects it even in the working order. Pylint is probably right - re-ordering methods shouldn't change behavior! Compare: https://github.com/buildbot/buildbot/compare/39df5f72935f...26022060f7ac From noreply at github.com Sat Jun 14 22:51:24 2014 From: noreply at github.com (GitHub) Date: Sat, 14 Jun 2014 15:51:24 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2d996c: Set versions in relnotes Message-ID: <539cd1ecd54ab_2ab9e9dd3818614@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/tags/v0.8.9 Home: https://github.com/buildbot/buildbot Commit: 2d996c5f9b9dcc19461203edc41fbdc62673ecd2 https://github.com/buildbot/buildbot/commit/2d996c5f9b9dcc19461203edc41fbdc62673ecd2 Author: John Carr Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Set versions in relnotes From noreply at github.com Sat Jun 14 22:52:58 2014 From: noreply at github.com (GitHub) Date: Sat, 14 Jun 2014 15:52:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2d996c: Set versions in relnotes Message-ID: <539cd24a5b8c0_25e912c7d3c90741@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.9 Home: https://github.com/buildbot/buildbot Commit: 2d996c5f9b9dcc19461203edc41fbdc62673ecd2 https://github.com/buildbot/buildbot/commit/2d996c5f9b9dcc19461203edc41fbdc62673ecd2 Author: John Carr Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Set versions in relnotes From noreply at github.com Sun Jun 15 22:32:34 2014 From: noreply at github.com (GitHub) Date: Sun, 15 Jun 2014 15:32:34 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2d996c: Set versions in relnotes Message-ID: <539e1f026b662_10ce13a1d3434738@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2d996c5f9b9dcc19461203edc41fbdc62673ecd2 https://github.com/buildbot/buildbot/commit/2d996c5f9b9dcc19461203edc41fbdc62673ecd2 Author: John Carr Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Set versions in relnotes Commit: 38acf7dd8f96ed0ef75de19b051dd9fca9ea9e0d https://github.com/buildbot/buildbot/commit/38acf7dd8f96ed0ef75de19b051dd9fca9ea9e0d Author: John Carr Date: 2014-06-15 (Sun, 15 Jun 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- Merge branch 'buildbot-0.8.9' Compare: https://github.com/buildbot/buildbot/compare/416d5774bfc6...38acf7dd8f96 From noreply at github.com Tue Jun 17 11:58:23 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 04:58:23 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 8fde54: fixing broken link for systemd unit files in 0.8.9... Message-ID: <53a02d5f8be1c_4d8cfa3d40154ba@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.9 Home: https://github.com/buildbot/buildbot Commit: 8fde5402ae3182cf2d4c11e8443bebbc91eb5d53 https://github.com/buildbot/buildbot/commit/8fde5402ae3182cf2d4c11e8443bebbc91eb5d53 Author: Tim Flink Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fixing broken link for systemd unit files in 0.8.9 release notes From noreply at github.com Tue Jun 17 11:58:23 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 04:58:23 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 8cc36f: fixing broken link for systemd unit files in 0.8.9... Message-ID: <53a02d5fd5512_9e9145bd3842926@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8cc36f8d303c972d603537597d8516b1e32c059a https://github.com/buildbot/buildbot/commit/8cc36f8d303c972d603537597d8516b1e32c059a Author: Tim Flink Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- fixing broken link for systemd unit files in 0.8.9 release notes Commit: 4a565ac77e8540b0acdc5de32c120fb36b5b0f65 https://github.com/buildbot/buildbot/commit/4a565ac77e8540b0acdc5de32c120fb36b5b0f65 Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- Merge tflink/buildbot:fix-089-relnotes-link (PR #1163) Compare: https://github.com/buildbot/buildbot/compare/38acf7dd8f96...4a565ac77e85 From noreply at github.com Tue Jun 17 11:58:55 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 04:58:55 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2d996c: Set versions in relnotes Message-ID: <53a02d7f1b01c_4c07b4fd34131a8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 2d996c5f9b9dcc19461203edc41fbdc62673ecd2 https://github.com/buildbot/buildbot/commit/2d996c5f9b9dcc19461203edc41fbdc62673ecd2 Author: John Carr Date: 2014-06-14 (Sat, 14 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Set versions in relnotes Commit: 38acf7dd8f96ed0ef75de19b051dd9fca9ea9e0d https://github.com/buildbot/buildbot/commit/38acf7dd8f96ed0ef75de19b051dd9fca9ea9e0d Author: John Carr Date: 2014-06-15 (Sun, 15 Jun 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- Merge branch 'buildbot-0.8.9' Commit: 8cc36f8d303c972d603537597d8516b1e32c059a https://github.com/buildbot/buildbot/commit/8cc36f8d303c972d603537597d8516b1e32c059a Author: Tim Flink Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- fixing broken link for systemd unit files in 0.8.9 release notes Commit: 4a565ac77e8540b0acdc5de32c120fb36b5b0f65 https://github.com/buildbot/buildbot/commit/4a565ac77e8540b0acdc5de32c120fb36b5b0f65 Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- Merge tflink/buildbot:fix-089-relnotes-link (PR #1163) Commit: a3ffaf12bcecc98e5f0102a907bd13afb620cc08 https://github.com/buildbot/buildbot/commit/a3ffaf12bcecc98e5f0102a907bd13afb620cc08 Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- Merge branch 'master' into nine Compare: https://github.com/buildbot/buildbot/compare/26022060f7ac...a3ffaf12bcec From noreply at github.com Tue Jun 17 11:59:42 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 04:59:42 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <53a02dae9cc2b_5981d39d342673e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.x Home: https://github.com/buildbot/buildbot From noreply at github.com Tue Jun 17 12:42:13 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 05:42:13 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <53a037a5a7741_5a1adfdd3898316@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.x Home: https://github.com/buildbot/buildbot From noreply at github.com Tue Jun 17 12:42:16 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 05:42:16 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <53a037a84d5fe_5e5468fd444780@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot From noreply at github.com Tue Jun 17 12:42:30 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 05:42:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <53a037b68c9e2_56275c3d348782f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot From noreply at github.com Tue Jun 17 12:42:57 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 05:42:57 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 558979: test fixes for www Message-ID: <53a037d15bd88_546580fd40999b6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 55897957fc14d79a2c04424a1c221fc537e7660e https://github.com/buildbot/buildbot/commit/55897957fc14d79a2c04424a1c221fc537e7660e Author: Dustin J. Mitchell Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/unit/test_www_service.py Log Message: ----------- test fixes for www Commit: 51a308cdce06664c45407f8682efdd4884a30cdb https://github.com/buildbot/buildbot/commit/51a308cdce06664c45407f8682efdd4884a30cdb Author: Dustin J. Mitchell Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: M master/docs/developer/data.rst M master/docs/developer/www.rst Log Message: ----------- docs tweaks for www Mostly formatting; moved the testing section to the bottom. Commit: 1cacd6ce0917b413119f16cd106389712f2d4997 https://github.com/buildbot/buildbot/commit/1cacd6ce0917b413119f16cd106389712f2d4997 Author: Dustin J. Mitchell Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: M master/docs/manual/cfg-global.rst Log Message: ----------- document www['static_url'] Commit: fe096cbe7620fb36fc4cdbd3826a8a28dc0d4ad4 https://github.com/buildbot/buildbot/commit/fe096cbe7620fb36fc4cdbd3826a8a28dc0d4ad4 Author: Dustin J. Mitchell Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: M master/buildbot/www/resource.py M master/buildbot/www/rest.py M master/buildbot/www/static/js/lib/websocket.js M master/buildbot/www/ui.py Log Message: ----------- rename baseurl to base_url consistently Commit: ab28c5dc2ef35083c413286fab18e06a7e8a4405 https://github.com/buildbot/buildbot/commit/ab28c5dc2ef35083c413286fab18e06a7e8a4405 Author: Dustin J. Mitchell Date: 2012-08-12 (Sun, 12 Aug 2012) Changed paths: M master/docs/developer/www.rst Log Message: ----------- more detailed install instructions Commit: 7d29d6d654475444e72a6e0123241626b57030a5 https://github.com/buildbot/buildbot/commit/7d29d6d654475444e72a6e0123241626b57030a5 Author: Dustin J. Mitchell Date: 2012-09-09 (Sun, 09 Sep 2012) Changed paths: M master/buildbot/buildslave.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/filter.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/sendchange.py M master/buildbot/config.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/sample.cfg M master/buildbot/scripts/sendchange.py M master/buildbot/status/builder.py M master/buildbot/status/mail.py M master/buildbot/status/status_gerrit.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/changes.py M master/buildbot/status/web/console.py M master/buildbot/status/web/feeds.py M master/buildbot/status/web/files/default.css M master/buildbot/status/web/logs.py M master/buildbot/status/web/slaves.py M master/buildbot/status/web/templates/console.html M master/buildbot/status/web/templates/forms.html M master/buildbot/status/words.py A master/buildbot/steps/package/deb/__init__.py A master/buildbot/steps/package/deb/lintian.py A master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/rpmbuild.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/git.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/source/svn.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_changes_filter.py M master/buildbot/test/unit/test_changes_hgpoller.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_clients_sendchange.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.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_forcesched.py M master/buildbot/test/unit/test_scripts_sendchange.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_status_words.py A master/buildbot/test/unit/test_steps_package_deb_lintian.py A master/buildbot/test/unit/test_steps_package_deb_pbuilder.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_git.py A master/buildbot/test/unit/test_steps_source_oldsource.py M master/buildbot/test/unit/test_steps_source_svn.py M master/contrib/git_buildbot.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/manual/customization.rst M master/docs/manual/installation.rst M master/docs/release-notes.rst M master/docs/release-notes/0.8.6.rst A master/docs/release-notes/0.8.7.rst M master/setup.py M slave/buildslave/commands/fs.py M slave/buildslave/scripts/runner.py M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/changes/pb.py master/buildbot/changes/svnpoller.py master/buildbot/status/mail.py master/buildbot/test/unit/test_changes_hgpoller.py master/buildbot/test/unit/test_process_builder.py master/buildbot/test/unit/test_status_mail.py Commit: eb804b20cbff57f7a0662e2873586a41701c8f89 https://github.com/buildbot/buildbot/commit/eb804b20cbff57f7a0662e2873586a41701c8f89 Author: Dustin J. Mitchell Date: 2012-09-15 (Sat, 15 Sep 2012) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/transfer.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/interfaces/test_remotecommand.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_steps_shell.py M master/contrib/bzr_buildbot.py M master/docs/developer/cls-remotecommands.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst Log Message: ----------- Merge branch 'master' into nine Commit: 4ce55a52b9a8ec3de9663f82a93c38d3146860c9 https://github.com/buildbot/buildbot/commit/4ce55a52b9a8ec3de9663f82a93c38d3146860c9 Author: Dustin J. Mitchell Date: 2012-09-15 (Sat, 15 Sep 2012) Changed paths: M master/docs/developer/mq.rst M master/docs/developer/rtype-master.rst M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst M master/docs/release-notes.rst Log Message: ----------- fix up docs references and formatting typos Commit: 197470a0b794b3d3051b2f89befb15a38fe98d13 https://github.com/buildbot/buildbot/commit/197470a0b794b3d3051b2f89befb15a38fe98d13 Author: Dustin J. Mitchell Date: 2012-09-16 (Sun, 16 Sep 2012) Changed paths: M master/buildbot/changes/gerritchangesource.py Log Message: ----------- Merge branch 'master' into nine Commit: 44906c121ee05b358aae33e7930f7753720024d0 https://github.com/buildbot/buildbot/commit/44906c121ee05b358aae33e7930f7753720024d0 Author: Dustin J. Mitchell Date: 2012-09-19 (Wed, 19 Sep 2012) Changed paths: A README.rst Log Message: ----------- Add nine todo in the form of README.rst Commit: c2d07465e3914831dfa39e7d94a0e06088903dca https://github.com/buildbot/buildbot/commit/c2d07465e3914831dfa39e7d94a0e06088903dca Author: Dustin J. Mitchell Date: 2012-09-19 (Wed, 19 Sep 2012) Changed paths: M README.rst Log Message: ----------- add TODO items Commit: 37a13618714b06916cf86a36769a43a87be02d98 https://github.com/buildbot/buildbot/commit/37a13618714b06916cf86a36769a43a87be02d98 Author: Tom Prince Date: 2012-09-19 (Wed, 19 Sep 2012) Changed paths: A README.rst Log Message: ----------- Merge pull request #528 from djmitche/9/todo Add a to-do list Commit: 24ea27e591abd24c3154643d8f3f8e9a08191d01 https://github.com/buildbot/buildbot/commit/24ea27e591abd24c3154643d8f3f8e9a08191d01 Author: Dustin J. Mitchell Date: 2012-09-19 (Wed, 19 Sep 2012) Changed paths: M master/buildbot/www/websocket.py Log Message: ----------- use NoResource from resource, not error Commit: 1dcaabff46a512aca62ee5328bab015d4f85dbb2 https://github.com/buildbot/buildbot/commit/1dcaabff46a512aca62ee5328bab015d4f85dbb2 Author: Dustin J. Mitchell Date: 2012-09-19 (Wed, 19 Sep 2012) Changed paths: A README.md R README.rst Log Message: ----------- move readme to markdown in hopes github will render it better Commit: bb3fee03427d89692c19e0ed77d94fcd59fb2370 https://github.com/buildbot/buildbot/commit/bb3fee03427d89692c19e0ed77d94fcd59fb2370 Author: Dustin J. Mitchell Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: A CONTRIBUTING.md M master/buildbot/status/mail.py M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_steps_shell.py M master/setup.py Log Message: ----------- Merge github.com:djmitche/buildbot into nine Commit: 9c6894a509e69ed1b1f03d95f50bf735e9646460 https://github.com/buildbot/buildbot/commit/9c6894a509e69ed1b1f03d95f50bf735e9646460 Author: Dustin J. Mitchell Date: 2012-09-21 (Fri, 21 Sep 2012) Changed paths: A README.md R README.rst Log Message: ----------- Merge branch 'nine' of github.com:buildbot/buildbot into nine Commit: f3af4257206bb60f0923a2a5c2e6dea10dd10e59 https://github.com/buildbot/buildbot/commit/f3af4257206bb60f0923a2a5c2e6dea10dd10e59 Author: Dustin J. Mitchell Date: 2012-09-23 (Sun, 23 Sep 2012) Changed paths: M README.md Log Message: ----------- updated todo's based on tomprince's review of 9/buildsets-rtype Commit: 554d797389469d5656e0b6526994c37edc74eb7c https://github.com/buildbot/buildbot/commit/554d797389469d5656e0b6526994c37edc74eb7c Author: Dustin J. Mitchell Date: 2012-09-29 (Sat, 29 Sep 2012) Changed paths: M README.md Log Message: ----------- add sourcestamps to the list of rtypes to do Commit: a736196ff6e6dca5967419105c2091bd99fbb682 https://github.com/buildbot/buildbot/commit/a736196ff6e6dca5967419105c2091bd99fbb682 Author: Dustin J. Mitchell Date: 2012-09-29 (Sat, 29 Sep 2012) Changed paths: A common/generate_buildbot_api_documentation.sh M master/MANIFEST.in M master/buildbot/__init__.py M master/buildbot/buildslave.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/status/client.py M master/buildbot/status/master.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/templates/forms.html M master/buildbot/steps/slave.py M master/buildbot/steps/source/base.py A master/buildbot/steps/source/repo.py M master/buildbot/steps/source/svn.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/interfaces/test_remotecommand.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_status_web_authz_Authz.py M master/buildbot/test/unit/test_steps_slave.py A master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/sourcesteps.py M master/contrib/buildbot_json.py M master/docs/developer/classes.rst A master/docs/developer/cls-iproperties.rst A master/docs/developer/cls-irenderable.rst M master/docs/examples/repo_gerrit.cfg M master/docs/index.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/customization.rst R master/docs/release-notes.rst R master/docs/release-notes/0.3.1.txt R master/docs/release-notes/0.3.2.txt R master/docs/release-notes/0.3.3.txt R master/docs/release-notes/0.3.4.txt R master/docs/release-notes/0.3.5.txt R master/docs/release-notes/0.4.0.txt R master/docs/release-notes/0.4.1.txt R master/docs/release-notes/0.4.2.txt R master/docs/release-notes/0.4.3.txt R master/docs/release-notes/0.5.0.txt R master/docs/release-notes/0.6.0.txt R master/docs/release-notes/0.6.1.txt R master/docs/release-notes/0.6.2.txt R master/docs/release-notes/0.6.3.txt R master/docs/release-notes/0.6.4.txt R master/docs/release-notes/0.6.5.txt R master/docs/release-notes/0.6.6.txt R master/docs/release-notes/0.7.0.txt R master/docs/release-notes/0.7.1.txt R master/docs/release-notes/0.7.10.txt R master/docs/release-notes/0.7.11.txt R master/docs/release-notes/0.7.12.txt R master/docs/release-notes/0.7.2.txt R master/docs/release-notes/0.7.3.txt R master/docs/release-notes/0.7.4.txt R master/docs/release-notes/0.7.5.txt R master/docs/release-notes/0.7.6.txt R master/docs/release-notes/0.7.7.txt R master/docs/release-notes/0.7.8.txt R master/docs/release-notes/0.7.9.txt R master/docs/release-notes/0.8.0.txt R master/docs/release-notes/0.8.1.txt R master/docs/release-notes/0.8.2.txt R master/docs/release-notes/0.8.3.txt R master/docs/release-notes/0.8.4.txt R master/docs/release-notes/0.8.5.txt R master/docs/release-notes/0.8.6.rst R master/docs/release-notes/0.8.7.rst A master/docs/relnotes/0.3.1.txt A master/docs/relnotes/0.3.2.txt A master/docs/relnotes/0.3.3.txt A master/docs/relnotes/0.3.4.txt A master/docs/relnotes/0.3.5.txt A master/docs/relnotes/0.4.0.txt A master/docs/relnotes/0.4.1.txt A master/docs/relnotes/0.4.2.txt A master/docs/relnotes/0.4.3.txt A master/docs/relnotes/0.5.0.txt A master/docs/relnotes/0.6.0.txt A master/docs/relnotes/0.6.1.txt A master/docs/relnotes/0.6.2.txt A master/docs/relnotes/0.6.3.txt A master/docs/relnotes/0.6.4.txt A master/docs/relnotes/0.6.5.txt A master/docs/relnotes/0.6.6.txt A master/docs/relnotes/0.7.0.txt A master/docs/relnotes/0.7.1.txt A master/docs/relnotes/0.7.10.txt A master/docs/relnotes/0.7.11.txt A master/docs/relnotes/0.7.12.txt A master/docs/relnotes/0.7.2.txt A master/docs/relnotes/0.7.3.txt A master/docs/relnotes/0.7.4.txt A master/docs/relnotes/0.7.5.txt A master/docs/relnotes/0.7.6.txt A master/docs/relnotes/0.7.7.txt A master/docs/relnotes/0.7.8.txt A master/docs/relnotes/0.7.9.txt A master/docs/relnotes/0.8.0.txt A master/docs/relnotes/0.8.1.txt A master/docs/relnotes/0.8.2.txt A master/docs/relnotes/0.8.3.txt A master/docs/relnotes/0.8.4.txt A master/docs/relnotes/0.8.5.txt A master/docs/relnotes/0.8.6.rst A master/docs/relnotes/0.8.7.rst A master/docs/relnotes/index.rst M master/setup.py M slave/setup.py Log Message: ----------- Merge branch 'master' into nine Conflicts: .gitignore Commit: 74b0daa2c988dd808b2785f28c2af50db00a4b0c https://github.com/buildbot/buildbot/commit/74b0daa2c988dd808b2785f28c2af50db00a4b0c Author: Dustin J. Mitchell Date: 2012-09-29 (Sat, 29 Sep 2012) Changed paths: M README.md Log Message: ----------- remove to-do item finished in gh-pull 527 Commit: 7f673c65e9919c355ae42dff8fe04edb7ca06b94 https://github.com/buildbot/buildbot/commit/7f673c65e9919c355ae42dff8fe04edb7ca06b94 Author: Dustin J. Mitchell Date: 2012-09-29 (Sat, 29 Sep 2012) Changed paths: M README.md Log Message: ----------- more to-do items Commit: d4b0a1442474abd0f75eaa9d87f324c94878b464 https://github.com/buildbot/buildbot/commit/d4b0a1442474abd0f75eaa9d87f324c94878b464 Author: Dustin J. Mitchell Date: 2012-09-29 (Sat, 29 Sep 2012) Changed paths: M README.md Log Message: ----------- Merge branch 'nine' of github.com:buildbot/buildbot into nine Commit: 280dd796ab166bf92fdee92aec6349f6c2025192 https://github.com/buildbot/buildbot/commit/280dd796ab166bf92fdee92aec6349f6c2025192 Author: Dustin J. Mitchell Date: 2012-09-30 (Sun, 30 Sep 2012) Changed paths: M README.md Log Message: ----------- Add to-do items Commit: e9e016f470dd4242f45e090f97014a6099225fc0 https://github.com/buildbot/buildbot/commit/e9e016f470dd4242f45e090f97014a6099225fc0 Author: Dustin J. Mitchell Date: 2012-09-30 (Sun, 30 Sep 2012) Changed paths: M README.md R master/buildbot/test/interfaces/__init__.py R master/buildbot/test/interfaces/test_data_connector.py R master/buildbot/test/interfaces/test_db_buildsets.py R master/buildbot/test/interfaces/test_db_changes.py R master/buildbot/test/interfaces/test_logfile.py R master/buildbot/test/interfaces/test_mq.py R master/buildbot/test/interfaces/test_remotecommand.py M master/buildbot/test/unit/test_data_connector.py A master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_changes.py A master/buildbot/test/unit/test_logfile.py A master/buildbot/test/unit/test_mq.py A master/buildbot/test/unit/test_remotecommand.py M master/docs/developer/tests.rst Log Message: ----------- Consolidate tests from interfaces/* into unit/ The line between what should be an interface test and what should be a unit test isn't clear - I keep finding myself moving things back and forth. Rather than separate them by subdirectory, this leaves them all in the unit/ directory. The formulaic use of Tests and RealTests indicates an interface test. Commit: cc38928e3eeefb86bd31fdbf17501ff99378c633 https://github.com/buildbot/buildbot/commit/cc38928e3eeefb86bd31fdbf17501ff99378c633 Author: Dustin J. Mitchell Date: 2012-10-01 (Mon, 01 Oct 2012) Changed paths: M master/docs/developer/tests.rst Log Message: ----------- fix typo - 'implementation' when I meant 'signature' Commit: c1b3888b8063c118df6893a3d5e40ebb93ec7dc2 https://github.com/buildbot/buildbot/commit/c1b3888b8063c118df6893a3d5e40ebb93ec7dc2 Author: Dustin J. Mitchell Date: 2012-10-01 (Mon, 01 Oct 2012) Changed paths: M README.md M master/buildbot/test/fake/fakemq.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_process_builder.py Log Message: ----------- Factor self.assertEqual(self.master.mq.productions, [ .. ]) into something that will assert and then flush Commit: 58066dc822faa11835b6811ce23dca030b0e0ac5 https://github.com/buildbot/buildbot/commit/58066dc822faa11835b6811ce23dca030b0e0ac5 Author: Dustin J. Mitchell Date: 2012-10-01 (Mon, 01 Oct 2012) Changed paths: M README.md A covreport Log Message: ----------- todo Commit: a33f61daaa7afd7ba250ccde6dc9241146a71bd7 https://github.com/buildbot/buildbot/commit/a33f61daaa7afd7ba250ccde6dc9241146a71bd7 Author: Dustin J. Mitchell Date: 2012-10-01 (Mon, 01 Oct 2012) Changed paths: R covreport Log Message: ----------- remove accidentally added file Commit: c09ed1e950962fb3ffa8cd2f6103cc967c249955 https://github.com/buildbot/buildbot/commit/c09ed1e950962fb3ffa8cd2f6103cc967c249955 Author: Dustin J. Mitchell Date: 2012-10-02 (Tue, 02 Oct 2012) Changed paths: M master/buildbot/steps/vstudio.py M master/buildbot/test/__init__.py M master/buildbot/test/unit/test_steps_vstudio.py A master/buildbot/test/unit/test_util_namespace.py A master/buildbot/util/namespace.py M master/docs/developer/master-slave.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/manual/customization.rst M master/docs/manual/installation.rst M master/docs/manual/introduction.rst M master/docs/relnotes/0.8.6.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/index.rst M master/docs/tutorial/firstrun.rst M master/docs/tutorial/tour.rst M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Merge branch 'master' into nine Commit: 9dce272b9a4a9eb0e4fcdef189bc59ba353cb60e https://github.com/buildbot/buildbot/commit/9dce272b9a4a9eb0e4fcdef189bc59ba353cb60e Author: Tom Prince Date: 2012-10-02 (Tue, 02 Oct 2012) Changed paths: M master/buildbot/steps/python.py M master/buildbot/test/__init__.py M master/buildbot/test/unit/test_steps_python.py R master/buildbot/test/unit/test_util_namespace.py R master/buildbot/util/namespace.py Log Message: ----------- Merge branch 'master' into nine Commit: 75d1755172348719baf049b3ee2cb5e9f99a9f2e https://github.com/buildbot/buildbot/commit/75d1755172348719baf049b3ee2cb5e9f99a9f2e Author: Tom Prince Date: 2012-10-02 (Tue, 02 Oct 2012) Changed paths: M master/buildbot/test/__init__.py A master/buildbot/test/unit/test_util_namespace.py A master/buildbot/util/namespace.py Log Message: ----------- Revert "Revert "Merge branch 'yamlconfig' of git://github.com/tardyp/buildbot"" This reverts commit fcf5fe2326f715fb9031d26cf5e1e29fbab49534. Commit: 858a7a6892c24b55a7ecabae0f529eb391ff4d14 https://github.com/buildbot/buildbot/commit/858a7a6892c24b55a7ecabae0f529eb391ff4d14 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M README.md Log Message: ----------- detailed to-do items for the scheduler resource type Commit: 50b47e029eeffc842253dd75baf059caaa5a359a https://github.com/buildbot/buildbot/commit/50b47e029eeffc842253dd75baf059caaa5a359a Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M README.md M master/buildbot/db/buildrequests.py M master/buildbot/db/connector.py A master/buildbot/db/masters.py A master/buildbot/db/migrate/versions/023_add_master_table.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/unit/test_db_buildrequests.py A master/buildbot/test/unit/test_db_masters.py A master/buildbot/test/unit/test_db_migrate_versions_023_add_master_table.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/util/db.py M master/buildbot/test/util/interfaces.py M master/buildbot/test/util/types/__init__.py M master/buildbot/test/util/types/masters.py M master/buildbot/util/sautils.py M master/docs/developer/database.rst M master/docs/relnotes/index.rst Log Message: ----------- add masters support * a masters table * db connector component * migration script, preserving build request claims * data API changes * lots of tests * docs Commit: 60e2f2aa6ad6cbdf3500d7a54d7ada2f90e4bd3f https://github.com/buildbot/buildbot/commit/60e2f2aa6ad6cbdf3500d7a54d7ada2f90e4bd3f Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M README.md M master/buildbot/data/masters.py M master/buildbot/master.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/util/types/masters.py M master/docs/developer/data.rst M master/docs/developer/rtype-master.rst Log Message: ----------- update the masters part of the data API Commit: 31240bbfc26ca795f32f088893d31c4bf1cf569c https://github.com/buildbot/buildbot/commit/31240bbfc26ca795f32f088893d31c4bf1cf569c Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/docs/developer/master-overview.rst Log Message: ----------- document master.masterid Commit: 4d4013c261c47313f40dd02186c91dd9da0e8883 https://github.com/buildbot/buildbot/commit/4d4013c261c47313f40dd02186c91dd9da0e8883 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/data/masters.py Log Message: ----------- remove undocumented, unnecessary return value from checkinMaster Commit: f3da9cfbba4a9aee48da02aa9462c0807821f1be https://github.com/buildbot/buildbot/commit/f3da9cfbba4a9aee48da02aa9462c0807821f1be Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/data/masters.py M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- Mark masters that have not checked in for a while as inactive Commit: c5d34efb24ba2aaa99c0a8eebe4e314b419cf661 https://github.com/buildbot/buildbot/commit/c5d34efb24ba2aaa99c0a8eebe4e314b419cf661 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M README.md Log Message: ----------- note to document _db2data idiom later Commit: 02627e316cf2a7aa0fb4ff929d93dfafb83617e5 https://github.com/buildbot/buildbot/commit/02627e316cf2a7aa0fb4ff929d93dfafb83617e5 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/data/masters.py M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- expire masters after 10 minutes Commit: 9d95ae5b947158954bae5b88b0c4115f729fbe55 https://github.com/buildbot/buildbot/commit/9d95ae5b947158954bae5b88b0c4115f729fbe55 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/docs/developer/database.rst Log Message: ----------- typo Commit: 9de84048502931631cba912838146c2f3a75ba8b https://github.com/buildbot/buildbot/commit/9de84048502931631cba912838146c2f3a75ba8b Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/data/masters.py M master/buildbot/db/masters.py M master/buildbot/db/migrate/versions/023_add_master_table.py M master/buildbot/db/model.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_connector.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_masters.py M master/buildbot/test/unit/test_db_migrate_versions_023_add_master_table.py M master/buildbot/test/util/types/masters.py M master/docs/developer/data.rst M master/docs/developer/database.rst Log Message: ----------- rename checkinMaster/checkoutMaster Commit: e44d2e3e4613a01651eb05fd4e8c10df8463d477 https://github.com/buildbot/buildbot/commit/e44d2e3e4613a01651eb05fd4e8c10df8463d477 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/db/migrate/versions/023_add_master_table.py Log Message: ----------- small optimization to migration script for the trivial case Commit: 09775b58552ce3117f14e84c29a976f2ed94d8b4 https://github.com/buildbot/buildbot/commit/09775b58552ce3117f14e84c29a976f2ed94d8b4 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/docs/developer/database.rst M master/docs/relnotes/index.rst Log Message: ----------- docs updates Commit: 7890c0a70b004edaea1b7a668d04799dbcbfcfc2 https://github.com/buildbot/buildbot/commit/7890c0a70b004edaea1b7a668d04799dbcbfcfc2 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/db/masters.py M master/buildbot/db/migrate/versions/023_add_master_table.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_masters.py Log Message: ----------- use hashes to get limited-length unique columns with unlimited-length strings (only on the masters table.. we can fix the rest later) Commit: 6322664972087c9a240eda46e306f7eef7fc027f https://github.com/buildbot/buildbot/commit/6322664972087c9a240eda46e306f7eef7fc027f Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M README.md Log Message: ----------- add TODO to use hashes elsewhere Commit: 25d8dbf63b2966a5d56a217d0cee10d45a5e2ff9 https://github.com/buildbot/buildbot/commit/25d8dbf63b2966a5d56a217d0cee10d45a5e2ff9 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/data/masters.py M master/buildbot/db/masters.py M master/buildbot/db/migrate/versions/023_add_master_table.py M master/buildbot/db/model.py M master/buildbot/master.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/integration/test_upgrade.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_masters.py M master/buildbot/test/unit/test_db_migrate_versions_023_add_master_table.py M master/buildbot/test/util/types/masters.py M master/docs/developer/data.rst M master/docs/developer/database.rst Log Message: ----------- rename master_name -> name Commit: 9861c99491677b8273c1a276d34448a1236a0a77 https://github.com/buildbot/buildbot/commit/9861c99491677b8273c1a276d34448a1236a0a77 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: A master/buildbot/data/buildsets.py M master/buildbot/data/connector.py M master/buildbot/master.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/properties.py M master/buildbot/schedulers/base.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/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py A master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/util/scheduler.py M master/buildbot/test/util/types/__init__.py M master/buildbot/test/util/types/buildsets.py M master/docs/developer/data.rst A master/docs/developer/rtype-buildset.rst Log Message: ----------- Add buildsets to the data API * addBuildset moved from master to a data update method * schedulers updated to match (note that the addBuildsetForXxx methods are staying in BaseScheduler) * assertBuildsets can skip asserting on buildsets. This is ugly, but once everything else is in the data API, can be straightened out. Commit: f919b5bd3be50eb4a51d4b5191ff9626c8cc6efa https://github.com/buildbot/buildbot/commit/f919b5bd3be50eb4a51d4b5191ff9626c8cc6efa Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/schedulers/trysched.py Log Message: ----------- use ascii2unicode, rather than .decode('utf-8') ..and use unicode literals Commit: dee9e8fbf25a4e203dda9b33311a4160acf14b40 https://github.com/buildbot/buildbot/commit/dee9e8fbf25a4e203dda9b33311a4160acf14b40 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/test/fake/fakedb.py Log Message: ----------- handle bsid==None in assertBuildset Commit: 3b4aa6efe1ccfec5b7b0cde7a856753d47411ab3 https://github.com/buildbot/buildbot/commit/3b4aa6efe1ccfec5b7b0cde7a856753d47411ab3 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/test/unit/test_master.py Log Message: ----------- fix typo Commit: d2d79cffde5a67466fa490768fb2d37666ad095d https://github.com/buildbot/buildbot/commit/d2d79cffde5a67466fa490768fb2d37666ad095d Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/test/unit/test_data_buildsets.py Log Message: ----------- Test fixes per tomprince's review * add docstrings for test utils in test_data_buildsets.py * use symbols for arbitrary epoch timestamps Commit: 73812b74f16146e06482804303c5f3c64804c72c https://github.com/buildbot/buildbot/commit/73812b74f16146e06482804303c5f3c64804c72c Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/test/unit/test_schedulers_dependent.py Log Message: ----------- add docstrings and factor out fake messages in Dependent tests Commit: 5ba76849844b9f6692b0534ae31b2c06926e61c0 https://github.com/buildbot/buildbot/commit/5ba76849844b9f6692b0534ae31b2c06926e61c0 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/schedulers/trysched.py Log Message: ----------- fixup! use ascii2unicode, rather than .decode('utf-8') Commit: 39e17318e63c4731b3b28e5852637afa33aa3aef https://github.com/buildbot/buildbot/commit/39e17318e63c4731b3b28e5852637afa33aa3aef Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_schedulers_base.py Log Message: ----------- refactor base scheduler tests to not use assertBuildset Commit: ed70aab0baf741ed343b0e11728e8cc94390adf3 https://github.com/buildbot/buildbot/commit/ed70aab0baf741ed343b0e11728e8cc94390adf3 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/schedulers/timed.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/util/interfaces.py M master/buildbot/test/util/scheduler.py Log Message: ----------- Factor out buildset addition testing Only test schedulers' calls to the BaseScheduler addBuildsetForXxx methods. Commit: db1680302f17265ce30f226942a5b57bab0852dd https://github.com/buildbot/buildbot/commit/db1680302f17265ce30f226942a5b57bab0852dd Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: A master/buildbot/data/buildsets.py M master/buildbot/data/connector.py M master/buildbot/master.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/properties.py M master/buildbot/schedulers/base.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/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py A master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/util/interfaces.py M master/buildbot/test/util/scheduler.py M master/buildbot/test/util/types/__init__.py M master/buildbot/test/util/types/buildsets.py M master/docs/developer/data.rst A master/docs/developer/rtype-buildset.rst Log Message: ----------- Merge branch '9/buildset-rtype' into nine Commit: 6861c1b6894bfe04e83197f736d4668c863663c5 https://github.com/buildbot/buildbot/commit/6861c1b6894bfe04e83197f736d4668c863663c5 Author: Dustin J. Mitchell Date: 2012-10-05 (Fri, 05 Oct 2012) Changed paths: M master/buildbot/steps/python.py M master/buildbot/test/unit/test_steps_python.py Log Message: ----------- Merge branch 'nine' of github.com:buildbot/buildbot into nine Commit: 5c5990c655020d4732b1a6bd2791ea082fd4c19a https://github.com/buildbot/buildbot/commit/5c5990c655020d4732b1a6bd2791ea082fd4c19a Author: Dustin J. Mitchell Date: 2012-10-11 (Thu, 11 Oct 2012) Changed paths: M master/buildbot/db/masters.py Log Message: ----------- remove comment that is ultimately meaningless Commit: 3b6ab3e4700b58ad9cffe47917285f77df98b469 https://github.com/buildbot/buildbot/commit/3b6ab3e4700b58ad9cffe47917285f77df98b469 Author: Dustin J. Mitchell Date: 2012-10-11 (Thu, 11 Oct 2012) Changed paths: M README.md M master/buildbot/data/masters.py M master/buildbot/db/buildrequests.py M master/buildbot/db/connector.py A master/buildbot/db/masters.py A master/buildbot/db/migrate/versions/023_add_master_table.py M master/buildbot/db/model.py M master/buildbot/master.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/integration/test_upgrade.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_buildrequests.py A master/buildbot/test/unit/test_db_masters.py A master/buildbot/test/unit/test_db_migrate_versions_023_add_master_table.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/util/db.py M master/buildbot/test/util/interfaces.py M master/buildbot/test/util/types/__init__.py M master/buildbot/test/util/types/masters.py M master/buildbot/util/sautils.py M master/docs/developer/data.rst M master/docs/developer/database.rst M master/docs/developer/master-overview.rst M master/docs/developer/rtype-master.rst Log Message: ----------- Merge branch '9/masters-table' into nine Commit: 9b76d63d1b6cde217851302cbe08759adb278b78 https://github.com/buildbot/buildbot/commit/9b76d63d1b6cde217851302cbe08759adb278b78 Author: Dustin J. Mitchell Date: 2012-10-11 (Thu, 11 Oct 2012) Changed paths: M master/buildbot/db/migrate/versions/023_add_master_table.py M master/buildbot/util/sautils.py Log Message: ----------- fix compatibility with sqlalchemy<0.7.0 Commit: 1a6e90a1ce92b3533cc07079882e5b41599020cb https://github.com/buildbot/buildbot/commit/1a6e90a1ce92b3533cc07079882e5b41599020cb Author: Dustin J. Mitchell Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M master/buildbot/data/masters.py M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- Only send messages about deactivated masters if they're actually deactivated As pointed out by tomprince Commit: ecefedf1ff813dc07465f8a544f454f84ebe08fb https://github.com/buildbot/buildbot/commit/ecefedf1ff813dc07465f8a544f454f84ebe08fb Author: Dustin J. Mitchell Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M master/buildbot/master.py Log Message: ----------- add comment about BuildMaster calling db.masters.findMasterId Commit: fdad1fd338fe64455702ed90fe48eae6b7b827bb https://github.com/buildbot/buildbot/commit/fdad1fd338fe64455702ed90fe48eae6b7b827bb Author: Dustin J. Mitchell Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M master/buildbot/data/masters.py M master/buildbot/master.py M master/buildbot/test/unit/test_data_masters.py M master/docs/developer/data.rst Log Message: ----------- factor master expiry into a new update method as suggested by tomprince Commit: d56aa3c7246c9b5afdeabf729e9b27fe50655c6d https://github.com/buildbot/buildbot/commit/d56aa3c7246c9b5afdeabf729e9b27fe50655c6d Author: Dustin J. Mitchell Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/fake/fakedata.py Log Message: ----------- addBuildset takes a scheduler *name*, not object The wrong behavior was being enforced by the tests! Commit: 99b215d3a1030085cf1af1ef2ddd3c0be803f6af https://github.com/buildbot/buildbot/commit/99b215d3a1030085cf1af1ef2ddd3c0be803f6af Author: Dustin J. Mitchell Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M master/buildbot/data/buildsets.py M master/buildbot/test/unit/test_data_buildsets.py Log Message: ----------- addBuidlset takes a scheduler name, not object - fix the real implementation too Commit: 4738611bfd05b416c0e632b15dfebad2384e030d https://github.com/buildbot/buildbot/commit/4738611bfd05b416c0e632b15dfebad2384e030d Author: Dustin J. Mitchell Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M master/buildbot/master.py Log Message: ----------- restore master.addBuildset, with deprecation warning Commit: 34491765383333e46ba71e5c79c296196bc596f3 https://github.com/buildbot/buildbot/commit/34491765383333e46ba71e5c79c296196bc596f3 Author: Dustin J. Mitchell Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M master/buildbot/db/base.py M master/buildbot/db/masters.py M master/buildbot/db/users.py M master/buildbot/test/unit/test_db_base.py M master/buildbot/test/unit/test_db_masters.py Log Message: ----------- factor findXxxId methods into a base method Commit: e76085757b0dfb6765fea9f3382d166e9cc31627 https://github.com/buildbot/buildbot/commit/e76085757b0dfb6765fea9f3382d166e9cc31627 Author: Dustin J. Mitchell Date: 2012-10-14 (Sun, 14 Oct 2012) Changed paths: M master/buildbot/data/connector.py M master/buildbot/test/unit/test_data_connector.py Log Message: ----------- do not look at inherited class attributes for endpoint settings Commit: cd947f9da7432a34624821a825b08f48c47818bb https://github.com/buildbot/buildbot/commit/cd947f9da7432a34624821a825b08f48c47818bb Author: Dustin J. Mitchell Date: 2012-10-15 (Mon, 15 Oct 2012) Changed paths: M master/MANIFEST.in M master/buildbot/changes/mail.py M master/buildbot/status/web/change_hook.py M master/buildbot/status/web/hooks/base.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_status_web_change_hook.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/cls-irenderable.rst M master/docs/developer/config.rst M master/docs/developer/database.rst M master/docs/developer/master-overview.rst M master/docs/developer/master-slave.rst M master/docs/developer/metrics.rst M master/docs/developer/tests.rst M master/docs/developer/utils.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-intro.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/manual/customization.rst M master/docs/manual/installation.rst M master/docs/relnotes/0.8.7.rst M master/docs/tutorial/firstrun.rst M master/docs/tutorial/tour.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/docs/manual/cfg-global.rst Commit: a3f445942985a91c1deeb901e06da603083bb0ea https://github.com/buildbot/buildbot/commit/a3f445942985a91c1deeb901e06da603083bb0ea Author: Dustin J. Mitchell Date: 2012-10-16 (Tue, 16 Oct 2012) Changed paths: M master/buildbot/data/connector.py M master/buildbot/test/unit/test_data_connector.py Log Message: ----------- Merge branch '9/endpoint-class-attrs' of git://github.com/djmitche/buildbot into nine Commit: ab3cefc9c46d197747628b92c66435cb6a78c88d https://github.com/buildbot/buildbot/commit/ab3cefc9c46d197747628b92c66435cb6a78c88d Author: Edmund Wong Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/status/builder.py M master/buildbot/status/results.py M master/buildbot/status/tinderbox.py Log Message: ----------- WIP: Adding UserCancel to list of available status. (ref: Moz bmo: bug Commit: 08548b4aeef74d02ec4fe848cc1794fb40d9e73f https://github.com/buildbot/buildbot/commit/08548b4aeef74d02ec4fe848cc1794fb40d9e73f Author: Dustin J. Mitchell Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M master/buildbot/test/unit/test_db_base.py Log Message: ----------- fix tests to use the masters table (which exists) rather than schedulers (which doesn't) Commit: 696ef53a036d08deafc61dac69e94929fe6bc890 https://github.com/buildbot/buildbot/commit/696ef53a036d08deafc61dac69e94929fe6bc890 Author: Dustin J. Mitchell Date: 2012-10-17 (Wed, 17 Oct 2012) Changed paths: M master/buildbot/db/base.py Log Message: ----------- use fetchone, as it's more explicit Commit: c44485b9de673c1a578a068d49d0822b99dded3c https://github.com/buildbot/buildbot/commit/c44485b9de673c1a578a068d49d0822b99dded3c Author: Edmund Wong Date: 2012-10-18 (Thu, 18 Oct 2012) Changed paths: M master/buildbot/status/results.py M master/docs/developer/results.rst Log Message: ----------- - Updated docs and comment. Commit: c25e62616d407d05cad944d03af404dc94899632 https://github.com/buildbot/buildbot/commit/c25e62616d407d05cad944d03af404dc94899632 Author: Dustin J. Mitchell Date: 2012-10-20 (Sat, 20 Oct 2012) Changed paths: M master/buildbot/db/base.py M master/buildbot/db/masters.py M master/buildbot/db/users.py M master/buildbot/test/unit/test_db_base.py M master/buildbot/test/unit/test_db_masters.py Log Message: ----------- Merge branch '9/findXxxId' of git://github.com/djmitche/buildbot into nine Commit: 8fe84e6348b88c351521664452aa71c5cabe2fad https://github.com/buildbot/buildbot/commit/8fe84e6348b88c351521664452aa71c5cabe2fad Author: Edmund Wong Date: 2012-10-27 (Sat, 27 Oct 2012) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/status/words.py Log Message: ----------- - Added UserCancel to words.py and buildstep.py. Commit: 8affa95e6c33d52fc6bc24c752989dd2e2a7aa80 https://github.com/buildbot/buildbot/commit/8affa95e6c33d52fc6bc24c752989dd2e2a7aa80 Author: Edmund Wong Date: 2012-10-27 (Sat, 27 Oct 2012) Changed paths: M master/buildbot/status/web/files/default.css Log Message: ----------- - Added pink (actually magenta) to default.css for usercancel status. Commit: 910631fa5ff611cd551f7d4e5f25029cd405d951 https://github.com/buildbot/buildbot/commit/910631fa5ff611cd551f7d4e5f25029cd405d951 Author: Edmund Wong Date: 2012-10-27 (Sat, 27 Oct 2012) Changed paths: M master/buildbot/status/web/baseweb.py Log Message: ----------- - Added 'usercancel to list of states in comment. Commit: 79010949200859304826668526c76de4c7ed6796 https://github.com/buildbot/buildbot/commit/79010949200859304826668526c76de4c7ed6796 Author: Edmund Wong Date: 2012-10-27 (Sat, 27 Oct 2012) Changed paths: M master/buildbot/status/mail.py Log Message: ----------- - Added Usercancel state and code to mail.py. Commit: 1a88a55942c127afcfc7166850e202fca1de28b0 https://github.com/buildbot/buildbot/commit/1a88a55942c127afcfc7166850e202fca1de28b0 Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/connector.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/util/endpoint.py M master/docs/developer/data.rst Log Message: ----------- add support for pathPatterns - multiple patterns for one endpoint class Commit: 527044cc25283a79ee322ac74d0dd2ae7a179033 https://github.com/buildbot/buildbot/commit/527044cc25283a79ee322ac74d0dd2ae7a179033 Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/connector.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/util/endpoint.py M master/docs/developer/data.rst Log Message: ----------- Merge branch '9/pathpatterns' into nine Commit: fb1b42c3635702d81431ec2ecf154e3677e4d818 https://github.com/buildbot/buildbot/commit/fb1b42c3635702d81431ec2ecf154e3677e4d818 Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M README.md A master/buildbot/db/migrate/versions/024_add_schedulers_table.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedb.py A master/buildbot/test/unit/test_db_migrate_versions_024_add_schedulers_table.py Log Message: ----------- Add schedulers and scheduler_masters tables Commit: 902002c1d2f753c2a65b6730279e802fcbbb4507 https://github.com/buildbot/buildbot/commit/902002c1d2f753c2a65b6730279e802fcbbb4507 Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M README.md M master/buildbot/db/schedulers.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/util/types/__init__.py A master/buildbot/test/util/types/schedulers.py M master/docs/developer/database.rst M master/docs/relnotes/index.rst Log Message: ----------- add scheduler DB API methods to handle claiming schedulers Commit: a1ca0fcfc410ee5a6b08c5483a938affd5f3b491 https://github.com/buildbot/buildbot/commit/a1ca0fcfc410ee5a6b08c5483a938affd5f3b491 Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M README.md M master/buildbot/db/masters.py M master/buildbot/test/unit/test_db_masters.py M master/docs/developer/database.rst Log Message: ----------- delete from scheduler_masters when a master is deactivated Commit: c71028dafb787c539dc7bb5b879ac9bf7715cb2b https://github.com/buildbot/buildbot/commit/c71028dafb787c539dc7bb5b879ac9bf7715cb2b Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M README.md Log Message: ----------- update README.md Commit: d36391c79639afc76919f50135313bc2017a283d https://github.com/buildbot/buildbot/commit/d36391c79639afc76919f50135313bc2017a283d Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M master/buildbot/db/migrate/versions/024_add_schedulers_table.py M master/buildbot/db/model.py Log Message: ----------- add id columns for new many-to-many table Refs #1053. Commit: 98c6791a34503edc31ef3fbe1aedd1edab329c94 https://github.com/buildbot/buildbot/commit/98c6791a34503edc31ef3fbe1aedd1edab329c94 Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M master/buildbot/db/schedulers.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_schedulers.py M master/docs/developer/database.rst Log Message: ----------- add masterid= option to getSchedulers Commit: 65b90f90c0cb964e9dbad0da93e4f1db65a9e5be https://github.com/buildbot/buildbot/commit/65b90f90c0cb964e9dbad0da93e4f1db65a9e5be Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M README.md Log Message: ----------- summarize status of schedulers support, next steps Commit: 5c17920becb33dc83bcf917c5c370784cf87e6b1 https://github.com/buildbot/buildbot/commit/5c17920becb33dc83bcf917c5c370784cf87e6b1 Author: Dustin J. Mitchell Date: 2012-10-30 (Tue, 30 Oct 2012) Changed paths: M README.md Log Message: ----------- more to-do notes Commit: 3a59de34d25f17303939fbc116d1582cc744666f https://github.com/buildbot/buildbot/commit/3a59de34d25f17303939fbc116d1582cc744666f Author: Dustin J. Mitchell Date: 2012-10-31 (Wed, 31 Oct 2012) Changed paths: M README.md M master/buildbot/db/masters.py A master/buildbot/db/migrate/versions/024_add_schedulers_table.py M master/buildbot/db/model.py M master/buildbot/db/schedulers.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_masters.py A master/buildbot/test/unit/test_db_migrate_versions_024_add_schedulers_table.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/util/types/__init__.py A master/buildbot/test/util/types/schedulers.py M master/docs/developer/database.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch '9/schedulers-table' into nine Commit: eb591709818a217e974429cb166be9f0a7024edc https://github.com/buildbot/buildbot/commit/eb591709818a217e974429cb166be9f0a7024edc Author: Dustin J. Mitchell Date: 2012-10-31 (Wed, 31 Oct 2012) Changed paths: M master/buildbot/db/model.py Log Message: ----------- add comments explaining the scheduler_masters table Commit: 4363cfa8a346580946562150c4019c54c4e116cd https://github.com/buildbot/buildbot/commit/4363cfa8a346580946562150c4019c54c4e116cd Author: Dustin J. Mitchell Date: 2012-10-31 (Wed, 31 Oct 2012) Changed paths: M master/buildbot/db/model.py M master/buildbot/test/unit/test_db_schedulers.py Log Message: ----------- fix failures on mysql and postgres Commit: da469c11a7e3f64a3c39be84182b085b655d7965 https://github.com/buildbot/buildbot/commit/da469c11a7e3f64a3c39be84182b085b655d7965 Author: Dustin J. Mitchell Date: 2012-11-03 (Sat, 03 Nov 2012) Changed paths: M master/buildbot/db/migrate/versions/024_add_schedulers_table.py M master/buildbot/db/model.py Log Message: ----------- tweak scheduler_masters table to use schedulerid as primary key Commit: f9175707bd368d4288444a5917b5a9e8ffb6ec9b https://github.com/buildbot/buildbot/commit/f9175707bd368d4288444a5917b5a9e8ffb6ec9b Author: Dustin J. Mitchell Date: 2012-11-03 (Sat, 03 Nov 2012) Changed paths: M README.md A master/buildbot/data/builders.py M master/buildbot/data/connector.py M master/buildbot/process/botmaster.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_slave_comm.py A master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/types/__init__.py A master/buildbot/test/util/types/builders.py M master/docs/developer/data.rst A master/docs/developer/rtype-builder.rst Log Message: ----------- builder rtype docs, implementation, and calls from process, without db backend Commit: 5a011e753f763a677842783fda9682e895960ac4 https://github.com/buildbot/buildbot/commit/5a011e753f763a677842783fda9682e895960ac4 Author: Dustin J. Mitchell Date: 2012-11-03 (Sat, 03 Nov 2012) Changed paths: A master/buildbot/db/migrate/versions/025_builders_table.py M master/buildbot/db/model.py A master/buildbot/test/unit/test_db_migrate_versions_025_builders_table.py Log Message: ----------- add builders and builder_masters tables Commit: 624104a904da2c0a8d07a520801a39c4caa5bee8 https://github.com/buildbot/buildbot/commit/624104a904da2c0a8d07a520801a39c4caa5bee8 Author: Dustin J. Mitchell Date: 2012-11-03 (Sat, 03 Nov 2012) Changed paths: M README.md A master/buildbot/db/builders.py M master/buildbot/db/connector.py M master/buildbot/test/fake/fakedb.py A master/buildbot/test/unit/test_db_builders.py M master/buildbot/test/util/types/__init__.py M master/buildbot/test/util/types/builders.py M master/buildbot/test/util/verifier.py M master/docs/developer/database.rst Log Message: ----------- add DB API for builders Commit: 4070002636efccb1c583988496cfdcf9ce8b1b2d https://github.com/buildbot/buildbot/commit/4070002636efccb1c583988496cfdcf9ce8b1b2d Author: Dustin J. Mitchell Date: 2012-11-03 (Sat, 03 Nov 2012) Changed paths: M master/buildbot/data/builders.py M master/buildbot/test/unit/test_data_builders.py M master/docs/developer/rtype-builder.rst Log Message: ----------- builders: use DB API from data API Commit: cc120befe33d1d2368fa40c32e04c6fc993cd68d https://github.com/buildbot/buildbot/commit/cc120befe33d1d2368fa40c32e04c6fc993cd68d Author: Dustin J. Mitchell Date: 2012-11-03 (Sat, 03 Nov 2012) Changed paths: M master/buildbot/data/connector.py M master/buildbot/test/unit/test_data_connector.py M master/docs/developer/data.rst Log Message: ----------- Keep resource types as attributes of the data connector This permits resource types to call each other to coordinate. Commit: 3ba8c77da69cd95d1db38adc6ff3060d90161ac4 https://github.com/buildbot/buildbot/commit/3ba8c77da69cd95d1db38adc6ff3060d90161ac4 Author: Dustin J. Mitchell Date: 2012-11-04 (Sun, 04 Nov 2012) Changed paths: M master/buildbot/data/connector.py M master/buildbot/test/unit/test_data_connector.py M master/docs/developer/data.rst Log Message: ----------- Link resource types in self.master.data.rtypes Commit: b68bb8094925604f6cc9f68a9500ee4b8666be14 https://github.com/buildbot/buildbot/commit/b68bb8094925604f6cc9f68a9500ee4b8666be14 Author: Dustin J. Mitchell Date: 2012-11-04 (Sun, 04 Nov 2012) Changed paths: M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- test masterStopped update method Commit: a499595ad199f9b9429d6bbf1758ff8b218c579e https://github.com/buildbot/buildbot/commit/a499595ad199f9b9429d6bbf1758ff8b218c579e Author: Dustin J. Mitchell Date: 2012-11-04 (Sun, 04 Nov 2012) Changed paths: M master/buildbot/data/builders.py M master/buildbot/data/masters.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_masters.py M master/docs/developer/data.rst M master/docs/developer/rtype-master.rst Log Message: ----------- Integrate builders with masters Commit: 4df7261b0941b405eb4f1293d35bbbf55ff36991 https://github.com/buildbot/buildbot/commit/4df7261b0941b405eb4f1293d35bbbf55ff36991 Author: Dustin J. Mitchell Date: 2012-11-04 (Sun, 04 Nov 2012) Changed paths: M master/buildbot/data/builders.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/util/types/builders.py M master/docs/developer/rtype-builder.rst Log Message: ----------- send builder messages Commit: 02413140c9f04ae151264c5f8b5580a6664be8bb https://github.com/buildbot/buildbot/commit/02413140c9f04ae151264c5f8b5580a6664be8bb Author: Dustin J. Mitchell Date: 2012-11-04 (Sun, 04 Nov 2012) Changed paths: M master/buildbot/mq/connector.py Log Message: ----------- reconfig mq early so that it's ready for messages sent later in master startup Commit: c8727091ffd279aba87e154df03405c798700f01 https://github.com/buildbot/buildbot/commit/c8727091ffd279aba87e154df03405c798700f01 Author: Dustin J. Mitchell Date: 2012-11-04 (Sun, 04 Nov 2012) Changed paths: M master/buildbot/buildslave.py M master/buildbot/changes/pb.py M master/buildbot/config.py M master/buildbot/interfaces.py M master/buildbot/master.py M master/buildbot/pbmanager.py M master/buildbot/process/builder.py M master/buildbot/scripts/sample.cfg M master/buildbot/status/builder.py M master/buildbot/status/master.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/templates/builder.html M master/buildbot/test/fake/fakemaster.py A master/buildbot/test/integration/test_master.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_pbmanager.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_status_builder_cache.py M master/buildbot/test/unit/test_status_buildstep.py M master/docs/developer/config.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildfactories.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/master.py master/buildbot/test/unit/test_process_builder.py NOTE: test_master.py identified an additional error in master/buildbot/status/master.py, fixed in this commit. Commit: 4fe54f8dff81ec56ad1b6d0c0e93aca80ab14b2c https://github.com/buildbot/buildbot/commit/4fe54f8dff81ec56ad1b6d0c0e93aca80ab14b2c Author: Edmund Wong Date: 2012-11-06 (Tue, 06 Nov 2012) Changed paths: M master/buildbot/process/build.py M master/buildbot/status/mail.py M master/buildbot/status/results.py M master/buildbot/status/tinderbox.py M master/buildbot/status/words.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_status_mail.py M master/docs/developer/results.rst Log Message: ----------- - Changed USERCANCEL to CANCELLED. Commit: 78b1964c6d0af7da7119e828a0acfa7777bcc693 https://github.com/buildbot/buildbot/commit/78b1964c6d0af7da7119e828a0acfa7777bcc693 Author: Dustin J. Mitchell Date: 2012-11-10 (Sat, 10 Nov 2012) Changed paths: M master/buildbot/changes/hgpoller.py M master/buildbot/db/buildsets.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/integration/test_master.py M master/buildbot/test/unit/test_db_buildsets.py M master/docs/developer/database.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/concepts.rst Log Message: ----------- Merge branch 'master' into nine Commit: 71f2151436ebad275f7ccd8132a57e0a58214232 https://github.com/buildbot/buildbot/commit/71f2151436ebad275f7ccd8132a57e0a58214232 Author: Dustin J. Mitchell Date: 2012-11-13 (Tue, 13 Nov 2012) Changed paths: M master/buildbot/data/changes.py M master/buildbot/test/unit/test_data_changes.py Log Message: ----------- Fix bogus call to createUserObject Commit: cf76b88b4fc33e2f4814939c66dc886121333914 https://github.com/buildbot/buildbot/commit/cf76b88b4fc33e2f4814939c66dc886121333914 Author: Dustin J. Mitchell Date: 2012-11-13 (Tue, 13 Nov 2012) Changed paths: M master/buildbot/db/buildsets.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildsets.py M master/docs/developer/database.rst Log Message: ----------- make all args to getRecentBuildsets keyword Commit: 3387bcdfa9b09337a916a04ecfd3ae9e5c0e9f67 https://github.com/buildbot/buildbot/commit/3387bcdfa9b09337a916a04ecfd3ae9e5c0e9f67 Author: Dustin J. Mitchell Date: 2012-11-13 (Tue, 13 Nov 2012) Changed paths: M master/buildbot/process/botmaster.py M master/buildbot/steps/source/bzr.py M master/buildbot/steps/source/svn.py M master/buildbot/test/integration/test_master.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- Merge branch 'master' into nine Commit: 908299b748841ceff93035fc4664fc25d58ec2fe https://github.com/buildbot/buildbot/commit/908299b748841ceff93035fc4664fc25d58ec2fe Author: Dustin J. Mitchell Date: 2012-11-15 (Thu, 15 Nov 2012) Changed paths: M README.md Log Message: ----------- add TODO per tardyp's suggestions in gh-pull 565 Commit: 4788fab76e7b4e3defa7e8b7e01592d187636cb5 https://github.com/buildbot/buildbot/commit/4788fab76e7b4e3defa7e8b7e01592d187636cb5 Author: Dustin J. Mitchell Date: 2012-11-15 (Thu, 15 Nov 2012) Changed paths: M README.md A master/buildbot/data/builders.py M master/buildbot/data/connector.py M master/buildbot/data/masters.py A master/buildbot/db/builders.py M master/buildbot/db/connector.py A master/buildbot/db/migrate/versions/025_builders_table.py M master/buildbot/db/model.py M master/buildbot/mq/connector.py M master/buildbot/process/botmaster.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/integration/test_slave_comm.py A master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_masters.py A master/buildbot/test/unit/test_db_builders.py A master/buildbot/test/unit/test_db_migrate_versions_025_builders_table.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/types/__init__.py A master/buildbot/test/util/types/builders.py M master/buildbot/test/util/verifier.py M master/docs/developer/data.rst M master/docs/developer/database.rst A master/docs/developer/rtype-builder.rst M master/docs/developer/rtype-master.rst Log Message: ----------- Merge branch '9/builders' into nine Commit: dd039fc4a23194c4501445a0bf39de5c7a53e811 https://github.com/buildbot/buildbot/commit/dd039fc4a23194c4501445a0bf39de5c7a53e811 Author: Dustin J. Mitchell Date: 2012-11-15 (Thu, 15 Nov 2012) Changed paths: M master/buildbot/test/unit/test_db_builders.py Log Message: ----------- fix tests for postgres Commit: dd208e17c9b4b69e15eae5e6cb723d8b4597d008 https://github.com/buildbot/buildbot/commit/dd208e17c9b4b69e15eae5e6cb723d8b4597d008 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/setup.py Log Message: ----------- setup: include new web ui in the release tarballs Signed-off-by: Pierre Tardy Commit: 6362ba7b0bb2cd2a168dc20ab144993de61d5381 https://github.com/buildbot/buildbot/commit/6362ba7b0bb2cd2a168dc20ab144993de61d5381 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/config.py M master/buildbot/scripts/create_master.py M master/buildbot/scripts/runner.py A master/buildbot/scripts/update_js.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/www/resource.py M master/buildbot/www/service.py M master/buildbot/www/ui.html M master/buildbot/www/ui.py M master/docs/manual/cfg-global.rst Log Message: ----------- buildbot updatejs: script that creates the static directory in public_html - js dependancies are automatically downloaded - buildbot js is installed in it - custom js is also copied or linked into it optional developer option that symlinks instead of copying on linux master Signed-off-by: Pierre Tardy Commit: bb64b09f6dba0146565a48937c89c8eff5a01314 https://github.com/buildbot/buildbot/commit/bb64b09f6dba0146565a48937c89c8eff5a01314 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: R master/buildbot/www/static/js/buildbot.js M master/buildbot/www/static/js/lib/fakeStore.js R master/buildbot/www/static/js/lib/haml.js M master/buildbot/www/static/js/lib/ui/base.js M master/buildbot/www/static/js/lib/ui/build.js M master/buildbot/www/static/js/lib/ui/builder.js M master/buildbot/www/static/js/lib/ui/builders.js M master/buildbot/www/static/js/lib/ui/changes.js M master/buildbot/www/static/js/lib/ui/home.js A master/buildbot/www/static/js/lib/ui/templates/Makefile M master/buildbot/www/static/js/lib/ui/templates/build.haml A master/buildbot/www/static/js/lib/ui/templates/build.haml.js M master/buildbot/www/static/js/lib/ui/templates/builder.haml A master/buildbot/www/static/js/lib/ui/templates/builder.haml.js A master/buildbot/www/static/js/lib/ui/templates/builders.haml.js A master/buildbot/www/static/js/lib/ui/templates/changes.haml.js M master/buildbot/www/static/js/lib/ui/templates/error.haml A master/buildbot/www/static/js/lib/ui/templates/error.haml.js M master/buildbot/www/static/js/lib/ui/templates/home.haml A master/buildbot/www/static/js/lib/ui/templates/home.haml.js M master/docs/developer/www.rst Log Message: ----------- www:js: updates for dojo 1.8 - observable sideeffects has changed slightly - remove haml.js, has there are strong issues with buildability, and IE compatibility The haml is now pre-processed with node.js and hamlcc - adding hamlint hints Commit: f634f5e6cbcaaef44b78cbd3a4819999c30993ed https://github.com/buildbot/buildbot/commit/f634f5e6cbcaaef44b78cbd3a4819999c30993ed Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/www/static/js/lib/fakeStore.js Log Message: ----------- fixes for IE7 Signed-off-by: Pierre Tardy Commit: b5218f579543896bbec9076e675d84b395851bbd https://github.com/buildbot/buildbot/commit/b5218f579543896bbec9076e675d84b395851bbd Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/www/static/js/lib/ui/base.js M master/buildbot/www/static/js/lib/ui/builders.js M master/buildbot/www/static/js/lib/ui/buildmasters.js M master/buildbot/www/static/js/lib/ui/changes.js A master/buildbot/www/static/js/lib/ui/dgridext/AutoHeight.js A master/buildbot/www/static/js/lib/ui/dgridext/StyledColumns.js A master/buildbot/www/static/js/lib/ui/dgridext/TypedColumns.js A master/buildbot/www/static/js/lib/ui/templates/buildmasters.haml A master/buildbot/www/static/js/lib/ui/templates/buildmasters.haml.js M master/buildbot/www/ui.py Log Message: ----------- web/ui: adding buildmasters support This is the pretext to work on dgrid extension that we need - AutoHeight is an extension to dgrid that prevents scrollbar for small grids - StyledColumns avoid to pass column style in a additionnal css - TypedColumns is an attempt to factorized common columns, for use in various grids. Commit: bc344895bb2fadf1b2d776a7d53de4d9428acc69 https://github.com/buildbot/buildbot/commit/bc344895bb2fadf1b2d776a7d53de4d9428acc69 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/data/connector.py Log Message: ----------- data/connector: fix default endpoint for api previous version needed to use localhost:8010/api// instead of localhost:8010/api/ to get list of available apis. Signed-off-by: Pierre Tardy Commit: 8d3128359d7445bfc7e325deaab6f3cdd58215cf https://github.com/buildbot/buildbot/commit/8d3128359d7445bfc7e325deaab6f3cdd58215cf Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/scripts/create_master.py M master/buildbot/scripts/update_js.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/www/resource.py M master/buildbot/www/service.py M master/buildbot/www/static/js/lib/ui/base.js M master/buildbot/www/ui.py M master/docs/manual/cfg-global.rst M master/docs/manual/cmdline.rst Log Message: ----------- ui: small fixes, and addressing dustin comments fix reconfig for extra_js fix api URL building check for java and node before minifying improve update_js doc and code comments. Commit: 19a75ee9d665e7ffaab5fc7f6a732b1feb6b9150 https://github.com/buildbot/buildbot/commit/19a75ee9d665e7ffaab5fc7f6a732b1feb6b9150 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/data/changes.py Log Message: ----------- data/change: only convert timestamp to epoch if needed master.addChange already does the conversion Signed-off-by: Pierre Tardy Commit: 088f0ca9f28adef3d18e28b7f3bf0c44186fad0c https://github.com/buildbot/buildbot/commit/088f0ca9f28adef3d18e28b7f3bf0c44186fad0c Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/www/static/js/lib/ui/changes.js M master/buildbot/www/static/js/lib/ui/dgridext/TypedColumns.js M master/buildbot/www/static/js/lib/ui/templates/changes.haml M master/buildbot/www/static/js/lib/ui/templates/changes.haml.js Log Message: ----------- ui:Changes: basic support for non fake change list Signed-off-by: Pierre Tardy Commit: a6b2a1779c32451444c0de9558e58a88b074e166 https://github.com/buildbot/buildbot/commit/a6b2a1779c32451444c0de9558e58a88b074e166 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/www/static/js/lib/ui/base.js M master/buildbot/www/static/js/lib/ui/build.js M master/buildbot/www/static/js/lib/ui/builder.js M master/buildbot/www/static/js/lib/ui/builders.js Log Message: ----------- ui:factorize api/v1 based UI for dgrid creation Signed-off-by: Pierre Tardy Commit: 61b620823493bab3c934702334dfc42c54493368 https://github.com/buildbot/buildbot/commit/61b620823493bab3c934702334dfc42c54493368 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/scripts/update_js.py M master/buildbot/www/static/js/lib/ui/dgridext/TypedColumns.js Log Message: ----------- ui:Use moment library to display dates This lib has the ability to display timestamps like in github: "just now", "one minute ago", etc You got the actual date with mouse over. Signed-off-by: Pierre Tardy Commit: a44e7297b1b35e5eacf7f203843241bf917193d2 https://github.com/buildbot/buildbot/commit/a44e7297b1b35e5eacf7f203843241bf917193d2 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/www/static/css/default.css M master/buildbot/www/static/js/lib/router.js Log Message: ----------- improve ui reactivity Signed-off-by: Pierre Tardy Commit: cab3b49be2bcc438e9ae6d0fefb9352232c5f816 https://github.com/buildbot/buildbot/commit/cab3b49be2bcc438e9ae6d0fefb9352232c5f816 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/test/unit/test_www_ui.py M master/buildbot/test/util/txghost.py M master/buildbot/test/util/www.py Log Message: ----------- www: improve ghost test framework to use dojo's doh Signed-off-by: Pierre Tardy Commit: c2daca51c59841383a79c3f7e1ba8f73932ed0bf https://github.com/buildbot/buildbot/commit/c2daca51c59841383a79c3f7e1ba8f73932ed0bf Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/www/static/js/lib/ui/builder.js M master/buildbot/www/static/js/lib/ui/dgridext/TypedColumns.js Log Message: ----------- ui:builder: display start and end dates fix the 43 year ago bug.. Signed-off-by: Pierre Tardy Commit: 9e239793fe381209681a53f2c63cde4703d87a03 https://github.com/buildbot/buildbot/commit/9e239793fe381209681a53f2c63cde4703d87a03 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/scripts/update_js.py Log Message: ----------- updatejs: make master.cfg optional we can now use it to setup public_html for automated tests Signed-off-by: Pierre Tardy Commit: 00a192c15d4003162ac2b32c881a0528f4ae9f72 https://github.com/buildbot/buildbot/commit/00a192c15d4003162ac2b32c881a0528f4ae9f72 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/test/unit/test_www_ui.py M master/buildbot/test/util/txghost.py M master/buildbot/test/util/www.py A master/buildbot/www/static/js/lib/tests/runner.html Log Message: ----------- ui:tests: make doh runner work inside ghost It looks a few lines of code, but it is a bit tricky. 1/ original runner.html runs in synchronous mode. The implementation of xhr sync mode in webkit make processEvents block, which prevent twisted to actually serve the xhr :-( 2/ firebug.js does not know about webkit, and thus will override console.log (hence the useCustomLogger:true) This is the reason why we have to copy the whole runner.htm inside our code. Commit: 9ca8b1b14110c10f0544933b6cb5c96194a64bc3 https://github.com/buildbot/buildbot/commit/9ca8b1b14110c10f0544933b6cb5c96194a64bc3 Author: Pierre Tardy Date: 2012-11-16 (Fri, 16 Nov 2012) Changed paths: M master/buildbot/test/util/www.py Log Message: ----------- test:www: add more debug message for publich_html configuration Signed-off-by: Pierre Tardy Commit: c72936b899d3dfd58792600eebc5a5be6686d7b0 https://github.com/buildbot/buildbot/commit/c72936b899d3dfd58792600eebc5a5be6686d7b0 Author: Dustin J. Mitchell Date: 2012-11-17 (Sat, 17 Nov 2012) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/connector.py Log Message: ----------- fix root links for classes with pathPatterns rather than pathPattern Commit: 02a543280b6c2325663af825ae377cb79b53a810 https://github.com/buildbot/buildbot/commit/02a543280b6c2325663af825ae377cb79b53a810 Author: Dustin J. Mitchell Date: 2012-11-18 (Sun, 18 Nov 2012) Changed paths: M master/buildbot/config.py M master/buildbot/data/changes.py M master/buildbot/data/connector.py M master/buildbot/scripts/create_master.py M master/buildbot/scripts/runner.py A master/buildbot/scripts/update_js.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/test/unit/test_www_ui.py M master/buildbot/test/util/txghost.py M master/buildbot/test/util/www.py M master/buildbot/www/service.py M master/buildbot/www/static/css/default.css R master/buildbot/www/static/js/buildbot.js M master/buildbot/www/static/js/lib/fakeStore.js R master/buildbot/www/static/js/lib/haml.js M master/buildbot/www/static/js/lib/router.js A master/buildbot/www/static/js/lib/tests/runner.html M master/buildbot/www/static/js/lib/ui/base.js M master/buildbot/www/static/js/lib/ui/build.js M master/buildbot/www/static/js/lib/ui/builder.js M master/buildbot/www/static/js/lib/ui/builders.js M master/buildbot/www/static/js/lib/ui/buildmasters.js M master/buildbot/www/static/js/lib/ui/changes.js A master/buildbot/www/static/js/lib/ui/dgridext/AutoHeight.js A master/buildbot/www/static/js/lib/ui/dgridext/StyledColumns.js A master/buildbot/www/static/js/lib/ui/dgridext/TypedColumns.js M master/buildbot/www/static/js/lib/ui/home.js A master/buildbot/www/static/js/lib/ui/templates/Makefile M master/buildbot/www/static/js/lib/ui/templates/build.haml A master/buildbot/www/static/js/lib/ui/templates/build.haml.js M master/buildbot/www/static/js/lib/ui/templates/builder.haml A master/buildbot/www/static/js/lib/ui/templates/builder.haml.js A master/buildbot/www/static/js/lib/ui/templates/builders.haml.js A master/buildbot/www/static/js/lib/ui/templates/buildmasters.haml A master/buildbot/www/static/js/lib/ui/templates/buildmasters.haml.js M master/buildbot/www/static/js/lib/ui/templates/changes.haml A master/buildbot/www/static/js/lib/ui/templates/changes.haml.js M master/buildbot/www/static/js/lib/ui/templates/error.haml A master/buildbot/www/static/js/lib/ui/templates/error.haml.js M master/buildbot/www/static/js/lib/ui/templates/home.haml A master/buildbot/www/static/js/lib/ui/templates/home.haml.js M master/buildbot/www/ui.html M master/buildbot/www/ui.py M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cmdline.rst M master/setup.py Log Message: ----------- Merge commit '00a192c' into pull568 Commit: b090f7b96a64669ac91b219d8a2c1f0497f3a7eb https://github.com/buildbot/buildbot/commit/b090f7b96a64669ac91b219d8a2c1f0497f3a7eb Author: Dustin J. Mitchell Date: 2012-11-18 (Sun, 18 Nov 2012) Changed paths: M master/buildbot/scripts/create_master.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/update_js.py Log Message: ----------- better error handling for update-js failure in create-master Commit: 225b3bc4417290ce4e5b0779e9329d0c64e98194 https://github.com/buildbot/buildbot/commit/225b3bc4417290ce4e5b0779e9329d0c64e98194 Author: Dustin J. Mitchell Date: 2012-11-18 (Sun, 18 Nov 2012) Changed paths: M master/buildbot/config.py M master/buildbot/scripts/runner.py Log Message: ----------- minor grammar stuff Commit: 0f951a04ff9b61e2c3b1e7cecbfee0c72e556f18 https://github.com/buildbot/buildbot/commit/0f951a04ff9b61e2c3b1e7cecbfee0c72e556f18 Author: Pierre Tardy Date: 2012-11-20 (Tue, 20 Nov 2012) Changed paths: M master/buildbot/test/unit/test_www_ui.py M master/buildbot/test/util/txghost.py M master/buildbot/test/util/www.py A master/buildbot/www/static/js/lib/tests/runner.html Log Message: ----------- ui:tests: make doh runner work inside ghost It looks a few lines of code, but it is a bit tricky. 1/ original runner.html runs in synchronous mode. The implementation of xhr sync mode in webkit make processEvents block, which prevent twisted to actually serve the xhr :-( 2/ firebug.js does not know about webkit, and thus will override console.log (hence the useCustomLogger:true) This is the reason why we have to copy the whole runner.htm inside our code. Commit: c19773176ebb101ecbb15e57e18f5ae8d08a7f5e https://github.com/buildbot/buildbot/commit/c19773176ebb101ecbb15e57e18f5ae8d08a7f5e Author: Pierre Tardy Date: 2012-11-20 (Tue, 20 Nov 2012) Changed paths: M master/buildbot/config.py M master/buildbot/data/base.py M master/buildbot/data/connector.py M master/buildbot/scripts/create_master.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/update_js.py Log Message: ----------- Merge remote-tracking branch 'djmitche/pull568' into www Conflicts: master/buildbot/www/static/js/lib/tests/runner.html Commit: d8524c56c754fa7c5e8eb727c8669e59019e97a1 https://github.com/buildbot/buildbot/commit/d8524c56c754fa7c5e8eb727c8669e59019e97a1 Author: Pierre Tardy Date: 2012-11-20 (Tue, 20 Nov 2012) Changed paths: M README.md Log Message: ----------- Adding more rationnalization in README.md Signed-off-by: Pierre Tardy Commit: 20962f4cce53dce3d8a01c1b7e966ae3eabf8e0e https://github.com/buildbot/buildbot/commit/20962f4cce53dce3d8a01c1b7e966ae3eabf8e0e Author: Pierre Tardy Date: 2012-11-20 (Tue, 20 Nov 2012) Changed paths: M master/buildbot/test/util/www.py Log Message: ----------- more comments about twisted #2386 bug workaround Signed-off-by: Pierre Tardy Commit: 420af62939487fb62d914cfa7439dff002bc96fd https://github.com/buildbot/buildbot/commit/420af62939487fb62d914cfa7439dff002bc96fd Author: Pierre Tardy Date: 2012-11-20 (Tue, 20 Nov 2012) Changed paths: M master/docs/developer/data.rst Log Message: ----------- update developer doc for latest data api changes Signed-off-by: Pierre Tardy Commit: 32f2b29c05f932600431b43d89279f12499c8183 https://github.com/buildbot/buildbot/commit/32f2b29c05f932600431b43d89279f12499c8183 Author: Pierre Tardy Date: 2012-11-20 (Tue, 20 Nov 2012) Changed paths: M master/buildbot/config.py M master/buildbot/scripts/update_js.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/buildbot/test/unit/test_www_service.py Log Message: ----------- fix tests Signed-off-by: Pierre Tardy Commit: 957b435dae76c521c0f4302e9a3a0585e72af3f6 https://github.com/buildbot/buildbot/commit/957b435dae76c521c0f4302e9a3a0585e72af3f6 Author: Pierre Tardy Date: 2012-11-20 (Tue, 20 Nov 2012) Changed paths: M master/buildbot/scripts/update_js.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/www/service.py Log Message: ----------- fix pyflakes Signed-off-by: Pierre Tardy Commit: a776ae5eb05f2adf32ae9c5c9e997af8609fecf6 https://github.com/buildbot/buildbot/commit/a776ae5eb05f2adf32ae9c5c9e997af8609fecf6 Author: Pierre Tardy Date: 2012-11-21 (Wed, 21 Nov 2012) Changed paths: M master/buildbot/data/exceptions.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/www.py M master/buildbot/www/rest.py Log Message: ----------- rest: implement http proxy to data.control api We use either jsonrpc2 or POST urlencoded to pass params Signed-off-by: Pierre Tardy Commit: a276b2653d967748752e4e21acf697175bda61d5 https://github.com/buildbot/buildbot/commit/a276b2653d967748752e4e21acf697175bda61d5 Author: Pierre Tardy Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M README.md M master/buildbot/data/base.py M master/buildbot/data/buildsets.py A master/buildbot/data/testhooks.py M master/buildbot/scripts/runner.py A master/buildbot/scripts/uitestserver.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_data_base.py A master/buildbot/test/unit/test_data_testhooks.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/unit/test_www_ui.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/www.py M master/buildbot/www/rest.py M master/buildbot/www/service.py M master/buildbot/www/static/css/bootstrap.css A master/buildbot/www/static/js/lib/jsonapi.js M master/buildbot/www/static/js/lib/router.js A master/buildbot/www/static/js/lib/tests/all.js A master/buildbot/www/static/js/lib/tests/changes.js A master/buildbot/www/static/js/lib/tests/home.js A master/buildbot/www/static/js/lib/tests/masters.js M master/buildbot/www/static/js/lib/tests/runner.html A master/buildbot/www/static/js/lib/tests/runner.js A master/buildbot/www/static/js/lib/tests/utils.js M master/buildbot/www/static/js/lib/ui/base.js M master/buildbot/www/static/js/lib/ui/build.js M master/buildbot/www/static/js/lib/ui/builder.js M master/buildbot/www/static/js/lib/ui/builders.js M master/buildbot/www/ui.html Log Message: ----------- js: test framework fundations - added a buildbot ui-test-server command for running a light master for running the js tests - added testhooks for triggering test scenario from JS - updated to bootstrap 2.2.1 Commit: 27a2234701dd8b79fc563008bf300f8badf03b16 https://github.com/buildbot/buildbot/commit/27a2234701dd8b79fc563008bf300f8badf03b16 Author: Pierre Tardy Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M master/buildbot/test/unit/test_pbmanager.py Log Message: ----------- test_pbManager: use a less common use port number Signed-off-by: Pierre Tardy Commit: eb6ff4ac6d77689b122cd4906d812d20678a01da https://github.com/buildbot/buildbot/commit/eb6ff4ac6d77689b122cd4906d812d20678a01da Author: Pierre Tardy Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py Log Message: ----------- rest: cleanup error report code Signed-off-by: Pierre Tardy Commit: c81a3656b8c317597fbb877154a787a11eac5a6a https://github.com/buildbot/buildbot/commit/c81a3656b8c317597fbb877154a787a11eac5a6a Author: Pierre Tardy Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M master/buildbot/scripts/update_js.py M master/buildbot/www/static/js/lib/ui/dgridext/TypedColumns.js Log Message: ----------- moment: integrate it with the dojo build system Also include more stuff in the build Signed-off-by: Pierre Tardy Commit: 426da976f687c2d03e6505bf0942ef4a6f26ca69 https://github.com/buildbot/buildbot/commit/426da976f687c2d03e6505bf0942ef4a6f26ca69 Author: Pierre Tardy Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py Log Message: ----------- fix units for any other python version than mine json throws JsonDecodeError in one version and ValueError on another Signed-off-by: Pierre Tardy Commit: 952136fcfa2adb288663c3f9e13b2f0c9a0139da https://github.com/buildbot/buildbot/commit/952136fcfa2adb288663c3f9e13b2f0c9a0139da Author: Pierre Tardy Date: 2012-11-26 (Mon, 26 Nov 2012) Changed paths: M master/buildbot/test/unit/test_pbmanager.py Log Message: ----------- another attempt to fix pbmanager test Signed-off-by: Pierre Tardy Commit: 4dc1f713b173f896af2dd403eabac8e397b43297 https://github.com/buildbot/buildbot/commit/4dc1f713b173f896af2dd403eabac8e397b43297 Author: Dustin J. Mitchell Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M .gitignore A .gitmodules R master/buildbot/www/static/css/bootstrap.css R master/buildbot/www/static/css/default.css R master/buildbot/www/static/img/favicon.ico R master/buildbot/www/static/img/glyphicons-halflings-white.png R master/buildbot/www/static/img/glyphicons-halflings.png R master/buildbot/www/static/js/lib/changes.js R master/buildbot/www/static/js/lib/fakeChangeStore.js R master/buildbot/www/static/js/lib/fakeStore.js R master/buildbot/www/static/js/lib/jsonapi.js R master/buildbot/www/static/js/lib/router.js R master/buildbot/www/static/js/lib/tests/all.js R master/buildbot/www/static/js/lib/tests/changes.js R master/buildbot/www/static/js/lib/tests/home.js R master/buildbot/www/static/js/lib/tests/masters.js R master/buildbot/www/static/js/lib/tests/runner.html R master/buildbot/www/static/js/lib/tests/runner.js R master/buildbot/www/static/js/lib/tests/utils.js R master/buildbot/www/static/js/lib/ui/404.js R master/buildbot/www/static/js/lib/ui/admin.js R master/buildbot/www/static/js/lib/ui/base.js R master/buildbot/www/static/js/lib/ui/build.js R master/buildbot/www/static/js/lib/ui/builder.js R master/buildbot/www/static/js/lib/ui/builders.js R master/buildbot/www/static/js/lib/ui/buildmaster.js R master/buildbot/www/static/js/lib/ui/buildmasters.js R master/buildbot/www/static/js/lib/ui/builds.js R master/buildbot/www/static/js/lib/ui/buildslave.js R master/buildbot/www/static/js/lib/ui/buildslaves.js R master/buildbot/www/static/js/lib/ui/changes.js R master/buildbot/www/static/js/lib/ui/copy_templates.sh R master/buildbot/www/static/js/lib/ui/dgridext/AutoHeight.js R master/buildbot/www/static/js/lib/ui/dgridext/StyledColumns.js R master/buildbot/www/static/js/lib/ui/dgridext/TypedColumns.js R master/buildbot/www/static/js/lib/ui/home.js R master/buildbot/www/static/js/lib/ui/log.js R master/buildbot/www/static/js/lib/ui/overview.js R master/buildbot/www/static/js/lib/ui/step.js R master/buildbot/www/static/js/lib/ui/templates/Makefile R master/buildbot/www/static/js/lib/ui/templates/build.haml R master/buildbot/www/static/js/lib/ui/templates/build.haml.js R master/buildbot/www/static/js/lib/ui/templates/builder.haml R master/buildbot/www/static/js/lib/ui/templates/builder.haml.js R master/buildbot/www/static/js/lib/ui/templates/builders.haml R master/buildbot/www/static/js/lib/ui/templates/builders.haml.js R master/buildbot/www/static/js/lib/ui/templates/buildmasters.haml R master/buildbot/www/static/js/lib/ui/templates/buildmasters.haml.js R master/buildbot/www/static/js/lib/ui/templates/changes.haml R master/buildbot/www/static/js/lib/ui/templates/changes.haml.js R master/buildbot/www/static/js/lib/ui/templates/error.haml R master/buildbot/www/static/js/lib/ui/templates/error.haml.js R master/buildbot/www/static/js/lib/ui/templates/home.haml R master/buildbot/www/static/js/lib/ui/templates/home.haml.js R master/buildbot/www/static/js/lib/ui/user.js R master/buildbot/www/static/js/lib/ui/users.js R master/buildbot/www/static/js/lib/websocket.js R master/buildbot/www/ui.html A www/MANIFEST.in A www/README.txt A www/build.sh A www/buildbot_www.py A www/profiles/buildbot.profile.js A www/setup.py A www/src/dgrid A www/src/dijit A www/src/dojo A www/src/dojox A www/src/index.html A www/src/lib/changes.js A www/src/lib/fakeChangeStore.js A www/src/lib/fakeStore.js A www/src/lib/jsonapi.js A www/src/lib/package.js A www/src/lib/package.json A www/src/lib/resources/css/bootstrap.css A www/src/lib/resources/css/default.css A www/src/lib/resources/img/favicon.ico A www/src/lib/resources/img/glyphicons-halflings-white.png A www/src/lib/resources/img/glyphicons-halflings.png A www/src/lib/router.js A www/src/lib/run.js A www/src/lib/tests/all.js A www/src/lib/tests/changes.js A www/src/lib/tests/home.js A www/src/lib/tests/masters.js A www/src/lib/tests/runner.html A www/src/lib/tests/runner.js A www/src/lib/tests/utils.js A www/src/lib/ui/404.js A www/src/lib/ui/admin.js A www/src/lib/ui/base.js A www/src/lib/ui/build.js A www/src/lib/ui/builder.js A www/src/lib/ui/builders.js A www/src/lib/ui/buildmaster.js A www/src/lib/ui/buildmasters.js A www/src/lib/ui/builds.js A www/src/lib/ui/buildslave.js A www/src/lib/ui/buildslaves.js A www/src/lib/ui/changes.js A www/src/lib/ui/copy_templates.sh A www/src/lib/ui/dgridext/AutoHeight.js A www/src/lib/ui/dgridext/StyledColumns.js A www/src/lib/ui/dgridext/TypedColumns.js A www/src/lib/ui/home.js A www/src/lib/ui/log.js A www/src/lib/ui/overview.js A www/src/lib/ui/step.js A www/src/lib/ui/templates/Makefile A www/src/lib/ui/templates/build.haml A www/src/lib/ui/templates/build.haml.js A www/src/lib/ui/templates/builder.haml A www/src/lib/ui/templates/builder.haml.js A www/src/lib/ui/templates/builders.haml A www/src/lib/ui/templates/builders.haml.js A www/src/lib/ui/templates/buildmasters.haml A www/src/lib/ui/templates/buildmasters.haml.js A www/src/lib/ui/templates/changes.haml A www/src/lib/ui/templates/changes.haml.js A www/src/lib/ui/templates/error.haml A www/src/lib/ui/templates/error.haml.js A www/src/lib/ui/templates/home.haml A www/src/lib/ui/templates/home.haml.js A www/src/lib/ui/user.js A www/src/lib/ui/users.js A www/src/lib/websocket.js A www/src/moment A www/src/put-selector A www/src/util A www/src/xstyle Log Message: ----------- Move Buildbot UI to a new Python package, buildbot-www With this change, the www/ top-level directory becomes a fairly standard-issue Dojo project, that just happens to produce a Python package (containing very little Python, and a lot of "data") when built. This makes heavy use of git submodules to import dependencies. Commit: 49058ae080c9103d02482bfe1441e2f68a9686d8 https://github.com/buildbot/buildbot/commit/49058ae080c9103d02482bfe1441e2f68a9686d8 Author: Dustin J. Mitchell Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M .gitignore M .gitmodules M www/README.txt M www/build.sh A www/src/haml A www/src/hamlcc R www/src/lib/ui/templates/Makefile R www/src/lib/ui/templates/build.haml.js R www/src/lib/ui/templates/builder.haml.js R www/src/lib/ui/templates/builders.haml.js R www/src/lib/ui/templates/buildmasters.haml.js R www/src/lib/ui/templates/changes.haml.js R www/src/lib/ui/templates/error.haml.js R www/src/lib/ui/templates/home.haml.js A www/src/uglify-js Log Message: ----------- compile haml templates during build Commit: 929e73b6301ee9d11e9f8535b5873b5b85eaf2be https://github.com/buildbot/buildbot/commit/929e73b6301ee9d11e9f8535b5873b5b85eaf2be Author: Dustin J. Mitchell Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M www/build.sh M www/profiles/buildbot.profile.js A www/src/bb/changes.js A www/src/bb/fakeChangeStore.js A www/src/bb/fakeStore.js A www/src/bb/jsonapi.js A www/src/bb/package.js A www/src/bb/package.json A www/src/bb/resources/css/bootstrap.css A www/src/bb/resources/css/default.css A www/src/bb/resources/img/favicon.ico A www/src/bb/resources/img/glyphicons-halflings-white.png A www/src/bb/resources/img/glyphicons-halflings.png A www/src/bb/router.js A www/src/bb/run.js A www/src/bb/tests/all.js A www/src/bb/tests/changes.js A www/src/bb/tests/home.js A www/src/bb/tests/masters.js A www/src/bb/tests/runner.html A www/src/bb/tests/runner.js A www/src/bb/tests/utils.js A www/src/bb/ui/404.js A www/src/bb/ui/admin.js A www/src/bb/ui/base.js A www/src/bb/ui/build.js A www/src/bb/ui/builder.js A www/src/bb/ui/builders.js A www/src/bb/ui/buildmaster.js A www/src/bb/ui/buildmasters.js A www/src/bb/ui/builds.js A www/src/bb/ui/buildslave.js A www/src/bb/ui/buildslaves.js A www/src/bb/ui/changes.js A www/src/bb/ui/copy_templates.sh A www/src/bb/ui/dgridext/AutoHeight.js A www/src/bb/ui/dgridext/StyledColumns.js A www/src/bb/ui/dgridext/TypedColumns.js A www/src/bb/ui/home.js A www/src/bb/ui/log.js A www/src/bb/ui/overview.js A www/src/bb/ui/step.js A www/src/bb/ui/templates/build.haml A www/src/bb/ui/templates/builder.haml A www/src/bb/ui/templates/builders.haml A www/src/bb/ui/templates/buildmasters.haml A www/src/bb/ui/templates/changes.haml A www/src/bb/ui/templates/error.haml A www/src/bb/ui/templates/home.haml A www/src/bb/ui/user.js A www/src/bb/ui/users.js A www/src/bb/websocket.js M www/src/index.html R www/src/lib/changes.js R www/src/lib/fakeChangeStore.js R www/src/lib/fakeStore.js R www/src/lib/jsonapi.js R www/src/lib/package.js R www/src/lib/package.json R www/src/lib/resources/css/bootstrap.css R www/src/lib/resources/css/default.css R www/src/lib/resources/img/favicon.ico R www/src/lib/resources/img/glyphicons-halflings-white.png R www/src/lib/resources/img/glyphicons-halflings.png R www/src/lib/router.js R www/src/lib/run.js R www/src/lib/tests/all.js R www/src/lib/tests/changes.js R www/src/lib/tests/home.js R www/src/lib/tests/masters.js R www/src/lib/tests/runner.html R www/src/lib/tests/runner.js R www/src/lib/tests/utils.js R www/src/lib/ui/404.js R www/src/lib/ui/admin.js R www/src/lib/ui/base.js R www/src/lib/ui/build.js R www/src/lib/ui/builder.js R www/src/lib/ui/builders.js R www/src/lib/ui/buildmaster.js R www/src/lib/ui/buildmasters.js R www/src/lib/ui/builds.js R www/src/lib/ui/buildslave.js R www/src/lib/ui/buildslaves.js R www/src/lib/ui/changes.js R www/src/lib/ui/copy_templates.sh R www/src/lib/ui/dgridext/AutoHeight.js R www/src/lib/ui/dgridext/StyledColumns.js R www/src/lib/ui/dgridext/TypedColumns.js R www/src/lib/ui/home.js R www/src/lib/ui/log.js R www/src/lib/ui/overview.js R www/src/lib/ui/step.js R www/src/lib/ui/templates/build.haml R www/src/lib/ui/templates/builder.haml R www/src/lib/ui/templates/builders.haml R www/src/lib/ui/templates/buildmasters.haml R www/src/lib/ui/templates/changes.haml R www/src/lib/ui/templates/error.haml R www/src/lib/ui/templates/home.haml R www/src/lib/ui/user.js R www/src/lib/ui/users.js R www/src/lib/websocket.js Log Message: ----------- rename lib -> bb Commit: 218bb4771dfead8a3205a327fe07653efa748abb https://github.com/buildbot/buildbot/commit/218bb4771dfead8a3205a327fe07653efa748abb Author: Dustin J. Mitchell Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M README.md Log Message: ----------- update README.md Commit: 11a2ff5da589d15e691af3d5cd52b5919cb6fa1c https://github.com/buildbot/buildbot/commit/11a2ff5da589d15e691af3d5cd52b5919cb6fa1c Author: Pierre Tardy Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M .gitmodules Log Message: ----------- modules: use http instead of https and git http works much better with corporate firewalls. Signed-off-by: Pierre Tardy Commit: 7b6bdbde3590eb429847f8d193eb24aefa40fba2 https://github.com/buildbot/buildbot/commit/7b6bdbde3590eb429847f8d193eb24aefa40fba2 Author: Pierre Tardy Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M master/buildbot/scripts/uitestserver.py M master/buildbot/www/__init__.py M master/buildbot/www/service.py M master/buildbot/www/ui.py M www/buildbot_www.py M www/src/bb/tests/runner.html M www/src/bb/tests/utils.js M www/src/index.html Log Message: ----------- integrate buildbot_www package minimal work to let me continue to work on the js code :-) Signed-off-by: Pierre Tardy Commit: c434e0a29e882eab286b3fe9ea2e4c130a61ac25 https://github.com/buildbot/buildbot/commit/c434e0a29e882eab286b3fe9ea2e4c130a61ac25 Author: Dustin J. Mitchell Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M .gitignore A .gitmodules M README.md M master/buildbot/scripts/uitestserver.py M master/buildbot/www/__init__.py M master/buildbot/www/service.py R master/buildbot/www/static/css/bootstrap.css R master/buildbot/www/static/css/default.css R master/buildbot/www/static/img/favicon.ico R master/buildbot/www/static/img/glyphicons-halflings-white.png R master/buildbot/www/static/img/glyphicons-halflings.png R master/buildbot/www/static/js/lib/changes.js R master/buildbot/www/static/js/lib/fakeChangeStore.js R master/buildbot/www/static/js/lib/fakeStore.js R master/buildbot/www/static/js/lib/jsonapi.js R master/buildbot/www/static/js/lib/router.js R master/buildbot/www/static/js/lib/tests/all.js R master/buildbot/www/static/js/lib/tests/changes.js R master/buildbot/www/static/js/lib/tests/home.js R master/buildbot/www/static/js/lib/tests/masters.js R master/buildbot/www/static/js/lib/tests/runner.html R master/buildbot/www/static/js/lib/tests/runner.js R master/buildbot/www/static/js/lib/tests/utils.js R master/buildbot/www/static/js/lib/ui/404.js R master/buildbot/www/static/js/lib/ui/admin.js R master/buildbot/www/static/js/lib/ui/base.js R master/buildbot/www/static/js/lib/ui/build.js R master/buildbot/www/static/js/lib/ui/builder.js R master/buildbot/www/static/js/lib/ui/builders.js R master/buildbot/www/static/js/lib/ui/buildmaster.js R master/buildbot/www/static/js/lib/ui/buildmasters.js R master/buildbot/www/static/js/lib/ui/builds.js R master/buildbot/www/static/js/lib/ui/buildslave.js R master/buildbot/www/static/js/lib/ui/buildslaves.js R master/buildbot/www/static/js/lib/ui/changes.js R master/buildbot/www/static/js/lib/ui/copy_templates.sh R master/buildbot/www/static/js/lib/ui/dgridext/AutoHeight.js R master/buildbot/www/static/js/lib/ui/dgridext/StyledColumns.js R master/buildbot/www/static/js/lib/ui/dgridext/TypedColumns.js R master/buildbot/www/static/js/lib/ui/home.js R master/buildbot/www/static/js/lib/ui/log.js R master/buildbot/www/static/js/lib/ui/overview.js R master/buildbot/www/static/js/lib/ui/step.js R master/buildbot/www/static/js/lib/ui/templates/Makefile R master/buildbot/www/static/js/lib/ui/templates/build.haml R master/buildbot/www/static/js/lib/ui/templates/build.haml.js R master/buildbot/www/static/js/lib/ui/templates/builder.haml R master/buildbot/www/static/js/lib/ui/templates/builder.haml.js R master/buildbot/www/static/js/lib/ui/templates/builders.haml R master/buildbot/www/static/js/lib/ui/templates/builders.haml.js R master/buildbot/www/static/js/lib/ui/templates/buildmasters.haml R master/buildbot/www/static/js/lib/ui/templates/buildmasters.haml.js R master/buildbot/www/static/js/lib/ui/templates/changes.haml R master/buildbot/www/static/js/lib/ui/templates/changes.haml.js R master/buildbot/www/static/js/lib/ui/templates/error.haml R master/buildbot/www/static/js/lib/ui/templates/error.haml.js R master/buildbot/www/static/js/lib/ui/templates/home.haml R master/buildbot/www/static/js/lib/ui/templates/home.haml.js R master/buildbot/www/static/js/lib/ui/user.js R master/buildbot/www/static/js/lib/ui/users.js R master/buildbot/www/static/js/lib/websocket.js R master/buildbot/www/ui.html M master/buildbot/www/ui.py A www/MANIFEST.in A www/README.txt A www/build.sh A www/buildbot_www.py A www/profiles/buildbot.profile.js A www/setup.py A www/src/bb/changes.js A www/src/bb/fakeChangeStore.js A www/src/bb/fakeStore.js A www/src/bb/jsonapi.js A www/src/bb/package.js A www/src/bb/package.json A www/src/bb/resources/css/bootstrap.css A www/src/bb/resources/css/default.css A www/src/bb/resources/img/favicon.ico A www/src/bb/resources/img/glyphicons-halflings-white.png A www/src/bb/resources/img/glyphicons-halflings.png A www/src/bb/router.js A www/src/bb/run.js A www/src/bb/tests/all.js A www/src/bb/tests/changes.js A www/src/bb/tests/home.js A www/src/bb/tests/masters.js A www/src/bb/tests/runner.html A www/src/bb/tests/runner.js A www/src/bb/tests/utils.js A www/src/bb/ui/404.js A www/src/bb/ui/admin.js A www/src/bb/ui/base.js A www/src/bb/ui/build.js A www/src/bb/ui/builder.js A www/src/bb/ui/builders.js A www/src/bb/ui/buildmaster.js A www/src/bb/ui/buildmasters.js A www/src/bb/ui/builds.js A www/src/bb/ui/buildslave.js A www/src/bb/ui/buildslaves.js A www/src/bb/ui/changes.js A www/src/bb/ui/copy_templates.sh A www/src/bb/ui/dgridext/AutoHeight.js A www/src/bb/ui/dgridext/StyledColumns.js A www/src/bb/ui/dgridext/TypedColumns.js A www/src/bb/ui/home.js A www/src/bb/ui/log.js A www/src/bb/ui/overview.js A www/src/bb/ui/step.js A www/src/bb/ui/templates/build.haml A www/src/bb/ui/templates/builder.haml A www/src/bb/ui/templates/builders.haml A www/src/bb/ui/templates/buildmasters.haml A www/src/bb/ui/templates/changes.haml A www/src/bb/ui/templates/error.haml A www/src/bb/ui/templates/home.haml A www/src/bb/ui/user.js A www/src/bb/ui/users.js A www/src/bb/websocket.js A www/src/dgrid A www/src/dijit A www/src/dojo A www/src/dojox A www/src/haml A www/src/hamlcc A www/src/index.html A www/src/moment A www/src/put-selector A www/src/uglify-js A www/src/util A www/src/xstyle Log Message: ----------- Merge branch 'www-pkg' into nine Commit: 5fb06522324c436ef423affde4db271e21a5da66 https://github.com/buildbot/buildbot/commit/5fb06522324c436ef423affde4db271e21a5da66 Author: Dustin J. Mitchell Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M master/docs/developer/data.rst Log Message: ----------- fix docs Commit: c3ad4a943a8245a61d837648b09ad72b59c23001 https://github.com/buildbot/buildbot/commit/c3ad4a943a8245a61d837648b09ad72b59c23001 Author: Pierre Tardy Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M master/buildbot/scripts/uitestserver.py M www/src/bb/router.js M www/src/bb/tests/changes.js M www/src/bb/tests/home.js M www/src/bb/tests/masters.js M www/src/bb/tests/runner.html M www/src/bb/tests/utils.js Log Message: ----------- fix the brocken img links, and add sanity test for them some more factorization of the test suite Signed-off-by: Pierre Tardy Commit: 4617944ef0cbc07592e0aba90cec1c076c306f14 https://github.com/buildbot/buildbot/commit/4617944ef0cbc07592e0aba90cec1c076c306f14 Author: Pierre Tardy Date: 2012-11-27 (Tue, 27 Nov 2012) Changed paths: M master/buildbot/data/testhooks.py M master/buildbot/test/fake/fakemaster.py A master/buildbot/test/scenarios/__init__.py A master/buildbot/test/scenarios/base.py M master/buildbot/www/rest.py M www/src/bb/jsonapi.js M www/src/bb/tests/home.js M www/src/bb/tests/masters.js M www/src/bb/tests/runner.html M www/src/bb/tests/utils.js Log Message: ----------- masters.js tests We now have the infra to play a scenario, wait for dom changes, and process verifications. No we need to implement it with websocket, etc. Signed-off-by: Pierre Tardy Commit: 9c89bce81b16b890ded03f1bd2ed615fec912de8 https://github.com/buildbot/buildbot/commit/9c89bce81b16b890ded03f1bd2ed615fec912de8 Author: Dustin J. Mitchell Date: 2012-11-28 (Wed, 28 Nov 2012) Changed paths: M master/buildbot/data/testhooks.py M master/buildbot/scripts/uitestserver.py M master/buildbot/test/fake/fakemaster.py A master/buildbot/test/scenarios/__init__.py A master/buildbot/test/scenarios/base.py M master/buildbot/www/rest.py M www/src/bb/jsonapi.js M www/src/bb/router.js M www/src/bb/tests/changes.js M www/src/bb/tests/home.js M www/src/bb/tests/masters.js M www/src/bb/tests/runner.html M www/src/bb/tests/utils.js Log Message: ----------- Merge pull request #584 from tardyp/nine More infra for js tests Commit: 4ec9b92640a7e462cadc123bfcf7d3d41a7913cc https://github.com/buildbot/buildbot/commit/4ec9b92640a7e462cadc123bfcf7d3d41a7913cc Author: Dustin J. Mitchell Date: 2012-11-28 (Wed, 28 Nov 2012) Changed paths: M www/src/bb/tests/utils.js Log Message: ----------- fix spello Commit: fe695efe3d81df17050eea6ff6a1d9de79678d96 https://github.com/buildbot/buildbot/commit/fe695efe3d81df17050eea6ff6a1d9de79678d96 Author: Dustin J. Mitchell Date: 2012-11-29 (Thu, 29 Nov 2012) Changed paths: M README.md M master/buildbot/scripts/create_master.py M master/buildbot/scripts/runner.py R master/buildbot/scripts/update_js.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/unit/test_www_ui.py M master/buildbot/www/__init__.py M master/buildbot/www/service.py M master/buildbot/www/ui.py M www/build.sh M www/buildbot_www.py M www/setup.py Log Message: ----------- progress on linking buildbot and buildbot-www with pkg_resources Commit: edfe8c0a28be0c018298d303ecef75dec775f143 https://github.com/buildbot/buildbot/commit/edfe8c0a28be0c018298d303ecef75dec775f143 Author: Dustin J. Mitchell Date: 2012-12-02 (Sun, 02 Dec 2012) Changed paths: M .gitignore M README.md M master/MANIFEST.in M master/buildbot/config.py A master/buildbot/www/index.html M master/buildbot/www/resource.py M master/buildbot/www/service.py M master/buildbot/www/ui.py M www/build.sh M www/buildbot_www.py R www/profiles/buildbot.profile.js M www/src/bb/router.js R www/src/bb/run.js M www/src/bb/websocket.js R www/src/index.html Log Message: ----------- better integration with buildbot-www package Commit: b836f387ee34270b35a4ea7d932c6ec4ecda5099 https://github.com/buildbot/buildbot/commit/b836f387ee34270b35a4ea7d932c6ec4ecda5099 Author: Dustin J. Mitchell Date: 2012-12-02 (Sun, 02 Dec 2012) Changed paths: M README.md M master/buildbot/www/service.py M master/buildbot/www/ui.py M master/docs/developer/mq.rst M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cmdline.rst Log Message: ----------- finish up docs Commit: 700609779e46bcb97feb1e1325bc07170678e318 https://github.com/buildbot/buildbot/commit/700609779e46bcb97feb1e1325bc07170678e318 Author: Dustin J. Mitchell Date: 2012-12-03 (Mon, 03 Dec 2012) Changed paths: M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/unit/test_www_ui.py Log Message: ----------- clean up tests Commit: ca1fe0e5f7b356da0f1708ec65c89ba9490eca4b https://github.com/buildbot/buildbot/commit/ca1fe0e5f7b356da0f1708ec65c89ba9490eca4b Author: Pierre Tardy Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M master/buildbot/scripts/uitestserver.py M master/buildbot/test/scenarios/base.py M master/buildbot/www/index.html M master/buildbot/www/rest.py A www/src/bb/datastore.js R www/src/bb/fakeChangeStore.js R www/src/bb/fakeStore.js M www/src/bb/jsonapi.js M www/src/bb/router.js M www/src/bb/tests/changes.js M www/src/bb/tests/home.js M www/src/bb/tests/masters.js M www/src/bb/tests/runner.html M www/src/bb/tests/runner.js M www/src/bb/tests/utils.js M www/src/bb/ui/base.js M www/src/bb/ui/build.js M www/src/bb/ui/builder.js M www/src/bb/ui/builders.js M www/src/bb/ui/buildmasters.js M www/src/bb/ui/changes.js M www/src/bb/ui/dgridext/AutoHeight.js M www/src/bb/ui/dgridext/StyledColumns.js M www/src/bb/ui/dgridext/TypedColumns.js M www/src/bb/ui/home.js M www/src/bb/websocket.js Log Message: ----------- datastore: implementation of auto updating dojo store using websocket+rest api. master test is now passing, we can detect active to inactive state. also cleanup the tabs from the js. Signed-off-by: Pierre Tardy t Commit: 9487bca5f94831f49fd9e8e7dc74d24454503278 https://github.com/buildbot/buildbot/commit/9487bca5f94831f49fd9e8e7dc74d24454503278 Author: Pierre Tardy Date: 2012-12-04 (Tue, 04 Dec 2012) Changed paths: M master/buildbot/www/index.html M www/src/bb/jsonapi.js R www/src/bb/resources/css/bootstrap.css M www/src/bb/resources/css/default.css A www/src/bb/resources/css/font-awesome.css A www/src/bb/resources/css/foundation.css A www/src/bb/resources/font/fontawesome-webfont.eot A www/src/bb/resources/font/fontawesome-webfont.svg A www/src/bb/resources/font/fontawesome-webfont.ttf A www/src/bb/resources/font/fontawesome-webfont.woff R www/src/bb/resources/img/glyphicons-halflings-white.png R www/src/bb/resources/img/glyphicons-halflings.png M www/src/bb/tests/runner.html M www/src/bb/tests/runner.js M www/src/bb/ui/base.js M www/src/bb/ui/changes.js M www/src/bb/ui/dgridext/AutoHeight.js M www/src/bb/ui/dgridext/TypedColumns.js M www/src/bb/ui/templates/build.haml M www/src/bb/ui/templates/builder.haml M www/src/bb/ui/templates/builders.haml M www/src/bb/ui/templates/buildmasters.haml M www/src/bb/ui/templates/changes.haml M www/src/bb/ui/templates/error.haml M www/src/bb/ui/templates/home.haml Log Message: ----------- switch from bootstrap to foundation bootstrap is APL which is not GPLv2 compatible while foundation is MIT Signed-off-by: Pierre Tardy Commit: 19426a0ef2e1c5f082d240c2acb28e7789b0a54b https://github.com/buildbot/buildbot/commit/19426a0ef2e1c5f082d240c2acb28e7789b0a54b Author: Pierre Tardy Date: 2012-12-06 (Thu, 06 Dec 2012) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/changes.py M master/buildbot/data/masters.py M master/buildbot/db/base.py M master/buildbot/db/changes.py M master/buildbot/db/masters.py M master/buildbot/scripts/uitestserver.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/scenarios/base.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_masters.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/www.py M master/buildbot/www/rest.py M master/docs/developer/data.rst M master/docs/developer/database.rst M master/docs/developer/www.rst M www/src/bb/tests/changes.js M www/src/bb/tests/masters.js M www/src/bb/tests/utils.js M www/src/bb/websocket.js Log Message: ----------- implement the paging/sorting in data + make all test pass + simplify code linked to the buildbod_www package + create more tests for paging/sorting + more docs on js tests Signed-off-by: Pierre Tardy Commit: b525464a8812e3382de7e87fb97a6d11f3b19bf5 https://github.com/buildbot/buildbot/commit/b525464a8812e3382de7e87fb97a6d11f3b19bf5 Author: Dustin J. Mitchell Date: 2012-12-09 (Sun, 09 Dec 2012) Changed paths: M master/buildbot/data/changes.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_changes.py Log Message: ----------- as documented, only accept when_timestamp as an int in data.updates.addChange Commit: 6876787d7fd65e48e38e947e34a7265606582fc3 https://github.com/buildbot/buildbot/commit/6876787d7fd65e48e38e947e34a7265606582fc3 Author: Dustin J. Mitchell Date: 2012-12-09 (Sun, 09 Dec 2012) Changed paths: M master/MANIFEST.in M master/buildbot/buildslave.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/db/buildsets.py M master/buildbot/interfaces.py M master/buildbot/master.py M master/buildbot/monkeypatches/__init__.py M master/buildbot/monkeypatches/testcase_patch.py M master/buildbot/process/properties.py M master/buildbot/process/users/users.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/timed.py M master/buildbot/scripts/start.py M master/buildbot/status/build.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/changes.py M master/buildbot/status/web/console.py M master/buildbot/status/web/files/default.css M master/buildbot/status/web/templates/change_macros.html M master/buildbot/status/web/templates/console.html M master/buildbot/status/words.py R master/buildbot/steps/blocker.py M master/buildbot/steps/master.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/bzr.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/source/svn.py M master/buildbot/steps/trigger.py M master/buildbot/test/__init__.py M master/buildbot/test/fake/fakebuild.py A master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_changes_gitpoller.py M master/buildbot/test/unit/test_changes_hgpoller.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_pbmanager.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_process_users_users.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/buildbot/test/unit/test_scripts_start.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_status_words.py R master/buildbot/test/unit/test_steps_blocker.py M master/buildbot/test/unit/test_steps_master.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_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_steps_trigger.py A master/buildbot/test/util/logging.py M master/buildbot/test/util/querylog.py M master/buildbot/test/util/steps.py M master/buildbot/util/sautils.py R master/contrib/blockertest/Makefile R master/contrib/blockertest/README.txt R master/contrib/blockertest/master.cfg R master/contrib/blockertest/startpair M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-global.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- Merge branch 'master' into nine Commit: c6fbbb0015d1292752718b5d531fea33a941d5eb https://github.com/buildbot/buildbot/commit/c6fbbb0015d1292752718b5d531fea33a941d5eb Author: Dustin J. Mitchell Date: 2012-12-09 (Sun, 09 Dec 2012) Changed paths: M master/buildbot/db/builders.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_builders.py M master/docs/developer/database.rst Log Message: ----------- fix semantics of addBuilderMaster to correspond to docs Commit: 4bdb5307eaf658b26b9fc0621a2c3c71c1173000 https://github.com/buildbot/buildbot/commit/4bdb5307eaf658b26b9fc0621a2c3c71c1173000 Author: Edmund Wong Date: 2012-12-15 (Sat, 15 Dec 2012) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/status/builder.py M master/buildbot/status/web/files/default.css M master/buildbot/test/unit/test_status_mail.py Log Message: ----------- - Changed some more files to use CANCELLED instead of USERCANCEL. Commit: abd20aec7a3db2c204654c015fa79f8e201ce254 https://github.com/buildbot/buildbot/commit/abd20aec7a3db2c204654c015fa79f8e201ce254 Author: Edmund Wong Date: 2012-12-15 (Sat, 15 Dec 2012) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/status/mail.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_steps_python.py Log Message: ----------- - Changed the remaining USERCANCEL reminants to CANCELLED. Commit: c4825e9e9566ccb7ef148316a813186e6d010222 https://github.com/buildbot/buildbot/commit/c4825e9e9566ccb7ef148316a813186e6d010222 Author: Edmund Wong Date: 2012-12-15 (Sat, 15 Dec 2012) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/status/mail.py M master/buildbot/status/results.py M master/buildbot/status/tinderbox.py M master/buildbot/status/words.py Log Message: ----------- - Still had some leftover usercancel mentions. Fixed. Commit: e281efa9f806520922d50cb0aadf5cb0c3af0e1d https://github.com/buildbot/buildbot/commit/e281efa9f806520922d50cb0aadf5cb0c3af0e1d Author: Edmund Wong Date: 2012-12-15 (Sat, 15 Dec 2012) Changed paths: M master/buildbot/status/web/baseweb.py Log Message: ----------- - Updated a comment to be cancelled instead of usercancel. Commit: c279c4d0b557d5847c2443855cefc39bbc82ae2c https://github.com/buildbot/buildbot/commit/c279c4d0b557d5847c2443855cefc39bbc82ae2c Author: Dustin J. Mitchell Date: 2012-12-27 (Thu, 27 Dec 2012) Changed paths: M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_python.py Log Message: ----------- fix pyflakes Commit: 5bb8dba41d8c87b7f05cd9ac98d5452d4183ed1d https://github.com/buildbot/buildbot/commit/5bb8dba41d8c87b7f05cd9ac98d5452d4183ed1d Author: Dustin J. Mitchell Date: 2012-12-27 (Thu, 27 Dec 2012) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- add relnotes Commit: 44c7cd5f56ad112e6e8a06c1a3592f6a4bc95d8c https://github.com/buildbot/buildbot/commit/44c7cd5f56ad112e6e8a06c1a3592f6a4bc95d8c Author: Dustin J. Mitchell Date: 2012-12-27 (Thu, 27 Dec 2012) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/status/builder.py M master/buildbot/status/mail.py M master/buildbot/status/results.py M master/buildbot/status/tinderbox.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/files/default.css M master/buildbot/status/words.py M master/buildbot/test/unit/test_process_build.py M master/docs/developer/results.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'pull555' into nine Commit: a3fcc91ee3982eac7bd9d78a5c5202c0a9602986 https://github.com/buildbot/buildbot/commit/a3fcc91ee3982eac7bd9d78a5c5202c0a9602986 Author: Dustin J. Mitchell Date: 2012-12-29 (Sat, 29 Dec 2012) Changed paths: M README.md M master/buildbot/clients/debug.py M master/buildbot/clients/tryclient.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/connector.py A master/buildbot/data/sourcestamps.py M master/buildbot/db/base.py M master/buildbot/db/builders.py M master/buildbot/db/buildsets.py M master/buildbot/db/changes.py M master/buildbot/db/connector.py M master/buildbot/db/masters.py A master/buildbot/db/migrate/versions/026_sourcestamps_refactor.py M master/buildbot/db/model.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py R master/buildbot/db/sourcestampsets.py M master/buildbot/db/state.py M master/buildbot/db/users.py M master/buildbot/interfaces.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/debug.py M master/buildbot/schedulers/base.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 R master/buildbot/sourcestamp.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/buildrequest.py M master/buildbot/status/web/grid.py M master/buildbot/status/words.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/fake/fakemq.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/regressions/test_import_unicode_changes.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/regressions/test_shell_command_properties.py R master/buildbot/test/regressions/test_sourcestamp_revision.py M master/buildbot/test/scenarios/base.py M master/buildbot/test/unit/test_changes_changes.py M master/buildbot/test/unit/test_changes_hgpoller.py M master/buildbot/test/unit/test_data_builders.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_data_masters.py A master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_db_base.py M master/buildbot/test/unit/test_db_builders.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_masters.py A master/buildbot/test/unit/test_db_migrate_versions_026_sourcestamps_refactor.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_db_sourcestamps.py R master/buildbot/test/unit/test_db_sourcestampsets.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_buildrequest.py M master/buildbot/test/unit/test_process_users_manual.py M master/buildbot/test/unit/test_process_users_users.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_schedulers_trysched.py R master/buildbot/test/unit/test_sourcestamp.py M master/buildbot/test/unit/test_status_build.py M master/buildbot/test/unit/test_status_client.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_status_master.py M master/buildbot/test/unit/test_steps_trigger.py A master/buildbot/test/unit/test_test_util_validation.py R master/buildbot/test/unit/test_test_util_verifier.py M master/buildbot/test/util/connector_component.py M master/buildbot/test/util/scheduler.py R master/buildbot/test/util/types/__init__.py R master/buildbot/test/util/types/builders.py R master/buildbot/test/util/types/buildsets.py R master/buildbot/test/util/types/changes.py R master/buildbot/test/util/types/masters.py R master/buildbot/test/util/types/schedulers.py A master/buildbot/test/util/validation.py R master/buildbot/test/util/verifier.py A master/buildbot/util/pickle_prereqs.py M master/docs/developer/data.rst M master/docs/developer/database.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-change.rst A master/docs/developer/rtype-sourcestamp.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cmdline.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Sourcestamps refactor (WARNING!) WARNING: this breaks the existing status hierarchy; in particular, BuildStatus.getSourceStamps now returns nothing. It's all downhill from here! SourceStampSets are gone; instead, buildsets have a collection of sourcestamps (roughly equivalent to the existing sourcestampsets, but treated as a simple many:many relationship instead); each change has one sourcestamp, and sourcestamps are uniquely identified. This necessitates significant changes to schedulers and the build process. More importantly, SourceStamps are gone! The class has moved to the pickle_prereqs module for use when importing pickles, but is otherwise gone from Buildbot. This, too, has required significant changes to the process classes. Note that BuildRequests add "fake" SourceStamp objects so that the status hierarchy can remain relatively un-altered. All of this begins to break the status hierarchy, which will disappear by the end of the nine process anyway. In particular, BuildStatus.getSourceStamps now always returns an empty set, meaning most of the web UI no longer shows anything useful. Also in this commit: (sorry for rolling all this together!) * a new method of validating data types, allowing more flexible specification of nested types. * generalized column hashing to work around MySQL's lack of support for unique indexes. * remove support for triggering builds from the debug client * adds a master attribute to the DB connector, requiring changes to FakeDBConnector as well * fix a few identifiers with underscores to use interCaps instead Commit: 7b62e3368e40201bb99c3931cebfa9987b6e3918 https://github.com/buildbot/buildbot/commit/7b62e3368e40201bb99c3931cebfa9987b6e3918 Author: Dustin J. Mitchell Date: 2012-12-31 (Mon, 31 Dec 2012) Changed paths: M master/buildbot/test/util/validation.py M master/docs/developer/data.rst M master/docs/developer/rtype-sourcestamp.rst Log Message: ----------- minor docs fixes Commit: 08993b55fbad1d9e1afa341fa53de513deeae8a7 https://github.com/buildbot/buildbot/commit/08993b55fbad1d9e1afa341fa53de513deeae8a7 Author: Dustin J. Mitchell Date: 2012-12-31 (Mon, 31 Dec 2012) Changed paths: M master/buildbot/data/sourcestamps.py Log Message: ----------- fix resource type 'type' attribute Commit: 473ee7f4d79c950499d260a0cb238dd47c304b7a https://github.com/buildbot/buildbot/commit/473ee7f4d79c950499d260a0cb238dd47c304b7a Author: Edmund Wong Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/changes.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py M master/buildbot/db/sourcestampsets.py M master/buildbot/db/state.py M master/buildbot/db/users.py Log Message: ----------- - Changed database.rst to db.rst (for docs) Commit: 7fcb5d6c47f6927285bd89ac56a8f227b7f5212d https://github.com/buildbot/buildbot/commit/7fcb5d6c47f6927285bd89ac56a8f227b7f5212d Author: Edmund Wong Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: R master/docs/developer/database.rst A master/docs/developer/db.rst Log Message: ----------- - Rename database.rst to db.rst (actual file rename) Commit: f5bb33744a6b9e7ee5b1997666637cbb192f47f0 https://github.com/buildbot/buildbot/commit/f5bb33744a6b9e7ee5b1997666637cbb192f47f0 Author: Edmund Wong Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M .gitignore A .gitmodules A README.md M master/MANIFEST.in M master/buildbot/buildslave.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.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/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/config.py A master/buildbot/data/__init__.py A master/buildbot/data/base.py A master/buildbot/data/builders.py A master/buildbot/data/buildsets.py A master/buildbot/data/changes.py A master/buildbot/data/connector.py A master/buildbot/data/exceptions.py A master/buildbot/data/masters.py A master/buildbot/data/testhooks.py M master/buildbot/db/base.py A master/buildbot/db/builders.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/db/changes.py M master/buildbot/db/connector.py A master/buildbot/db/masters.py A master/buildbot/db/migrate/versions/023_add_master_table.py A master/buildbot/db/migrate/versions/024_add_schedulers_table.py A master/buildbot/db/migrate/versions/025_builders_table.py M master/buildbot/db/model.py M master/buildbot/db/schedulers.py M master/buildbot/db/users.py M master/buildbot/interfaces.py M master/buildbot/master.py M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/decorators.py M master/buildbot/monkeypatches/testcase_patch.py A master/buildbot/mq/__init__.py A master/buildbot/mq/base.py A master/buildbot/mq/connector.py A master/buildbot/mq/simple.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildstep.py M master/buildbot/process/metrics.py M master/buildbot/process/properties.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/runner.py M master/buildbot/scripts/sample.cfg M master/buildbot/scripts/start.py A master/buildbot/scripts/uitestserver.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/results.py M master/buildbot/status/tinderbox.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/changes.py M master/buildbot/status/web/console.py M master/buildbot/status/web/files/default.css M master/buildbot/status/web/status_json.py M master/buildbot/status/web/templates/builder.html M master/buildbot/status/web/templates/change_macros.html M master/buildbot/status/web/templates/console.html M master/buildbot/status/words.py R master/buildbot/steps/blocker.py M master/buildbot/steps/master.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/bzr.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/source/svn.py M master/buildbot/steps/trigger.py M master/buildbot/test/__init__.py M master/buildbot/test/fake/fakebuild.py A master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py A master/buildbot/test/fake/fakemq.py A master/buildbot/test/fake/slave.py A master/buildbot/test/integration/test_master.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_upgrade.py R master/buildbot/test/interfaces/__init__.py R master/buildbot/test/interfaces/test_logfile.py R master/buildbot/test/interfaces/test_remotecommand.py A master/buildbot/test/scenarios/__init__.py A master/buildbot/test/scenarios/base.py M master/buildbot/test/unit/test_changes_bonsaipoller.py M master/buildbot/test/unit/test_changes_changes.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_changes_hgpoller.py M master/buildbot/test/unit/test_changes_mail.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_config.py A master/buildbot/test/unit/test_data_base.py A master/buildbot/test/unit/test_data_builders.py A master/buildbot/test/unit/test_data_buildsets.py A master/buildbot/test/unit/test_data_changes.py A master/buildbot/test/unit/test_data_connector.py A master/buildbot/test/unit/test_data_masters.py A master/buildbot/test/unit/test_data_testhooks.py M master/buildbot/test/unit/test_db_base.py A master/buildbot/test/unit/test_db_builders.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_connector.py A master/buildbot/test/unit/test_db_masters.py A master/buildbot/test/unit/test_db_migrate_versions_023_add_master_table.py A master/buildbot/test/unit/test_db_migrate_versions_024_add_schedulers_table.py A master/buildbot/test/unit/test_db_migrate_versions_025_builders_table.py M master/buildbot/test/unit/test_db_schedulers.py A master/buildbot/test/unit/test_logfile.py M master/buildbot/test/unit/test_master.py A master/buildbot/test/unit/test_mq.py A master/buildbot/test/unit/test_mq_base.py A master/buildbot/test/unit/test_mq_connector.py A master/buildbot/test/unit/test_mq_simple.py M master/buildbot/test/unit/test_pbmanager.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_metrics.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_process_users_users.py A master/buildbot/test/unit/test_remotecommand.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_scripts_start.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_master.py M master/buildbot/test/unit/test_status_words.py R master/buildbot/test/unit/test_steps_blocker.py M master/buildbot/test/unit/test_steps_master.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_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_steps_trigger.py A master/buildbot/test/unit/test_test_util_verifier.py M master/buildbot/test/unit/test_util.py A master/buildbot/test/unit/test_util_namespace.py A master/buildbot/test/unit/test_util_pathmatch.py A master/buildbot/test/unit/test_util_tuplematch.py A master/buildbot/test/unit/test_www_resource.py A master/buildbot/test/unit/test_www_rest.py A master/buildbot/test/unit/test_www_service.py A master/buildbot/test/unit/test_www_ui.py M master/buildbot/test/util/changesource.py M master/buildbot/test/util/db.py A master/buildbot/test/util/endpoint.py M master/buildbot/test/util/interfaces.py A master/buildbot/test/util/logging.py M master/buildbot/test/util/querylog.py M master/buildbot/test/util/scheduler.py M master/buildbot/test/util/steps.py A master/buildbot/test/util/tuplematching.py A master/buildbot/test/util/txghost.py A master/buildbot/test/util/types/__init__.py A master/buildbot/test/util/types/builders.py A master/buildbot/test/util/types/buildsets.py A master/buildbot/test/util/types/changes.py A master/buildbot/test/util/types/masters.py A master/buildbot/test/util/types/schedulers.py A master/buildbot/test/util/verifier.py A master/buildbot/test/util/www.py M master/buildbot/util/__init__.py A master/buildbot/util/namespace.py A master/buildbot/util/pathmatch.py M master/buildbot/util/sautils.py A master/buildbot/util/tuplematch.py A master/buildbot/www/__init__.py A master/buildbot/www/index.html A master/buildbot/www/resource.py A master/buildbot/www/rest.py A master/buildbot/www/service.py A master/buildbot/www/ui.py A master/buildbot/www/websocket.py A master/buildbot/www/ws.py R master/contrib/blockertest/Makefile R master/contrib/blockertest/README.txt R master/contrib/blockertest/master.cfg R master/contrib/blockertest/startpair M master/contrib/bzr_buildbot.py M master/contrib/googlecode_atom.py M master/docs/bbdocs/ext.py A master/docs/developer/apis.rst A master/docs/developer/br-claiming.rst M master/docs/developer/config.rst A master/docs/developer/data.rst M master/docs/developer/db.rst A master/docs/developer/general.rst M master/docs/developer/index.rst M master/docs/developer/master-overview.rst A master/docs/developer/mq.rst M master/docs/developer/results.rst A master/docs/developer/rtype-builder.rst A master/docs/developer/rtype-buildset.rst A master/docs/developer/rtype-change.rst A master/docs/developer/rtype-master.rst M master/docs/developer/tests.rst M master/docs/developer/utils.rst Log Message: ----------- Merge branch 'nine' of https://github.com/buildbot/buildbot into db_rename Commit: 3adb9079dfaeb96b64e2c2253eccb9c75fa81854 https://github.com/buildbot/buildbot/commit/3adb9079dfaeb96b64e2c2253eccb9c75fa81854 Author: Edmund Wong Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M README.md M master/docs/developer/apis.rst Log Message: ----------- - Updated README.md and apis.rst. Commit: c00f91e351fff2b6f8150fcec2f63e1407f4813e https://github.com/buildbot/buildbot/commit/c00f91e351fff2b6f8150fcec2f63e1407f4813e Author: Dustin J. Mitchell Date: 2013-01-01 (Tue, 01 Jan 2013) Changed paths: M README.md M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/changes.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py M master/buildbot/db/sourcestampsets.py M master/buildbot/db/state.py M master/buildbot/db/users.py M master/docs/developer/apis.rst R master/docs/developer/database.rst A master/docs/developer/db.rst M master/docs/developer/mq.rst Log Message: ----------- fix reference Commit: 8b0507bf7e30fca97ec7f3553f2d05348f4c9a19 https://github.com/buildbot/buildbot/commit/8b0507bf7e30fca97ec7f3553f2d05348f4c9a19 Author: Dustin J. Mitchell Date: 2013-01-02 (Wed, 02 Jan 2013) Changed paths: M README.md M master/buildbot/db/changes.py Log Message: ----------- minor fixes suggested by jaredgrubb Commit: b4ae532b4bb624e9e7693545c62ed76537094850 https://github.com/buildbot/buildbot/commit/b4ae532b4bb624e9e7693545c62ed76537094850 Author: Dustin J. Mitchell Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M master/buildbot/test/util/validation.py M master/docs/developer/database.rst M master/docs/developer/tests.rst Log Message: ----------- validator fixes as suggested by tomprince Commit: ef5b9421700a19723a0afe63c8c3710d00dba9ba https://github.com/buildbot/buildbot/commit/ef5b9421700a19723a0afe63c8c3710d00dba9ba Author: Dustin J. Mitchell Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M master/buildbot/test/util/validation.py Log Message: ----------- remove tuple deconstruction, better factoring of buildset validators Commit: 2fd12642d2bac82bfb80ab29a56aa4c6309f3797 https://github.com/buildbot/buildbot/commit/2fd12642d2bac82bfb80ab29a56aa4c6309f3797 Author: Dustin J. Mitchell Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M master/buildbot/status/build.py M master/buildbot/test/scenarios/base.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_sourcestamps.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/util/scheduler.py Log Message: ----------- minor fixes to tests Commit: 208426ea2932fa6007ecc159ef8ba1104d04e14d https://github.com/buildbot/buildbot/commit/208426ea2932fa6007ecc159ef8ba1104d04e14d Author: Dustin J. Mitchell Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/docs/relnotes/index.rst Log Message: ----------- add support for old lastTrigger format to NightlyTriggerable Commit: cb1b5a9121056535515b22edcf8bc2e07192c0df https://github.com/buildbot/buildbot/commit/cb1b5a9121056535515b22edcf8bc2e07192c0df Author: Dustin J. Mitchell Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M master/buildbot/schedulers/base.py Log Message: ----------- remove unnecessary inlineCallbacks Commit: 04843b2ce5eefa1d2cf6349b4b8c9713ad8b4186 https://github.com/buildbot/buildbot/commit/04843b2ce5eefa1d2cf6349b4b8c9713ad8b4186 Author: Dustin J. Mitchell Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M master/buildbot/process/buildrequest.py Log Message: ----------- make the temporary SourceStamp more obvious Commit: 864abf346122312009cf560ed41b28b7d4e3612f https://github.com/buildbot/buildbot/commit/864abf346122312009cf560ed41b28b7d4e3612f Author: Dustin J. Mitchell Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M master/buildbot/db/buildsets.py Log Message: ----------- remove unnecessary yield of a returnValue Commit: 8500289eacae0d2bba0e64b14c4788a75e78cf4f https://github.com/buildbot/buildbot/commit/8500289eacae0d2bba0e64b14c4788a75e78cf4f Author: Dustin J. Mitchell Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M master/buildbot/data/buildsets.py Log Message: ----------- use copy instead of deepcopy Commit: 43008003a28f97214d192a1fae64d71528bbae76 https://github.com/buildbot/buildbot/commit/43008003a28f97214d192a1fae64d71528bbae76 Author: Dustin J. Mitchell Date: 2013-01-05 (Sat, 05 Jan 2013) Changed paths: M master/buildbot/changes/changes.py M master/buildbot/db/migrate/versions/001_initial.py M master/buildbot/db/model.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/master.py M master/buildbot/status/persistent_queue.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/regressions/test_unpickling.py M master/buildbot/test/unit/test_status_logfile.py A master/buildbot/test/unit/test_util_pickle.py M master/buildbot/test/util/change_import.py A master/buildbot/util/pickle.py R master/buildbot/util/pickle_prereqs.py M master/contrib/fix_changes_pickle_encoding.py M master/docs/developer/utils.rst Log Message: ----------- handle old, no-longer-desired classes in pickles using a find_global function Commit: 8bcb3430478e30ec181ce4ba815a02f27612c85c https://github.com/buildbot/buildbot/commit/8bcb3430478e30ec181ce4ba815a02f27612c85c Author: Dustin J. Mitchell Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M master/setup.py Log Message: ----------- fix setup.py omissions discovered by jason at rampaginggeek.com Commit: aa9fd18b814d13af57d875eb6ce727be8b985a73 https://github.com/buildbot/buildbot/commit/aa9fd18b814d13af57d875eb6ce727be8b985a73 Author: Dustin J. Mitchell Date: 2013-01-07 (Mon, 07 Jan 2013) Changed paths: M README.md Log Message: ----------- add MQ stuff to README.md Commit: f44c59e27267f33702b623795002cbafa0dc090d https://github.com/buildbot/buildbot/commit/f44c59e27267f33702b623795002cbafa0dc090d Author: Dustin J. Mitchell Date: 2013-01-08 (Tue, 08 Jan 2013) Changed paths: M README.md Log Message: ----------- add some general description of the status of the project Commit: 96b86c4ccadd303da21739bcb06a087314833068 https://github.com/buildbot/buildbot/commit/96b86c4ccadd303da21739bcb06a087314833068 Author: Edmund Wong Date: 2013-01-09 (Wed, 09 Jan 2013) Changed paths: A master/docs/developer/README.txt R www/README.txt Log Message: ----------- - Moved www/README.txt to master/docs/developer. Commit: 7f5dff3ea412f7ab7e5fce5093d45685bf936fa8 https://github.com/buildbot/buildbot/commit/7f5dff3ea412f7ab7e5fce5093d45685bf936fa8 Author: Edmund Wong Date: 2013-01-09 (Wed, 09 Jan 2013) Changed paths: A master/docs/developer/README.rst R master/docs/developer/README.txt M master/docs/developer/index.rst Log Message: ----------- - Modified README.txt to README.rst and restructured the text. Commit: 323127543a038039931c781d2b5f9a05c8a9003a https://github.com/buildbot/buildbot/commit/323127543a038039931c781d2b5f9a05c8a9003a Author: Dustin J. Mitchell Date: 2013-01-08 (Tue, 08 Jan 2013) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- fix logging statement Commit: 1bfd31f8a29fd9d476b60472e5b68e944647a86f https://github.com/buildbot/buildbot/commit/1bfd31f8a29fd9d476b60472e5b68e944647a86f Author: Dustin J. Mitchell Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M README.md Log Message: ----------- add notes about data API update signatures Commit: 9a8fcf86ba90972afa5fc3e19d564d45fb1fd05d https://github.com/buildbot/buildbot/commit/9a8fcf86ba90972afa5fc3e19d564d45fb1fd05d Author: Dustin J. Mitchell Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M master/buildbot/status/build.py Log Message: ----------- fix comment typo Commit: e0f133bbe64f2cc3a2c4ec3b29a2893b150f0c61 https://github.com/buildbot/buildbot/commit/e0f133bbe64f2cc3a2c4ec3b29a2893b150f0c61 Author: Dustin J. Mitchell Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M master/buildbot/test/util/validation.py Log Message: ----------- be extra-careful about validation Commit: 438b525d71ec9d84231c6d574ae94fc44bd2e759 https://github.com/buildbot/buildbot/commit/438b525d71ec9d84231c6d574ae94fc44bd2e759 Author: Dustin J. Mitchell Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- fix logging fix Commit: b70f2b66e81e6231b14525c97e3f162e26250a61 https://github.com/buildbot/buildbot/commit/b70f2b66e81e6231b14525c97e3f162e26250a61 Author: Dustin J. Mitchell Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M README.md M master/buildbot/changes/changes.py M master/buildbot/clients/debug.py M master/buildbot/clients/tryclient.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/connector.py A master/buildbot/data/sourcestamps.py M master/buildbot/db/base.py M master/buildbot/db/builders.py M master/buildbot/db/buildsets.py M master/buildbot/db/changes.py M master/buildbot/db/connector.py M master/buildbot/db/masters.py M master/buildbot/db/migrate/versions/001_initial.py A master/buildbot/db/migrate/versions/026_sourcestamps_refactor.py M master/buildbot/db/model.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py R master/buildbot/db/sourcestampsets.py M master/buildbot/db/state.py M master/buildbot/db/users.py M master/buildbot/interfaces.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/debug.py M master/buildbot/schedulers/base.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 R master/buildbot/sourcestamp.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/buildrequest.py M master/buildbot/status/master.py M master/buildbot/status/persistent_queue.py M master/buildbot/status/web/grid.py M master/buildbot/status/words.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/fake/fakemq.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/regressions/test_import_unicode_changes.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/regressions/test_shell_command_properties.py R master/buildbot/test/regressions/test_sourcestamp_revision.py M master/buildbot/test/regressions/test_unpickling.py M master/buildbot/test/scenarios/base.py M master/buildbot/test/unit/test_changes_changes.py M master/buildbot/test/unit/test_changes_hgpoller.py M master/buildbot/test/unit/test_data_builders.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_data_masters.py A master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_db_base.py M master/buildbot/test/unit/test_db_builders.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_masters.py A master/buildbot/test/unit/test_db_migrate_versions_026_sourcestamps_refactor.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_db_sourcestamps.py R master/buildbot/test/unit/test_db_sourcestampsets.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_buildrequest.py M master/buildbot/test/unit/test_process_users_manual.py M master/buildbot/test/unit/test_process_users_users.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_schedulers_trysched.py R master/buildbot/test/unit/test_sourcestamp.py M master/buildbot/test/unit/test_status_build.py M master/buildbot/test/unit/test_status_client.py M master/buildbot/test/unit/test_status_logfile.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_status_master.py M master/buildbot/test/unit/test_steps_trigger.py A master/buildbot/test/unit/test_test_util_validation.py R master/buildbot/test/unit/test_test_util_verifier.py A master/buildbot/test/unit/test_util_pickle.py M master/buildbot/test/util/change_import.py M master/buildbot/test/util/connector_component.py M master/buildbot/test/util/scheduler.py R master/buildbot/test/util/types/__init__.py R master/buildbot/test/util/types/builders.py R master/buildbot/test/util/types/buildsets.py R master/buildbot/test/util/types/changes.py R master/buildbot/test/util/types/masters.py R master/buildbot/test/util/types/schedulers.py A master/buildbot/test/util/validation.py R master/buildbot/test/util/verifier.py A master/buildbot/util/pickle.py M master/contrib/fix_changes_pickle_encoding.py M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-change.rst A master/docs/developer/rtype-sourcestamp.rst M master/docs/developer/tests.rst M master/docs/developer/utils.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cmdline.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch '9/sourcestamps' into nine Conflicts: README.md master/buildbot/db/sourcestampsets.py Commit: 94aa366497ad8fba5a3c95646cf68d2bc93ecc60 https://github.com/buildbot/buildbot/commit/94aa366497ad8fba5a3c95646cf68d2bc93ecc60 Author: Dustin J. Mitchell Date: 2013-01-12 (Sat, 12 Jan 2013) Changed paths: M master/docs/developer/utils.rst Log Message: ----------- fix doc typo Commit: 65736bffd04561a3d49b21f210b151ecfc1dde07 https://github.com/buildbot/buildbot/commit/65736bffd04561a3d49b21f210b151ecfc1dde07 Author: Dustin J. Mitchell Date: 2013-01-13 (Sun, 13 Jan 2013) Changed paths: M master/buildbot/data/buildsets.py Log Message: ----------- use a better local variable name per jaredgrubb's suggestion Commit: 48dc090c4b001dd540b38a6527a83c192cb2493f https://github.com/buildbot/buildbot/commit/48dc090c4b001dd540b38a6527a83c192cb2493f Author: Dustin J. Mitchell Date: 2013-01-13 (Sun, 13 Jan 2013) Changed paths: M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_builders.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_masters.py M master/buildbot/test/util/interfaces.py M master/docs/developer/tests.rst Log Message: ----------- use interface tests to ensure fake and real update methods' signatures match Commit: 392b10aeabaadccb84ed3a73eefcc992ae47b5e2 https://github.com/buildbot/buildbot/commit/392b10aeabaadccb84ed3a73eefcc992ae47b5e2 Author: Dustin J. Mitchell Date: 2013-01-13 (Sun, 13 Jan 2013) Changed paths: M README.md Log Message: ----------- update README with notes about the future of the data API Commit: c5208384669125e81fdfa29774b2a3c4f8a6faae https://github.com/buildbot/buildbot/commit/c5208384669125e81fdfa29774b2a3c4f8a6faae Author: Edmund Wong Date: 2013-01-16 (Wed, 16 Jan 2013) Changed paths: M master/docs/developer/data.rst M master/docs/developer/rtype-builder.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-change.rst M master/docs/developer/rtype-master.rst Log Message: ----------- - Moved updates classes to their respective rst file. Commit: 33783b7359f1ada60866448e5b524493475ee21b https://github.com/buildbot/buildbot/commit/33783b7359f1ada60866448e5b524493475ee21b Author: Edmund Wong Date: 2013-01-18 (Fri, 18 Jan 2013) Changed paths: M README.md M master/docs/developer/apis.rst Log Message: ----------- - Modified README.md and apis.rst. Commit: 8448b02300d9060e3a68c588b348ee77e47221a0 https://github.com/buildbot/buildbot/commit/8448b02300d9060e3a68c588b348ee77e47221a0 Author: Edmund Wong Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M master/docs/developer/apis.rst M master/docs/developer/data.rst M master/docs/developer/rtype-builder.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-change.rst M master/docs/developer/rtype-master.rst Log Message: ----------- - Removed the Updates header and placed it back in data.rst. Commit: 18ca5cf470ed3e24732cb3979e4a7fe174b1702e https://github.com/buildbot/buildbot/commit/18ca5cf470ed3e24732cb3979e4a7fe174b1702e Author: Dustin J. Mitchell Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M README.md M master/docs/developer/data.rst M master/docs/developer/rtype-builder.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-change.rst M master/docs/developer/rtype-master.rst Log Message: ----------- Merge branch 'db_rename' of git://github.com/ewongbb/buildbot into nine Commit: 0dda876adabad5fedf3aaa006e9b55c078abba66 https://github.com/buildbot/buildbot/commit/0dda876adabad5fedf3aaa006e9b55c078abba66 Author: Dustin J. Mitchell Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M master/docs/developer/rtype-builder.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-change.rst M master/docs/developer/rtype-master.rst Log Message: ----------- change headers for update docs Commit: 1044b0f6e838474f7a019a9c62bde8ec04ad7693 https://github.com/buildbot/buildbot/commit/1044b0f6e838474f7a019a9c62bde8ec04ad7693 Author: Dustin J. Mitchell Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M README.md M master/buildbot/data/connector.py M master/buildbot/data/exceptions.py M master/buildbot/data/masters.py A master/buildbot/data/schedulers.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/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py A master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_manager.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_timed_Timed.py M master/buildbot/test/util/validation.py M master/docs/developer/classes.rst A master/docs/developer/cls-basescheduler.rst M master/docs/developer/config.rst M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/general.rst A master/docs/developer/rtype-scheduler.rst A master/docs/developer/schedulers.rst M master/docs/developer/tests.rst Log Message: ----------- Add schedulers to the data API Schedulers are only active on one master at a time. This commit adds support for schedulers to be configured and started (as Twisted services), but not active. The scheduler objects poll regularly and become active if the scheduler is not active on any other master. When a master shuts down - either normally or due to a heartbeat timeout - it drops ownership of all schedulers for which it was active. Other than that, this adds some basic endpoints and reflects the findSchedulerById and setSchedulerMaster db methods as update methods. Commit: 1ecd6d5d37396f8aaa3486c38a07561252a4fb5a https://github.com/buildbot/buildbot/commit/1ecd6d5d37396f8aaa3486c38a07561252a4fb5a Author: Dustin J. Mitchell Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M master/buildbot/data/builders.py M master/buildbot/data/masters.py M master/buildbot/data/sourcestamps.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py M master/buildbot/test/fake/fakedb.py Log Message: ----------- remove yield from defer.returnValue calls Commit: c4e5167b2d7af35e6cc737c6cddc6bb86ff0f1ca https://github.com/buildbot/buildbot/commit/c4e5167b2d7af35e6cc737c6cddc6bb86ff0f1ca Author: Dustin J. Mitchell Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M master/buildbot/data/schedulers.py Log Message: ----------- remove yield from defer.returnValue calls Commit: c1c17539524d73cf6f86e82b7d48850a2dd486b4 https://github.com/buildbot/buildbot/commit/c1c17539524d73cf6f86e82b7d48850a2dd486b4 Author: Dustin J. Mitchell Date: 2013-01-19 (Sat, 19 Jan 2013) Changed paths: M master/buildbot/clients/tryclient.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildstep.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/timed.py M master/buildbot/status/status_push.py M master/buildbot/status/web/files/default.css M master/buildbot/steps/python_twisted.py M master/buildbot/steps/vstudio.py M master/buildbot/test/integration/test_master.py M master/buildbot/test/unit/test_steps_python_twisted.py M master/buildbot/test/unit/test_steps_vstudio.py M master/buildbot/test/util/steps.py M master/buildbot/util/misc.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/concepts.rst M master/docs/relnotes/index.rst M master/setup.py M slave/buildslave/test/__init__.py Log Message: ----------- Merge branch 'master' into nine Commit: b701f8ee0228db857bfa911768bb3efbf45ba99f https://github.com/buildbot/buildbot/commit/b701f8ee0228db857bfa911768bb3efbf45ba99f Author: Dustin J. Mitchell Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M master/docs/manual/cfg-schedulers.rst Log Message: ----------- document scheduler failover behavior in the manual Commit: ab0879027aef9241c64f934d1557301cff8dca6b https://github.com/buildbot/buildbot/commit/ab0879027aef9241c64f934d1557301cff8dca6b Author: Dustin J. Mitchell Date: 2013-01-20 (Sun, 20 Jan 2013) Changed paths: M README.md Log Message: ----------- add README item Commit: 10eb21420a23d81e1989d565e518ed311a596fbc https://github.com/buildbot/buildbot/commit/10eb21420a23d81e1989d565e518ed311a596fbc Author: Tom Prince Date: 2013-01-23 (Wed, 23 Jan 2013) Changed paths: M master/setup.py Log Message: ----------- Update setup.py. Commit: d1d770a7361ef594635576b8700788df4436376b https://github.com/buildbot/buildbot/commit/d1d770a7361ef594635576b8700788df4436376b Author: Tom Prince Date: 2013-01-23 (Wed, 23 Jan 2013) Changed paths: M master/buildbot/test/unit/test_master.py M master/buildbot/test/util/www.py Log Message: ----------- Skip most tests that fail without buildbot_www. The remaining tests that needlessly fail without buildbot_www are: - buildbot.test.integration.test_master - buildbot.test.unit.test_scripts_create_master.TestCreateMasterFunctions.test_createDB - buildbot.test.unit.test_scripts_upgrade_master.TestUpgradeMasterFunctions.test_upgradeDatabase Commit: 3713b972f38c02bce97641d10bbfebabb3b1a750 https://github.com/buildbot/buildbot/commit/3713b972f38c02bce97641d10bbfebabb3b1a750 Author: Dustin J. Mitchell Date: 2013-01-26 (Sat, 26 Jan 2013) Changed paths: A master/docs/developer/README.rst M master/docs/developer/index.rst R www/README.txt Log Message: ----------- Merge branch 'nine_readme' of git://github.com/ewongbb/buildbot into nine Commit: 5848b462e60ba769da0637f6ddc7119fc0285ecd https://github.com/buildbot/buildbot/commit/5848b462e60ba769da0637f6ddc7119fc0285ecd Author: Dustin J. Mitchell Date: 2013-01-26 (Sat, 26 Jan 2013) Changed paths: R master/docs/developer/README.rst M master/docs/developer/index.rst A www/README.txt Log Message: ----------- restore a tiny README for www; the rest is already present in www.rst Commit: e9cfb91bf70809152f4808d07ff5be439e56a85f https://github.com/buildbot/buildbot/commit/e9cfb91bf70809152f4808d07ff5be439e56a85f Author: Dustin J. Mitchell Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M master/docs/developer/schedulers.rst M master/docs/developer/utils.rst Log Message: ----------- point to utils.rst for docs of compare_attrs Commit: eb758aa925817a7b7945908a4612f5f701c9276f https://github.com/buildbot/buildbot/commit/eb758aa925817a7b7945908a4612f5f701c9276f Author: Dustin J. Mitchell Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M master/buildbot/test/unit/test_schedulers_base.py Log Message: ----------- remove outcommented code Commit: 5a271baf6bd49d75d2068794fa369f34e46f9535 https://github.com/buildbot/buildbot/commit/5a271baf6bd49d75d2068794fa369f34e46f9535 Author: Dustin J. Mitchell Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M master/buildbot/test/fake/fakedb.py Log Message: ----------- call fail() with an exception Commit: b9f31970a4f007a8618d84250f530715521a28df https://github.com/buildbot/buildbot/commit/b9f31970a4f007a8618d84250f530715521a28df Author: Dustin J. Mitchell Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M master/buildbot/data/schedulers.py Log Message: ----------- use gatherResults for parallel goodness Commit: 12c131ba35d30ab0ec100427be007e8428c17c93 https://github.com/buildbot/buildbot/commit/12c131ba35d30ab0ec100427be007e8428c17c93 Author: Dustin J. Mitchell Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M master/buildbot/schedulers/base.py Log Message: ----------- remove redundant maybeDeferred calls Commit: a05385653adfd04e549e4fc1766428184f3471f8 https://github.com/buildbot/buildbot/commit/a05385653adfd04e549e4fc1766428184f3471f8 Author: Dustin J. Mitchell Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M master/buildbot/schedulers/base.py Log Message: ----------- handle exceptions in _activityPoll Commit: 05d09681136eb33b36bf826cbc4bad4f4a2585ff https://github.com/buildbot/buildbot/commit/05d09681136eb33b36bf826cbc4bad4f4a2585ff Author: Dustin J. Mitchell Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M README.md M master/buildbot/data/connector.py M master/buildbot/data/exceptions.py M master/buildbot/data/masters.py A master/buildbot/data/schedulers.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/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py A master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_manager.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_timed_Timed.py M master/buildbot/test/util/validation.py M master/docs/developer/classes.rst A master/docs/developer/cls-basescheduler.rst M master/docs/developer/config.rst M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/general.rst A master/docs/developer/rtype-scheduler.rst A master/docs/developer/schedulers.rst M master/docs/developer/tests.rst M master/docs/developer/utils.rst M master/docs/manual/cfg-schedulers.rst Log Message: ----------- Merge branch '9/schedulerdata' into nine Commit: 0ef4971a6bbcb6ec29229bac16772034f1be3d3f https://github.com/buildbot/buildbot/commit/0ef4971a6bbcb6ec29229bac16772034f1be3d3f Author: Dustin J. Mitchell Date: 2013-01-28 (Mon, 28 Jan 2013) Changed paths: M master/buildbot/data/exceptions.py Log Message: ----------- use __all__ instead of _hush_pyflakes Commit: 0b146d9c7ef0ee175832147f445fd12bd94804f9 https://github.com/buildbot/buildbot/commit/0b146d9c7ef0ee175832147f445fd12bd94804f9 Author: Dustin J. Mitchell Date: 2013-01-30 (Wed, 30 Jan 2013) Changed paths: M README.md Log Message: ----------- add README Commit: f5589ac03e46891c4b932b9bd034a13e73716e82 https://github.com/buildbot/buildbot/commit/f5589ac03e46891c4b932b9bd034a13e73716e82 Author: Dustin J. Mitchell Date: 2013-02-02 (Sat, 02 Feb 2013) Changed paths: M master/buildbot/pbmanager.py Log Message: ----------- fix shutdown error when disownServiceParent doesn't return a deferred Commit: 4dc18d73aa6390298fe1d9bc55bba15ea3cfeaba https://github.com/buildbot/buildbot/commit/4dc18d73aa6390298fe1d9bc55bba15ea3cfeaba Author: Dustin J. Mitchell Date: 2013-02-02 (Sat, 02 Feb 2013) Changed paths: M master/buildbot/process/buildrequest.py Log Message: ----------- add empty .changes to TempSourceStamp Commit: 9dbb106fc2b274527a08b1b945aa0897a471cee3 https://github.com/buildbot/buildbot/commit/9dbb106fc2b274527a08b1b945aa0897a471cee3 Author: Dustin J. Mitchell Date: 2013-02-02 (Sat, 02 Feb 2013) Changed paths: M README.md M master/buildbot/data/builders.py A master/buildbot/data/builds.py M master/buildbot/data/connector.py M master/buildbot/db/builds.py A master/buildbot/db/migrate/versions/027_replace_builds_table.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/status/mail.py M master/buildbot/status/web/builder.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py A master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_db_builds.py A master/buildbot/test/unit/test_db_migrate_versions_027_replace_builds_table.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/validation.py M master/docs/developer/data.rst M master/docs/developer/db.rst A master/docs/developer/rtype-build.rst Log Message: ----------- Add nine-flavored Builds support: This completely revises the builds table (with one row per build now), and adds a Data API. This required minor changes to the way the process code interacts with builds: * only insert a build row for the last buildrequest in a merged set * use fake slaveid and builderid values * use getBuilds(buildrequestid=..) instead of getBuildsForBuildRequest * alter the name of the 'brid' argument to addBuild * change calls to finishBuilds to use finishBuild instead Note that the builds recorded in the database will have a different number than those recorded in the status pickles. Commit: 896cadd390c21fafc4752ffefcb12d18f2713c15 https://github.com/buildbot/buildbot/commit/896cadd390c21fafc4752ffefcb12d18f2713c15 Author: Dustin J. Mitchell Date: 2013-02-02 (Sat, 02 Feb 2013) Changed paths: M README.md Log Message: ----------- add properties to README.md Commit: 557ec3bc38a6ead62fc330f68667d29e07e95e4f https://github.com/buildbot/buildbot/commit/557ec3bc38a6ead62fc330f68667d29e07e95e4f Author: Dustin J. Mitchell Date: 2013-02-02 (Sat, 02 Feb 2013) Changed paths: M common/validate.sh Log Message: ----------- look for 'yield defer.returnValue' Commit: f06257ebf1ca58417712f9d56ed2493c110617be https://github.com/buildbot/buildbot/commit/f06257ebf1ca58417712f9d56ed2493c110617be Author: Dustin J. Mitchell Date: 2013-02-02 (Sat, 02 Feb 2013) Changed paths: M master/buildbot/data/builds.py Log Message: ----------- remove yields of defer.returnValue Commit: f91c6fb1864e239664d7d9e02fffaa12fe026304 https://github.com/buildbot/buildbot/commit/f91c6fb1864e239664d7d9e02fffaa12fe026304 Author: Dustin J. Mitchell Date: 2013-02-10 (Sun, 10 Feb 2013) Changed paths: M README.md Log Message: ----------- README item Commit: 68b47b8a84cea799b737928449f251c8137b6226 https://github.com/buildbot/buildbot/commit/68b47b8a84cea799b737928449f251c8137b6226 Author: Dustin J. Mitchell Date: 2013-02-18 (Mon, 18 Feb 2013) Changed paths: M common/validate.sh Log Message: ----------- look for 'yield defer.returnValue' Commit: 08e8be5ab02157875c597ce86f08928aa1ddbbfe https://github.com/buildbot/buildbot/commit/08e8be5ab02157875c597ce86f08928aa1ddbbfe Author: Dustin J. Mitchell Date: 2013-02-19 (Tue, 19 Feb 2013) Changed paths: M master/buildbot/data/schedulers.py M master/buildbot/test/unit/test_www_ui.py M master/buildbot/test/util/scheduler.py M master/buildbot/test/util/validation.py M master/buildbot/util/pickle.py M master/buildbot/www/ui.py Log Message: ----------- fixes for python-2.5 and twisted-10.0.0 compatibility Commit: 3e7389c1bfe0cd9b00519949ccdda2fe0649583b https://github.com/buildbot/buildbot/commit/3e7389c1bfe0cd9b00519949ccdda2fe0649583b Author: Pierre Tardy Date: 2013-02-24 (Sun, 24 Feb 2013) Changed paths: M master/buildbot/test/unit/test_scripts_stop.py R master/buildbot/www/index.html M master/buildbot/www/service.py A master/buildbot/www/sse.py R master/buildbot/www/ui.py M master/docs/developer/www.rst A www/.gitignore A www/README.md R www/README.txt R www/build.sh M www/buildbot_www.py A www/grunt.js A www/package.json M www/setup.py R www/src/bb/changes.js R www/src/bb/datastore.js R www/src/bb/jsonapi.js R www/src/bb/package.js R www/src/bb/package.json R www/src/bb/resources/css/default.css R www/src/bb/resources/css/font-awesome.css R www/src/bb/resources/css/foundation.css R www/src/bb/resources/font/fontawesome-webfont.eot R www/src/bb/resources/font/fontawesome-webfont.svg R www/src/bb/resources/font/fontawesome-webfont.ttf R www/src/bb/resources/font/fontawesome-webfont.woff R www/src/bb/resources/img/favicon.ico R www/src/bb/router.js R www/src/bb/tests/all.js R www/src/bb/tests/changes.js R www/src/bb/tests/home.js R www/src/bb/tests/masters.js R www/src/bb/tests/runner.html R www/src/bb/tests/runner.js R www/src/bb/tests/utils.js R www/src/bb/ui/404.js R www/src/bb/ui/admin.js R www/src/bb/ui/base.js R www/src/bb/ui/build.js R www/src/bb/ui/builder.js R www/src/bb/ui/builders.js R www/src/bb/ui/buildmaster.js R www/src/bb/ui/buildmasters.js R www/src/bb/ui/builds.js R www/src/bb/ui/buildslave.js R www/src/bb/ui/buildslaves.js R www/src/bb/ui/changes.js R www/src/bb/ui/copy_templates.sh R www/src/bb/ui/dgridext/AutoHeight.js R www/src/bb/ui/dgridext/StyledColumns.js R www/src/bb/ui/dgridext/TypedColumns.js R www/src/bb/ui/home.js R www/src/bb/ui/log.js R www/src/bb/ui/overview.js R www/src/bb/ui/step.js R www/src/bb/ui/templates/build.haml R www/src/bb/ui/templates/builder.haml R www/src/bb/ui/templates/builders.haml R www/src/bb/ui/templates/buildmasters.haml R www/src/bb/ui/templates/changes.haml R www/src/bb/ui/templates/error.haml R www/src/bb/ui/templates/home.haml R www/src/bb/ui/user.js R www/src/bb/ui/users.js R www/src/bb/websocket.js R www/src/dgrid R www/src/dijit R www/src/dojo R www/src/dojox A www/src/font/FontAwesome.otf A www/src/font/fontawesome-webfont.eot A www/src/font/fontawesome-webfont.svg A www/src/font/fontawesome-webfont.ttf A www/src/font/fontawesome-webfont.woff R www/src/haml R www/src/hamlcc A www/src/img/favicon.ico A www/src/index.jade A www/src/layout.jade R www/src/moment R www/src/put-selector A www/src/scripts/app.coffee A www/src/scripts/bootstrap.coffee A www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/changesController.coffee A www/src/scripts/controllers/homeController.coffee A www/src/scripts/directives/topmenu.coffee A www/src/scripts/filters/twitterfy.coffee A www/src/scripts/libs/angular-resource.js A www/src/scripts/libs/angular.js A www/src/scripts/libs/html5shiv-printshiv.js A www/src/scripts/libs/jquery.min.js A www/src/scripts/libs/json2.js A www/src/scripts/libs/ng-grid.js A www/src/scripts/libs/require.js A www/src/scripts/main.coffee A www/src/scripts/responseInterceptors/dispatcher.coffee A www/src/scripts/routes.coffee A www/src/scripts/run.coffee A www/src/scripts/services/buildbotService.coffee A www/src/scripts/services/messageService.coffee A www/src/scripts/services/recentStorage.coffee A www/src/styles/accordion.less A www/src/styles/alerts.less A www/src/styles/bootstrap.less A www/src/styles/breadcrumbs.less A www/src/styles/button-groups.less A www/src/styles/buttons.less A www/src/styles/carousel.less A www/src/styles/close.less A www/src/styles/code.less A www/src/styles/component-animations.less A www/src/styles/dropdowns.less A www/src/styles/font-awesome.less A www/src/styles/forms.less A www/src/styles/grid.less A www/src/styles/hero-unit.less A www/src/styles/labels-badges.less A www/src/styles/layouts.less A www/src/styles/media.less A www/src/styles/mixins.less A www/src/styles/modals.less A www/src/styles/navbar.less A www/src/styles/navs.less A www/src/styles/ng-grid.less A www/src/styles/pager.less A www/src/styles/pagination.less A www/src/styles/popovers.less A www/src/styles/progress-bars.less A www/src/styles/reset.less A www/src/styles/responsive-1200px-min.less A www/src/styles/responsive-767px-max.less A www/src/styles/responsive-768px-979px.less A www/src/styles/responsive-navbar.less A www/src/styles/responsive-utilities.less A www/src/styles/responsive.less A www/src/styles/scaffolding.less A www/src/styles/styles.less A www/src/styles/tables.less A www/src/styles/thumbnails.less A www/src/styles/tooltip.less A www/src/styles/type.less A www/src/styles/utilities.less A www/src/styles/variables.less A www/src/styles/wells.less R www/src/uglify-js R www/src/util A www/src/views/builders.jade A www/src/views/changes.jade A www/src/views/directives/tabs.template A www/src/views/directives/topmenu.jade A www/src/views/home.jade R www/src/xstyle A www/tosource Log Message: ----------- move web UI to angularJs PoC - build framework based on AngularFun + Jade - use sse instead of websocket for event propagation Code is still at PoC quality, there are however very few @hacks that need to be cleaned, in further easier to review PR Signed-off-by: Pierre Tardy Commit: 493d49f7341fd56957b521ef72e97d2967b2d269 https://github.com/buildbot/buildbot/commit/493d49f7341fd56957b521ef72e97d2967b2d269 Author: Dustin J. Mitchell Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- fix pyflakes Commit: ffe0f013c93a7e2c89c8b96919c9ddc4fd7e8434 https://github.com/buildbot/buildbot/commit/ffe0f013c93a7e2c89c8b96919c9ddc4fd7e8434 Author: Dustin J. Mitchell Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M README.md M master/buildbot/data/builders.py A master/buildbot/data/builds.py M master/buildbot/data/connector.py M master/buildbot/db/builds.py A master/buildbot/db/migrate/versions/027_replace_builds_table.py M master/buildbot/db/model.py M master/buildbot/process/builder.py M master/buildbot/status/mail.py M master/buildbot/status/web/builder.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py A master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_db_builds.py A master/buildbot/test/unit/test_db_migrate_versions_027_replace_builds_table.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/validation.py M master/docs/developer/data.rst M master/docs/developer/db.rst A master/docs/developer/rtype-build.rst Log Message: ----------- Merge branch '9/builds' into nine Commit: 8690a8be39629635d087e4f1417fa153584d1bfa https://github.com/buildbot/buildbot/commit/8690a8be39629635d087e4f1417fa153584d1bfa Author: Dustin J. Mitchell Date: 2013-02-24 (Sun, 24 Feb 2013) Changed paths: M common/validate.sh M master/buildbot/buildslave.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/gtkPanes.py M master/buildbot/clients/tryclient.py M master/buildbot/config.py M master/buildbot/interfaces.py M master/buildbot/libvirtbuildslave.py M master/buildbot/locks.py M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/gatherResults.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py A master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/buildstep.py M master/buildbot/process/metrics.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/stop.py M master/buildbot/status/base.py M master/buildbot/status/buildrequest.py M master/buildbot/status/client.py M master/buildbot/status/slave.py M master/buildbot/status/status_push.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/build.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/files/default.css M master/buildbot/status/web/slaves.py M master/buildbot/status/web/templates/build.html M master/buildbot/status/web/templates/builder.html M master/buildbot/status/web/templates/buildslave.html M master/buildbot/status/web/templates/buildslaves.html M master/buildbot/status/web/templates/forms.html M master/buildbot/status/words.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/source/git.py M master/buildbot/steps/transfer.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_buildslave.py M master/buildbot/test/unit/test_config.py R master/buildbot/test/unit/test_process_botmaster_BuildRequestDistributor.py M master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_builder.py A master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_scripts_restart.py M master/buildbot/test/unit/test_scripts_stop.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/util/maildir.py M master/contrib/bzr_buildbot.py M master/contrib/googlecode_atom.py M master/docs/developer/config.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/relnotes/index.rst M master/docs/tutorial/firstrun.rst A master/docs/tutorial/fiveminutes.rst A master/docs/tutorial/further.rst M master/docs/tutorial/index.rst Log Message: ----------- Merge branch 'master' into nine Complex conflicts resolved for: - error handling in buildbot.config - build request distributor rewrite Commit: 8b08d036ca158dd01ddb9e72d5c9fab700052532 https://github.com/buildbot/buildbot/commit/8b08d036ca158dd01ddb9e72d5c9fab700052532 Author: Pierre Tardy Date: 2013-02-27 (Wed, 27 Feb 2013) Changed paths: M www/src/scripts/controllers/homeController.coffee M www/src/scripts/libs/angular-resource.js M www/src/scripts/libs/angular.js M www/src/scripts/libs/html5shiv-printshiv.js A www/src/scripts/libs/versions.js M www/src/scripts/main.coffee M www/src/views/home.jade Log Message: ----------- Add js libs metadata, and bump the version of some libs to latest Commit: 9e809fdd307bec8683fa62b5381e1ac88c587a83 https://github.com/buildbot/buildbot/commit/9e809fdd307bec8683fa62b5381e1ac88c587a83 Author: Dustin J. Mitchell Date: 2013-02-28 (Thu, 28 Feb 2013) Changed paths: R .gitmodules M master/buildbot/test/unit/test_scripts_stop.py R master/buildbot/www/index.html M master/buildbot/www/service.py A master/buildbot/www/sse.py R master/buildbot/www/ui.py M master/docs/developer/www.rst A www/.gitignore A www/README.md R www/README.txt R www/build.sh M www/buildbot_www.py A www/grunt.js A www/package.json M www/setup.py R www/src/bb/changes.js R www/src/bb/datastore.js R www/src/bb/jsonapi.js R www/src/bb/package.js R www/src/bb/package.json R www/src/bb/resources/css/default.css R www/src/bb/resources/css/font-awesome.css R www/src/bb/resources/css/foundation.css R www/src/bb/resources/font/fontawesome-webfont.eot R www/src/bb/resources/font/fontawesome-webfont.svg R www/src/bb/resources/font/fontawesome-webfont.ttf R www/src/bb/resources/font/fontawesome-webfont.woff R www/src/bb/resources/img/favicon.ico R www/src/bb/router.js R www/src/bb/tests/all.js R www/src/bb/tests/changes.js R www/src/bb/tests/home.js R www/src/bb/tests/masters.js R www/src/bb/tests/runner.html R www/src/bb/tests/runner.js R www/src/bb/tests/utils.js R www/src/bb/ui/404.js R www/src/bb/ui/admin.js R www/src/bb/ui/base.js R www/src/bb/ui/build.js R www/src/bb/ui/builder.js R www/src/bb/ui/builders.js R www/src/bb/ui/buildmaster.js R www/src/bb/ui/buildmasters.js R www/src/bb/ui/builds.js R www/src/bb/ui/buildslave.js R www/src/bb/ui/buildslaves.js R www/src/bb/ui/changes.js R www/src/bb/ui/copy_templates.sh R www/src/bb/ui/dgridext/AutoHeight.js R www/src/bb/ui/dgridext/StyledColumns.js R www/src/bb/ui/dgridext/TypedColumns.js R www/src/bb/ui/home.js R www/src/bb/ui/log.js R www/src/bb/ui/overview.js R www/src/bb/ui/step.js R www/src/bb/ui/templates/build.haml R www/src/bb/ui/templates/builder.haml R www/src/bb/ui/templates/builders.haml R www/src/bb/ui/templates/buildmasters.haml R www/src/bb/ui/templates/changes.haml R www/src/bb/ui/templates/error.haml R www/src/bb/ui/templates/home.haml R www/src/bb/ui/user.js R www/src/bb/ui/users.js R www/src/bb/websocket.js R www/src/dgrid R www/src/dijit R www/src/dojo R www/src/dojox A www/src/font/FontAwesome.otf A www/src/font/fontawesome-webfont.eot A www/src/font/fontawesome-webfont.svg A www/src/font/fontawesome-webfont.ttf A www/src/font/fontawesome-webfont.woff R www/src/haml R www/src/hamlcc A www/src/img/favicon.ico A www/src/index.jade A www/src/layout.jade R www/src/moment R www/src/put-selector A www/src/scripts/app.coffee A www/src/scripts/bootstrap.coffee A www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/changesController.coffee A www/src/scripts/controllers/homeController.coffee A www/src/scripts/directives/topmenu.coffee A www/src/scripts/filters/twitterfy.coffee A www/src/scripts/libs/angular-resource.js A www/src/scripts/libs/angular.js A www/src/scripts/libs/html5shiv-printshiv.js A www/src/scripts/libs/jquery.min.js A www/src/scripts/libs/json2.js A www/src/scripts/libs/ng-grid.js A www/src/scripts/libs/require.js A www/src/scripts/libs/versions.js A www/src/scripts/main.coffee A www/src/scripts/responseInterceptors/dispatcher.coffee A www/src/scripts/routes.coffee A www/src/scripts/run.coffee A www/src/scripts/services/buildbotService.coffee A www/src/scripts/services/messageService.coffee A www/src/scripts/services/recentStorage.coffee A www/src/styles/accordion.less A www/src/styles/alerts.less A www/src/styles/bootstrap.less A www/src/styles/breadcrumbs.less A www/src/styles/button-groups.less A www/src/styles/buttons.less A www/src/styles/carousel.less A www/src/styles/close.less A www/src/styles/code.less A www/src/styles/component-animations.less A www/src/styles/dropdowns.less A www/src/styles/font-awesome.less A www/src/styles/forms.less A www/src/styles/grid.less A www/src/styles/hero-unit.less A www/src/styles/labels-badges.less A www/src/styles/layouts.less A www/src/styles/media.less A www/src/styles/mixins.less A www/src/styles/modals.less A www/src/styles/navbar.less A www/src/styles/navs.less A www/src/styles/ng-grid.less A www/src/styles/pager.less A www/src/styles/pagination.less A www/src/styles/popovers.less A www/src/styles/progress-bars.less A www/src/styles/reset.less A www/src/styles/responsive-1200px-min.less A www/src/styles/responsive-767px-max.less A www/src/styles/responsive-768px-979px.less A www/src/styles/responsive-navbar.less A www/src/styles/responsive-utilities.less A www/src/styles/responsive.less A www/src/styles/scaffolding.less A www/src/styles/styles.less A www/src/styles/tables.less A www/src/styles/thumbnails.less A www/src/styles/tooltip.less A www/src/styles/type.less A www/src/styles/utilities.less A www/src/styles/variables.less A www/src/styles/wells.less R www/src/uglify-js R www/src/util A www/src/views/builders.jade A www/src/views/changes.jade A www/src/views/directives/tabs.template A www/src/views/directives/topmenu.jade A www/src/views/home.jade R www/src/xstyle A www/tosource Log Message: ----------- Merge branch 'angularjs' of git://github.com/tardyp/buildbot into nine Commit: a8a4e115b736353f9a9b3acc50cda6edb7898c5d https://github.com/buildbot/buildbot/commit/a8a4e115b736353f9a9b3acc50cda6edb7898c5d Author: Dustin J. Mitchell Date: 2013-02-28 (Thu, 28 Feb 2013) Changed paths: M master/buildbot/process/builder.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_www_service.py R master/buildbot/test/unit/test_www_ui.py Log Message: ----------- fix up tests Commit: c524031279da0122f913b0eee49e876d7db9d5a7 https://github.com/buildbot/buildbot/commit/c524031279da0122f913b0eee49e876d7db9d5a7 Author: Dustin J. Mitchell Date: 2013-03-09 (Sat, 09 Mar 2013) Changed paths: M README.md Log Message: ----------- add a few README.md items Commit: 3fca306ec0e18cea71ab3371b791824b84177e89 https://github.com/buildbot/buildbot/commit/3fca306ec0e18cea71ab3371b791824b84177e89 Author: Dustin J. Mitchell Date: 2013-03-09 (Sat, 09 Mar 2013) Changed paths: M master/buildbot/__init__.py M master/buildbot/buildslave.py M master/buildbot/db/buildrequests.py M master/buildbot/db/schedulers.py M master/buildbot/master.py M master/buildbot/process/builder.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/runner.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/grid.py M master/buildbot/status/web/templates/forms.html M master/buildbot/status/web/templates/grid_macros.html M master/buildbot/steps/source/base.py M master/buildbot/steps/source/svn.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_steps_source_svn.py M master/docs/developer/db.rst M master/docs/developer/style.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Commit: dc3b5217b907d8148db6b850bcedafd9a264f4d3 https://github.com/buildbot/buildbot/commit/dc3b5217b907d8148db6b850bcedafd9a264f4d3 Author: Dustin J. Mitchell Date: 2013-03-10 (Sun, 10 Mar 2013) Changed paths: A master/buildbot/test/unit/test_util_typechecks.py M master/buildbot/test/util/validation.py A master/buildbot/util/typechecks.py M master/docs/developer/db.rst M master/docs/developer/utils.rst Log Message: ----------- add an 'identifier' type Commit: 666a92d642024c12c47735b8b6f0c272ce8353da https://github.com/buildbot/buildbot/commit/666a92d642024c12c47735b8b6f0c272ce8353da Author: Dustin J. Mitchell Date: 2013-03-10 (Sun, 10 Mar 2013) Changed paths: A master/buildbot/test/unit/test_util_typechecks.py M master/buildbot/test/util/validation.py A master/buildbot/util/typechecks.py M master/docs/developer/db.rst M master/docs/developer/utils.rst Log Message: ----------- Merge branch '9/ident' into nine Commit: e646754e71692fe304591b09752a3911299ceffe https://github.com/buildbot/buildbot/commit/e646754e71692fe304591b09752a3911299ceffe Author: Dustin J. Mitchell Date: 2013-03-10 (Sun, 10 Mar 2013) Changed paths: M README.md M master/buildbot/data/builds.py M master/buildbot/data/connector.py A master/buildbot/data/logs.py A master/buildbot/data/steps.py A master/buildbot/db/logs.py A master/buildbot/db/migrate/versions/028_statusdb_tables.py M master/buildbot/db/model.py A master/buildbot/db/steps.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builds.py A master/buildbot/test/unit/test_data_logs.py A master/buildbot/test/unit/test_data_steps.py A master/buildbot/test/unit/test_db_logs.py A master/buildbot/test/unit/test_db_migrate_versions_028_statusdb_tables.py A master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/util/validation.py M master/buildbot/util/pathmatch.py M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/rtype-build.rst A master/docs/developer/rtype-log.rst A master/docs/developer/rtype-logchunk.rst A master/docs/developer/rtype-step.rst M master/docs/developer/tests.rst Log Message: ----------- Add a step resource, logs, and logchunks Commit: 5a2eac36f83c690d74b5320ece5c11cedef8487b https://github.com/buildbot/buildbot/commit/5a2eac36f83c690d74b5320ece5c11cedef8487b Author: Dustin J. Mitchell Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_db_logs.py M master/buildbot/test/unit/test_test_util_validation.py Log Message: ----------- fix tests to use identifiers Commit: fdcbb09d7b6c587aafdc5b97aae1f9f84ff3f863 https://github.com/buildbot/buildbot/commit/fdcbb09d7b6c587aafdc5b97aae1f9f84ff3f863 Author: Dustin J. Mitchell Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/logs.py M master/buildbot/data/steps.py Log Message: ----------- factor out common code for navigating the builder/build/step/log hierarchy Commit: ac57132cc692bcd41d8d0996c263ff4ad3b93021 https://github.com/buildbot/buildbot/commit/ac57132cc692bcd41d8d0996c263ff4ad3b93021 Author: Dustin J. Mitchell Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/connector.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/data/testhooks.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/util/endpoint.py Log Message: ----------- Use URI-like strings to specify paths Commit: 17859e682d5eecef76d961d65851b94d454ccde9 https://github.com/buildbot/buildbot/commit/17859e682d5eecef76d961d65851b94d454ccde9 Author: Dustin J. Mitchell Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_util_pathmatch.py M master/buildbot/util/pathmatch.py Log Message: ----------- use 'i:xx' for identifiers and 'n:xxx' for numbers Commit: 39493be8a49d72e81afe63d5b393e6adbcc21722 https://github.com/buildbot/buildbot/commit/39493be8a49d72e81afe63d5b393e6adbcc21722 Author: Dustin J. Mitchell Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M master/buildbot/data/logs.py M master/buildbot/data/steps.py M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-logchunk.rst M master/docs/developer/rtype-step.rst Log Message: ----------- omit the /number/ to identify steps by number Commit: d30bbeb72a25288a16be98dc0897484720ff0357 https://github.com/buildbot/buildbot/commit/d30bbeb72a25288a16be98dc0897484720ff0357 Author: Dustin J. Mitchell Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M README.md Log Message: ----------- update README.md Commit: 928fa098a1f24a0b5c6ab154ecd715e9a1e33f99 https://github.com/buildbot/buildbot/commit/928fa098a1f24a0b5c6ab154ecd715e9a1e33f99 Author: Dustin J. Mitchell Date: 2013-03-13 (Wed, 13 Mar 2013) Changed paths: M README.md Log Message: ----------- update README.md with :runner: for sprint tasks Commit: 55be8ae8c41b5aa924d999e9f65bfa610d6ffcbc https://github.com/buildbot/buildbot/commit/55be8ae8c41b5aa924d999e9f65bfa610d6ffcbc Author: Dustin J. Mitchell Date: 2013-03-14 (Thu, 14 Mar 2013) Changed paths: M master/buildbot/data/connector.py A master/buildbot/data/logchunks.py M master/buildbot/data/logs.py A master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-logchunk.rst M master/docs/developer/rtype-step.rst Log Message: ----------- move logchunks to their own resource type and module Commit: a80e97e178356fa63cc8596198347be00fd09de3 https://github.com/buildbot/buildbot/commit/a80e97e178356fa63cc8596198347be00fd09de3 Author: Dustin J. Mitchell Date: 2013-03-14 (Thu, 14 Mar 2013) Changed paths: M master/docs/developer/data.rst M master/docs/developer/utils.rst Log Message: ----------- update documentation for pathPatterns Commit: 419ba18fd0d7380800864282c0cb4972a2a8a5e0 https://github.com/buildbot/buildbot/commit/419ba18fd0d7380800864282c0cb4972a2a8a5e0 Author: Dustin J. Mitchell Date: 2013-03-14 (Thu, 14 Mar 2013) Changed paths: M README.md Log Message: ----------- update README.md Commit: 29c6cbce608d0d7262c9cb1d8dacba02ef760914 https://github.com/buildbot/buildbot/commit/29c6cbce608d0d7262c9cb1d8dacba02ef760914 Author: Dustin J. Mitchell Date: 2013-03-14 (Thu, 14 Mar 2013) Changed paths: M README.md M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/connector.py A master/buildbot/data/logchunks.py A master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py A master/buildbot/data/steps.py M master/buildbot/data/testhooks.py A master/buildbot/db/logs.py A master/buildbot/db/migrate/versions/028_statusdb_tables.py M master/buildbot/db/model.py A master/buildbot/db/steps.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_connector.py A master/buildbot/test/unit/test_data_logchunks.py A master/buildbot/test/unit/test_data_logs.py A master/buildbot/test/unit/test_data_steps.py A master/buildbot/test/unit/test_db_logs.py A master/buildbot/test/unit/test_db_migrate_versions_028_statusdb_tables.py A master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/unit/test_util_pathmatch.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/validation.py M master/buildbot/util/pathmatch.py M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/rtype-build.rst A master/docs/developer/rtype-log.rst A master/docs/developer/rtype-logchunk.rst A master/docs/developer/rtype-step.rst M master/docs/developer/tests.rst M master/docs/developer/utils.rst Log Message: ----------- Merge branch '9/statusdb' into nine Commit: 627fab66383415ecda2193b0bc591d05815e08f7 https://github.com/buildbot/buildbot/commit/627fab66383415ecda2193b0bc591d05815e08f7 Author: Dustin J. Mitchell Date: 2013-03-14 (Thu, 14 Mar 2013) Changed paths: M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py Log Message: ----------- pyflakes Commit: 8ff8f310a23c56cd687c22177a957a2cf5833ae0 https://github.com/buildbot/buildbot/commit/8ff8f310a23c56cd687c22177a957a2cf5833ae0 Author: Dustin J. Mitchell Date: 2013-03-15 (Fri, 15 Mar 2013) Changed paths: M MAINTAINERS.txt M master/buildbot/config.py M master/buildbot/db/pool.py M master/buildbot/status/logfile.py M master/buildbot/test/unit/test_changes_gitpoller.py M master/buildbot/test/unit/test_changes_hgpoller.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_scripts_start.py M master/buildbot/test/unit/test_status_web_auth_HTPasswdAprAuth.py M master/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_repo.py M master/contrib/post_build_request.py M master/docs/index.rst M slave/buildslave/scripts/runner.py A slave/buildslave/test/unit/test_scripts_runner.py Log Message: ----------- Merge branch 'master' into nine Commit: 98e77e1f25b23374d872422f2459efa48488db83 https://github.com/buildbot/buildbot/commit/98e77e1f25b23374d872422f2459efa48488db83 Author: Dustin J. Mitchell Date: 2013-03-19 (Tue, 19 Mar 2013) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- call addBuild with correct parameters Commit: b4dece37549521ad2a3d23a9afdd870ae09367f9 https://github.com/buildbot/buildbot/commit/b4dece37549521ad2a3d23a9afdd870ae09367f9 Author: Dustin J. Mitchell Date: 2013-03-21 (Thu, 21 Mar 2013) Changed paths: M master/buildbot/__init__.py M master/buildbot/buildslave.py M master/buildbot/config.py M master/buildbot/libvirtbuildslave.py M master/buildbot/locks.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/scripts/base.py M master/buildbot/scripts/checkconfig.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/scripts/user.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/grid.py M master/buildbot/status/web/logs.py M master/buildbot/status/web/templates/waterfallhelp.html M master/buildbot/steps/master.py M master/buildbot/steps/shell.py M master/buildbot/test/integration/test_upgrade.py A master/buildbot/test/integration/v087p1-README.txt A master/buildbot/test/integration/v087p1.tgz M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_scripts_base.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/unit/test_util_maildir.py M master/buildbot/util/maildir.py M master/contrib/windows/buildbot_service.py M master/docs/developer/style.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/index.rst A master/docs/manual/optimization.rst M master/docs/relnotes/index.rst M slave/buildslave/scripts/runner.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/schedulers/base.py master/buildbot/test/unit/test_steps_trigger.py Commit: 2d73bf0d872f9283896ded25a9c08bf1fa47b74c https://github.com/buildbot/buildbot/commit/2d73bf0d872f9283896ded25a9c08bf1fa47b74c Author: Dustin J. Mitchell Date: 2013-03-31 (Sun, 31 Mar 2013) Changed paths: M master/buildbot/scripts/base.py M master/buildbot/scripts/restart.py M master/buildbot/scripts/start.py M master/buildbot/scripts/stop.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/test/unit/test_scripts_base.py M master/buildbot/test/unit/test_scripts_restart.py M master/buildbot/test/unit/test_scripts_start.py M master/buildbot/test/unit/test_scripts_upgrade_master.py A slave/buildslave/scripts/base.py M slave/buildslave/scripts/runner.py M slave/buildslave/scripts/startup.py A slave/buildslave/test/unit/test_scripts_base.py M slave/buildslave/test/unit/test_scripts_runner.py Log Message: ----------- Merge branch 'master' into nine Commit: d87c87794e3128388dd34c358dbfa93cd7d8097f https://github.com/buildbot/buildbot/commit/d87c87794e3128388dd34c358dbfa93cd7d8097f Author: Dustin J. Mitchell Date: 2013-03-31 (Sun, 31 Mar 2013) Changed paths: M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_steps.py Log Message: ----------- support older simplejson, which sometimes fails to return unicode from dumps Commit: d80533bd40cee5af4dc35e7d000f110bcea2fd42 https://github.com/buildbot/buildbot/commit/d80533bd40cee5af4dc35e7d000f110bcea2fd42 Author: Dustin J. Mitchell Date: 2013-03-31 (Sun, 31 Mar 2013) Changed paths: M README.md Log Message: ----------- update README Commit: 51a86b05c9a0a50f6f534b0e34c92b1420c077c4 https://github.com/buildbot/buildbot/commit/51a86b05c9a0a50f6f534b0e34c92b1420c077c4 Author: Dustin J. Mitchell Date: 2013-04-04 (Thu, 04 Apr 2013) Changed paths: R master/buildbot/buildslave.py A master/buildbot/buildslave/__init__.py A master/buildbot/buildslave/openstack.py M master/buildbot/changes/hgpoller.py M master/buildbot/clients/tryclient.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/schedulers/trysched.py M master/buildbot/scripts/runner.py M master/buildbot/status/web/templates/forms.html M master/buildbot/steps/shell.py M master/buildbot/steps/source/git.py A master/buildbot/test/fake/openstack.py M master/buildbot/test/fake/remotecommand.py A master/buildbot/test/unit/test_buildslave_openstack.py M master/buildbot/test/unit/test_clients_sendchange.py M master/buildbot/test/unit/test_clients_tryclient.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_remotecommand.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_source_git.py A master/buildbot/test/util/pbclient.py M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cmdline.rst M master/docs/manual/introduction.rst M master/docs/relnotes/index.rst M slave/buildslave/commands/base.py M slave/buildslave/commands/shell.py M slave/buildslave/runprocess.py M slave/buildslave/test/fake/runprocess.py M slave/buildslave/test/unit/test_commands_shell.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge branch 'master' into nine Commit: 87e6d73a33b829eb6db5e551656c0ec1c606cd2a https://github.com/buildbot/buildbot/commit/87e6d73a33b829eb6db5e551656c0ec1c606cd2a Author: Dustin J. Mitchell Date: 2013-04-07 (Sun, 07 Apr 2013) Changed paths: M master/buildbot/changes/p4poller.py M master/buildbot/process/properties.py A master/buildbot/steps/source/p4.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/unit/test_process_properties.py A master/buildbot/test/unit/test_steps_source_p4.py M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst M slave/buildslave/monkeypatches/__init__.py A slave/buildslave/monkeypatches/testcase_assert.py M slave/buildslave/scripts/runner.py M slave/buildslave/scripts/startup.py M slave/buildslave/test/__init__.py M slave/buildslave/test/unit/test_scripts_runner.py Log Message: ----------- Merge branch 'master' into nine Commit: a594a60d95d403453fd5cbcb7afaae4d80f6c540 https://github.com/buildbot/buildbot/commit/a594a60d95d403453fd5cbcb7afaae4d80f6c540 Author: Olof Johansson Date: 2013-04-17 (Wed, 17 Apr 2013) Changed paths: M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/buildbot/test/unit/test_util_namespace.py Log Message: ----------- Skip unit tests when buildbot-www isn't available Commit: 64e26df79f1db5cc1f7ae821a8a796f3f9b4f260 https://github.com/buildbot/buildbot/commit/64e26df79f1db5cc1f7ae821a8a796f3f9b4f260 Author: Dustin J. Mitchell Date: 2013-04-17 (Wed, 17 Apr 2013) Changed paths: M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/buildbot/test/unit/test_util_namespace.py Log Message: ----------- Merge branch 'skip_www_tests' of git://github.com/olof/buildbot into nine Commit: 16c2ebfc3ed6b3450dc84511b34946800ada4ff9 https://github.com/buildbot/buildbot/commit/16c2ebfc3ed6b3450dc84511b34946800ada4ff9 Author: Dustin J. Mitchell Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M .gitignore M www/MANIFEST.in R www/README.md A www/README.txt M www/buildbot_www.py M www/grunt.js R www/package.json M www/setup.py Log Message: ----------- Set up 'www' so that it can be built as a Python package. Fixes #2479. Commit: 8c40c659bab2560afbd57128db232e115268a77e https://github.com/buildbot/buildbot/commit/8c40c659bab2560afbd57128db232e115268a77e Author: Dustin J. Mitchell Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M master/buildbot/changes/gitpoller.py M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/testcase_synctest.py M master/docs/manual/concepts.rst M master/docs/manual/installation.rst A master/docs/relnotes/0.8.8.rst M master/docs/relnotes/index.rst M master/docs/tutorial/firstrun.rst M master/docs/tutorial/fiveminutes.rst M master/docs/tutorial/tour.rst M master/setup.py M slave/buildslave/scripts/runner.py M slave/buildslave/test/unit/test_scripts_base.py M slave/buildslave/test/unit/test_scripts_runner.py M slave/buildslave/test/util/misc.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/monkeypatches/__init__.py Commit: 18323882c760ad13f3ef7202a7735690bbf3c3c9 https://github.com/buildbot/buildbot/commit/18323882c760ad13f3ef7202a7735690bbf3c3c9 Author: Dustin J. Mitchell Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M www/grunt.js M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/controllers/changesController.coffee M www/src/scripts/controllers/homeController.coffee M www/src/scripts/directives/topmenu.coffee R www/src/scripts/filters/twitterfy.coffee M www/src/scripts/main.coffee M www/src/scripts/responseInterceptors/dispatcher.coffee M www/src/scripts/routes.coffee M www/src/scripts/run.coffee M www/src/scripts/services/buildbotService.coffee M www/src/scripts/services/messageService.coffee M www/src/scripts/services/recentStorage.coffee Log Message: ----------- clean up coffeeLint Commit: 4f89f4cbefbaa6cb6adb27263f61ec06e6a67340 https://github.com/buildbot/buildbot/commit/4f89f4cbefbaa6cb6adb27263f61ec06e6a67340 Author: Dustin J. Mitchell Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M master/buildbot/test/unit/test_util_pathmatch.py M master/buildbot/util/pathmatch.py Log Message: ----------- allow undercores in path variables Commit: 2d6ae177a4116c02bb1a76c327ec7856f74c662c https://github.com/buildbot/buildbot/commit/2d6ae177a4116c02bb1a76c327ec7856f74c662c Author: Dustin J. Mitchell Date: 2013-04-18 (Thu, 18 Apr 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/connector.py A master/buildbot/data/root.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/util/endpoint.py Log Message: ----------- Add an rtype attribute to all endpoints Commit: dccd8da483f01911f38cbbac4363e13a9daac4dd https://github.com/buildbot/buildbot/commit/dccd8da483f01911f38cbbac4363e13a9daac4dd Author: Edmund Wong Date: 2013-04-19 (Fri, 19 Apr 2013) Changed paths: M README.md Log Message: ----------- - Updated README.md file: Nine is now using AngularJS and not Dojo. Commit: df2dbc064f3afa1b542a51c8cf4301fa000f7ee0 https://github.com/buildbot/buildbot/commit/df2dbc064f3afa1b542a51c8cf4301fa000f7ee0 Author: Dustin J. Mitchell Date: 2013-04-19 (Fri, 19 Apr 2013) Changed paths: M README.md Log Message: ----------- Merge pull request #703 from ewongbb/readmeupdate - Updated README.md file: Nine is now using AngularJS and not Dojo. Commit: e145f0290e521a2ee3617b39d2abeced3b3fac2c https://github.com/buildbot/buildbot/commit/e145f0290e521a2ee3617b39d2abeced3b3fac2c Author: Dustin J. Mitchell Date: 2013-04-19 (Fri, 19 Apr 2013) Changed paths: M .gitignore M www/MANIFEST.in R www/README.md A www/README.txt M www/buildbot_www.py M www/grunt.js R www/package.json M www/setup.py Log Message: ----------- Merge branch 'bug2479' into nine Commit: d8ecc28a191f2e836c8a878d6dd45d1b04a8bf47 https://github.com/buildbot/buildbot/commit/d8ecc28a191f2e836c8a878d6dd45d1b04a8bf47 Author: Olof Johansson Date: 2013-04-20 (Sat, 20 Apr 2013) Changed paths: M master/buildbot/test/unit/test_www_rest.py Log Message: ----------- Handle both json and simplejson in unit tests The simplejson and the json modules differ in the way they handle trailing whitespace when indent is set. >>> json.dumps({"foo":[1,2]}, indent=2) '{\n "foo": [\n 1, \n 2\n ]\n}' >>> simplejson.dumps({"foo":[1,2]}, indent=2) '{\n "foo": [\n 1,\n 2\n ]\n}' With this change, the unit tests use the same json implementation as the tested code instead of hardcoding the expected json string in this situation. Commit: 5b86ae071331944ef9969dda8c7d8681397b849f https://github.com/buildbot/buildbot/commit/5b86ae071331944ef9969dda8c7d8681397b849f Author: Dustin J. Mitchell Date: 2013-04-20 (Sat, 20 Apr 2013) Changed paths: M master/buildbot/test/unit/test_www_rest.py Log Message: ----------- Merge branch 'topic/unit-simplejson_vs_json' of git://github.com/olof/buildbot into nine Commit: 603e909a3bf9ef95ceff4a2b362694b121c12344 https://github.com/buildbot/buildbot/commit/603e909a3bf9ef95ceff4a2b362694b121c12344 Author: Dustin J. Mitchell Date: 2013-04-20 (Sat, 20 Apr 2013) Changed paths: M master/buildbot/data/connector.py M master/buildbot/data/root.py Log Message: ----------- fix pyflakes Commit: 767db4ad4bbbb01cbffb9bb00fcf42e5662a975c https://github.com/buildbot/buildbot/commit/767db4ad4bbbb01cbffb9bb00fcf42e5662a975c Author: Jared Grubb Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: A master/buildbot/test/unit/test_util_service.py A master/buildbot/util/service.py Log Message: ----------- ClusteredService: a utility class to help arbitrate a service among multiple masters Commit: f19ce4a514d36abbd7600cafc904075f4fe2c009 https://github.com/buildbot/buildbot/commit/f19ce4a514d36abbd7600cafc904075f4fe2c009 Author: Jared Grubb Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py Log Message: ----------- ClusteredService: address review comments Commit: 945f7b62493374b7d629d0e54420d4c9ee618f0e https://github.com/buildbot/buildbot/commit/945f7b62493374b7d629d0e54420d4c9ee618f0e Author: Jared Grubb Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py M master/docs/developer/classes.rst A master/docs/developer/cls-clusteredservice.rst M master/docs/developer/config.rst Log Message: ----------- ClusteredService: add docs; add isActive() method Commit: 81eb20b189ee874021305831f5ec3ec2e8c060d0 https://github.com/buildbot/buildbot/commit/81eb20b189ee874021305831f5ec3ec2e8c060d0 Author: Jared Grubb Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py M master/docs/developer/cls-clusteredservice.rst Log Message: ----------- Remove evil tabs; fix a duplicated test name Commit: a5ac9760cf7bba9bf20fc2103b9a3334c0a4c303 https://github.com/buildbot/buildbot/commit/a5ac9760cf7bba9bf20fc2103b9a3334c0a4c303 Author: Jared Grubb Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: M master/buildbot/test/unit/test_util_service.py Log Message: ----------- ClusteredService: fix unit test failure Commit: 29f5c8315ac253d176b0665701e59796d6feea50 https://github.com/buildbot/buildbot/commit/29f5c8315ac253d176b0665701e59796d6feea50 Author: Dustin J. Mitchell Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: A master/buildbot/test/unit/test_util_service.py A master/buildbot/util/service.py M master/docs/developer/classes.rst A master/docs/developer/cls-clusteredservice.rst M master/docs/developer/config.rst Log Message: ----------- Merge branch 'ClusteredService' of git://github.com/jaredgrubb/buildbot into nine Commit: 1564a13c777a1e448dc00883304ab73bc67dc388 https://github.com/buildbot/buildbot/commit/1564a13c777a1e448dc00883304ab73bc67dc388 Author: Jared Grubb Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: M master/buildbot/data/schedulers.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/forcesched.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_schedulers_base.py M master/docs/developer/db.rst Log Message: ----------- Move Schedulers base to ClusteredService Commit: 94219621ee82341a4dc2a968927ea8a64297114c https://github.com/buildbot/buildbot/commit/94219621ee82341a4dc2a968927ea8a64297114c Author: Jared Grubb Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/schedulers/trysched.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/util/scheduler.py M master/buildbot/util/service.py Log Message: ----------- TrySched: move to activate/deactivate Commit: ae7b5ce73e7b928cc8cf3030e7e8804e7d2e6adc https://github.com/buildbot/buildbot/commit/ae7b5ce73e7b928cc8cf3030e7e8804e7d2e6adc Author: Jared Grubb Date: 2013-04-21 (Sun, 21 Apr 2013) Changed paths: M master/buildbot/data/schedulers.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/trysched.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py M master/docs/developer/rtype-scheduler.rst Log Message: ----------- Scheduler-ClusteredService: address review comments - fix up how the exception handling works - some comments and documentation Commit: 924c5e31a325a14e745f0bf2a361ae09abf80257 https://github.com/buildbot/buildbot/commit/924c5e31a325a14e745f0bf2a361ae09abf80257 Author: Dustin J. Mitchell Date: 2013-04-22 (Mon, 22 Apr 2013) Changed paths: M master/buildbot/data/schedulers.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/trysched.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/test/util/scheduler.py M master/buildbot/util/service.py M master/docs/developer/db.rst M master/docs/developer/rtype-scheduler.rst Log Message: ----------- Merge branch 'SchedulerAsClusteredService' of git://github.com/jaredgrubb/buildbot into nine Commit: 670d898778f4fdaf37b8c3d60c4dd784eca4fcc0 https://github.com/buildbot/buildbot/commit/670d898778f4fdaf37b8c3d60c4dd784eca4fcc0 Author: Dustin J. Mitchell Date: 2013-04-22 (Mon, 22 Apr 2013) Changed paths: M master/buildbot/test/unit/test_data_schedulers.py Log Message: ----------- fix pyflake Commit: 552608d70bec2fbdf0a44537034000d96115c7db https://github.com/buildbot/buildbot/commit/552608d70bec2fbdf0a44537034000d96115c7db Author: Pierre Tardy Date: 2013-04-29 (Mon, 29 Apr 2013) Changed paths: A www/Gruntfile.coffee R www/grunt.js M www/setup.py M www/src/layout.jade M www/src/scripts/directives/topmenu.coffee M www/src/scripts/main.coffee M www/src/scripts/responseInterceptors/dispatcher.coffee M www/src/scripts/run.coffee M www/src/scripts/services/recentStorage.coffee A www/src/scripts/views.coffee Log Message: ----------- www: move to grunt 0.4 grunt 0.4 allows gruntfile to be in coffeescript directly which makes the build script much more easy to understand Commit: 1f55ed582e448f422253cb91609c172bb5d94d9c https://github.com/buildbot/buildbot/commit/1f55ed582e448f422253cb91609c172bb5d94d9c Author: Pierre Tardy Date: 2013-05-01 (Wed, 01 May 2013) Changed paths: M master/docs/developer/www.rst M www/.gitignore M www/Gruntfile.coffee A www/karma.conf.js M www/src/layout.jade A www/test/scripts/libs/angular-mocks.js A www/test/scripts/libs/jasmine-html.js A www/test/scripts/libs/jasmine.js A www/test/scripts/services/buildbotService.coffee Log Message: ----------- finish grunt0.4 move - remove uneeded stuff (jslove, some comments) - add unit test framework - update the doc Signed-off-by: Pierre Tardy Commit: be5d917fc39ee17febc96bc97f980d1a0f476700 https://github.com/buildbot/buildbot/commit/be5d917fc39ee17febc96bc97f980d1a0f476700 Author: Dustin J. Mitchell Date: 2013-05-04 (Sat, 04 May 2013) 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/trysched.py M master/buildbot/test/util/scheduler.py M master/docs/developer/schedulers.rst Log Message: ----------- schedulers must call parent de/activate methods # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # Not currently on any branch. # You are currently editing a commit while rebasing branch 'nine' on '924c5e3'. # # Changes to be committed: # (use "git reset HEAD^1 ..." to unstage) # # modified: master/buildbot/schedulers/base.py # modified: master/buildbot/schedulers/basic.py # modified: master/buildbot/schedulers/dependent.py # modified: master/buildbot/schedulers/timed.py # modified: master/buildbot/schedulers/trysched.py # modified: master/buildbot/test/util/scheduler.py # modified: master/docs/developer/schedulers.rst # Commit: 42f4973cd975a43dd9b03b0dbf33d681cfe04c59 https://github.com/buildbot/buildbot/commit/42f4973cd975a43dd9b03b0dbf33d681cfe04c59 Author: Dustin J. Mitchell Date: 2013-05-04 (Sat, 04 May 2013) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/www.py Log Message: ----------- don't assert on JSONRPC error message contents, which depend on JSON parser Commit: b03f8053326f0bda9c45fe8ce785b90c1b5c474b https://github.com/buildbot/buildbot/commit/b03f8053326f0bda9c45fe8ce785b90c1b5c474b Author: Dustin J. Mitchell Date: 2013-05-04 (Sat, 04 May 2013) Changed paths: M master/buildbot/buildslave/openstack.py M master/buildbot/changes/mail.py M master/buildbot/process/properties.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/dependent.py M master/buildbot/schedulers/timed.py M master/buildbot/schedulers/trysched.py M master/buildbot/scripts/logwatcher.py M master/buildbot/status/build.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/build.py A master/buildbot/status/web/files/exception_large.png A master/buildbot/status/web/files/exception_normal.png A master/buildbot/status/web/files/exception_small.png A master/buildbot/status/web/files/failure_large.png A master/buildbot/status/web/files/failure_normal.png A master/buildbot/status/web/files/failure_small.png A master/buildbot/status/web/files/readme_svg.txt A master/buildbot/status/web/files/retry_large.png A master/buildbot/status/web/files/retry_normal.png A master/buildbot/status/web/files/retry_small.png A master/buildbot/status/web/files/skipped_large.png A master/buildbot/status/web/files/skipped_normal.png A master/buildbot/status/web/files/skipped_small.png A master/buildbot/status/web/files/status.svg A master/buildbot/status/web/files/status_large.svg A master/buildbot/status/web/files/status_small.svg A master/buildbot/status/web/files/success_large.png A master/buildbot/status/web/files/success_normal.png A master/buildbot/status/web/files/success_small.png A master/buildbot/status/web/files/unknown_large.png A master/buildbot/status/web/files/unknown_normal.png A master/buildbot/status/web/files/unknown_small.png A master/buildbot/status/web/files/warnings_large.png A master/buildbot/status/web/files/warnings_normal.png A master/buildbot/status/web/files/warnings_small.png M master/buildbot/status/web/grid.py A master/buildbot/status/web/hooks/bitbucket.py M master/buildbot/status/web/hooks/github.py A master/buildbot/status/web/pngstatus.py M master/buildbot/status/web/status_json.py M master/buildbot/status/web/templates/forms.html M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_schedulers_manager.py A master/buildbot/test/unit/test_status_web_change_hooks_bitbucket.py M master/buildbot/test/unit/test_status_web_change_hooks_github.py A master/buildbot/test/unit/test_status_web_png_resource.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_util_ComparableMixin.py M master/buildbot/test/util/change_import.py M master/buildbot/util/__init__.py A master/docs/_images/success_normal.png M master/docs/developer/cls-forcesched.rst M master/docs/developer/cls-iproperties.rst M master/docs/developer/cls-irenderable.rst M master/docs/developer/utils.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst M master/setup.py A slave/buildslave/scripts/create_slave.py A slave/buildslave/scripts/restart.py M slave/buildslave/scripts/runner.py A slave/buildslave/scripts/start.py R slave/buildslave/scripts/startup.py A slave/buildslave/scripts/stop.py A slave/buildslave/scripts/upgrade_slave.py M slave/buildslave/test/test_extra_coverage.py A slave/buildslave/test/unit/test_scripts_restart.py M slave/buildslave/test/unit/test_scripts_runner.py A slave/buildslave/test/unit/test_scripts_start.py A slave/buildslave/test/unit/test_scripts_stop.py A slave/buildslave/test/unit/test_scripts_upgrade_slave.py M slave/buildslave/test/util/misc.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/builder.py # # It looks like you may be committing a merge. # If this is not correct, please remove the file # .git/MERGE_HEAD # and try again. # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # On branch nine # All conflicts fixed but you are still merging. # (use "git commit" to conclude merge) # # Changes to be committed: # # modified: master/buildbot/buildslave/openstack.py # modified: master/buildbot/changes/mail.py # modified: master/buildbot/process/properties.py # modified: master/buildbot/schedulers/basic.py # modified: master/buildbot/schedulers/dependent.py # modified: master/buildbot/schedulers/timed.py # modified: master/buildbot/schedulers/trysched.py # modified: master/buildbot/scripts/logwatcher.py # modified: master/buildbot/status/build.py # modified: master/buildbot/status/web/baseweb.py # modified: master/buildbot/status/web/build.py # new file: master/buildbot/status/web/files/exception_large.png # new file: master/buildbot/status/web/files/exception_normal.png # new file: master/buildbot/status/web/files/exception_small.png # new file: master/buildbot/status/web/files/failure_large.png # new file: master/buildbot/status/web/files/failure_normal.png # new file: master/buildbot/status/web/files/failure_small.png # new file: master/buildbot/status/web/files/readme_svg.txt # new file: master/buildbot/status/web/files/retry_large.png # new file: master/buildbot/status/web/files/retry_normal.png # new file: master/buildbot/status/web/files/retry_small.png # new file: master/buildbot/status/web/files/skipped_large.png # new file: master/buildbot/status/web/files/skipped_normal.png # new file: master/buildbot/status/web/files/skipped_small.png # new file: master/buildbot/status/web/files/status.svg # new file: master/buildbot/status/web/files/status_large.svg # new file: master/buildbot/status/web/files/status_small.svg # new file: master/buildbot/status/web/files/success_large.png # new file: master/buildbot/status/web/files/success_normal.png # new file: master/buildbot/status/web/files/success_small.png # new file: master/buildbot/status/web/files/unknown_large.png # new file: master/buildbot/status/web/files/unknown_normal.png # new file: master/buildbot/status/web/files/unknown_small.png # new file: master/buildbot/status/web/files/warnings_large.png # new file: master/buildbot/status/web/files/warnings_normal.png # new file: master/buildbot/status/web/files/warnings_small.png # modified: master/buildbot/status/web/grid.py # new file: master/buildbot/status/web/hooks/bitbucket.py # modified: master/buildbot/status/web/hooks/github.py # new file: master/buildbot/status/web/pngstatus.py # modified: master/buildbot/status/web/status_json.py # modified: master/buildbot/status/web/templates/forms.html # modified: master/buildbot/steps/shell.py # modified: master/buildbot/test/unit/test_schedulers_manager.py # new file: master/buildbot/test/unit/test_status_web_change_hooks_bitbucket.py # modified: master/buildbot/test/unit/test_status_web_change_hooks_github.py # new file: master/buildbot/test/unit/test_status_web_png_resource.py # modified: master/buildbot/test/unit/test_steps_shell.py # modified: master/buildbot/test/unit/test_util_ComparableMixin.py # modified: master/buildbot/test/util/change_import.py # modified: master/buildbot/util/__init__.py # new file: master/docs/_images/success_normal.png # modified: master/docs/developer/cls-forcesched.rst # modified: master/docs/developer/cls-iproperties.rst # modified: master/docs/developer/cls-irenderable.rst # modified: master/docs/developer/utils.rst # modified: master/docs/manual/cfg-buildsteps.rst # modified: master/docs/manual/cfg-changesources.rst # modified: master/docs/manual/cfg-properties.rst # modified: master/docs/manual/cfg-statustargets.rst # modified: master/docs/relnotes/index.rst # modified: master/setup.py # new file: slave/buildslave/scripts/create_slave.py # new file: slave/buildslave/scripts/restart.py # modified: slave/buildslave/scripts/runner.py # renamed: slave/buildslave/scripts/startup.py -> slave/buildslave/scripts/start.py # new file: slave/buildslave/scripts/stop.py # new file: slave/buildslave/scripts/upgrade_slave.py # modified: slave/buildslave/test/test_extra_coverage.py # new file: slave/buildslave/test/unit/test_scripts_restart.py # modified: slave/buildslave/test/unit/test_scripts_runner.py # new file: slave/buildslave/test/unit/test_scripts_start.py # new file: slave/buildslave/test/unit/test_scripts_stop.py # new file: slave/buildslave/test/unit/test_scripts_upgrade_slave.py # modified: slave/buildslave/test/util/misc.py # Commit: 8bab6038342d562b5fa57c36e8f9c164dfab9509 https://github.com/buildbot/buildbot/commit/8bab6038342d562b5fa57c36e8f9c164dfab9509 Author: Jared Grubb Date: 2013-05-04 (Sat, 04 May 2013) Changed paths: M README.md M master/buildbot/changes/base.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py A master/buildbot/data/changesources.py M master/buildbot/data/masters.py A master/buildbot/db/changesources.py A master/buildbot/db/migrate/versions/029_add_changesources_table.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_changes_base.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_changes_hgpoller.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_config.py A master/buildbot/test/unit/test_data_changesources.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_data_schedulers.py A master/buildbot/test/unit/test_db_changesources.py A master/buildbot/test/unit/test_db_migrate_versions_029_add_changesources_table.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_status_web_change_hooks_poller.py M master/buildbot/test/util/changesource.py M master/buildbot/test/util/pbmanager.py M master/buildbot/test/util/validation.py M master/docs/developer/data.rst M master/docs/developer/db.rst A master/docs/developer/rtype-changesource.rst M master/docs/developer/rtype-scheduler.rst Log Message: ----------- ChangeSources: implement the resource type in terms of the new data interfaces This is modelled fairly closely to the Schedulers changes. I've gone through all the CS classes and: - add a 'name' parameter, and generate one if it's not explicitly set. These will be used to 'claim' the CS for a particular master, so it needs to be meaningful in all cases. - use activate/deactivate to start and stop the CS. Usually this means just changing startService/stopService to activate/deactivate Commit: bb98d16dcdbcdd107126603c5ce9834c9bb4a113 https://github.com/buildbot/buildbot/commit/bb98d16dcdbcdd107126603c5ce9834c9bb4a113 Author: Jared Grubb Date: 2013-05-04 (Sat, 04 May 2013) Changed paths: M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/db/changesources.py M master/buildbot/db/model.py Log Message: ----------- ChangeSourceData: Address review comments Commit: 265b7d8633955af6541395de745937c2b5f31329 https://github.com/buildbot/buildbot/commit/265b7d8633955af6541395de745937c2b5f31329 Author: Dustin J. Mitchell Date: 2013-05-06 (Mon, 06 May 2013) Changed paths: M README.md M master/buildbot/changes/base.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py A master/buildbot/data/changesources.py M master/buildbot/data/masters.py A master/buildbot/db/changesources.py A master/buildbot/db/migrate/versions/029_add_changesources_table.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_changes_base.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_changes_hgpoller.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_config.py A master/buildbot/test/unit/test_data_changesources.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_data_schedulers.py A master/buildbot/test/unit/test_db_changesources.py A master/buildbot/test/unit/test_db_migrate_versions_029_add_changesources_table.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_status_web_change_hooks_poller.py M master/buildbot/test/util/changesource.py M master/buildbot/test/util/pbmanager.py M master/buildbot/test/util/validation.py M master/docs/developer/data.rst M master/docs/developer/db.rst A master/docs/developer/rtype-changesource.rst M master/docs/developer/rtype-scheduler.rst Log Message: ----------- Merge branch 'ChangeSourceData' of git://github.com/jaredgrubb/buildbot into nine Commit: 529ca8bebfa2b5bbc0bb4198c26e87c98f0f3ae0 https://github.com/buildbot/buildbot/commit/529ca8bebfa2b5bbc0bb4198c26e87c98f0f3ae0 Author: Dustin J. Mitchell Date: 2013-05-06 (Mon, 06 May 2013) Changed paths: M master/buildbot/test/unit/test_data_changesources.py Log Message: ----------- fix pyflakes Commit: 79d8e9fda2c7fe32b0c6b7d97e975e40a0a96dc0 https://github.com/buildbot/buildbot/commit/79d8e9fda2c7fe32b0c6b7d97e975e40a0a96dc0 Author: Pierre Tardy Date: 2013-05-09 (Thu, 09 May 2013) Changed paths: M .gitignore R www/.gitignore M www/setup.py M www/src/scripts/app.coffee M www/src/scripts/controllers/buildersController.coffee A www/src/scripts/libs/angular-resource.js R www/src/scripts/libs/angular-resource.js R www/src/scripts/libs/angular.js A www/src/scripts/libs/angular.js R www/src/scripts/libs/html5shiv-printshiv.js A www/src/scripts/libs/html5shiv-printshiv.js A www/src/scripts/libs/jquery.js R www/src/scripts/libs/jquery.min.js A www/src/scripts/libs/json2.js R www/src/scripts/libs/json2.js R www/src/scripts/libs/ng-grid.js A www/src/scripts/libs/require.js R www/src/scripts/libs/require.js M www/src/scripts/main.coffee M www/src/views/builders.jade R www/test/scripts/libs/angular-mocks.js A www/test/scripts/libs/angular-mocks.js A www/test/scripts/libs/jasmine-html.js R www/test/scripts/libs/jasmine-html.js R www/test/scripts/libs/jasmine.js A www/test/scripts/libs/jasmine.js Log Message: ----------- remove 3rd party js deps, and replace by bower package manager bower is automatic front-end package manager downloader This is first attempt at integrating it Probably at some point, we figure out how to avoid the symlinks Commit: e9b96de1a132f487a0e9f05a76be71df4a904540 https://github.com/buildbot/buildbot/commit/e9b96de1a132f487a0e9f05a76be71df4a904540 Author: Dustin J. Mitchell Date: 2013-05-11 (Sat, 11 May 2013) Changed paths: M master/buildbot/buildslave/__init__.py M master/buildbot/clients/tryclient.py M master/buildbot/steps/source/git.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_buildslave.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Commit: 077ad0ef113b0c3292de0a4a759358cffaddd3ef https://github.com/buildbot/buildbot/commit/077ad0ef113b0c3292de0a4a759358cffaddd3ef Author: Dustin J. Mitchell Date: 2013-05-11 (Sat, 11 May 2013) Changed paths: M master/buildbot/db/buildsets.py M master/buildbot/db/changes.py R master/buildbot/db/migrate/versions/023_add_master_table.py A master/buildbot/db/migrate/versions/023_increase_comments_property_lengths.py A master/buildbot/db/migrate/versions/024_add_master_table.py R master/buildbot/db/migrate/versions/024_add_schedulers_table.py A master/buildbot/db/migrate/versions/025_add_schedulers_table.py R master/buildbot/db/migrate/versions/025_builders_table.py A master/buildbot/db/migrate/versions/026_builders_table.py R master/buildbot/db/migrate/versions/026_sourcestamps_refactor.py R master/buildbot/db/migrate/versions/027_replace_builds_table.py A master/buildbot/db/migrate/versions/027_sourcestamps_refactor.py A master/buildbot/db/migrate/versions/028_replace_builds_table.py R master/buildbot/db/migrate/versions/028_statusdb_tables.py R master/buildbot/db/migrate/versions/029_add_changesources_table.py A master/buildbot/db/migrate/versions/029_statusdb_tables.py A master/buildbot/db/migrate/versions/030_add_changesources_table.py M master/buildbot/db/model.py R master/buildbot/test/unit/test_db_migrate_versions_023_add_master_table.py A master/buildbot/test/unit/test_db_migrate_versions_023_increase_comments_property_lengths.py A master/buildbot/test/unit/test_db_migrate_versions_024_add_master_table.py R master/buildbot/test/unit/test_db_migrate_versions_024_add_schedulers_table.py A master/buildbot/test/unit/test_db_migrate_versions_025_add_schedulers_table.py R master/buildbot/test/unit/test_db_migrate_versions_025_builders_table.py A master/buildbot/test/unit/test_db_migrate_versions_026_builders_table.py R master/buildbot/test/unit/test_db_migrate_versions_026_sourcestamps_refactor.py R master/buildbot/test/unit/test_db_migrate_versions_027_replace_builds_table.py A master/buildbot/test/unit/test_db_migrate_versions_027_sourcestamps_refactor.py A master/buildbot/test/unit/test_db_migrate_versions_028_replace_builds_table.py R master/buildbot/test/unit/test_db_migrate_versions_028_statusdb_tables.py R master/buildbot/test/unit/test_db_migrate_versions_029_add_changesources_table.py A master/buildbot/test/unit/test_db_migrate_versions_029_statusdb_tables.py A master/buildbot/test/unit/test_db_migrate_versions_030_add_changesources_table.py M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Commit: 746fc22c629a463f19c0f9659224883def097ad4 https://github.com/buildbot/buildbot/commit/746fc22c629a463f19c0f9659224883def097ad4 Author: Dustin J. Mitchell Date: 2013-05-11 (Sat, 11 May 2013) Changed paths: M master/buildbot/db/migrate/versions/023_increase_comments_property_lengths.py M master/buildbot/test/unit/test_db_migrate_versions_023_increase_comments_property_lengths.py Log Message: ----------- Merge branch 'master' into nine Commit: 5d83b75bd3ea944a1955012879feb2f1b0be16fb https://github.com/buildbot/buildbot/commit/5d83b75bd3ea944a1955012879feb2f1b0be16fb Author: Dustin J. Mitchell Date: 2013-05-12 (Sun, 12 May 2013) Changed paths: M master/buildbot/master.py Log Message: ----------- spell master correctly Commit: 1c532f9c7d2b252c5a1b6a19767ef834f59b51d1 https://github.com/buildbot/buildbot/commit/1c532f9c7d2b252c5a1b6a19767ef834f59b51d1 Author: Pierre Tardy Date: 2013-05-19 (Sun, 19 May 2013) Changed paths: M master/docs/developer/www.rst M www/setup.py Log Message: ----------- fix pull requests comments doc fixes run grunt in setup.py develop Signed-off-by: Pierre Tardy Commit: 366bd9ecbfa3ea86b7741f97f8dc06c8eef806e3 https://github.com/buildbot/buildbot/commit/366bd9ecbfa3ea86b7741f97f8dc06c8eef806e3 Author: Pierre Tardy Date: 2013-05-19 (Sun, 19 May 2013) Changed paths: M www/Gruntfile.coffee M www/setup.py M www/src/scripts/controllers/homeController.coffee R www/src/scripts/libs/versions.js M www/src/scripts/main.coffee M www/src/views/home.jade Log Message: ----------- generate the 3rd party version table automatically using bower description files Signed-off-by: Pierre Tardy Commit: 1a427e3ea5e54d6e9f2a191b0ac6723a4f1372f0 https://github.com/buildbot/buildbot/commit/1a427e3ea5e54d6e9f2a191b0ac6723a4f1372f0 Author: Pierre Tardy Date: 2013-05-20 (Mon, 20 May 2013) Changed paths: M www/setup.py A www/src/font/FontAwesome.otf R www/src/font/FontAwesome.otf R www/src/font/fontawesome-webfont.eot A www/src/font/fontawesome-webfont.eot R www/src/font/fontawesome-webfont.svg A www/src/font/fontawesome-webfont.svg A www/src/font/fontawesome-webfont.ttf R www/src/font/fontawesome-webfont.ttf R www/src/font/fontawesome-webfont.woff A www/src/font/fontawesome-webfont.woff R www/src/styles/accordion.less R www/src/styles/alerts.less A www/src/styles/bootstrap M www/src/styles/bootstrap.less R www/src/styles/breadcrumbs.less R www/src/styles/button-groups.less R www/src/styles/buttons.less R www/src/styles/carousel.less R www/src/styles/close.less R www/src/styles/code.less R www/src/styles/component-animations.less R www/src/styles/dropdowns.less A www/src/styles/font-awesome M www/src/styles/font-awesome.less R www/src/styles/forms.less R www/src/styles/grid.less R www/src/styles/hero-unit.less R www/src/styles/labels-badges.less R www/src/styles/layouts.less R www/src/styles/media.less R www/src/styles/mixins.less R www/src/styles/modals.less R www/src/styles/navbar.less R www/src/styles/navs.less R www/src/styles/ng-grid.less R www/src/styles/pager.less R www/src/styles/pagination.less R www/src/styles/popovers.less R www/src/styles/progress-bars.less R www/src/styles/reset.less R www/src/styles/responsive-1200px-min.less R www/src/styles/responsive-767px-max.less R www/src/styles/responsive-768px-979px.less R www/src/styles/responsive-navbar.less R www/src/styles/responsive-utilities.less R www/src/styles/responsive.less R www/src/styles/scaffolding.less M www/src/styles/styles.less R www/src/styles/tables.less R www/src/styles/thumbnails.less R www/src/styles/tooltip.less R www/src/styles/type.less R www/src/styles/utilities.less R www/src/styles/wells.less Log Message: ----------- put styles as bower components as well Signed-off-by: Pierre Tardy Commit: 19a8cca0d74d6bc19ff659d7f79d077f6c683fde https://github.com/buildbot/buildbot/commit/19a8cca0d74d6bc19ff659d7f79d077f6c683fde Author: Pierre Tardy Date: 2013-05-20 (Mon, 20 May 2013) Changed paths: M www/Gruntfile.coffee R www/src/scripts/bootstrap.coffee R www/src/scripts/main.coffee M www/src/scripts/run.coffee R www/src/views/directives/tabs.template A www/tasks/requiregen.coffee Log Message: ----------- requiregen: autogenerate main.js implement the base ordering that angular really needs, for the rest, they are actually already handled by angularjs dependancy injection. Signed-off-by: Pierre Tardy Commit: eb92149440d52af7b22fd77789a2781162ee801f https://github.com/buildbot/buildbot/commit/eb92149440d52af7b22fd77789a2781162ee801f Author: Pierre Tardy Date: 2013-05-20 (Mon, 20 May 2013) Changed paths: M master/buildbot/scripts/sample.cfg M www/Gruntfile.coffee M www/setup.py Log Message: ----------- support coffeescript sourceMap This allows to debug the coffeescript directly in the browser Signed-off-by: Pierre Tardy Commit: cd23d1e4cae91640e265a05384ec94d8b0fbcb73 https://github.com/buildbot/buildbot/commit/cd23d1e4cae91640e265a05384ec94d8b0fbcb73 Author: Dustin J. Mitchell Date: 2013-05-21 (Tue, 21 May 2013) Changed paths: M .gitignore M master/buildbot/scripts/sample.cfg M master/docs/developer/www.rst R www/.gitignore A www/Gruntfile.coffee R www/grunt.js A www/karma.conf.js M www/setup.py R www/src/font/FontAwesome.otf A www/src/font/FontAwesome.otf R www/src/font/fontawesome-webfont.eot A www/src/font/fontawesome-webfont.eot A www/src/font/fontawesome-webfont.svg R www/src/font/fontawesome-webfont.svg R www/src/font/fontawesome-webfont.ttf A www/src/font/fontawesome-webfont.ttf A www/src/font/fontawesome-webfont.woff R www/src/font/fontawesome-webfont.woff M www/src/layout.jade M www/src/scripts/app.coffee R www/src/scripts/bootstrap.coffee M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/controllers/homeController.coffee M www/src/scripts/directives/topmenu.coffee A www/src/scripts/libs/angular-resource.js R www/src/scripts/libs/angular-resource.js R www/src/scripts/libs/angular.js A www/src/scripts/libs/angular.js R www/src/scripts/libs/html5shiv-printshiv.js A www/src/scripts/libs/html5shiv-printshiv.js A www/src/scripts/libs/jquery.js R www/src/scripts/libs/jquery.min.js R www/src/scripts/libs/json2.js A www/src/scripts/libs/json2.js R www/src/scripts/libs/ng-grid.js R www/src/scripts/libs/require.js A www/src/scripts/libs/require.js R www/src/scripts/libs/versions.js R www/src/scripts/main.coffee M www/src/scripts/responseInterceptors/dispatcher.coffee M www/src/scripts/run.coffee M www/src/scripts/services/recentStorage.coffee A www/src/scripts/views.coffee R www/src/styles/accordion.less R www/src/styles/alerts.less A www/src/styles/bootstrap M www/src/styles/bootstrap.less R www/src/styles/breadcrumbs.less R www/src/styles/button-groups.less R www/src/styles/buttons.less R www/src/styles/carousel.less R www/src/styles/close.less R www/src/styles/code.less R www/src/styles/component-animations.less R www/src/styles/dropdowns.less A www/src/styles/font-awesome M www/src/styles/font-awesome.less R www/src/styles/forms.less R www/src/styles/grid.less R www/src/styles/hero-unit.less R www/src/styles/labels-badges.less R www/src/styles/layouts.less R www/src/styles/media.less R www/src/styles/mixins.less R www/src/styles/modals.less R www/src/styles/navbar.less R www/src/styles/navs.less R www/src/styles/ng-grid.less R www/src/styles/pager.less R www/src/styles/pagination.less R www/src/styles/popovers.less R www/src/styles/progress-bars.less R www/src/styles/reset.less R www/src/styles/responsive-1200px-min.less R www/src/styles/responsive-767px-max.less R www/src/styles/responsive-768px-979px.less R www/src/styles/responsive-navbar.less R www/src/styles/responsive-utilities.less R www/src/styles/responsive.less R www/src/styles/scaffolding.less M www/src/styles/styles.less R www/src/styles/tables.less R www/src/styles/thumbnails.less R www/src/styles/tooltip.less R www/src/styles/type.less R www/src/styles/utilities.less R www/src/styles/wells.less M www/src/views/builders.jade R www/src/views/directives/tabs.template M www/src/views/home.jade A www/tasks/requiregen.coffee A www/test/scripts/libs/angular-mocks.js A www/test/scripts/libs/jasmine-html.js A www/test/scripts/libs/jasmine.js A www/test/scripts/services/buildbotService.coffee Log Message: ----------- Merge branch 'grunt0.4' of git://github.com/tardyp/buildbot into nine Commit: 304dc9f695452928cb5399b0a643ee3e603d2aa7 https://github.com/buildbot/buildbot/commit/304dc9f695452928cb5399b0a643ee3e603d2aa7 Author: Pierre Tardy Date: 2013-05-25 (Sat, 25 May 2013) Changed paths: M master/buildbot/config.py M master/buildbot/www/service.py M www/Gruntfile.coffee M www/buildbot_www.py A www/sample_plugin/.gitignore A www/sample_plugin/Gruntfile.coffee A www/sample_plugin/buildbot_sample_plugin.py A www/sample_plugin/setup.py A www/sample_plugin/src/img/logo.png A www/sample_plugin/src/scripts/controllers/demoController.coffee A www/sample_plugin/src/scripts/directives/d3demo.coffee A www/sample_plugin/src/scripts/libs/d3.js A www/sample_plugin/src/scripts/routes.coffee A www/sample_plugin/src/scripts/views.coffee A www/sample_plugin/src/styles/styles.less A www/sample_plugin/src/views/demo.jade M www/src/layout.jade A www/src/scripts/controllers/aboutController.coffee M www/src/scripts/controllers/homeController.coffee M www/src/scripts/directives/topmenu.coffee M www/src/scripts/routes.coffee M www/src/scripts/run.coffee A www/src/views/about.jade M www/src/views/directives/topmenu.jade M www/src/views/home.jade M www/tasks/requiregen.coffee Log Message: ----------- plugin support Commit: f32a7038bc49b2504ac31256d6975dac974a8925 https://github.com/buildbot/buildbot/commit/f32a7038bc49b2504ac31256d6975dac974a8925 Author: Dustin J. Mitchell Date: 2013-05-25 (Sat, 25 May 2013) Changed paths: M master/buildbot/config.py M master/buildbot/www/service.py M www/Gruntfile.coffee M www/buildbot_www.py A www/sample_plugin/.gitignore A www/sample_plugin/Gruntfile.coffee A www/sample_plugin/buildbot_sample_plugin.py A www/sample_plugin/setup.py A www/sample_plugin/src/img/logo.png A www/sample_plugin/src/scripts/controllers/demoController.coffee A www/sample_plugin/src/scripts/directives/d3demo.coffee A www/sample_plugin/src/scripts/libs/d3.js A www/sample_plugin/src/scripts/routes.coffee A www/sample_plugin/src/scripts/views.coffee A www/sample_plugin/src/styles/styles.less A www/sample_plugin/src/views/demo.jade M www/src/layout.jade A www/src/scripts/controllers/aboutController.coffee M www/src/scripts/controllers/homeController.coffee M www/src/scripts/directives/topmenu.coffee M www/src/scripts/routes.coffee M www/src/scripts/run.coffee A www/src/views/about.jade M www/src/views/directives/topmenu.jade M www/src/views/home.jade M www/tasks/requiregen.coffee Log Message: ----------- Merge branch 'plugins' of git://github.com/tardyp/buildbot into nine Commit: 53cfbb44b88a5d15ebd52a52953df6ad9efb5198 https://github.com/buildbot/buildbot/commit/53cfbb44b88a5d15ebd52a52953df6ad9efb5198 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/docs/developer/cls-basescheduler.rst Log Message: ----------- fix typo Commit: 1a1b353a57557f6ce1fc2111107d502370afe6b1 https://github.com/buildbot/buildbot/commit/1a1b353a57557f6ce1fc2111107d502370afe6b1 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/connector.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py A master/buildbot/data/patches.py M master/buildbot/data/root.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/data/testhooks.py A master/buildbot/data/types.py M master/buildbot/db/sourcestamps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_builds.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_changesources.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_masters.py A master/buildbot/test/unit/test_data_patches.py A master/buildbot/test/unit/test_data_root.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_data_testhooks.py A master/buildbot/test/unit/test_data_types.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_sourcestamps.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/validation.py M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/rtype-build.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-master.rst A master/docs/developer/rtype-patch.rst M master/docs/developer/rtype-sourcestamp.rst M master/docs/relnotes/index.rst Log Message: ----------- Define fields for all resource types Commit: 1ef6e4aad19b651645bbdc658a8a3fafa303606c https://github.com/buildbot/buildbot/commit/1ef6e4aad19b651645bbdc658a8a3fafa303606c Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: R master/buildbot/data/testhooks.py M master/buildbot/test/fake/fakemaster.py R master/buildbot/test/scenarios/__init__.py R master/buildbot/test/scenarios/base.py R master/buildbot/test/unit/test_data_testhooks.py M master/buildbot/test/util/www.py Log Message: ----------- remove testhooks support Commit: f23c6c5aa1fc0536a78efbcb748cb3bc0732f403 https://github.com/buildbot/buildbot/commit/f23c6c5aa1fc0536a78efbcb748cb3bc0732f403 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/base.py A master/buildbot/data/resultspec.py A master/buildbot/test/unit/test_data_resultspec.py M master/docs/developer/classes.rst A master/docs/developer/cls-resultspec.rst Log Message: ----------- Define ResultSpec and ListResult Commit: 18fa39d8420e5f627e6948ff9d725adae99b6781 https://github.com/buildbot/buildbot/commit/18fa39d8420e5f627e6948ff9d725adae99b6781 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/changes.py M master/buildbot/data/masters.py M master/buildbot/data/sourcestamps.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_changes.py Log Message: ----------- Remove GetParamsCheckMixin and ControlParamsCheckMixin Commit: dcc6038aa65c5eedf19fe61003f549465e56cd59 https://github.com/buildbot/buildbot/commit/dcc6038aa65c5eedf19fe61003f549465e56cd59 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/connector.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/root.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/db/base.py M master/buildbot/db/changes.py M master/buildbot/db/masters.py M master/buildbot/process/buildrequest.py M master/buildbot/schedulers/dependent.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_builds.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_changesources.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_data_root.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_masters.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/endpoint.py M master/buildbot/www/rest.py M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/rtype-change.rst Log Message: ----------- Change signature for data.get to take ResultSpec args, and no options This also changes the endpoint test method callGet to take a path rather than kwargs. Commit: 53558126423df1f9f82ca994282f561e7ce46e53 https://github.com/buildbot/buildbot/commit/53558126423df1f9f82ca994282f561e7ce46e53 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/patches.py M master/buildbot/data/root.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/test/util/endpoint.py M master/docs/developer/data.rst Log Message: ----------- indicate whether an endpoint returns a collection ..and the plural form of a ResourceType Commit: be22213f2812c40abb135e40b5d232794aa14b29 https://github.com/buildbot/buildbot/commit/be22213f2812c40abb135e40b5d232794aa14b29 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/www/rest.py M master/docs/developer/data.rst Log Message: ----------- add support for query args in links Commit: 2da75026254c7e985abd1059496d290d43bd873e https://github.com/buildbot/buildbot/commit/2da75026254c7e985abd1059496d290d43bd873e Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/types.py M master/buildbot/test/unit/test_util.py M master/buildbot/util/__init__.py M master/docs/developer/utils.rst Log Message: ----------- factor out string-to-boolean operations Commit: d0151d76dd278294d0f22be7ee00da94e0e441d7 https://github.com/buildbot/buildbot/commit/d0151d76dd278294d0f22be7ee00da94e0e441d7 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/connector.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_connector.py M master/docs/developer/data.rst Log Message: ----------- Add getEndpoint method to DataConnector Commit: e364dced6cd926421468a43d742cb5734dd4d45f https://github.com/buildbot/buildbot/commit/e364dced6cd926421468a43d742cb5734dd4d45f Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/config.py M master/buildbot/data/base.py M master/buildbot/data/exceptions.py M master/buildbot/data/resultspec.py A master/buildbot/test/fake/endpoint.py M master/buildbot/test/fake/fakedata.py A master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_resultspec.py M master/buildbot/test/unit/test_www_resource.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/www.py M master/buildbot/www/rest.py M master/buildbot/www/service.py M master/docs/developer/data.rst M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst Log Message: ----------- Rewrite REST and JSONRPC support Now with universal filtering, sorting, pagination, and field selection! Commit: 78305baa49235e3f5a96b4c39be0a91378a6065d https://github.com/buildbot/buildbot/commit/78305baa49235e3f5a96b4c39be0a91378a6065d Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/logchunks.py M master/docs/developer/rtype-logchunk.rst Log Message: ----------- fix up docs for logchunks Commit: c2cbf11da5056a17fd90f38a349cd0e32b6ddf9e https://github.com/buildbot/buildbot/commit/c2cbf11da5056a17fd90f38a349cd0e32b6ddf9e Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M README.md Log Message: ----------- Update README.md Commit: 926c67bc117d3e89571c16edc69b62a6e08cfc33 https://github.com/buildbot/buildbot/commit/926c67bc117d3e89571c16edc69b62a6e08cfc33 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/clients/tryclient.py M master/buildbot/status/builder.py M master/buildbot/status/client.py A master/buildbot/status/github.py M master/buildbot/status/mail.py M master/buildbot/status/status_push.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/console.py M master/buildbot/status/web/files/default.css A master/buildbot/test/unit/test_status_github.py M master/buildbot/test/unit/test_status_web_base.py M master/buildbot/test/util/logging.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst M slave/buildslave/commands/mtn.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/scripts/runner.py M slave/buildslave/test/test_extra_coverage.py M slave/buildslave/test/unit/test_scripts_base.py A slave/buildslave/test/unit/test_scripts_create_slave.py M slave/buildslave/test/unit/test_scripts_restart.py M slave/buildslave/test/unit/test_scripts_runner.py M slave/buildslave/test/unit/test_scripts_stop.py M slave/buildslave/test/unit/test_scripts_upgrade_slave.py M slave/buildslave/test/unit/test_util.py M slave/buildslave/test/util/misc.py M slave/buildslave/util.py Log Message: ----------- Merge branch 'master' into nine Commit: 2d5a3457239905f7dc82eea15c231d9d1b163ac3 https://github.com/buildbot/buildbot/commit/2d5a3457239905f7dc82eea15c231d9d1b163ac3 Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M README.md Log Message: ----------- tweaks to README.md Commit: 1b35d30de66c64c618b87666e04d862f3cfc6d5b https://github.com/buildbot/buildbot/commit/1b35d30de66c64c618b87666e04d862f3cfc6d5b Author: Dustin J. Mitchell Date: 2013-05-27 (Mon, 27 May 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_connector.py Log Message: ----------- fix up __eq__ for ListResult Commit: 3d4b099ee3b531850b9adaaf63e9b791c6f5509e https://github.com/buildbot/buildbot/commit/3d4b099ee3b531850b9adaaf63e9b791c6f5509e Author: Dustin J. Mitchell Date: 2013-05-28 (Tue, 28 May 2013) Changed paths: M master/buildbot/data/base.py Log Message: ----------- change Link's query argument to default to None. not [] Commit: a1716c3d580a92d07d8d302f39cdb818276ad76e https://github.com/buildbot/buildbot/commit/a1716c3d580a92d07d8d302f39cdb818276ad76e Author: Dustin J. Mitchell Date: 2013-05-28 (Tue, 28 May 2013) Changed paths: M master/buildbot/status/mail.py Log Message: ----------- use a less confusing builder name when reporting on buildsets This also avoids interploating the reason, which can contain newlines. Commit: cda7d4e6844ffd1d8209a968af354ffb0995d9d5 https://github.com/buildbot/buildbot/commit/cda7d4e6844ffd1d8209a968af354ffb0995d9d5 Author: Dustin J. Mitchell Date: 2013-05-29 (Wed, 29 May 2013) Changed paths: M master/buildbot/test/fuzz/test_lru.py A master/buildbot/test/util/fuzz.py Log Message: ----------- Merge branch 'fuzz-refactor' of git://github.com/djmitche/buildbot into nine Commit: c317699dff2e1ac0c2470aca387e81ff56ae601c https://github.com/buildbot/buildbot/commit/c317699dff2e1ac0c2470aca387e81ff56ae601c Author: Dustin J. Mitchell Date: 2013-06-01 (Sat, 01 Jun 2013) Changed paths: M master/buildbot/test/unit/test_www_resource.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/www.py M master/buildbot/www/resource.py M master/buildbot/www/rest.py M master/buildbot/www/service.py M master/docs/manual/cfg-global.rst Log Message: ----------- use fnmatch for CORS origins, per tardyp's suggestion Commit: 1ce5522435a7b603cdffd3d0a22639c89132b234 https://github.com/buildbot/buildbot/commit/1ce5522435a7b603cdffd3d0a22639c89132b234 Author: Dustin J. Mitchell Date: 2013-06-01 (Sat, 01 Jun 2013) Changed paths: M master/buildbot/www/rest.py Log Message: ----------- remove TODO comment that's BEENDONE Commit: efd8239c234cb8b8aaf3b869b1158afd98fa2413 https://github.com/buildbot/buildbot/commit/efd8239c234cb8b8aaf3b869b1158afd98fa2413 Author: Dustin J. Mitchell Date: 2013-06-02 (Sun, 02 Jun 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/logchunks.py M master/buildbot/data/types.py M master/buildbot/www/rest.py Log Message: ----------- minor tweaks for yetanotherion's review Commit: 7cdcd8b8cc4d1eaeb65bf3d57ef03bf6dbad3a73 https://github.com/buildbot/buildbot/commit/7cdcd8b8cc4d1eaeb65bf3d57ef03bf6dbad3a73 Author: Dustin J. Mitchell Date: 2013-06-02 (Sun, 02 Jun 2013) Changed paths: M README.md M master/buildbot/test/unit/test_config.py M master/buildbot/www/service.py M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst Log Message: ----------- fix test errors, and a bit of docs Commit: 20d4af7eb6b1dbe02816bb6c3d90b0f5ba8f028c https://github.com/buildbot/buildbot/commit/20d4af7eb6b1dbe02816bb6c3d90b0f5ba8f028c Author: Dustin J. Mitchell Date: 2013-06-02 (Sun, 02 Jun 2013) Changed paths: M README.md M master/buildbot/config.py M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/connector.py M master/buildbot/data/exceptions.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py A master/buildbot/data/patches.py A master/buildbot/data/resultspec.py M master/buildbot/data/root.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py R master/buildbot/data/testhooks.py A master/buildbot/data/types.py M master/buildbot/db/base.py M master/buildbot/db/changes.py M master/buildbot/db/masters.py M master/buildbot/db/sourcestamps.py M master/buildbot/process/buildrequest.py M master/buildbot/schedulers/dependent.py M master/buildbot/status/mail.py A master/buildbot/test/fake/endpoint.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py A master/buildbot/test/integration/test_www.py R master/buildbot/test/scenarios/__init__.py R master/buildbot/test/scenarios/base.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_builds.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_changesources.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_masters.py A master/buildbot/test/unit/test_data_patches.py A master/buildbot/test/unit/test_data_resultspec.py A master/buildbot/test/unit/test_data_root.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_data_steps.py R master/buildbot/test/unit/test_data_testhooks.py A master/buildbot/test/unit/test_data_types.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_masters.py M master/buildbot/test/unit/test_db_sourcestamps.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/unit/test_util.py M master/buildbot/test/unit/test_www_resource.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/validation.py M master/buildbot/test/util/www.py M master/buildbot/util/__init__.py M master/buildbot/www/resource.py M master/buildbot/www/rest.py M master/buildbot/www/service.py M master/docs/developer/classes.rst M master/docs/developer/cls-basescheduler.rst A master/docs/developer/cls-resultspec.rst M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/rtype-build.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-change.rst M master/docs/developer/rtype-logchunk.rst M master/docs/developer/rtype-master.rst A master/docs/developer/rtype-patch.rst M master/docs/developer/rtype-sourcestamp.rst M master/docs/developer/utils.rst M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch '9/resultspec' into nine Commit: 210a9636f0bc02991663f864194c38c9ab1840d7 https://github.com/buildbot/buildbot/commit/210a9636f0bc02991663f864194c38c9ab1840d7 Author: Dustin J. Mitchell Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M master/buildbot/__init__.py M master/buildbot/status/web/base.py M master/buildbot/status/web/templates/build_line.html M master/buildbot/test/unit/test_status_mail.py M master/docs/relnotes/index.rst A media/Buildbot-Web-Project-and-Web-App-Triggerable.svg A media/Buildbot-Web-Project-and-Web-App.svg A media/Buildbot-Web-Project.svg A media/automating-build-test-and-release-with-buildbot.tex A media/coordinating-parallel-builds-with-buildbot/README.md A media/coordinating-parallel-builds-with-buildbot/index.html A media/coordinating-parallel-builds-with-buildbot/license.txt A media/coordinating-parallel-builds-with-buildbot/pictures/.DS_Store A media/coordinating-parallel-builds-with-buildbot/pictures/branching.svg A media/coordinating-parallel-builds-with-buildbot/pictures/controlling-build.svg A media/coordinating-parallel-builds-with-buildbot/pictures/dependent.svg A media/coordinating-parallel-builds-with-buildbot/pictures/header-text-transparent.png A media/coordinating-parallel-builds-with-buildbot/pictures/job.svg A media/coordinating-parallel-builds-with-buildbot/pictures/joining.svg A media/coordinating-parallel-builds-with-buildbot/pictures/master.svg A media/coordinating-parallel-builds-with-buildbot/pictures/multiple-flocks.svg A media/coordinating-parallel-builds-with-buildbot/pictures/nut.png A media/coordinating-parallel-builds-with-buildbot/pictures/overview.svg A media/coordinating-parallel-builds-with-buildbot/pictures/real-world-1.svg A media/coordinating-parallel-builds-with-buildbot/pictures/real-world-2.svg A media/coordinating-parallel-builds-with-buildbot/pictures/release-process-lines.svg A media/coordinating-parallel-builds-with-buildbot/pictures/release-process.svg A media/coordinating-parallel-builds-with-buildbot/pictures/slaves.svg A media/coordinating-parallel-builds-with-buildbot/pictures/triggerable.svg A media/coordinating-parallel-builds-with-buildbot/scripts/script.js A media/coordinating-parallel-builds-with-buildbot/themes/.DS_Store A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/.DS_Store A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/.DS_Store A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.eot A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.ttf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.woff A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/TargetBlank.otf A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/TargetBlank.svg A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/Fx-logo.png A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-blue-2.png A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-darkgrey-2.png A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-red-2.png A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-sandstone-2.png A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/mozilla-logo-white.png A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/mozilla-logo.png A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/tab-2.png A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/fonts.css A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/print.css A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/reset.css A media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/style.css M slave/buildslave/__init__.py M slave/buildslave/runprocess.py Log Message: ----------- Merge branch 'master' into nine Commit: 1432719d0302df00afe67073d30535b06797b928 https://github.com/buildbot/buildbot/commit/1432719d0302df00afe67073d30535b06797b928 Author: Dustin J. Mitchell Date: 2013-06-08 (Sat, 08 Jun 2013) Changed paths: M master/buildbot/process/builder.py M master/buildbot/test/unit/test_process_builder.py Log Message: ----------- Gather builderid for builders Commit: 9aaf540e35c28da4bcce018944ddb850df0ae5e6 https://github.com/buildbot/buildbot/commit/9aaf540e35c28da4bcce018944ddb850df0ae5e6 Author: Dustin J. Mitchell Date: 2013-06-08 (Sat, 08 Jun 2013) Changed paths: M master/buildbot/config.py M master/buildbot/process/builder.py M master/buildbot/test/unit/test_config.py M master/docs/relnotes/index.rst Log Message: ----------- enforce builder names being unicode or ASCII Commit: 3b1e40278df96ec38e95b7ea001d6d91c2e4306d https://github.com/buildbot/buildbot/commit/3b1e40278df96ec38e95b7ea001d6d91c2e4306d Author: Dustin J. Mitchell Date: 2013-06-23 (Sun, 23 Jun 2013) Changed paths: M common/generate_buildbot_api_documentation.sh M master/buildbot/buildslave/__init__.py A master/buildbot/db/buildslaves.py M master/buildbot/db/connector.py A master/buildbot/db/migrate/versions/024_add_buildslaves_table.py R master/buildbot/db/migrate/versions/024_add_master_table.py A master/buildbot/db/migrate/versions/025_add_master_table.py R master/buildbot/db/migrate/versions/025_add_schedulers_table.py A master/buildbot/db/migrate/versions/026_add_schedulers_table.py R master/buildbot/db/migrate/versions/026_builders_table.py A master/buildbot/db/migrate/versions/027_builders_table.py R master/buildbot/db/migrate/versions/027_sourcestamps_refactor.py R master/buildbot/db/migrate/versions/028_replace_builds_table.py A master/buildbot/db/migrate/versions/028_sourcestamps_refactor.py A master/buildbot/db/migrate/versions/029_replace_builds_table.py R master/buildbot/db/migrate/versions/029_statusdb_tables.py R master/buildbot/db/migrate/versions/030_add_changesources_table.py A master/buildbot/db/migrate/versions/030_statusdb_tables.py A master/buildbot/db/migrate/versions/031_add_changesources_table.py M master/buildbot/db/model.py M master/buildbot/db/schedulers.py A master/buildbot/db/types/__init__.py A master/buildbot/db/types/json.py M master/buildbot/master.py M master/buildbot/monkeypatches/__init__.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/buildstep.py M master/buildbot/process/factory.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/base.py M master/buildbot/scripts/runner.py M master/buildbot/status/slave.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/base.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/grid.py M master/buildbot/status/web/slaves.py M master/buildbot/status/web/templates/console.html M master/buildbot/status/web/templates/layout.html M master/buildbot/status/web/templates/root.html M master/buildbot/status/words.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/source/repo.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_buildslave.py A master/buildbot/test/unit/test_db_buildslaves.py A master/buildbot/test/unit/test_db_migrate_versions_024_add_buildslaves_table.py R master/buildbot/test/unit/test_db_migrate_versions_024_add_master_table.py A master/buildbot/test/unit/test_db_migrate_versions_025_add_master_table.py R master/buildbot/test/unit/test_db_migrate_versions_025_add_schedulers_table.py A master/buildbot/test/unit/test_db_migrate_versions_026_add_schedulers_table.py R master/buildbot/test/unit/test_db_migrate_versions_026_builders_table.py A master/buildbot/test/unit/test_db_migrate_versions_027_builders_table.py R master/buildbot/test/unit/test_db_migrate_versions_027_sourcestamps_refactor.py R master/buildbot/test/unit/test_db_migrate_versions_028_replace_builds_table.py A master/buildbot/test/unit/test_db_migrate_versions_028_sourcestamps_refactor.py A master/buildbot/test/unit/test_db_migrate_versions_029_replace_builds_table.py R master/buildbot/test/unit/test_db_migrate_versions_029_statusdb_tables.py R master/buildbot/test/unit/test_db_migrate_versions_030_add_changesources_table.py A master/buildbot/test/unit/test_db_migrate_versions_030_statusdb_tables.py A master/buildbot/test/unit/test_db_migrate_versions_031_add_changesources_table.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_scripts_restart.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_svn.py M master/buildbot/test/unit/test_util_maildir.py M master/buildbot/test/util/scheduler.py M master/buildbot/util/__init__.py M master/buildbot/util/maildir.py M master/buildbot/util/state.py M master/contrib/README.txt A master/contrib/SimpleConfig.py A master/contrib/bash/buildbot A master/contrib/zsh/_buildbot M master/docs/developer/cls-basescheduler.rst M master/docs/developer/db.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/installation.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/0.8.8.rst M master/docs/relnotes/index.rst M master/docs/tutorial/fiveminutes.rst M master/docs/tutorial/further.rst M master/setup.py M slave/buildslave/monkeypatches/__init__.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/scripts/runner.py A slave/contrib/README.txt A slave/contrib/bash/buildslave A slave/contrib/zsh/_buildslave Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/db/connector.py master/buildbot/db/schedulers.py master/buildbot/master.py master/buildbot/process/buildrequestdistributor.py master/buildbot/schedulers/base.py master/buildbot/schedulers/basic.py master/buildbot/schedulers/forcesched.py master/buildbot/test/fake/fakedb.py master/buildbot/test/integration/test_slave_comm.py master/buildbot/test/unit/test_process_builder.py master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py Commit: 3a3e170db5d991b1b967d24e7bbc645ef417f78d https://github.com/buildbot/buildbot/commit/3a3e170db5d991b1b967d24e7bbc645ef417f78d Author: Dustin J. Mitchell Date: 2013-06-23 (Sun, 23 Jun 2013) Changed paths: M master/buildbot/test/integration/test_www.py Log Message: ----------- support twisteds that do not have HTTPConnectionPools Commit: 69615074e77b2ffa4d02c1fa7bb6af36c359ed6d https://github.com/buildbot/buildbot/commit/69615074e77b2ffa4d02c1fa7bb6af36c359ed6d Author: Dustin J. Mitchell Date: 2013-06-23 (Sun, 23 Jun 2013) Changed paths: M master/buildbot/util/__init__.py Log Message: ----------- fix pyflake Commit: 1cb023a80be3ad957afbc35b92aa3ef0dfb7ec80 https://github.com/buildbot/buildbot/commit/1cb023a80be3ad957afbc35b92aa3ef0dfb7ec80 Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M master/buildbot/test/util/www.py M master/buildbot/www/rest.py Log Message: ----------- fix some python-2.5 compatibility Commit: 54ae858bca9bedfdd267de58732262d39abaa5ce https://github.com/buildbot/buildbot/commit/54ae858bca9bedfdd267de58732262d39abaa5ce Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M master/buildbot/test/unit/test_util_service.py Log Message: ----------- don't use assertIsNone, which doesn't exist in py25 Commit: c25a28d8ce486447c0b000b4b47ee7c991c4823d https://github.com/buildbot/buildbot/commit/c25a28d8ce486447c0b000b4b47ee7c991c4823d Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M master/buildbot/test/integration/test_master.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/util/www.py Log Message: ----------- skip integration tests if buildbot-www is not installed Commit: 474ee4f65049b5a9a4afe40fdc9ffcdbe9629fb5 https://github.com/buildbot/buildbot/commit/474ee4f65049b5a9a4afe40fdc9ffcdbe9629fb5 Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M master/buildbot/test/__init__.py R master/buildbot/test/unit/test_util_namespace.py R master/buildbot/util/namespace.py Log Message: ----------- remove Namespace, which doesn't play nice with simplejson Commit: 849be52fb2e2ebe5d6bcd6e4884811ee15855e41 https://github.com/buildbot/buildbot/commit/849be52fb2e2ebe5d6bcd6e4884811ee15855e41 Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M master/buildbot/www/service.py Log Message: ----------- get the web service's port on old twisted, too Commit: f5626e144c77343bfffb2e53c1b6bc8202bdc27b https://github.com/buildbot/buildbot/commit/f5626e144c77343bfffb2e53c1b6bc8202bdc27b Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M www/setup.py Log Message: ----------- handle the lack of json on python-2.5 Commit: ad425b7e64c82ad06f616a78efdf019b114349b2 https://github.com/buildbot/buildbot/commit/ad425b7e64c82ad06f616a78efdf019b114349b2 Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M www/src/font/FontAwesome.otf M www/src/font/fontawesome-webfont.eot M www/src/font/fontawesome-webfont.svg M www/src/font/fontawesome-webfont.ttf M www/src/font/fontawesome-webfont.woff Log Message: ----------- fix links for fontawesome Refs #2515. Commit: 4c00888bfa2ccea528e79286011f8fc192ca0bb9 https://github.com/buildbot/buildbot/commit/4c00888bfa2ccea528e79286011f8fc192ca0bb9 Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M www/setup.py Log Message: ----------- only require simplejson on py25 Commit: 8fb0efe477abd74a418257130751ee98ed646007 https://github.com/buildbot/buildbot/commit/8fb0efe477abd74a418257130751ee98ed646007 Author: Dustin J. Mitchell Date: 2013-06-24 (Mon, 24 Jun 2013) Changed paths: M master/buildbot/db/changes.py M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- fix mysql issues Commit: 24105ecbe0043431672f5c08f2da252bbe69081f https://github.com/buildbot/buildbot/commit/24105ecbe0043431672f5c08f2da252bbe69081f Author: Dustin J. Mitchell Date: 2013-07-01 (Mon, 01 Jul 2013) Changed paths: M master/buildbot/changes/hgpoller.py M master/buildbot/changes/mail.py M master/buildbot/config.py M master/buildbot/db/changes.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/change_hook.py M master/buildbot/status/web/files/robots.txt M master/buildbot/status/web/hooks/github.py A master/buildbot/status/web/hooks/gitlab.py M master/buildbot/steps/source/svn.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/buildbot/test/unit/test_scripts_start.py M master/buildbot/test/unit/test_status_web_authz_Authz.py A master/buildbot/test/unit/test_status_web_change_hooks_gitlab.py M master/buildbot/test/unit/test_steps_source_svn.py M master/contrib/bitbucket_buildbot.py M master/contrib/github_buildbot.py M master/docs/conf.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/style.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-intro.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/customization.rst M master/docs/relnotes/0.8.6.rst M master/docs/relnotes/0.8.7.rst M master/docs/relnotes/0.8.8.rst M master/docs/relnotes/index.rst M master/docs/tutorial/firstrun.rst M master/docs/tutorial/fiveminutes.rst M master/docs/tutorial/tour.rst M master/setup.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/builder.py Commit: 3411c41d68b47f5892961ad96349a28ebe06a2ba https://github.com/buildbot/buildbot/commit/3411c41d68b47f5892961ad96349a28ebe06a2ba Author: Dustin J. Mitchell Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M master/docs/developer/cls-resultspec.rst M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst Log Message: ----------- fix up docs and highlighting Commit: 863bd39d3d20ef69a0194a831fb427b13a560968 https://github.com/buildbot/buildbot/commit/863bd39d3d20ef69a0194a831fb427b13a560968 Author: Dustin J. Mitchell Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M master/buildbot/buildslave/__init__.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/hooks/gitlab.py M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py R master/buildbot/test/unit/test_status_web_change_hook.py R master/buildbot/test/unit/test_status_web_change_hooks_bitbucket.py R master/buildbot/test/unit/test_status_web_change_hooks_github.py R master/buildbot/test/unit/test_status_web_change_hooks_gitlab.py R master/buildbot/test/unit/test_status_web_change_hooks_googlecode.py R master/buildbot/test/unit/test_status_web_change_hooks_poller.py A master/buildbot/test/unit/test_status_web_hook.py A master/buildbot/test/unit/test_status_web_hooks_bitbucket.py A master/buildbot/test/unit/test_status_web_hooks_github.py A master/buildbot/test/unit/test_status_web_hooks_gitlab.py A master/buildbot/test/unit/test_status_web_hooks_googlecode.py A master/buildbot/test/unit/test_status_web_hooks_poller.py M master/docs/conf.py M master/docs/developer/tests.rst M master/docs/tutorial/firstrun.rst M slave/buildslave/bot.py M slave/buildslave/runprocess.py Log Message: ----------- Merge branch 'master' into nine Commit: ae1f429ca1d354dd9d2113b1d3d5ed42cae80120 https://github.com/buildbot/buildbot/commit/ae1f429ca1d354dd9d2113b1d3d5ed42cae80120 Author: Dustin J. Mitchell Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M master/buildbot/test/regressions/test_bad_change_properties_rows.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_changesources.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_db_users.py Log Message: ----------- fix postgres tests Commit: d326f4f17fe681086a79a38b55d3a31016f1c1c1 https://github.com/buildbot/buildbot/commit/d326f4f17fe681086a79a38b55d3a31016f1c1c1 Author: Dustin J. Mitchell Date: 2013-07-02 (Tue, 02 Jul 2013) Changed paths: M master/docs/manual/installation.rst M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- remove support for sqlalchemy-migrage-0.6.1 Commit: 3de2de4bca9bf81463ac74b776e8696d2a3ac6cd https://github.com/buildbot/buildbot/commit/3de2de4bca9bf81463ac74b776e8696d2a3ac6cd Author: Dustin J. Mitchell Date: 2013-07-05 (Fri, 05 Jul 2013) Changed paths: M master/buildbot/buildslave/__init__.py A master/buildbot/buildslave/base.py A master/buildbot/buildslave/ec2.py A master/buildbot/buildslave/libvirt.py M master/buildbot/buildslave/openstack.py M master/buildbot/config.py M master/buildbot/ec2buildslave.py M master/buildbot/libvirtbuildslave.py M master/buildbot/process/build.py M master/buildbot/scripts/base.py M master/buildbot/scripts/checkconfig.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/steps/shell.py R master/buildbot/test/unit/test_buildslave.py A master/buildbot/test/unit/test_buildslave_base.py A master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_config.py R master/buildbot/test/unit/test_libvirtbuildslave.py M master/buildbot/test/unit/test_scripts_base.py M master/buildbot/test/unit/test_scripts_checkconfig.py M master/buildbot/test/unit/test_steps_shell.py M master/docs/manual/cfg-buildslaves.rst M master/docs/relnotes/0.8.8.rst Log Message: ----------- Merge branch 'master' into nine Commit: 97dc5669d106b9f333ffdaf9e84e8885127538aa https://github.com/buildbot/buildbot/commit/97dc5669d106b9f333ffdaf9e84e8885127538aa Author: Dustin J. Mitchell Date: 2013-07-05 (Fri, 05 Jul 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/data/builds.py A master/buildbot/data/buildslaves.py M master/buildbot/data/types.py M master/buildbot/db/builds.py M master/buildbot/db/buildslaves.py M master/buildbot/db/migrate/versions/029_replace_builds_table.py A master/buildbot/db/migrate/versions/032_slave_connections.py M master/buildbot/db/model.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/status/web/builder.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_data_builds.py A master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_buildslaves.py M master/buildbot/test/unit/test_db_logs.py A master/buildbot/test/unit/test_db_migrate_versions_032_slave_connections.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/validation.py M master/docs/developer/db.rst M master/docs/developer/rtype-build.rst Log Message: ----------- buildslaves db and data Add DB support for tracking where slaves are configured and where they are connected, and a basic data API layer atop that. Commit: 29c13a77873872d3e77c920fb198ee78b577f43f https://github.com/buildbot/buildbot/commit/29c13a77873872d3e77c920fb198ee78b577f43f Author: Dustin J. Mitchell Date: 2013-07-06 (Sat, 06 Jul 2013) Changed paths: M master/docs/developer/data.rst M master/docs/developer/db.rst A master/docs/developer/rtype-buildslave.rst Log Message: ----------- docs for buildslave resource type Commit: 1896a8759b6e0fc2466a6067f8b8f7f1e0ab3454 https://github.com/buildbot/buildbot/commit/1896a8759b6e0fc2466a6067f8b8f7f1e0ab3454 Author: Dustin J. Mitchell Date: 2013-07-06 (Sat, 06 Jul 2013) Changed paths: M master/buildbot/test/fake/fakedb.py Log Message: ----------- minor tweaks Commit: c815fc9b3b142526b5506037c379ad240b164631 https://github.com/buildbot/buildbot/commit/c815fc9b3b142526b5506037c379ad240b164631 Author: Dustin J. Mitchell Date: 2013-07-06 (Sat, 06 Jul 2013) Changed paths: M master/buildbot/test/unit/test_db_buildslaves.py M master/docs/developer/db.rst Log Message: ----------- fix merge error regarding id key in buildslavedicts Commit: 0c8c775afaa3579ea42a15aaa215c44ed7a85390 https://github.com/buildbot/buildbot/commit/0c8c775afaa3579ea42a15aaa215c44ed7a85390 Author: Dustin J. Mitchell Date: 2013-07-07 (Sun, 07 Jul 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/unit/test_buildslave_base.py Log Message: ----------- more careful tracking of buildslaveid in AbstractBuildSlave Commit: 48e904936ec84fd6964f7b7fdeb094520be0da0f https://github.com/buildbot/buildbot/commit/48e904936ec84fd6964f7b7fdeb094520be0da0f Author: Dustin J. Mitchell Date: 2013-07-07 (Sun, 07 Jul 2013) Changed paths: M master/buildbot/process/builder.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_status_mail.py M master/docs/developer/rtype-build.rst Log Message: ----------- integrate buildslaves and builds Commit: f4f0519922d4f52fb17c7c10b6e7915202ed7774 https://github.com/buildbot/buildbot/commit/f4f0519922d4f52fb17c7c10b6e7915202ed7774 Author: Dustin J. Mitchell Date: 2013-07-07 (Sun, 07 Jul 2013) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- refactor AbstractBuildSlave.attached Commit: 5154215037801ad1f149510f4e4fb51f49f3b008 https://github.com/buildbot/buildbot/commit/5154215037801ad1f149510f4e4fb51f49f3b008 Author: Dustin J. Mitchell Date: 2013-07-07 (Sun, 07 Jul 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/data/buildslaves.py M master/buildbot/data/connector.py M master/buildbot/db/buildslaves.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildslaves.py M master/docs/developer/db.rst M master/docs/developer/rtype-buildslave.rst Log Message: ----------- add DB/data support for recording buildslave connections and disconnections Commit: d6c7aab6c7b31cacf175592c7aa3f6cd39d6d4ac https://github.com/buildbot/buildbot/commit/d6c7aab6c7b31cacf175592c7aa3f6cd39d6d4ac Author: Dustin J. Mitchell Date: 2013-07-12 (Fri, 12 Jul 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_buildslave_base.py Log Message: ----------- fix tests Commit: 5a9574d5df709b6694a9cd4d00de3c0169e11c16 https://github.com/buildbot/buildbot/commit/5a9574d5df709b6694a9cd4d00de3c0169e11c16 Author: Dustin J. Mitchell Date: 2013-07-13 (Sat, 13 Jul 2013) Changed paths: M master/buildbot/db/buildslaves.py M master/buildbot/test/unit/test_db_buildslaves.py Log Message: ----------- fix errors on postgres Commit: 08ed4098e5f3e81a55b7b2dc38d5fee0ddf2d2a0 https://github.com/buildbot/buildbot/commit/08ed4098e5f3e81a55b7b2dc38d5fee0ddf2d2a0 Author: Dustin J. Mitchell Date: 2013-07-13 (Sat, 13 Jul 2013) Changed paths: M master/buildbot/test/unit/test_db_buildslaves.py Log Message: ----------- remove bad JSON test: StatementError doesn't exist on older SQLAlchemies, and it's not part of the API anyway Commit: 9861c5863b4f83ab87b7ff78e7101a0491006b43 https://github.com/buildbot/buildbot/commit/9861c5863b4f83ab87b7ff78e7101a0491006b43 Author: Dustin J. Mitchell Date: 2013-07-14 (Sun, 14 Jul 2013) Changed paths: M master/buildbot/test/unit/test_db_buildslaves.py Log Message: ----------- fix pyflakes Commit: 62e24436bfaaad1e0d14846f48ced872ffcac0d3 https://github.com/buildbot/buildbot/commit/62e24436bfaaad1e0d14846f48ced872ffcac0d3 Author: Pierre Tardy Date: 2013-07-29 (Mon, 29 Jul 2013) Changed paths: M www/src/scripts/routes.coffee M www/src/scripts/run.coffee Log Message: ----------- coding style fixes running pep8 on coffee script kinda works. Its better than nothing at finding silly styling issues Signed-off-by: Pierre Tardy Commit: 3c899b047c7478dea7d7d024e2b1c64f31fbb0c6 https://github.com/buildbot/buildbot/commit/3c899b047c7478dea7d7d024e2b1c64f31fbb0c6 Author: Dustin J. Mitchell Date: 2013-07-31 (Wed, 31 Jul 2013) Changed paths: M www/setup.py Log Message: ----------- fix bootstrap at version 2.3.2 Commit: 03572e54fe845b958aefbcf3b3d654ab599ec504 https://github.com/buildbot/buildbot/commit/03572e54fe845b958aefbcf3b3d654ab599ec504 Author: Dustin J. Mitchell Date: 2013-08-01 (Thu, 01 Aug 2013) Changed paths: M master/buildbot/util/service.py Log Message: ----------- fix error reporting in ClusteredService (patch by buck1) Commit: ca9a5343deb43ceb936cab0265c2a68a5745a381 https://github.com/buildbot/buildbot/commit/ca9a5343deb43ceb936cab0265c2a68a5745a381 Author: Dustin J. Mitchell Date: 2013-08-01 (Thu, 01 Aug 2013) Changed paths: M master/buildbot/data/connector.py M master/buildbot/db/connector.py Log Message: ----------- actually include the changesource connectors Commit: 334d5aa9e22873db92894400cabc1da47dcf937a https://github.com/buildbot/buildbot/commit/334d5aa9e22873db92894400cabc1da47dcf937a Author: Buck Golemon Date: 2013-08-02 (Fri, 02 Aug 2013) Changed paths: M master/buildbot/process/buildrequest.py Log Message: ----------- fix up TempSourceStamp.asDict so that TriggerStep can succeed Commit: c7cd656e6368c20d4c75b5b3ece8b6b97bbeaaa1 https://github.com/buildbot/buildbot/commit/c7cd656e6368c20d4c75b5b3ece8b6b97bbeaaa1 Author: Pierre Tardy Date: 2013-08-03 (Sat, 03 Aug 2013) Changed paths: M master/buildbot/data/builds.py M master/buildbot/data/connector.py M master/buildbot/data/root.py M master/buildbot/data/types.py A master/buildbot/scripts/dataspec.py M master/buildbot/scripts/runner.py R master/buildbot/scripts/uitestserver.py M master/buildbot/test/unit/test_data_root.py Log Message: ----------- dataTypes: add endpoint and cmdline to dump the application spec All our data api is already described in python, we need to export that to the coffeescript testsuite in order to make sure the mocked api is the same as the python one. As we are at it, we export it to the data api as well, so that we can have a UI showing the API to the potential developer Commit: c496548ee5f574a78df92d4227ba1024adf0c576 https://github.com/buildbot/buildbot/commit/c496548ee5f574a78df92d4227ba1024adf0c576 Author: Pierre Tardy Date: 2013-08-03 (Sat, 03 Aug 2013) Changed paths: M www/src/styles/bootstrap.less M www/src/styles/variables.less Log Message: ----------- upgrade bootstrap and fontawesome bootstrap 3.0 and fontawesome again changed its path! Signed-off-by: Pierre Tardy Commit: c353ddd4150dc78f9eda4be6b249f1c7f87d1781 https://github.com/buildbot/buildbot/commit/c353ddd4150dc78f9eda4be6b249f1c7f87d1781 Author: Pierre Tardy Date: 2013-08-03 (Sat, 03 Aug 2013) Changed paths: M master/docs/developer/www.rst M www/Gruntfile.coffee M www/karma.conf.js M www/setup.py M www/src/scripts/app.coffee A www/src/scripts/libs/lodash.js A www/src/scripts/libs/restangular.js M www/src/scripts/run.coffee M www/src/scripts/services/buildbotService.coffee A www/test/scripts/services/EventSourceMock.coffee M www/test/scripts/services/buildbotService.coffee A www/test/scripts/services/httpMock.coffee Log Message: ----------- buildbotService: based on Restangular buildbotService is a typical restangular object, but adds methods to automatically update scope based on 'sse' events Add unit tests: - EventSourceMock simulates events - httpMock simulates the whole backend, with help from dataspec json info. This will be used to unittest controllers, for E2E tests, and for backendless development add restangular and lodash deps. Commit: 28dccf98b69f0e3d8bff48fa4c0b36a7c34dec8b https://github.com/buildbot/buildbot/commit/28dccf98b69f0e3d8bff48fa4c0b36a7c34dec8b Author: Pierre Tardy Date: 2013-08-05 (Mon, 05 Aug 2013) Changed paths: M master/buildbot/data/builders.py M www/Gruntfile.coffee M www/karma.conf.js M www/src/index.jade M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/controllers/changesController.coffee M www/src/scripts/directives/topmenu.coffee M www/src/scripts/routes.coffee M www/src/scripts/run.coffee M www/src/scripts/services/buildbotService.coffee M www/src/views/about.jade M www/src/views/builders.jade M www/src/views/changes.jade M www/src/views/directives/topmenu.jade M www/src/views/home.jade R www/test/scripts/libs/jasmine-html.js R www/test/scripts/libs/jasmine.js A www/test/scripts/mocks/EventSourceMock.coffee A www/test/scripts/mocks/httpMock.coffee A www/test/scripts/scenarios/devapp.coffee R www/test/scripts/services/EventSourceMock.coffee M www/test/scripts/services/buildbotService.coffee R www/test/scripts/services/httpMock.coffee Log Message: ----------- www: enable backendless development When the web app is served by generic file server, in grunt dev mode, we use ngMock and dataspec to serve mocked data to the UI. Thus web development can happen independantly from data api progress as soon as the spec is written refactor the few existing views to match bootstrap3 and the new buildbotService apis Signed-off-by: Pierre Tardy Commit: 4a7896ac736b6503d017e0e5edb5ca0dc15d4863 https://github.com/buildbot/buildbot/commit/4a7896ac736b6503d017e0e5edb5ca0dc15d4863 Author: Pierre Tardy Date: 2013-08-06 (Tue, 06 Aug 2013) Changed paths: M .gitignore M www/setup.py R www/src/font/FontAwesome.otf M www/src/font/fontawesome-webfont.eot M www/src/font/fontawesome-webfont.svg M www/src/font/fontawesome-webfont.ttf M www/src/font/fontawesome-webfont.woff M www/src/scripts/app.coffee R www/src/scripts/libs/angular-resource.js M www/src/scripts/libs/angular.js M www/src/scripts/libs/html5shiv-printshiv.js M www/src/scripts/libs/jquery.js M www/src/scripts/libs/json2.js M www/src/scripts/libs/lodash.js M www/src/scripts/libs/require.js M www/src/scripts/libs/restangular.js A www/src/scripts/libs/ui-bootstrap-tpls.js M www/src/styles/bootstrap M www/src/styles/bootstrap.less M www/src/styles/font-awesome R www/src/styles/font-awesome.less M www/test/scripts/libs/angular-mocks.js Log Message: ----------- upgrade bower version make component move to bower_component Commit: 0ce4f16c2bda88b31ac7ca19b94d5dc0c01796a4 https://github.com/buildbot/buildbot/commit/0ce4f16c2bda88b31ac7ca19b94d5dc0c01796a4 Author: Buck Golemon Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/python.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/bzr.py M master/buildbot/steps/source/cvs.py A master/buildbot/steps/source/gerrit.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/source/svn.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_cvs.py A master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_svn.py M master/docs/developer/cls-remotecommands.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst M slave/buildslave/runprocess.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/scripts/runner.py M slave/buildslave/test/unit/test_runprocess.py M slave/buildslave/test/unit/test_scripts_base.py M slave/buildslave/test/unit/test_scripts_create_slave.py M slave/buildslave/test/unit/test_scripts_runner.py M slave/buildslave/test/unit/test_scripts_stop.py Log Message: ----------- Merge branch 'buck-modernize-test-db-buildrequests' into nine Conflicts: master/buildbot/test/fake/fakedb.py master/buildbot/test/unit/test_db_buildrequests.py Commit: d0daf958da68f8deb46f5b29b592a3708c6f11ec https://github.com/buildbot/buildbot/commit/d0daf958da68f8deb46f5b29b592a3708c6f11ec Author: Buck Golemon Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M master/buildbot/data/masters.py M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- fix the one failing test Commit: 027cada2ceb46363baee3c772ce71e330d68d715 https://github.com/buildbot/buildbot/commit/027cada2ceb46363baee3c772ce71e330d68d715 Author: Buck Golemon Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M .gitignore A README.md M common/validate.sh M master/MANIFEST.in M master/buildbot/buildslave/base.py M master/buildbot/changes/base.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.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/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/debug.py M master/buildbot/clients/tryclient.py M master/buildbot/config.py A master/buildbot/data/__init__.py A master/buildbot/data/base.py A master/buildbot/data/builders.py A master/buildbot/data/builds.py A master/buildbot/data/buildsets.py A master/buildbot/data/buildslaves.py A master/buildbot/data/changes.py A master/buildbot/data/changesources.py A master/buildbot/data/connector.py A master/buildbot/data/exceptions.py A master/buildbot/data/logchunks.py A master/buildbot/data/logs.py A master/buildbot/data/masters.py A master/buildbot/data/patches.py A master/buildbot/data/resultspec.py A master/buildbot/data/root.py A master/buildbot/data/schedulers.py A master/buildbot/data/sourcestamps.py A master/buildbot/data/steps.py A master/buildbot/data/types.py M master/buildbot/db/base.py A master/buildbot/db/builders.py M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/buildslaves.py M master/buildbot/db/changes.py A master/buildbot/db/changesources.py M master/buildbot/db/connector.py A master/buildbot/db/logs.py A master/buildbot/db/masters.py M master/buildbot/db/migrate/versions/001_initial.py A master/buildbot/db/migrate/versions/025_add_master_table.py A master/buildbot/db/migrate/versions/026_add_schedulers_table.py A master/buildbot/db/migrate/versions/027_builders_table.py A master/buildbot/db/migrate/versions/028_sourcestamps_refactor.py A master/buildbot/db/migrate/versions/029_replace_builds_table.py A master/buildbot/db/migrate/versions/030_statusdb_tables.py A master/buildbot/db/migrate/versions/031_add_changesources_table.py A master/buildbot/db/migrate/versions/032_slave_connections.py M master/buildbot/db/model.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py R master/buildbot/db/sourcestampsets.py M master/buildbot/db/state.py A master/buildbot/db/steps.py M master/buildbot/db/users.py M master/buildbot/interfaces.py M master/buildbot/master.py M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/decorators.py A master/buildbot/mq/__init__.py A master/buildbot/mq/base.py A master/buildbot/mq/connector.py A master/buildbot/mq/simple.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/buildstep.py M master/buildbot/process/debug.py M master/buildbot/process/metrics.py M master/buildbot/process/properties.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/runner.py M master/buildbot/scripts/sample.cfg A master/buildbot/scripts/uitestserver.py R master/buildbot/sourcestamp.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/buildrequest.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/persistent_queue.py M master/buildbot/status/results.py M master/buildbot/status/tinderbox.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/files/default.css M master/buildbot/status/web/grid.py M master/buildbot/status/web/status_json.py M master/buildbot/status/words.py M master/buildbot/steps/trigger.py M master/buildbot/test/__init__.py A master/buildbot/test/fake/endpoint.py A master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py A master/buildbot/test/fake/fakemq.py M master/buildbot/test/fuzz/test_lru.py M master/buildbot/test/integration/test_master.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_upgrade.py A master/buildbot/test/integration/test_www.py R master/buildbot/test/interfaces/__init__.py R master/buildbot/test/interfaces/test_logfile.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/regressions/test_oldpaths.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/regressions/test_unpickling.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_changes_base.py M master/buildbot/test/unit/test_changes_bonsaipoller.py M master/buildbot/test/unit/test_changes_changes.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_changes_hgpoller.py M master/buildbot/test/unit/test_changes_mail.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_config.py A master/buildbot/test/unit/test_data_base.py A master/buildbot/test/unit/test_data_builders.py A master/buildbot/test/unit/test_data_builds.py A master/buildbot/test/unit/test_data_buildsets.py A master/buildbot/test/unit/test_data_buildslaves.py A master/buildbot/test/unit/test_data_changes.py A master/buildbot/test/unit/test_data_changesources.py A master/buildbot/test/unit/test_data_connector.py A master/buildbot/test/unit/test_data_logchunks.py A master/buildbot/test/unit/test_data_logs.py A master/buildbot/test/unit/test_data_masters.py A master/buildbot/test/unit/test_data_patches.py A master/buildbot/test/unit/test_data_resultspec.py A master/buildbot/test/unit/test_data_root.py A master/buildbot/test/unit/test_data_schedulers.py A master/buildbot/test/unit/test_data_sourcestamps.py A master/buildbot/test/unit/test_data_steps.py A master/buildbot/test/unit/test_data_types.py M master/buildbot/test/unit/test_db_base.py A master/buildbot/test/unit/test_db_builders.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_buildslaves.py M master/buildbot/test/unit/test_db_changes.py A master/buildbot/test/unit/test_db_changesources.py M master/buildbot/test/unit/test_db_connector.py A master/buildbot/test/unit/test_db_logs.py A master/buildbot/test/unit/test_db_masters.py A master/buildbot/test/unit/test_db_migrate_versions_025_add_master_table.py A master/buildbot/test/unit/test_db_migrate_versions_026_add_schedulers_table.py A master/buildbot/test/unit/test_db_migrate_versions_027_builders_table.py A master/buildbot/test/unit/test_db_migrate_versions_028_sourcestamps_refactor.py A master/buildbot/test/unit/test_db_migrate_versions_029_replace_builds_table.py A master/buildbot/test/unit/test_db_migrate_versions_030_statusdb_tables.py A master/buildbot/test/unit/test_db_migrate_versions_031_add_changesources_table.py A master/buildbot/test/unit/test_db_migrate_versions_032_slave_connections.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_db_sourcestamps.py R master/buildbot/test/unit/test_db_sourcestampsets.py A master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_db_users.py A master/buildbot/test/unit/test_logfile.py M master/buildbot/test/unit/test_master.py Log Message: ----------- Merge branches 'buck-fix-github', 'buck-modernize-test-db-buildrequests-on-nine', 'buck-silent-nextBuild' and 'buck-tempsourcestamp-asdict' into buck-nine-2013-08-06 Commit: 2a7ff92599bccac6738219e98c85c8f42b390123 https://github.com/buildbot/buildbot/commit/2a7ff92599bccac6738219e98c85c8f42b390123 Author: Buck Golemon Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M master/buildbot/db/buildrequests.py A master/buildbot/db/migrate/versions/033_buildrequests_waited_for.py M master/buildbot/db/model.py M master/buildbot/process/buildrequest.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildrequests.py Log Message: ----------- add a buildrequests.waited_for column fix the fake buildrequest.waited_for Commit: c1b7e5b6985f44a028c723d2dd3a1e509059a7b0 https://github.com/buildbot/buildbot/commit/c1b7e5b6985f44a028c723d2dd3a1e509059a7b0 Author: Pierre Tardy Date: 2013-08-10 (Sat, 10 Aug 2013) Changed paths: M www/src/index.jade A www/src/scripts/controllers/alertPanelController.coffee A www/src/scripts/services/alertService.coffee M www/src/styles/styles.less Log Message: ----------- www: add global alert alert service can be called from anywhere do display an alert bar on top of the window. Signed-off-by: Pierre Tardy Commit: 88dee4cd8b9ff5a3bd69a2524a9a6f9d3463980d https://github.com/buildbot/buildbot/commit/88dee4cd8b9ff5a3bd69a2524a9a6f9d3463980d Author: Pierre Tardy Date: 2013-08-10 (Sat, 10 Aug 2013) Changed paths: M www/Gruntfile.coffee R www/karma.conf.js M www/sample_plugin/Gruntfile.coffee M www/sample_plugin/setup.py M www/setup.py M www/src/scripts/app.coffee M www/src/scripts/run.coffee M www/src/scripts/views.coffee R www/tasks/requiregen.coffee A www/test/scripts/main.coffee R www/test/scripts/services/buildbotService.coffee A www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- modernization of buildscripts upgrade to karma to 0.10 upgrade grunt-watch -> no need for 2 extra parallel grunt command for karma and livereload added incremental build for coffee scripts. only modified files are recompiled Suppress depend on grunt-hustler in favor of equivalent single module (ngTemplateCache->html2js) put requiregen task in its own grunt module Commit: 36d3e977c2fc6414c210eab2207afa22f2340007 https://github.com/buildbot/buildbot/commit/36d3e977c2fc6414c210eab2207afa22f2340007 Author: Pierre Tardy Date: 2013-08-10 (Sat, 10 Aug 2013) Changed paths: M www/src/index.jade M www/src/views/home.jade Log Message: ----------- fix minor bootstrap move issues Commit: 3d30dc1b2b280d2e2f51aed1f76674dfb08644d8 https://github.com/buildbot/buildbot/commit/3d30dc1b2b280d2e2f51aed1f76674dfb08644d8 Author: Pierre Tardy Date: 2013-08-10 (Sat, 10 Aug 2013) Changed paths: M www/Gruntfile.coffee Log Message: ----------- enable tests for prod build as well Commit: bda1c6dbcbae91caa7f9e19b1d8d3b69ea329cb1 https://github.com/buildbot/buildbot/commit/bda1c6dbcbae91caa7f9e19b1d8d3b69ea329cb1 Author: Dustin J. Mitchell Date: 2013-08-10 (Sat, 10 Aug 2013) Changed paths: M master/buildbot/process/buildrequest.py Log Message: ----------- Merge branch 'buck-tempsourcestamp-asdict' of git://github.com/bukzor/buildbot into nine Commit: a8ead99cc8c505fb19e8e3bd018696e16b6759ee https://github.com/buildbot/buildbot/commit/a8ead99cc8c505fb19e8e3bd018696e16b6759ee Author: Dustin J. Mitchell Date: 2013-08-10 (Sat, 10 Aug 2013) Changed paths: M master/buildbot/data/masters.py M master/buildbot/db/buildrequests.py A master/buildbot/db/migrate/versions/033_buildrequests_waited_for.py M master/buildbot/db/model.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/buildstep.py M master/buildbot/steps/python.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/bzr.py M master/buildbot/steps/source/cvs.py A master/buildbot/steps/source/gerrit.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/source/svn.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/buildbot/test/unit/test_status_github.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_cvs.py A master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_svn.py M master/docs/developer/cls-remotecommands.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst M slave/buildslave/runprocess.py M slave/buildslave/scripts/create_slave.py M slave/buildslave/scripts/runner.py M slave/buildslave/test/unit/test_runprocess.py M slave/buildslave/test/unit/test_scripts_base.py M slave/buildslave/test/unit/test_scripts_create_slave.py M slave/buildslave/test/unit/test_scripts_runner.py M slave/buildslave/test/unit/test_scripts_stop.py Log Message: ----------- Merge branch 'buck-buildrequest-waited_for' of git://github.com/bukzor/buildbot into nine (and a bunch of other stuff from master) Commit: 4274eb8b22a4694e8046cb919cae5bf1de473d35 https://github.com/buildbot/buildbot/commit/4274eb8b22a4694e8046cb919cae5bf1de473d35 Author: Dustin J. Mitchell Date: 2013-08-10 (Sat, 10 Aug 2013) Changed paths: M master/buildbot/db/buildrequests.py M master/buildbot/db/migrate/versions/033_buildrequests_waited_for.py A master/buildbot/test/unit/test_db_migrate_versions_033_buildrequests_waited_for.py Log Message: ----------- tabs, copyright headers, and tests for migration 033 Commit: 1d9e2c941974cbbce2f02d60c2798063a792aefd https://github.com/buildbot/buildbot/commit/1d9e2c941974cbbce2f02d60c2798063a792aefd Author: Dustin J. Mitchell Date: 2013-08-10 (Sat, 10 Aug 2013) Changed paths: M master/buildbot/test/unit/test_db_migrate_versions_033_buildrequests_waited_for.py Log Message: ----------- fix pyflakes Commit: 53db29ea32a25bcd48fdfc91ad4092ab3b6e8752 https://github.com/buildbot/buildbot/commit/53db29ea32a25bcd48fdfc91ad4092ab3b6e8752 Author: Pierre Tardy Date: 2013-08-11 (Sun, 11 Aug 2013) Changed paths: M master/buildbot/data/connector.py M master/buildbot/data/root.py M master/buildbot/data/types.py M master/buildbot/scripts/dataspec.py M master/buildbot/scripts/runner.py M master/buildbot/util/pathmatch.py M master/docs/developer/www.rst M www/setup.py M www/src/scripts/services/alertService.coffee Log Message: ----------- fixes for dustin Commit: dbdcdf6bc5d9f7c7c98948317533582460b92522 https://github.com/buildbot/buildbot/commit/dbdcdf6bc5d9f7c7c98948317533582460b92522 Author: Dustin J. Mitchell Date: 2013-08-11 (Sun, 11 Aug 2013) Changed paths: M .gitignore M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/connector.py M master/buildbot/data/root.py M master/buildbot/data/types.py A master/buildbot/scripts/dataspec.py M master/buildbot/scripts/runner.py R master/buildbot/scripts/uitestserver.py M master/buildbot/test/unit/test_data_root.py M master/buildbot/util/pathmatch.py M master/docs/developer/www.rst M www/Gruntfile.coffee R www/karma.conf.js M www/sample_plugin/Gruntfile.coffee M www/sample_plugin/setup.py M www/setup.py R www/src/font/FontAwesome.otf M www/src/font/fontawesome-webfont.eot M www/src/font/fontawesome-webfont.svg M www/src/font/fontawesome-webfont.ttf M www/src/font/fontawesome-webfont.woff M www/src/index.jade M www/src/scripts/app.coffee A www/src/scripts/controllers/alertPanelController.coffee M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/controllers/changesController.coffee M www/src/scripts/directives/topmenu.coffee R www/src/scripts/libs/angular-resource.js M www/src/scripts/libs/angular.js M www/src/scripts/libs/html5shiv-printshiv.js M www/src/scripts/libs/jquery.js M www/src/scripts/libs/json2.js A www/src/scripts/libs/lodash.js M www/src/scripts/libs/require.js A www/src/scripts/libs/restangular.js A www/src/scripts/libs/ui-bootstrap-tpls.js M www/src/scripts/routes.coffee M www/src/scripts/run.coffee A www/src/scripts/services/alertService.coffee M www/src/scripts/services/buildbotService.coffee M www/src/scripts/views.coffee M www/src/styles/bootstrap M www/src/styles/bootstrap.less M www/src/styles/font-awesome R www/src/styles/font-awesome.less M www/src/styles/styles.less M www/src/styles/variables.less M www/src/views/about.jade M www/src/views/builders.jade M www/src/views/changes.jade M www/src/views/directives/topmenu.jade M www/src/views/home.jade R www/tasks/requiregen.coffee M www/test/scripts/libs/angular-mocks.js R www/test/scripts/libs/jasmine-html.js R www/test/scripts/libs/jasmine.js A www/test/scripts/main.coffee A www/test/scripts/mocks/EventSourceMock.coffee A www/test/scripts/mocks/httpMock.coffee A www/test/scripts/scenarios/devapp.coffee R www/test/scripts/services/buildbotService.coffee A www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- Merge branch 'buildbotapi' of git://github.com/tardyp/buildbot into nine Commit: da92a2c0fc4f1188a0e193ff857a27e322477024 https://github.com/buildbot/buildbot/commit/da92a2c0fc4f1188a0e193ff857a27e322477024 Author: Dustin J. Mitchell Date: 2013-08-11 (Sun, 11 Aug 2013) Changed paths: M master/docs/developer/utils.rst Log Message: ----------- add docs for Matcher.iterPatterns Commit: 30788834d8886046c6faf645f2577dc17d25bfde https://github.com/buildbot/buildbot/commit/30788834d8886046c6faf645f2577dc17d25bfde Author: Dustin J. Mitchell Date: 2013-08-11 (Sun, 11 Aug 2013) Changed paths: M master/docs/developer/www.rst Log Message: ----------- minor docs edits Commit: 30794e8030be891ef5beaa8772044de26d0e782b https://github.com/buildbot/buildbot/commit/30794e8030be891ef5beaa8772044de26d0e782b Author: Dustin J. Mitchell Date: 2013-08-11 (Sun, 11 Aug 2013) Changed paths: M master/buildbot/data/connector.py M master/buildbot/data/root.py M master/buildbot/test/unit/test_data_root.py M master/docs/developer/data.rst M master/docs/developer/www.rst Log Message: ----------- verify spec formatting Commit: dadd9a6079de587a0b993a29c2416235b62afc4d https://github.com/buildbot/buildbot/commit/dadd9a6079de587a0b993a29c2416235b62afc4d Author: Pierre Tardy Date: 2013-08-13 (Tue, 13 Aug 2013) Changed paths: M www/setup.py Log Message: ----------- Those new fancy npm tools need npm >1.2 (peerDependancy feature) + bootstap 3.0.0 dependancy Signed-off-by: Pierre Tardy Commit: 61e776849bbdf466f452ba4edbfd5b6a0448e6e5 https://github.com/buildbot/buildbot/commit/61e776849bbdf466f452ba4edbfd5b6a0448e6e5 Author: Dustin J. Mitchell Date: 2013-08-13 (Tue, 13 Aug 2013) Changed paths: M www/setup.py Log Message: ----------- Merge branch 'nine' of git://github.com/tardyp/buildbot into nine Commit: 0105a85f5bff13c7f2ce181f604772627e94b442 https://github.com/buildbot/buildbot/commit/0105a85f5bff13c7f2ce181f604772627e94b442 Author: Buck Golemon Date: 2013-08-14 (Wed, 14 Aug 2013) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py Log Message: ----------- fix sourcestamps for unknown codebases Commit: 02e9dfcf051418a7d8ca16b81f3180e530bd575c https://github.com/buildbot/buildbot/commit/02e9dfcf051418a7d8ca16b81f3180e530bd575c Author: Dustin J. Mitchell Date: 2013-08-15 (Thu, 15 Aug 2013) Changed paths: M .gitignore M common/pylintrc M master/buildbot/changes/p4poller.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/revlinks.py M master/buildbot/status/web/files/default.css A master/buildbot/status/web/hooks/gitorious.py M master/buildbot/status/web/logs.py M master/buildbot/status/web/templates/waterfallhelp.html M master/buildbot/status/web/waterfall.py M master/buildbot/status/words.py A master/buildbot/steps/mswin.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_revlinks.py M master/buildbot/test/unit/test_status_github.py A master/buildbot/test/unit/test_status_web_hooks_gitorious.py A master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_p4.py M master/docs/developer/style.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst M slave/contrib/init-scripts/buildslave.init.sh Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/changes/p4poller.py master/buildbot/test/unit/test_changes_p4poller.py master/buildbot/test/unit/test_db_buildrequests.py Commit: cde57024b2a9244e4c4a3fccdb894a627d445ddf https://github.com/buildbot/buildbot/commit/cde57024b2a9244e4c4a3fccdb894a627d445ddf Author: Buck Golemon Date: 2013-08-15 (Thu, 15 Aug 2013) Changed paths: M master/buildbot/steps/trigger.py Log Message: ----------- simplify trigger logic a little Commit: 272d4710833d81f6e98fffaa63025ffcdbff5cb8 https://github.com/buildbot/buildbot/commit/272d4710833d81f6e98fffaa63025ffcdbff5cb8 Author: Buck Golemon Date: 2013-08-15 (Thu, 15 Aug 2013) Changed paths: M master/buildbot/schedulers/triggerable.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_schedulers_triggerable.py Log Message: ----------- Improve TriggerableScheduler tests to be less fake. Commit: 72371252ef208da1480b436cb18a579543174b64 https://github.com/buildbot/buildbot/commit/72371252ef208da1480b436cb18a579543174b64 Author: Buck Golemon Date: 2013-08-15 (Thu, 15 Aug 2013) Changed paths: M master/buildbot/data/buildsets.py M master/buildbot/db/buildsets.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/triggerable.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_triggerable.py Log Message: ----------- add support for buildrequest.waited_for Commit: d3503ea87024740fe457d56095e3e1abf8618465 https://github.com/buildbot/buildbot/commit/d3503ea87024740fe457d56095e3e1abf8618465 Author: Buck Golemon Date: 2013-08-15 (Thu, 15 Aug 2013) Changed paths: M master/buildbot/interfaces.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/util/interfaces.py Log Message: ----------- fix ITriggerableScheduler, add interface coverage Commit: a34373291a18fdf74a9f6b8c83bcbe125fe175ae https://github.com/buildbot/buildbot/commit/a34373291a18fdf74a9f6b8c83bcbe125fe175ae Author: Buck Golemon Date: 2013-08-15 (Thu, 15 Aug 2013) Changed paths: M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_steps_trigger.py Log Message: ----------- fix fake TriggerableScheduler. Add coverage. Fix Trigger step. Commit: 250b84c521c5abb9e8b706dcb5cfe3c2843ca446 https://github.com/buildbot/buildbot/commit/250b84c521c5abb9e8b706dcb5cfe3c2843ca446 Author: Buck Golemon Date: 2013-08-16 (Fri, 16 Aug 2013) Changed paths: M master/buildbot/db/buildsets.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildsets.py Log Message: ----------- assert waited_for type checking Commit: 7fa9df58590c148e14a1a875ac0efc800b488e93 https://github.com/buildbot/buildbot/commit/7fa9df58590c148e14a1a875ac0efc800b488e93 Author: Buck Golemon Date: 2013-08-16 (Fri, 16 Aug 2013) Changed paths: M master/buildbot/test/unit/test_schedulers_triggerable.py Log Message: ----------- coverage for triggered buildrequest.submitted_at Commit: 92754a93600b618adc33a561028ed0b3453b023f https://github.com/buildbot/buildbot/commit/92754a93600b618adc33a561028ed0b3453b023f Author: Dustin J. Mitchell Date: 2013-08-18 (Sun, 18 Aug 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/libvirt.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/tryclient.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/buildstep.py M master/buildbot/process/factory.py M master/buildbot/process/properties.py M master/buildbot/schedulers/trysched.py M master/buildbot/scripts/base.py M master/buildbot/status/status_gerrit.py M master/buildbot/status/web/base.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/feeds.py M master/buildbot/steps/source/p4.py M master/buildbot/steps/source/repo.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/unit/test_changes_gerritchangesource.py M master/buildbot/test/unit/test_clients_sendchange.py M master/buildbot/test/unit/test_clients_tryclient.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_factory.py M master/buildbot/test/unit/test_remotecommand.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_status_web_base.py M master/buildbot/test/unit/test_steps_source_repo.py R master/buildbot/test/util/pbclient.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/introduction.rst M master/docs/relnotes/0.8.8.rst M slave/buildslave/commands/base.py M slave/buildslave/commands/shell.py M slave/buildslave/runprocess.py M slave/buildslave/test/fake/runprocess.py M slave/buildslave/test/unit/test_commands_shell.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/changes/svnpoller.py master/buildbot/test/regressions/test_shell_command_properties.py master/buildbot/test/unit/test_changes_gerritchangesource.py Commit: 478d246866d29aac6742c0b259c82898b103fdc8 https://github.com/buildbot/buildbot/commit/478d246866d29aac6742c0b259c82898b103fdc8 Author: Dustin J. Mitchell Date: 2013-08-18 (Sun, 18 Aug 2013) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py Log Message: ----------- Merge branch 'buck-nine-fix-sourcestamps-with-unknown-codebase' of git://github.com/bukzor/buildbot into nine Commit: 415da10434d894414142da3084df207bbed616a9 https://github.com/buildbot/buildbot/commit/415da10434d894414142da3084df207bbed616a9 Author: Dustin J. Mitchell Date: 2013-08-18 (Sun, 18 Aug 2013) Changed paths: M Makefile M common/pylintrc M master/docs/relnotes/index.rst M slave/buildslave/runprocess.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge branch 'master' into nine Commit: 27e1b287886c5900848b6f3a7884f955668c2ba3 https://github.com/buildbot/buildbot/commit/27e1b287886c5900848b6f3a7884f955668c2ba3 Author: Dustin J. Mitchell Date: 2013-08-18 (Sun, 18 Aug 2013) Changed paths: M common/validate.sh Log Message: ----------- Merge branch 'master' into nine Commit: 7b2d85fe835ce3cf02db69951e0986f5198d3e82 https://github.com/buildbot/buildbot/commit/7b2d85fe835ce3cf02db69951e0986f5198d3e82 Author: Buck Golemon Date: 2013-08-20 (Tue, 20 Aug 2013) Changed paths: M master/buildbot/process/buildrequestdistributor.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py Log Message: ----------- unify slave and builder handling in brd tests Commit: c90125e88eaf169b710c7a32a403ec57393b46a6 https://github.com/buildbot/buildbot/commit/c90125e88eaf169b710c7a32a403ec57393b46a6 Author: Dustin J. Mitchell Date: 2013-08-20 (Tue, 20 Aug 2013) Changed paths: M master/buildbot/data/buildsets.py M master/buildbot/db/buildsets.py M master/buildbot/interfaces.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/triggerable.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_steps_trigger.py M master/buildbot/test/util/interfaces.py Log Message: ----------- Merge branch 'buck-nine-triggerstep-sets-wait_for' of git://github.com/bukzor/buildbot into nine Commit: d8b3bad68b0005dcfef7e5dc1033c3461c121d36 https://github.com/buildbot/buildbot/commit/d8b3bad68b0005dcfef7e5dc1033c3461c121d36 Author: Dustin J. Mitchell Date: 2013-08-20 (Tue, 20 Aug 2013) Changed paths: M master/buildbot/db/buildsets.py Log Message: ----------- remove assertion from production code Commit: 0e12bca24e41b34da9fb224da1bd125c6a724eae https://github.com/buildbot/buildbot/commit/0e12bca24e41b34da9fb224da1bd125c6a724eae Author: Dustin J. Mitchell Date: 2013-08-20 (Tue, 20 Aug 2013) Changed paths: M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_steps_trigger.py Log Message: ----------- rename classes so as not to make pylint think they're interfaces Commit: 1463de8ae13c3dec89f219da283cc70ec0b7bf1b https://github.com/buildbot/buildbot/commit/1463de8ae13c3dec89f219da283cc70ec0b7bf1b Author: Dustin J. Mitchell Date: 2013-08-20 (Tue, 20 Aug 2013) Changed paths: M master/buildbot/test/unit/test_db_buildsets.py Log Message: ----------- only check that assertion is raised on fake DB and don't unit-test the Python interpreter's scoping rules.. Commit: d26b8c968f72114bc9b7abc9056293415b7ae66c https://github.com/buildbot/buildbot/commit/d26b8c968f72114bc9b7abc9056293415b7ae66c Author: Dustin J. Mitchell Date: 2013-08-21 (Wed, 21 Aug 2013) Changed paths: M README.md Log Message: ----------- update README to reflect current status Commit: 99f81a0384a6d189c1b11ad942726640a88c8727 https://github.com/buildbot/buildbot/commit/99f81a0384a6d189c1b11ad942726640a88c8727 Author: Dustin J. Mitchell Date: 2013-08-22 (Thu, 22 Aug 2013) Changed paths: M README.md M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/util/scheduler.py Log Message: ----------- make fake and real addBuildsetFor.. methods match Commit: 354d9af4be547c0fb8bb4f890e88c4ce393db641 https://github.com/buildbot/buildbot/commit/354d9af4be547c0fb8bb4f890e88c4ce393db641 Author: Dustin J. Mitchell Date: 2013-08-22 (Thu, 22 Aug 2013) Changed paths: M master/buildbot/status/status_push.py M master/docs/developer/cls-remotecommands.rst M master/docs/relnotes/index.rst M slave/buildslave/runprocess.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge branch 'master' into nine Commit: 291306fbabab50c238b615a1287841d610b5a46d https://github.com/buildbot/buildbot/commit/291306fbabab50c238b615a1287841d610b5a46d Author: Dustin J. Mitchell Date: 2013-08-24 (Sat, 24 Aug 2013) Changed paths: M master/buildbot/process/builder.py M master/buildbot/test/unit/test_process_builder.py Log Message: ----------- Gather builderid for builders Commit: 4cbf3ce0b4bc47dc9dbeb7f92a17833ef252b180 https://github.com/buildbot/buildbot/commit/4cbf3ce0b4bc47dc9dbeb7f92a17833ef252b180 Author: Dustin J. Mitchell Date: 2013-08-24 (Sat, 24 Aug 2013) Changed paths: M master/buildbot/test/unit/test_www_rest.py M master/buildbot/www/rest.py M master/docs/developer/www.rst Log Message: ----------- remove support for the v1 REST API Commit: cd470498c521fe905d339883136c2e4f5eb1f515 https://github.com/buildbot/buildbot/commit/cd470498c521fe905d339883136c2e4f5eb1f515 Author: Dustin J. Mitchell Date: 2013-08-25 (Sun, 25 Aug 2013) Changed paths: M master/buildbot/process/buildrequestdistributor.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py Log Message: ----------- Merge branch 'buck-nine-yakshave-brd-tests' of git://github.com/bukzor/buildbot into nine Commit: 5072346cfa6eaf4db02f60776765c266c163b5c1 https://github.com/buildbot/buildbot/commit/5072346cfa6eaf4db02f60776765c266c163b5c1 Author: Dustin J. Mitchell Date: 2013-08-26 (Mon, 26 Aug 2013) Changed paths: A .travis.yml M common/pylintrc M master/buildbot/buildslave/openstack.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/svnpoller.py M master/buildbot/db/pool.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/change_hook.py M master/buildbot/status/web/templates/builders.html M master/buildbot/status/web/templates/forms.html M master/buildbot/steps/source/p4.py M master/buildbot/steps/source/repo.py M master/buildbot/test/fake/openstack.py M master/buildbot/test/unit/test_scripts_base.py M master/buildbot/test/unit/test_steps_source_p4.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/test/util/sourcesteps.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/0.8.8.rst M master/docs/relnotes/index.rst M master/setup.py M slave/setup.py Log Message: ----------- Merge branch 'master' into nine Commit: c3e1aaede2fc02507bccb548dd26e694bf32ba6a https://github.com/buildbot/buildbot/commit/c3e1aaede2fc02507bccb548dd26e694bf32ba6a Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M README.md M master/buildbot/scripts/create_master.py M master/buildbot/scripts/sample.cfg M master/buildbot/scripts/upgrade_master.py R master/buildbot/status/html.py R master/buildbot/status/web/__init__.py R master/buildbot/status/web/about.py R master/buildbot/status/web/auth.py R master/buildbot/status/web/authz.py R master/buildbot/status/web/base.py R master/buildbot/status/web/baseweb.py R master/buildbot/status/web/build.py R master/buildbot/status/web/builder.py R master/buildbot/status/web/buildstatus.py R master/buildbot/status/web/change_hook.py R master/buildbot/status/web/changes.py R master/buildbot/status/web/console.py R master/buildbot/status/web/feeds.py R master/buildbot/status/web/files/bg_gradient.jpg R master/buildbot/status/web/files/default.css R master/buildbot/status/web/files/exception_large.png R master/buildbot/status/web/files/exception_normal.png R master/buildbot/status/web/files/exception_small.png R master/buildbot/status/web/files/failure_large.png R master/buildbot/status/web/files/failure_normal.png R master/buildbot/status/web/files/failure_small.png R master/buildbot/status/web/files/favicon.ico R master/buildbot/status/web/files/readme_svg.txt R master/buildbot/status/web/files/retry_large.png R master/buildbot/status/web/files/retry_normal.png R master/buildbot/status/web/files/retry_small.png R master/buildbot/status/web/files/robots.txt R master/buildbot/status/web/files/skipped_large.png R master/buildbot/status/web/files/skipped_normal.png R master/buildbot/status/web/files/skipped_small.png R master/buildbot/status/web/files/status.svg R master/buildbot/status/web/files/status_large.svg R master/buildbot/status/web/files/status_small.svg R master/buildbot/status/web/files/success_large.png R master/buildbot/status/web/files/success_normal.png R master/buildbot/status/web/files/success_small.png R master/buildbot/status/web/files/templates_readme.txt R master/buildbot/status/web/files/unknown_large.png R master/buildbot/status/web/files/unknown_normal.png R master/buildbot/status/web/files/unknown_small.png R master/buildbot/status/web/files/warnings_large.png R master/buildbot/status/web/files/warnings_normal.png R master/buildbot/status/web/files/warnings_small.png R master/buildbot/status/web/grid.py R master/buildbot/status/web/logs.py R master/buildbot/status/web/olpb.py R master/buildbot/status/web/pngstatus.py R master/buildbot/status/web/root.py R master/buildbot/status/web/session.py R master/buildbot/status/web/slaves.py R master/buildbot/status/web/status_json.py R master/buildbot/status/web/step.py R master/buildbot/status/web/templates/about.html R master/buildbot/status/web/templates/authfail.html R master/buildbot/status/web/templates/authzfail.html R master/buildbot/status/web/templates/box_macros.html R master/buildbot/status/web/templates/build.html R master/buildbot/status/web/templates/build_line.html R master/buildbot/status/web/templates/builder.html R master/buildbot/status/web/templates/builders.html R master/buildbot/status/web/templates/buildslave.html R master/buildbot/status/web/templates/buildslaves.html R master/buildbot/status/web/templates/buildstatus.html R master/buildbot/status/web/templates/buildstep.html R master/buildbot/status/web/templates/change.html R master/buildbot/status/web/templates/change_macros.html R master/buildbot/status/web/templates/change_sources.html R master/buildbot/status/web/templates/console.html R master/buildbot/status/web/templates/directory.html R master/buildbot/status/web/templates/empty.html R master/buildbot/status/web/templates/feed_atom10.xml R master/buildbot/status/web/templates/feed_description.html R master/buildbot/status/web/templates/feed_rss20.xml R master/buildbot/status/web/templates/feed_sources.html R master/buildbot/status/web/templates/footer.html R master/buildbot/status/web/templates/forms.html R master/buildbot/status/web/templates/grid.html R master/buildbot/status/web/templates/grid_macros.html R master/buildbot/status/web/templates/grid_transposed.html R master/buildbot/status/web/templates/jsonhelp.html R master/buildbot/status/web/templates/layout.html R master/buildbot/status/web/templates/logs.html R master/buildbot/status/web/templates/onelineperbuild.html R master/buildbot/status/web/templates/onelineperbuildonebuilder.html R master/buildbot/status/web/templates/revmacros.html R master/buildbot/status/web/templates/root.html R master/buildbot/status/web/templates/testresult.html R master/buildbot/status/web/templates/user.html R master/buildbot/status/web/templates/users.html R master/buildbot/status/web/templates/waterfall.html R master/buildbot/status/web/templates/waterfallhelp.html R master/buildbot/status/web/tests.py R master/buildbot/status/web/users.py R master/buildbot/status/web/waterfall.py M master/buildbot/test/integration/test_configs.py M master/buildbot/test/integration/test_master.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/test_extra_coverage.py M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py R master/buildbot/test/unit/test_status_web_auth_HTPasswdAprAuth.py R master/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py R master/buildbot/test/unit/test_status_web_authz_Authz.py R master/buildbot/test/unit/test_status_web_base.py R master/buildbot/test/unit/test_status_web_hook.py R master/buildbot/test/unit/test_status_web_hooks_bitbucket.py R master/buildbot/test/unit/test_status_web_hooks_github.py R master/buildbot/test/unit/test_status_web_hooks_gitlab.py R master/buildbot/test/unit/test_status_web_hooks_gitorious.py R master/buildbot/test/unit/test_status_web_hooks_googlecode.py R master/buildbot/test/unit/test_status_web_hooks_poller.py R master/buildbot/test/unit/test_status_web_links.py R master/buildbot/test/unit/test_status_web_png_resource.py M master/docs/developer/general.rst R master/docs/developer/webstatus.rst M master/setup.py Log Message: ----------- remove buildbot.status.web This has been a LONG time coming. The hooks are left in place in anticipation of their moving elsewhere in the codebase. Commit: 3c4dd157b7c296fe19e6afba6a18393c307fbd34 https://github.com/buildbot/buildbot/commit/3c4dd157b7c296fe19e6afba6a18393c307fbd34 Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: A master/buildbot/test/unit/test_util_lineboundaries.py A master/buildbot/util/lineboundaries.py M master/docs/developer/utils.rst Log Message: ----------- add line-boundary finder for processing logs Commit: 1598f9cc9ec5e2d414df3c32e1f1799842675334 https://github.com/buildbot/buildbot/commit/1598f9cc9ec5e2d414df3c32e1f1799842675334 Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_config.py Log Message: ----------- make allowed_origins config JSON-serializable Commit: be204ea3e493e2e16caded6cd331a4db7eb8a137 https://github.com/buildbot/buildbot/commit/be204ea3e493e2e16caded6cd331a4db7eb8a137 Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M master/buildbot/db/logs.py M master/buildbot/test/unit/test_db_logs.py Log Message: ----------- test and fix the return value from appendLog Commit: 658c3f692face0932f0cb7ee487ee89e79017f9b https://github.com/buildbot/buildbot/commit/658c3f692face0932f0cb7ee487ee89e79017f9b Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M README.md M master/MANIFEST.in M master/docs/manual/cfg-statustargets.rst M master/setup.py Log Message: ----------- remove more of webstatus Commit: 3c7616465ff1e267837fa16d9aca3d56e3701e9c https://github.com/buildbot/buildbot/commit/3c7616465ff1e267837fa16d9aca3d56e3701e9c Author: Buck Golemon Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: A master/buildbot/test/unit/test_util_interfaces.py Log Message: ----------- tests for assertArgspecMatches Commit: 10e56cd8fcbe6f3ef1b8e90d7d32df519c6f11af https://github.com/buildbot/buildbot/commit/10e56cd8fcbe6f3ef1b8e90d7d32df519c6f11af Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M master/docs/developer/metrics.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/concepts.rst M master/docs/manual/installation.rst M master/docs/tutorial/tour.rst Log Message: ----------- fix up docs references to WebStatus Commit: bbfa0ee304a8d8e5dd8c5868ea679e6aaae97549 https://github.com/buildbot/buildbot/commit/bbfa0ee304a8d8e5dd8c5868ea679e6aaae97549 Author: Buck Golemon Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M master/buildbot/test/unit/test_util_interfaces.py M master/buildbot/test/util/interfaces.py Log Message: ----------- fix assertArgSpecMatches to function as documented Commit: f5c0712202b18566e455d470a0eaa9d929e667d8 https://github.com/buildbot/buildbot/commit/f5c0712202b18566e455d470a0eaa9d929e667d8 Author: Buck Golemon Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M master/buildbot/db/buildsets.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_schedulers_basic.py Log Message: ----------- fix addBuildset, and its test coverage Commit: b39654ca2c59707ce98851db31b2b0187306950e https://github.com/buildbot/buildbot/commit/b39654ca2c59707ce98851db31b2b0187306950e Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- fixup! remove buildbot.status.web Commit: 13b26d7edf8970237d6c9cfc237758ccd670a33b https://github.com/buildbot/buildbot/commit/13b26d7edf8970237d6c9cfc237758ccd670a33b Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- sq Commit: 42658e1988572531fb268d70111dbabbe6c853bf https://github.com/buildbot/buildbot/commit/42658e1988572531fb268d70111dbabbe6c853bf Author: Buck Golemon Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: A master/buildbot/test/unit/test_util_deferredpool.py A master/buildbot/util/deferredpool.py Log Message: ----------- added deferredpool and tests. Doesn't have terrycojones tests yet. Commit: 36292bc56b02a1a1ebed037ba587a8598680d4bd https://github.com/buildbot/buildbot/commit/36292bc56b02a1a1ebed037ba587a8598680d4bd Author: Buck Golemon Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M master/buildbot/test/unit/test_util_deferredpool.py M master/buildbot/util/deferredpool.py Log Message: ----------- pulled in from https://github.com/terrycojones/txrdq/tree/b6e45003 Commit: 619466a97dab969ed3fefb8b5094ab2bbc0ce818 https://github.com/buildbot/buildbot/commit/619466a97dab969ed3fefb8b5094ab2bbc0ce818 Author: Dustin J. Mitchell Date: 2013-08-27 (Tue, 27 Aug 2013) Changed paths: M README.md M master/MANIFEST.in M master/buildbot/config.py M master/buildbot/db/logs.py M master/buildbot/process/builder.py M master/buildbot/scripts/create_master.py M master/buildbot/scripts/sample.cfg M master/buildbot/scripts/upgrade_master.py R master/buildbot/status/html.py R master/buildbot/status/web/__init__.py R master/buildbot/status/web/about.py R master/buildbot/status/web/auth.py R master/buildbot/status/web/authz.py R master/buildbot/status/web/base.py R master/buildbot/status/web/baseweb.py R master/buildbot/status/web/build.py R master/buildbot/status/web/builder.py R master/buildbot/status/web/buildstatus.py R master/buildbot/status/web/change_hook.py R master/buildbot/status/web/changes.py R master/buildbot/status/web/console.py R master/buildbot/status/web/feeds.py R master/buildbot/status/web/files/bg_gradient.jpg R master/buildbot/status/web/files/default.css R master/buildbot/status/web/files/exception_large.png R master/buildbot/status/web/files/exception_normal.png R master/buildbot/status/web/files/exception_small.png R master/buildbot/status/web/files/failure_large.png R master/buildbot/status/web/files/failure_normal.png R master/buildbot/status/web/files/failure_small.png R master/buildbot/status/web/files/favicon.ico R master/buildbot/status/web/files/readme_svg.txt R master/buildbot/status/web/files/retry_large.png R master/buildbot/status/web/files/retry_normal.png R master/buildbot/status/web/files/retry_small.png R master/buildbot/status/web/files/robots.txt R master/buildbot/status/web/files/skipped_large.png R master/buildbot/status/web/files/skipped_normal.png R master/buildbot/status/web/files/skipped_small.png R master/buildbot/status/web/files/status.svg R master/buildbot/status/web/files/status_large.svg R master/buildbot/status/web/files/status_small.svg R master/buildbot/status/web/files/success_large.png R master/buildbot/status/web/files/success_normal.png R master/buildbot/status/web/files/success_small.png R master/buildbot/status/web/files/templates_readme.txt R master/buildbot/status/web/files/unknown_large.png R master/buildbot/status/web/files/unknown_normal.png R master/buildbot/status/web/files/unknown_small.png R master/buildbot/status/web/files/warnings_large.png R master/buildbot/status/web/files/warnings_normal.png R master/buildbot/status/web/files/warnings_small.png R master/buildbot/status/web/grid.py R master/buildbot/status/web/logs.py R master/buildbot/status/web/olpb.py R master/buildbot/status/web/pngstatus.py R master/buildbot/status/web/root.py R master/buildbot/status/web/session.py R master/buildbot/status/web/slaves.py R master/buildbot/status/web/status_json.py R master/buildbot/status/web/step.py R master/buildbot/status/web/templates/about.html R master/buildbot/status/web/templates/authfail.html R master/buildbot/status/web/templates/authzfail.html R master/buildbot/status/web/templates/box_macros.html R master/buildbot/status/web/templates/build.html R master/buildbot/status/web/templates/build_line.html R master/buildbot/status/web/templates/builder.html R master/buildbot/status/web/templates/builders.html R master/buildbot/status/web/templates/buildslave.html R master/buildbot/status/web/templates/buildslaves.html R master/buildbot/status/web/templates/buildstatus.html R master/buildbot/status/web/templates/buildstep.html R master/buildbot/status/web/templates/change.html R master/buildbot/status/web/templates/change_macros.html R master/buildbot/status/web/templates/change_sources.html R master/buildbot/status/web/templates/console.html R master/buildbot/status/web/templates/directory.html R master/buildbot/status/web/templates/empty.html R master/buildbot/status/web/templates/feed_atom10.xml R master/buildbot/status/web/templates/feed_description.html R master/buildbot/status/web/templates/feed_rss20.xml R master/buildbot/status/web/templates/feed_sources.html R master/buildbot/status/web/templates/footer.html R master/buildbot/status/web/templates/forms.html R master/buildbot/status/web/templates/grid.html R master/buildbot/status/web/templates/grid_macros.html R master/buildbot/status/web/templates/grid_transposed.html R master/buildbot/status/web/templates/jsonhelp.html R master/buildbot/status/web/templates/layout.html R master/buildbot/status/web/templates/logs.html R master/buildbot/status/web/templates/onelineperbuild.html R master/buildbot/status/web/templates/onelineperbuildonebuilder.html R master/buildbot/status/web/templates/revmacros.html R master/buildbot/status/web/templates/root.html R master/buildbot/status/web/templates/testresult.html R master/buildbot/status/web/templates/user.html R master/buildbot/status/web/templates/users.html R master/buildbot/status/web/templates/waterfall.html R master/buildbot/status/web/templates/waterfallhelp.html R master/buildbot/status/web/tests.py R master/buildbot/status/web/users.py R master/buildbot/status/web/waterfall.py M master/buildbot/test/integration/test_configs.py M master/buildbot/test/integration/test_master.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/test_extra_coverage.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_db_logs.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py R master/buildbot/test/unit/test_status_web_auth_HTPasswdAprAuth.py R master/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py R master/buildbot/test/unit/test_status_web_authz_Authz.py R master/buildbot/test/unit/test_status_web_base.py R master/buildbot/test/unit/test_status_web_hook.py R master/buildbot/test/unit/test_status_web_hooks_bitbucket.py R master/buildbot/test/unit/test_status_web_hooks_github.py R master/buildbot/test/unit/test_status_web_hooks_gitlab.py R master/buildbot/test/unit/test_status_web_hooks_gitorious.py R master/buildbot/test/unit/test_status_web_hooks_googlecode.py R master/buildbot/test/unit/test_status_web_hooks_poller.py R master/buildbot/test/unit/test_status_web_links.py R master/buildbot/test/unit/test_status_web_png_resource.py A master/buildbot/test/unit/test_util_lineboundaries.py M master/buildbot/test/unit/test_www_rest.py A master/buildbot/util/lineboundaries.py M master/buildbot/www/rest.py M master/docs/developer/general.rst M master/docs/developer/metrics.rst M master/docs/developer/utils.rst R master/docs/developer/webstatus.rst M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/concepts.rst M master/docs/manual/installation.rst M master/docs/relnotes/index.rst M master/docs/tutorial/tour.rst M master/setup.py Log Message: ----------- Merge branch '9/misc' of github.com:djmitche/buildbot into nine Commit: 5bce01ed7552aab603a1a973f9aa0de12a9ae65f https://github.com/buildbot/buildbot/commit/5bce01ed7552aab603a1a973f9aa0de12a9ae65f Author: Buck Golemon Date: 2013-08-28 (Wed, 28 Aug 2013) Changed paths: M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_steps_trigger.py Log Message: ----------- make the trigger steps's fake scheduler behave like the real one Commit: ab7f6698c89d173e384d19ade02aadfcbe2b1a4f https://github.com/buildbot/buildbot/commit/ab7f6698c89d173e384d19ade02aadfcbe2b1a4f Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M master/buildbot/data/changesources.py M master/buildbot/data/connector.py M master/buildbot/data/root.py M master/buildbot/test/unit/test_data_root.py M www/src/scripts/services/buildbotService.coffee M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- fix misunderstanding about jsonapi now buildbotService is expecting jsonapi, instead of raw data Signed-off-by: Pierre Tardy Commit: 66459fabd40a98d83c415fe0bc09a9c009e488fa https://github.com/buildbot/buildbot/commit/66459fabd40a98d83c415fe0bc09a9c009e488fa Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M www/Gruntfile.coffee M www/src/scripts/controllers/aboutController.coffee M www/src/views/about.jade Log Message: ----------- fix js component version display repository urls are lo longer mandatory in bower, and directory changed Commit: ee6f0bf5262c012d0fee5bdbb1888dc20d62e852 https://github.com/buildbot/buildbot/commit/ee6f0bf5262c012d0fee5bdbb1888dc20d62e852 Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M www/src/scripts/controllers/aboutController.coffee M www/src/views/about.jade Log Message: ----------- Display api spec in about view This is probably not definitive, but will definitively help dev Commit: 7b269bfdfbe143ab1b0bd0ff72fb11dd335fca3a https://github.com/buildbot/buildbot/commit/7b269bfdfbe143ab1b0bd0ff72fb11dd335fca3a Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/services/buildbotService.coffee M www/src/views/builders.jade M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/scenarios/devapp.coffee Log Message: ----------- builders page: get list of slaves and builds first step to something useable Signed-off-by: Pierre Tardy Commit: d73b237baf242f1d9bae5eed195cc0d647be4482 https://github.com/buildbot/buildbot/commit/d73b237baf242f1d9bae5eed195cc0d647be4482 Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M master/buildbot/data/steps.py M master/buildbot/db/connector.py M master/buildbot/www/sse.py Log Message: ----------- fixes for not implemented stuff. Ooops.. looks like this step data api is not finished.. Commit: 0ae4514b93b848aa57790a894c1ec89d82b694a0 https://github.com/buildbot/buildbot/commit/0ae4514b93b848aa57790a894c1ec89d82b694a0 Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: A www/src/scripts/controllers/buildController.coffee A www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee A www/src/views/build.jade A www/src/views/builder.jade M www/src/views/builders.jade Log Message: ----------- builders,builder,build: new pages Commit: 858ceb03d42568d47aab2df608e4d420e7effb25 https://github.com/buildbot/buildbot/commit/858ceb03d42568d47aab2df608e4d420e7effb25 Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M README.md Log Message: ----------- add some more TODOs concerning jsonapi Commit: a8f5a5b0495db86128882059357b5e375284438d https://github.com/buildbot/buildbot/commit/a8f5a5b0495db86128882059357b5e375284438d Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M README.md Log Message: ----------- Some more README.md updates Signed-off-by: Pierre Tardy Commit: 0a7832bf9cf0c89adc3c5e48b8a977cdd3161ae0 https://github.com/buildbot/buildbot/commit/0a7832bf9cf0c89adc3c5e48b8a977cdd3161ae0 Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M README.md M master/docs/developer/style.rst Log Message: ----------- coffeescript codingstyle Signed-off-by: Pierre Tardy Commit: a1e95b5116ac9e21ec1990e36382265caaebe4a5 https://github.com/buildbot/buildbot/commit/a1e95b5116ac9e21ec1990e36382265caaebe4a5 Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M master/docs/developer/rtype-scheduler.rst A www/src/scripts/controllers/schedulersController.coffee M www/src/scripts/routes.coffee A www/src/views/schedulers.jade Log Message: ----------- Add simple page for schedulers Signed-off-by: Pierre Tardy Commit: eba2bd4f03bcecc3f75b8745ef3949eb265bb183 https://github.com/buildbot/buildbot/commit/eba2bd4f03bcecc3f75b8745ef3949eb265bb183 Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M www/src/scripts/routes.coffee Log Message: ----------- comment out some not yet implemented path Its useless to show them as we know they are not yet ready Signed-off-by: Pierre Tardy Commit: e0b83bee4b7abf549f9852e21de8c0b4a5fd6822 https://github.com/buildbot/buildbot/commit/e0b83bee4b7abf549f9852e21de8c0b4a5fd6822 Author: Pierre Tardy Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M www/setup.py A www/src/scripts/filters/moment.coffee A www/src/scripts/libs/moment.js M www/src/views/builder.jade Log Message: ----------- Use moment for human readable timestamps Signed-off-by: Pierre Tardy Commit: e07a765e4dd1abbbf974d23908ccc58162ded9f4 https://github.com/buildbot/buildbot/commit/e07a765e4dd1abbbf974d23908ccc58162ded9f4 Author: Dustin J. Mitchell Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: A master/buildbot/test/unit/test_util_interfaces.py M master/buildbot/test/util/interfaces.py Log Message: ----------- Merge branch 'buck-nine-fix-assertArgSpecMatches' of git://github.com/bukzor/buildbot into nine Commit: bb08b392f351b771edb18d1d52a0d67d1ed55dc2 https://github.com/buildbot/buildbot/commit/bb08b392f351b771edb18d1d52a0d67d1ed55dc2 Author: Dustin J. Mitchell Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M master/buildbot/db/buildsets.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_schedulers_basic.py Log Message: ----------- Merge branch 'buck-nine-fix-addBuildset' of git://github.com/bukzor/buildbot into nine Commit: 15c8d2c7731cec6c36e13581d861c3fa30321a89 https://github.com/buildbot/buildbot/commit/15c8d2c7731cec6c36e13581d861c3fa30321a89 Author: Dustin J. Mitchell Date: 2013-09-01 (Sun, 01 Sep 2013) Changed paths: M master/buildbot/db/buildsets.py Log Message: ----------- remove tabs Commit: a5a973d2a19a3a2a112c3c2d05adbf290780d4ba https://github.com/buildbot/buildbot/commit/a5a973d2a19a3a2a112c3c2d05adbf290780d4ba Author: Dustin J. Mitchell Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: A master/buildbot/test/unit/test_util_deferredpool.py A master/buildbot/util/deferredpool.py Log Message: ----------- Merge branch 'buck-nine-deferred-pool' of git://github.com/bukzor/buildbot into nine (with attribution to Terry Jones in deferredpool.py) Commit: d5ce8d1d0364c67b85bae7bd4c0afb270a22e774 https://github.com/buildbot/buildbot/commit/d5ce8d1d0364c67b85bae7bd4c0afb270a22e774 Author: Dustin J. Mitchell Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_steps_trigger.py Log Message: ----------- Merge branch 'buck-nine-fix-trigger-step-fake' of git://github.com/bukzor/buildbot into nine Commit: 56d9398085a99cb22cacfd406d3baaf4ff90775a https://github.com/buildbot/buildbot/commit/56d9398085a99cb22cacfd406d3baaf4ff90775a Author: Dustin J. Mitchell Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M master/buildbot/db/buildsets.py Log Message: ----------- fix waited_for input type Commit: ea99724ef70a21574038560e0d3b542f42ebe00b https://github.com/buildbot/buildbot/commit/ea99724ef70a21574038560e0d3b542f42ebe00b Author: Dustin J. Mitchell Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M README.md M master/buildbot/data/changesources.py M master/buildbot/data/connector.py M master/buildbot/data/root.py M master/buildbot/data/steps.py M master/buildbot/db/connector.py M master/buildbot/test/unit/test_data_root.py M master/buildbot/www/sse.py M master/docs/developer/rtype-scheduler.rst M master/docs/developer/style.rst M www/Gruntfile.coffee M www/setup.py M www/src/scripts/controllers/aboutController.coffee A www/src/scripts/controllers/buildController.coffee A www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/schedulersController.coffee A www/src/scripts/filters/moment.coffee A www/src/scripts/libs/moment.js M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee M www/src/scripts/services/buildbotService.coffee M www/src/views/about.jade A www/src/views/build.jade A www/src/views/builder.jade M www/src/views/builders.jade A www/src/views/schedulers.jade M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/scenarios/devapp.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- Merge branch 'nine' of git://github.com/tardyp/buildbot into nine Commit: 106ceb8744a59db251850f9963e98c8fa8a05841 https://github.com/buildbot/buildbot/commit/106ceb8744a59db251850f9963e98c8fa8a05841 Author: Dustin J. Mitchell Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: A master/docs/developer/coffeescript-style.rst M master/docs/developer/general.rst M master/docs/developer/style.rst Log Message: ----------- split out coffeescript style docs into their own file Plus some copyediting of those docs. Commit: 207a9eaf3f50128f486bac1c19e8379f09f123e7 https://github.com/buildbot/buildbot/commit/207a9eaf3f50128f486bac1c19e8379f09f123e7 Author: Dustin J. Mitchell Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M master/buildbot/test/unit/test_data_steps.py Log Message: ----------- uncomment extra StepsEndpoint test Commit: 3dd4938f1a4bda16da4d6b9f93cad3a029c661c8 https://github.com/buildbot/buildbot/commit/3dd4938f1a4bda16da4d6b9f93cad3a029c661c8 Author: Dustin J. Mitchell Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M master/buildbot/config.py M master/buildbot/locks.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_schedulers_forcesched.py A master/buildbot/test/unit/test_util_ansi_codes.py A master/buildbot/util/ansicodes.py M master/docs/manual/cfg-schedulers.rst M master/docs/manual/concepts.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/schedulers/basic.py master/buildbot/schedulers/forcesched.py master/buildbot/schedulers/timed.py master/buildbot/sourcestamp.py master/buildbot/status/web/base.py master/buildbot/status/web/build.py master/buildbot/status/web/files/default.css master/buildbot/status/web/logs.py master/buildbot/status/web/templates/build_line.html master/buildbot/status/web/templates/builder.html master/docs/manual/cfg-schedulers.rst Commit: cdcd9634d1160de03d950a04f4b88a12ceb3c733 https://github.com/buildbot/buildbot/commit/cdcd9634d1160de03d950a04f4b88a12ceb3c733 Author: Pierre Tardy Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M www/setup.py M www/src/index.jade M www/src/scripts/app.coffee A www/src/scripts/libs/angular-animate.js A www/src/scripts/libs/angular-route.js R www/src/styles/bootstrap.less M www/src/styles/styles.less Log Message: ----------- upgrade to angular 1.2 and bootstrap 3.0.0 Signed-off-by: Pierre Tardy Commit: a6ca2778cd37b35b60fa122618a6571ae43f6496 https://github.com/buildbot/buildbot/commit/a6ca2778cd37b35b60fa122618a6571ae43f6496 Author: Dustin J. Mitchell Date: 2013-09-02 (Mon, 02 Sep 2013) Changed paths: M www/setup.py M www/src/index.jade M www/src/scripts/app.coffee A www/src/scripts/libs/angular-animate.js A www/src/scripts/libs/angular-route.js R www/src/styles/bootstrap.less M www/src/styles/styles.less Log Message: ----------- Merge pull request #858 from tardyp/nine upgrade to angular 1.2 and bootstrap 3.0.0 Commit: 373b96398634b05727946f70887d220260c8fce0 https://github.com/buildbot/buildbot/commit/373b96398634b05727946f70887d220260c8fce0 Author: Dustin J. Mitchell Date: 2013-09-03 (Tue, 03 Sep 2013) Changed paths: M master/buildbot/data/masters.py M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- test _masterDeactivated a bit better, and fix typo Commit: b7aaa9ca4984a25f6d69ad2cdc2c755f04e33ef5 https://github.com/buildbot/buildbot/commit/b7aaa9ca4984a25f6d69ad2cdc2c755f04e33ef5 Author: Dustin J. Mitchell Date: 2013-09-03 (Tue, 03 Sep 2013) Changed paths: M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- fix pyflakes Commit: d82c983aae762fd4284597669c8339c6a72029d9 https://github.com/buildbot/buildbot/commit/d82c983aae762fd4284597669c8339c6a72029d9 Author: Pierre Tardy Date: 2013-09-06 (Fri, 06 Sep 2013) Changed paths: M www/Gruntfile.coffee M www/setup.py Log Message: ----------- gruntFile: add coffeelint Signed-off-by: Pierre Tardy Commit: f5d9d260ae18f044927c373e2870f9f82e26122b https://github.com/buildbot/buildbot/commit/f5d9d260ae18f044927c373e2870f9f82e26122b Author: Pierre Tardy Date: 2013-09-06 (Fri, 06 Sep 2013) Changed paths: M www/setup.py Log Message: ----------- setup.py: update to angular 1.2 rc-2 remove the bower_components dir in setup.py to workaround bower not always updating to latest version Signed-off-by: Pierre Tardy Commit: 954e78b67551e6daabb637768cb47cab45e7cba8 https://github.com/buildbot/buildbot/commit/954e78b67551e6daabb637768cb47cab45e7cba8 Author: Pierre Tardy Date: 2013-09-07 (Sat, 07 Sep 2013) Changed paths: M www/Gruntfile.coffee Log Message: ----------- fix coding style Signed-off-by: Pierre Tardy Commit: 7778c594d25902f1074843e27f47e718cfe428a8 https://github.com/buildbot/buildbot/commit/7778c594d25902f1074843e27f47e718cfe428a8 Author: Dustin J. Mitchell Date: 2013-09-07 (Sat, 07 Sep 2013) Changed paths: M www/Gruntfile.coffee M www/setup.py Log Message: ----------- Merge branch 'nine' of git://github.com/tardyp/buildbot into nine Commit: 18ae8c59770643915f45797f5c5a724d0957c76f https://github.com/buildbot/buildbot/commit/18ae8c59770643915f45797f5c5a724d0957c76f Author: Elmir Jagudin Date: 2013-09-09 (Mon, 09 Sep 2013) Changed paths: M master/buildbot/test/unit/test_config.py Log Message: ----------- remove redundant 'return' and 'pass' statements Commit: 520a5ff9419a101c500e6cab96662343c4e9eb58 https://github.com/buildbot/buildbot/commit/520a5ff9419a101c500e6cab96662343c4e9eb58 Author: Dustin J. Mitchell Date: 2013-09-10 (Tue, 10 Sep 2013) Changed paths: M master/buildbot/test/unit/test_config.py Log Message: ----------- Merge branch 'pylint-return-in-init-nine' of git://github.com/elmirjagudin/buildbot into nine Commit: 55933f664174e375cd98ca3ecb273602efa9d323 https://github.com/buildbot/buildbot/commit/55933f664174e375cd98ca3ecb273602efa9d323 Author: Dustin J. Mitchell Date: 2013-09-10 (Tue, 10 Sep 2013) Changed paths: M README M common/pylintrc M master/buildbot/buildslave/base.py M master/buildbot/changes/pb.py M master/buildbot/config.py M master/buildbot/ec2buildslave.py M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/testcase_assert.py M master/buildbot/process/buildstep.py M master/buildbot/process/debug.py M master/buildbot/process/mtrlogobserver.py M master/buildbot/scripts/sample.cfg A master/buildbot/steps/source/darcs.py M master/buildbot/steps/source/git.py M master/buildbot/steps/transfer.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_remotecommand.py A master/buildbot/test/unit/test_steps_source_darcs.py M master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_transfer.py M master/docs/developer/cls-remotecommands.rst M master/docs/developer/config.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-properties.rst M master/docs/relnotes/index.rst R media/Buildbot-Web-Project-and-Web-App-Triggerable.svg R media/Buildbot-Web-Project-and-Web-App.svg R media/Buildbot-Web-Project.svg R media/automating-build-test-and-release-with-buildbot.tex R media/buildbot_large.tif R media/buildbot_nut_for_cutting.svg R media/coordinating-parallel-builds-with-buildbot/README.md R media/coordinating-parallel-builds-with-buildbot/index.html R media/coordinating-parallel-builds-with-buildbot/license.txt R media/coordinating-parallel-builds-with-buildbot/pictures/.DS_Store R media/coordinating-parallel-builds-with-buildbot/pictures/branching.svg R media/coordinating-parallel-builds-with-buildbot/pictures/controlling-build.svg R media/coordinating-parallel-builds-with-buildbot/pictures/dependent.svg R media/coordinating-parallel-builds-with-buildbot/pictures/header-text-transparent.png R media/coordinating-parallel-builds-with-buildbot/pictures/job.svg R media/coordinating-parallel-builds-with-buildbot/pictures/joining.svg R media/coordinating-parallel-builds-with-buildbot/pictures/master.svg R media/coordinating-parallel-builds-with-buildbot/pictures/multiple-flocks.svg R media/coordinating-parallel-builds-with-buildbot/pictures/nut.png R media/coordinating-parallel-builds-with-buildbot/pictures/overview.svg R media/coordinating-parallel-builds-with-buildbot/pictures/real-world-1.svg R media/coordinating-parallel-builds-with-buildbot/pictures/real-world-2.svg R media/coordinating-parallel-builds-with-buildbot/pictures/release-process-lines.svg R media/coordinating-parallel-builds-with-buildbot/pictures/release-process.svg R media/coordinating-parallel-builds-with-buildbot/pictures/slaves.svg R media/coordinating-parallel-builds-with-buildbot/pictures/triggerable.svg R media/coordinating-parallel-builds-with-buildbot/scripts/script.js R media/coordinating-parallel-builds-with-buildbot/themes/.DS_Store R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/.DS_Store R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/.DS_Store R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.eot R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.ttf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.woff R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/TargetBlank.otf R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/TargetBlank.svg R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/Fx-logo.png R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-blue-2.png R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-darkgrey-2.png R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-red-2.png R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-sandstone-2.png R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/mozilla-logo-white.png R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/mozilla-logo.png R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/tab-2.png R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/fonts.css R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/print.css R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/reset.css R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/style.css R media/header-text-transparent.png R media/hexnut32.png R media/hexnut48.png R media/hexnut64.png R media/icon.blend M slave/buildslave/commands/base.py M slave/buildslave/commands/shell.py M slave/buildslave/runprocess.py M slave/buildslave/test/fake/runprocess.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/config.py master/buildbot/test/unit/test_process_users_manual.py Commit: 2d82e8fc4f2b7f560e2095718fa29129583e89ba https://github.com/buildbot/buildbot/commit/2d82e8fc4f2b7f560e2095718fa29129583e89ba Author: Dustin J. Mitchell Date: 2013-09-19 (Thu, 19 Sep 2013) Changed paths: M master/buildbot/config.py Log Message: ----------- add 'mq' back to the list of allowed keys (merge error) Commit: 0ce07700f890c8f4c7a5af04f08839f55e43893a https://github.com/buildbot/buildbot/commit/0ce07700f890c8f4c7a5af04f08839f55e43893a Author: Elmir Jagudin Date: 2013-09-24 (Tue, 24 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- drop unneeded 'except AttributeError' statement Catching AttributeError shadows handling of pb.NoSuchMethod exception. This fixes pylnt error: 'E0701 (bad-except-order)' Commit: 987c2022facfe7519876deae2d69c347dc03b15c https://github.com/buildbot/buildbot/commit/987c2022facfe7519876deae2d69c347dc03b15c Author: Dustin J. Mitchell Date: 2013-09-27 (Fri, 27 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- Merge branch 'pylint-bad-except-order' of git://github.com/elmirjagudin/buildbot into nine Commit: b9e75cc5f7762a41dd592dd8e75b1ecc600fc93d https://github.com/buildbot/buildbot/commit/b9e75cc5f7762a41dd592dd8e75b1ecc600fc93d Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M common/pylintrc M master/buildbot/buildslave/base.py M master/buildbot/changes/mail.py M master/buildbot/interfaces.py M master/buildbot/process/buildstep.py M master/buildbot/process/factory.py M master/buildbot/process/metrics.py R master/buildbot/process/mtrlogobserver.py M master/buildbot/process/properties.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/scripts/runner.py M master/buildbot/status/builder.py M master/buildbot/status/mail.py M master/buildbot/status/tinderbox.py M master/buildbot/steps/master.py A master/buildbot/steps/mtrlogobserver.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/rpmspec.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/__init__.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/mercurial.py A master/buildbot/steps/source/mtn.py M master/buildbot/steps/source/svn.py M master/buildbot/test/__init__.py M master/buildbot/test/integration/test_configs.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/test_extra_coverage.py M master/buildbot/test/unit/test_changes_bonsaipoller.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_factory.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_mswin.py A master/buildbot/test/unit/test_steps_mtrlogobserver.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py A master/buildbot/test/unit/test_steps_source_mtn.py M master/buildbot/test/unit/test_steps_source_oldsource_Repo.py M master/buildbot/test/unit/test_steps_source_svn.py R master/buildbot/test/unit/test_util_ansi_codes.py A master/buildbot/test/unit/test_util_ansicodes.py M master/buildbot/util/__init__.py M master/buildbot/util/ansicodes.py M master/buildbot/util/netstrings.py A master/contrib/Dockerfile M master/docs/developer/cls-buildsteps.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst A master/docs/tutorial/docker.rst M master/docs/tutorial/firstrun.rst M master/docs/tutorial/index.rst M slave/buildslave/commands/p4.py M slave/buildslave/commands/repo.py M slave/buildslave/runprocess.py M slave/buildslave/scripts/runner.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/schedulers/base.py master/buildbot/scripts/runner.py master/buildbot/status/web/base.py master/buildbot/status/web/builder.py master/buildbot/status/web/status_json.py master/buildbot/test/test_extra_coverage.py master/buildbot/test/unit/test_status_web_hooks_gitorious.py master/buildbot/test/unit/test_status_web_hooks_googlecode.py master/buildbot/util/__init__.py Commit: 869077f2debd60ab96da4bf88e4d0af21d4636de https://github.com/buildbot/buildbot/commit/869077f2debd60ab96da4bf88e4d0af21d4636de Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Add interface tests for protocol connections Commit: da678e48ea7565504ee54ca67acdace74cc5bf6c https://github.com/buildbot/buildbot/commit/da678e48ea7565504ee54ca67acdace74cc5bf6c Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Remove remoteShutdown's buildslave argument The connection already has that object from the constructor. Commit: b6d7f74d489f24800d4ab70c544350d56fb201c7 https://github.com/buildbot/buildbot/commit/b6d7f74d489f24800d4ab70c544350d56fb201c7 Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- create, test, and use a fake Connection class Commit: 6f1e47844212f53467e18428d63db292d9d742d0 https://github.com/buildbot/buildbot/commit/6f1e47844212f53467e18428d63db292d9d742d0 Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/docs/developer/cls-protocols.rst Log Message: ----------- test NoMethodError for getInfo; fix async tests This also updates the docs for remoteSetBuilderList, which is leaking PB references out of the API. Commit: d028ea069df305e6bda81fbe0a4178eacf6d09c4 https://github.com/buildbot/buildbot/commit/d028ea069df305e6bda81fbe0a4178eacf6d09c4 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/process/buildstep.py A master/buildbot/process/remotecommand.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/mock.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/svn.py M master/buildbot/steps/transfer.py M master/buildbot/test/interfaces/test_remotecommand.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/cls-protocols.rst M master/docs/developer/cls-remotecommands.rst M master/docs/developer/master-slave.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- move RemoteCommand and friends to buildbot.process.remotecommand Commit: 826158caba8d05a376c263b11cc05058a58812b8 https://github.com/buildbot/buildbot/commit/826158caba8d05a376c263b11cc05058a58812b8 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/process/buildstep.py A master/buildbot/process/logobserver.py M master/buildbot/process/subunitlogobserver.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/subunit.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/unit/test_steps_subunit.py M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- move log observers to buildbot.process.logobserver Commit: aaae286ac2ed62247a5179e3d5cc19621739b6ea https://github.com/buildbot/buildbot/commit/aaae286ac2ed62247a5179e3d5cc19621739b6ea Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix docs syntax Commit: 6885d46a3e930375bdd2f77a2d037540ed1b0379 https://github.com/buildbot/buildbot/commit/6885d46a3e930375bdd2f77a2d037540ed1b0379 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py A master/buildbot/buildslave/manager.py A master/buildbot/buildslave/protocols/__init__.py A master/buildbot/buildslave/protocols/base.py A master/buildbot/buildslave/protocols/pb.py M master/buildbot/interfaces.py M master/buildbot/master.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/process/slavebuilder.py A master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/interfaces/test_remotecommand.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/util/steps.py Log Message: ----------- Introducing adapter for PB based on https://github.com/djmitche/buildbot/tree/amp Commit: 686f47c7fef88468e998b1c2549d3cd0476e6331 https://github.com/buildbot/buildbot/commit/686f47c7fef88468e998b1c2549d3cd0476e6331 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py Log Message: ----------- doKeepalive and shutdown moved to protocol level minor fixes in test and getSlaveInfo Commit: bf3f8c4bb995aeee55bfb590ac9864aafddd24ce https://github.com/buildbot/buildbot/commit/bf3f8c4bb995aeee55bfb590ac9864aafddd24ce Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- shutdown in old way moved to Protocol Commit: 85c40602ab84e24351351e275a88e1df6d1f6a0d https://github.com/buildbot/buildbot/commit/85c40602ab84e24351351e275a88e1df6d1f6a0d Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- Old and new ways moved under Protocol Commit: 91c736c2cc6ab5c401b19c778f3cf0a14c47e368 https://github.com/buildbot/buildbot/commit/91c736c2cc6ab5c401b19c778f3cf0a14c47e368 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/unit/test_buildslave_base.py Log Message: ----------- Few fixes in tests, added tests for shutdown command Commit: b05247de7c33e91a968cd0649c4e567fb42b5e76 https://github.com/buildbot/buildbot/commit/b05247de7c33e91a968cd0649c4e567fb42b5e76 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py Log Message: ----------- startKeepaliveTimer now starts keepalive timer, some minor changes in tests, removed outdated TODO Commit: 2424025b06d2c494ddc1fd70445552db6e6b5620 https://github.com/buildbot/buildbot/commit/2424025b06d2c494ddc1fd70445552db6e6b5620 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/builder.py Log Message: ----------- startBuild returned, removed initial doKeepalive call Commit: 969d8ca2295d164dcbaca4ea8dd46258663d119c https://github.com/buildbot/buildbot/commit/969d8ca2295d164dcbaca4ea8dd46258663d119c Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- WIP: keepalive moved to Connection Commit: a4d85a84f8f5e70e61d1c67aba3a0818db272d6d https://github.com/buildbot/buildbot/commit/a4d85a84f8f5e70e61d1c67aba3a0818db272d6d Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py Log Message: ----------- WIP: keepalive code completely moved to Connection, some test fail for now Commit: 2ebed36081e0081f3592835db8a99bab4bdfe2d6 https://github.com/buildbot/buildbot/commit/2ebed36081e0081f3592835db8a99bab4bdfe2d6 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- WIP: fixed few failed tests Commit: cf1ccda792dd12f0fac42ee39d4299f2f21855bc https://github.com/buildbot/buildbot/commit/cf1ccda792dd12f0fac42ee39d4299f2f21855bc Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/unit/test_buildslave_base.py A master/buildbot/test/unit/test_buildslave_protocols_pb.py Log Message: ----------- WIP: Added test_buildslave_protocols_pb, some minor fixes Commit: 3de881c462da26babc6ab827337105abf9fa51f6 https://github.com/buildbot/buildbot/commit/3de881c462da26babc6ab827337105abf9fa51f6 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py Log Message: ----------- WIP: Swap positions in assertEqual, fixed one assert check, fixed attached() return value Commit: 324cb873d5ecef75b3e3f3c09e8b7c07925ffa86 https://github.com/buildbot/buildbot/commit/324cb873d5ecef75b3e3f3c09e8b7c07925ffa86 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: A master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py Log Message: ----------- Added tests for buildslave/protocols/base.py Commit: 3e9f0047fdee9b3cd28c6b207415bb57b1a50a10 https://github.com/buildbot/buildbot/commit/3e9f0047fdee9b3cd28c6b207415bb57b1a50a10 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/interfaces.py M master/buildbot/process/buildstep.py A master/docs/developer/cls-protocols.rst M master/docs/developer/master-overview.rst Log Message: ----------- interruptCommand moved to protocol level Added developer doc removed useless methods from IBuildSlave Commit: a401b3651612ed0c7d70b81c8782a23bee04625b https://github.com/buildbot/buildbot/commit/a401b3651612ed0c7d70b81c8782a23bee04625b Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/docs/developer/cls-protocols.rst Log Message: ----------- WIP: changes in cls-protocols.rst Commit: 638b3237ee9c9c11838cdd0533f28f9882367d75 https://github.com/buildbot/buildbot/commit/638b3237ee9c9c11838cdd0533f28f9882367d75 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/docs/developer/cls-protocols.rst Log Message: ----------- WIP: added few missed methods to protocols/base.py, docs Commit: 0743967cd4b36dc1051020f1a4fb2fce7b9a81b6 https://github.com/buildbot/buildbot/commit/0743967cd4b36dc1051020f1a4fb2fce7b9a81b6 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/pbmanager.py Log Message: ----------- Initial implementation of slave arbitration Commit: f457aef93a14aaa97c42a204f83876213f2eefcb https://github.com/buildbot/buildbot/commit/f457aef93a14aaa97c42a204f83876213f2eefcb Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/slavebuilder.py Log Message: ----------- Fix bug with starting build try/except ping codeblock self.conn replaced to self.slave.conn because disconnecting old slave breaks reference added few log messages Commit: 88884be0c9c6ca05ec4835da01e9fdc77b621413 https://github.com/buildbot/buildbot/commit/88884be0c9c6ca05ec4835da01e9fdc77b621413 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/unit/test_util_misc.py M master/buildbot/util/misc.py M master/docs/developer/utils.rst Log Message: ----------- add cancelAfter utility function Commit: 782c36c26842e43f1d97dc8c0c99691927f243e3 https://github.com/buildbot/buildbot/commit/782c36c26842e43f1d97dc8c0c99691927f243e3 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/manager.py Log Message: ----------- use cancelAfter Commit: c58331343b57e1ca55685d22cb9b55bbac9a8793 https://github.com/buildbot/buildbot/commit/c58331343b57e1ca55685d22cb9b55bbac9a8793 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py Log Message: ----------- AbstractBuildSlave.attached() refactored Fixes in tests Commit: 7d7731fde40718f49fcee5f01c314ca07ec5f4b9 https://github.com/buildbot/buildbot/commit/7d7731fde40718f49fcee5f01c314ca07ec5f4b9 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- Fixes in tests Commit: e8dcd4e725c2d6fe1be7c5214dc12ed65400d8e7 https://github.com/buildbot/buildbot/commit/e8dcd4e725c2d6fe1be7c5214dc12ed65400d8e7 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/unit/test_buildslave_base.py Log Message: ----------- remotePrint test removed, removed unnecessary try/except Commit: 921c86f800dfd1a74f89774b88f3d39b6da00e01 https://github.com/buildbot/buildbot/commit/921c86f800dfd1a74f89774b88f3d39b6da00e01 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/botmaster.py M master/buildbot/test/integration/test_slave_comm.py R master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py Log Message: ----------- DuplicateSlaveArbitrator removed with its tests fixed perspective_shutdown TODO fixed subscriptions TODO minor fixes in tests Commit: d91f51c661561691f95ba4a53ec7ec9d459f42ab https://github.com/buildbot/buildbot/commit/d91f51c661561691f95ba4a53ec7ec9d459f42ab Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- perspective_shutdown renamed to shutdownRequested Commit: a6507c1ec17ced75ece22cf7ec44c717828b6b2e https://github.com/buildbot/buildbot/commit/a6507c1ec17ced75ece22cf7ec44c717828b6b2e Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/unit/test_buildslave_protocols_pb.py Log Message: ----------- added test for shutdownRequested Commit: 947df901eb3f804e9acaacf81af04a4ea64cf7f9 https://github.com/buildbot/buildbot/commit/947df901eb3f804e9acaacf81af04a4ea64cf7f9 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py Log Message: ----------- changes in methods names added test for pb.Connection.perspective_shutdown added test for BuildSlave.shutdownRequested Commit: 988975b3ef19087c84f7fa80ce07997041ab9eda https://github.com/buildbot/buildbot/commit/988975b3ef19087c84f7fa80ce07997041ab9eda Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/botmaster.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/setup.py Log Message: ----------- keepalive TODO removed because its done tracking last-heard-from TODO done buildbot.buildslave.protocols package added to setup.py some minor changes after pyflakes analysis Commit: 7be81ff106eaf8c02f6b05bcb327985311b295a8 https://github.com/buildbot/buildbot/commit/7be81ff106eaf8c02f6b05bcb327985311b295a8 Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py Log Message: ----------- slave last access time updated in perspective_shutdown, tests Commit: 3ad1800c720cc31c9e9891b56e9fe0f58da03ead https://github.com/buildbot/buildbot/commit/3ad1800c720cc31c9e9891b56e9fe0f58da03ead Author: Michael Mayorov Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/build.py M master/buildbot/test/fake/bslavemanager.py M master/docs/developer/classes.rst A master/docs/developer/cls-bslavemanager.rst M master/docs/developer/cls-protocols.rst Log Message: ----------- Fixes after review Commit: ccb1acdc81dc88efc32d1b8d23b1ce9e17daf0a3 https://github.com/buildbot/buildbot/commit/ccb1acdc81dc88efc32d1b8d23b1ce9e17daf0a3 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py A master/buildbot/buildslave/manager.py A master/buildbot/buildslave/protocols/__init__.py A master/buildbot/buildslave/protocols/base.py A master/buildbot/buildslave/protocols/pb.py M master/buildbot/interfaces.py M master/buildbot/master.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/process/slavebuilder.py A master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/interfaces/test_remotecommand.py M master/buildbot/test/unit/test_buildslave_base.py A master/buildbot/test/unit/test_buildslave_protocols_base.py A master/buildbot/test/unit/test_buildslave_protocols_pb.py R master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/test/util/steps.py M master/buildbot/util/misc.py M master/docs/developer/classes.rst A master/docs/developer/cls-bslavemanager.rst A master/docs/developer/cls-protocols.rst M master/docs/developer/master-overview.rst M master/docs/developer/utils.rst M master/setup.py Log Message: ----------- Re-merge branch 'introduce-adapter' into slave-proto Commit: 7cdc9b08541214ce901b48d5b6a2235b01f631cc https://github.com/buildbot/buildbot/commit/7cdc9b08541214ce901b48d5b6a2235b01f631cc Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/process/buildstep.py A master/buildbot/process/logobserver.py A master/buildbot/process/remotecommand.py M master/buildbot/process/subunitlogobserver.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/mock.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/svn.py M master/buildbot/steps/subunit.py M master/buildbot/steps/transfer.py M master/buildbot/test/interfaces/test_remotecommand.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/unit/test_steps_subunit.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/cls-protocols.rst M master/docs/developer/cls-remotecommands.rst M master/docs/developer/master-slave.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'remotecommand-module' of git://github.com/djmitche/buildbot into slave-proto Commit: 697d9ed50c591c96f75b6804aff0b00d0ba0c915 https://github.com/buildbot/buildbot/commit/697d9ed50c591c96f75b6804aff0b00d0ba0c915 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M .travis.yml M MAINTAINERS.txt M master/buildbot/buildslave/base.py A master/buildbot/buildslave/manager.py A master/buildbot/buildslave/protocols/__init__.py A master/buildbot/buildslave/protocols/base.py A master/buildbot/buildslave/protocols/pb.py M master/buildbot/interfaces.py M master/buildbot/master.py M master/buildbot/monkeypatches/__init__.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/process/slavebuilder.py A master/buildbot/steps/http.py A master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_buildslave_base.py A master/buildbot/test/unit/test_buildslave_protocols_base.py A master/buildbot/test/unit/test_buildslave_protocols_pb.py R master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_remotecommand.py A master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/test/util/steps.py M master/buildbot/util/misc.py M master/docs/developer/classes.rst A master/docs/developer/cls-bslavemanager.rst A master/docs/developer/cls-protocols.rst M master/docs/developer/master-overview.rst M master/docs/developer/utils.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/customization.rst M master/docs/manual/installation.rst M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- Merge branch 'slave-proto' (early part) into nine Conflicts: master/buildbot/buildslave/base.py master/buildbot/test/fake/fakemaster.py master/buildbot/test/unit/test_buildslave_base.py master/buildbot/test/util/interfaces.py master/docs/developer/classes.rst Commit: c5264eb8798181435ffcceca57c7ea01040bb52c https://github.com/buildbot/buildbot/commit/c5264eb8798181435ffcceca57c7ea01040bb52c Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/process/buildstep.py A master/buildbot/process/logobserver.py A master/buildbot/process/remotecommand.py M master/buildbot/process/subunitlogobserver.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/mock.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/svn.py M master/buildbot/steps/subunit.py M master/buildbot/steps/transfer.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/unit/test_remotecommand.py M master/buildbot/test/unit/test_steps_subunit.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/cls-protocols.rst M master/docs/developer/cls-remotecommands.rst M master/docs/developer/master-slave.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'slave-proto' into nine Conflicts: master/buildbot/process/buildstep.py Commit: d13c05308789175cd5f29e27b9c233190d7c905e https://github.com/buildbot/buildbot/commit/d13c05308789175cd5f29e27b9c233190d7c905e Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/config.py M master/buildbot/process/builder.py M master/buildbot/test/unit/test_config.py M master/docs/relnotes/index.rst Log Message: ----------- Restrict builder names to be unicode Commit: 3652f4caa230b65818560de5a1df7f8fcf03c329 https://github.com/buildbot/buildbot/commit/3652f4caa230b65818560de5a1df7f8fcf03c329 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/unit/test_util_misc.py M master/buildbot/util/misc.py Log Message: ----------- fix cancelAfter and its tests Commit: 25a014941597f8bbba8ef1f36d24c845332dbb9e https://github.com/buildbot/buildbot/commit/25a014941597f8bbba8ef1f36d24c845332dbb9e Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- fix duplicate slave tests to wait for the correct detach to complete Commit: 0af3c4a77b7bcb74d37d180e747ab9daaa00ed7f https://github.com/buildbot/buildbot/commit/0af3c4a77b7bcb74d37d180e747ab9daaa00ed7f Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/util/misc.py Log Message: ----------- Merge branch 'slave-proto' into nine Commit: 183d78c7e2083ee4e79dee0ffe15beceea8d7c16 https://github.com/buildbot/buildbot/commit/183d78c7e2083ee4e79dee0ffe15beceea8d7c16 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- use proper reference to slave name Commit: 2d9a342fd156d42915db092db11d698615b53972 https://github.com/buildbot/buildbot/commit/2d9a342fd156d42915db092db11d698615b53972 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'protocols-remoteShutdown-arg' of git://github.com/djmitche/buildbot into slave-proto Commit: 29a2b25ec9ad9f16bb036efd51e66526ffffff7f https://github.com/buildbot/buildbot/commit/29a2b25ec9ad9f16bb036efd51e66526ffffff7f Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_status_web_statuspng.py Log Message: ----------- fix pyflakes, pylint Commit: 4494c72440c394e0fbcda4fda73faa20848b5719 https://github.com/buildbot/buildbot/commit/4494c72440c394e0fbcda4fda73faa20848b5719 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/buildstep.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'slave-proto' into nine Conflicts: master/buildbot/test/unit/test_status_web_statuspng.py Commit: 5c3043873566319b8a825bdfa7cc573f4dc895c1 https://github.com/buildbot/buildbot/commit/5c3043873566319b8a825bdfa7cc573f4dc895c1 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- fix pyflake Commit: ddb758b21057a2307651315b9e6a0414c9f5d339 https://github.com/buildbot/buildbot/commit/ddb758b21057a2307651315b9e6a0414c9f5d339 Author: Pierre Tardy Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M www/Gruntfile.coffee M www/setup.py M www/src/index.jade M www/src/scripts/app.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/schedulersController.coffee M www/src/scripts/directives/topmenu.coffee R www/src/scripts/libs/angular-route.js A www/src/scripts/libs/angular-ui-router.js M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee M www/src/views/directives/topmenu.jade Log Message: ----------- Use UI-router instead of ng-router ui-router offers nested routes, which is useful for forcesched dialogs and direct access to the dialog >From the URL of the builder, you can add /forceched/myforcesched to go to the forcesched dialog Some impact on how the plugins should register new routes. Plugins just have to use ui-router api to declare new routes. Simplifies the top menu Signed-off-by: Pierre Tardy Commit: 7081d9087f7dff39bcb18dd26afddf3cd9aa4ae5 https://github.com/buildbot/buildbot/commit/7081d9087f7dff39bcb18dd26afddf3cd9aa4ae5 Author: Pierre Tardy Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/data/connector.py A master/buildbot/data/forceschedulers.py M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py M www/src/scripts/controllers/builderController.coffee A www/src/scripts/controllers/forcedialogController.coffee A www/src/scripts/directives/forcefields.coffee M www/src/styles/styles.less M www/src/views/build.jade M www/src/views/builder.jade A www/src/views/directives/boolfield.jade A www/src/views/directives/forcedialog.jade A www/src/views/directives/intfield.jade A www/src/views/directives/listfield.jade A www/src/views/directives/nestedfield.jade A www/src/views/directives/textareafield.jade A www/src/views/directives/textfield.jade A www/src/views/forcedialog.jade M www/src/views/schedulers.jade Log Message: ----------- forcesched base UI First base UI for forcesched. fullscreen ui-modal is used Simple column layout, taking advantage of NestedParameter custom field types can be implemented via plugins, using standard angularjs directives Promotion UI is still stubbed, and the command part is not yet implemented. Signed-off-by: Pierre Tardy Commit: efb4bce982d0a2e7ca34d9e6cca0f10b7486b365 https://github.com/buildbot/buildbot/commit/efb4bce982d0a2e7ca34d9e6cca0f10b7486b365 Author: Pierre Tardy Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M www/Gruntfile.coffee M www/setup.py Log Message: ----------- fix grunt prod, and sdist mode make sure we can use python setup.py develop on sdist too. fix: http://trac.buildbot.net/ticket/2568 Signed-off-by: Pierre Tardy Commit: ddc90d470ecbc32628e065a8550b406361841f58 https://github.com/buildbot/buildbot/commit/ddc90d470ecbc32628e065a8550b406361841f58 Author: Pierre Tardy Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- fix warning reported by travisCI looks like added only in nine by merge: a6ec211df118c739d2e7b7355577da07e42cc7b3 Commit: 0ed16dcde8204281f17ce685083e723124326efb https://github.com/buildbot/buildbot/commit/0ed16dcde8204281f17ce685083e723124326efb Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- make test_slave_comm more robust against broker leaks Commit: f8359f6d9ab6ba0c1ae937c9036942ea31c52b9a https://github.com/buildbot/buildbot/commit/f8359f6d9ab6ba0c1ae937c9036942ea31c52b9a Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- Merge branch 'slave-proto' into nine Commit: b8cecfe5a312d9d7a9b2763e50ee8000559d4a55 https://github.com/buildbot/buildbot/commit/b8cecfe5a312d9d7a9b2763e50ee8000559d4a55 Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M common/pylintrc M master/buildbot/buildslave/base.py M master/buildbot/interfaces.py M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/python14653.py M master/buildbot/monkeypatches/servicechecks.py M master/buildbot/process/builder.py M master/buildbot/status/persistent_queue.py M master/buildbot/test/unit/test_steps_source_svn.py M master/contrib/post_build_request.py M slave/buildslave/interfaces.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/builder.py master/buildbot/test/unit/test_status_web_statuspng.py Commit: 3ed3216d9e60a2fcee2622b85be6dfc1a8299e81 https://github.com/buildbot/buildbot/commit/3ed3216d9e60a2fcee2622b85be6dfc1a8299e81 Author: Elmir Jagudin Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_gerritchangesource.py Log Message: ----------- removed duplicate keys assignments in a dictionary This fixes 'duplicate-key (W0109)' pylint warning. Commit: 3ed72e769e72be5fbba2d02dab6c7fda9a5059e1 https://github.com/buildbot/buildbot/commit/3ed72e769e72be5fbba2d02dab6c7fda9a5059e1 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/data/connector.py A master/buildbot/data/forceschedulers.py M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/docs/manual/cfg-buildsteps.rst M www/Gruntfile.coffee M www/setup.py M www/src/index.jade M www/src/scripts/app.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee A www/src/scripts/controllers/forcedialogController.coffee M www/src/scripts/controllers/schedulersController.coffee A www/src/scripts/directives/forcefields.coffee M www/src/scripts/directives/topmenu.coffee R www/src/scripts/libs/angular-route.js A www/src/scripts/libs/angular-ui-router.js M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee M www/src/styles/styles.less M www/src/views/build.jade M www/src/views/builder.jade A www/src/views/directives/boolfield.jade A www/src/views/directives/forcedialog.jade A www/src/views/directives/intfield.jade A www/src/views/directives/listfield.jade A www/src/views/directives/nestedfield.jade A www/src/views/directives/textareafield.jade A www/src/views/directives/textfield.jade M www/src/views/directives/topmenu.jade A www/src/views/forcedialog.jade M www/src/views/schedulers.jade Log Message: ----------- Merge pull request #898 from tardyp/forcesched Forcesched UI Commit: fcb2fb0fe0a7f130e7e5c040c1a5bade59fe4e34 https://github.com/buildbot/buildbot/commit/fcb2fb0fe0a7f130e7e5c040c1a5bade59fe4e34 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/schedulers/forcesched.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- fix docs, pyflakes Commit: deb9f6e238cb302635bf88cb2652c1979db7db21 https://github.com/buildbot/buildbot/commit/deb9f6e238cb302635bf88cb2652c1979db7db21 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- Merge branch 'protocols-fakeconnection' of git://github.com/djmitche/buildbot into slave-proto Commit: 65bc10004ab44441f7c762e1c92b1cb7ad2f9ab6 https://github.com/buildbot/buildbot/commit/65bc10004ab44441f7c762e1c92b1cb7ad2f9ab6 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'protocols-noinfo' of git://github.com/djmitche/buildbot into slave-proto With pyflakes fixes Commit: dcef7524668a802d523dd22f66460bef2c6a8e02 https://github.com/buildbot/buildbot/commit/dcef7524668a802d523dd22f66460bef2c6a8e02 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/unit/test_process_build.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'slave-proto' into nine Commit: 4435ef636ddf4096ace130af69b5e9d7a4b2af47 https://github.com/buildbot/buildbot/commit/4435ef636ddf4096ace130af69b5e9d7a4b2af47 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_gerritchangesource.py Log Message: ----------- Merge branch 'pylint-duplicate-key-nine' of git://github.com/elmirjagudin/buildbot into nine Commit: 8084a080e1384536802fbc18006b6b7882a3e54b https://github.com/buildbot/buildbot/commit/8084a080e1384536802fbc18006b6b7882a3e54b Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M .travis.yml M common/pylintrc M master/MANIFEST.in M master/buildbot/clients/tryclient.py M master/buildbot/schedulers/timed.py M slave/MANIFEST.in Log Message: ----------- Merge branch 'master' into nine Conflicts: master/MANIFEST.in master/buildbot/status/web/base.py Commit: 136b260332f5a96ccb029491d07b3089c5fd9d67 https://github.com/buildbot/buildbot/commit/136b260332f5a96ccb029491d07b3089c5fd9d67 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- DefaultCodebases -> DEFAULT_CODEBASES Commit: 9571c897e3ae24a2038e4b5671dab1ce3a5ea8d3 https://github.com/buildbot/buildbot/commit/9571c897e3ae24a2038e4b5671dab1ce3a5ea8d3 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/process/remotecommand.py M master/buildbot/test/unit/test_process_buildstep.py A master/buildbot/test/unit/test_process_remotecommand.py Log Message: ----------- Merge branch 'invalid_fake_command' of git://github.com/vrutsky/buildbot into nine Commit: 1a4493922e25db6b443a541e3d4c3cac102245f0 https://github.com/buildbot/buildbot/commit/1a4493922e25db6b443a541e3d4c3cac102245f0 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/util/change_import.py Log Message: ----------- update timeouts for upgrade tests Commit: d4c219aea6feaae484f24b7dc5c3a87465d19cd6 https://github.com/buildbot/buildbot/commit/d4c219aea6feaae484f24b7dc5c3a87465d19cd6 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Log Message: ----------- Merge branch 'master' into nine Commit: 129a7314f69a4852f295f3dc6b40b6df0a4e6ed8 https://github.com/buildbot/buildbot/commit/129a7314f69a4852f295f3dc6b40b6df0a4e6ed8 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/changes/manager.py M master/buildbot/db/connector.py M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/mq/connector.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/debug.py M master/buildbot/process/users/manual.py M master/buildbot/status/base.py M master/buildbot/status/master.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/pbmanager.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_users_manager.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/maildir.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/contrib/fakemaster.py M master/docs/developer/classes.rst R master/docs/developer/cls-clusteredservice.rst M master/docs/developer/utils.rst Log Message: ----------- Add an AsyncMultiService that waits for all child services to start Commit: f47b506f81c58ddc24e47ff00604657e86d535e0 https://github.com/buildbot/buildbot/commit/f47b506f81c58ddc24e47ff00604657e86d535e0 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/changes/manager.py M master/buildbot/data/connector.py M master/buildbot/mq/base.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/users/manager.py M master/buildbot/schedulers/manager.py M master/buildbot/status/base.py M master/buildbot/status/client.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/words.py M master/buildbot/test/unit/test_changes_manager.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/contrib/fakemaster.py M master/contrib/webhook_status.py M master/docs/developer/mq.rst M master/docs/developer/utils.rst Log Message: ----------- Add AsyncService and handle Deferreds for setServiceParent Commit: 7437e9ac27261550ae81eb8e1bfe465376260ecc https://github.com/buildbot/buildbot/commit/7437e9ac27261550ae81eb8e1bfe465376260ecc Author: Dustin J. Mitchell Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M master/buildbot/changes/pb.py M master/buildbot/config.py M master/buildbot/test/unit/test_config.py Log Message: ----------- minor cleanup of slavePortnum config Commit: ec7d6c56425970aaca28d5612fbbff2e17580580 https://github.com/buildbot/buildbot/commit/ec7d6c56425970aaca28d5612fbbff2e17580580 Author: Dustin J. Mitchell Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_config.py Log Message: ----------- adjust tests for cleanup Commit: 579f6a9d258268f0523cba7b33e699691baff75a https://github.com/buildbot/buildbot/commit/579f6a9d258268f0523cba7b33e699691baff75a Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/remotecommand.py M master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- rename startCommands to remoteStartCommand Commit: e63658dce9379ee030e9aeb645504a10a34abd1e https://github.com/buildbot/buildbot/commit/e63658dce9379ee030e9aeb645504a10a34abd1e Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/test/unit/test_util_service.py Log Message: ----------- fix pyflake Commit: 2d73fa5914ad32758daf85b6a49dbd8b42b8a29b https://github.com/buildbot/buildbot/commit/2d73fa5914ad32758daf85b6a49dbd8b42b8a29b Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/process/botmaster.py M master/buildbot/process/debug.py M master/buildbot/util/maildir.py M master/contrib/fakemaster.py Log Message: ----------- fix a few places where startService deferreds were unhandled Commit: 6d8183ac83e4dd8f4d5b9d995213e99205df80e3 https://github.com/buildbot/buildbot/commit/6d8183ac83e4dd8f4d5b9d995213e99205df80e3 Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/changes/manager.py M master/buildbot/data/connector.py M master/buildbot/db/connector.py M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/mq/base.py M master/buildbot/mq/connector.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/users/manager.py M master/buildbot/process/users/manual.py M master/buildbot/schedulers/manager.py M master/buildbot/status/base.py M master/buildbot/status/client.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/words.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/pbmanager.py M master/buildbot/test/unit/test_changes_manager.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_process_users_manager.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/maildir.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/contrib/fakemaster.py M master/contrib/webhook_status.py M master/docs/developer/classes.rst R master/docs/developer/cls-clusteredservice.rst M master/docs/developer/mq.rst M master/docs/developer/utils.rst Log Message: ----------- Merge branch '9/asyncmultiservice' into nine Commit: e6b90f6a40891082785ed049d6984bce648a5caa https://github.com/buildbot/buildbot/commit/e6b90f6a40891082785ed049d6984bce648a5caa Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M Makefile A common/pep8rc Log Message: ----------- Add Makefile target for running pep8 and pep8 configuration Currently pep8 configured to ignore ALL errors that occures in Buildbot code. Commit: d823574a52a7561266c6aa41e5896c6bd3f877d8 https://github.com/buildbot/buildbot/commit/d823574a52a7561266c6aa41e5896c6bd3f877d8 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Run pep8 on Travis Commit: 9a233aeaa3beb3af6216a7a1bb25892e6bb530e0 https://github.com/buildbot/buildbot/commit/9a233aeaa3beb3af6216a7a1bb25892e6bb530e0 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py Log Message: ----------- Fix pep8 issue E101: indentation contains mixed spaces and tabs Commit: 4102d8f3f1f7bf504e4771382356c844c965bfd7 https://github.com/buildbot/buildbot/commit/4102d8f3f1f7bf504e4771382356c844c965bfd7 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M Makefile Log Message: ----------- Check only master and slave subdirectories with pep8 www/ subdirectory contains third party Python scripts which coding style is not interesting to us. Commit: 37efd76b3879a5fe8cb12201421256280b48a678 https://github.com/buildbot/buildbot/commit/37efd76b3879a5fe8cb12201421256280b48a678 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/mail.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/stop.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_status_mail.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_cvs_mail.py M slave/buildslave/commands/repo.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Fix pep8 error E111: indentation is not a multiple of four File master/contrib/buildbot_json.py was completely excluded from pep8 analysis because it uses two spaces for indentation. Commit: 9507d33fc078d8d4a3d50895c56b52db7ba39144 https://github.com/buildbot/buildbot/commit/9507d33fc078d8d4a3d50895c56b52db7ba39144 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Fix buildbot.test.unit.test_changes_p4poller tests Not sure is strings format is critical. Is P4 have fixed output format with mandatory tabs? Commit: 16a027ef42b8a2e53cb488a6f72d8ee4d2358628 https://github.com/buildbot/buildbot/commit/16a027ef42b8a2e53cb488a6f72d8ee4d2358628 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/db/changesources.py M master/buildbot/db/schedulers.py M master/buildbot/process/buildstep.py Log Message: ----------- Fix raised during merge pep8 error E111: indentation is not a multiple of four Commit: 16b32fe25101130b8089cd5bbf7416c1184c9988 https://github.com/buildbot/buildbot/commit/16b32fe25101130b8089cd5bbf7416c1184c9988 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Install buildbot-www on Travis Commit: 1fc652cb5ce351546b197b62c235962619ed2966 https://github.com/buildbot/buildbot/commit/1fc652cb5ce351546b197b62c235962619ed2966 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M Makefile Log Message: ----------- Check with pep8 www subdirectory Commit: 4969b011a68923357d96ca85b0f874fd69d6ac03 https://github.com/buildbot/buildbot/commit/4969b011a68923357d96ca85b0f874fd69d6ac03 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Fetch objects and tags from upstream git repository on Travis Required for proper work of `git describe`. Commit: 74b3f5b36857db29b23204cf3354756ca3eb722b https://github.com/buildbot/buildbot/commit/74b3f5b36857db29b23204cf3354756ca3eb722b Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Disable SSH host key checking on Travis Otherwize ssh will ask confirmation from command prompt. Commit: f9ff82d1d2475a5241452e3d90a3ee7059f81004 https://github.com/buildbot/buildbot/commit/f9ff82d1d2475a5241452e3d90a3ee7059f81004 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Fix wrong Travis section Commit: 5547aba2a19f1a7c15ca0a2aeaed6cd36fc8e7d1 https://github.com/buildbot/buildbot/commit/5547aba2a19f1a7c15ca0a2aeaed6cd36fc8e7d1 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use HTTPS protocol instead SSH Travis VM doesn't have account with valid SSH key on github.com Commit: 74be587ab22a085fca61e6eb6bf0a76d524eac90 https://github.com/buildbot/buildbot/commit/74be587ab22a085fca61e6eb6bf0a76d524eac90 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use git protocol Commit: 1fc19b8ef9b7c862d29646ec4d0ef0adc9c6ad89 https://github.com/buildbot/buildbot/commit/1fc19b8ef9b7c862d29646ec4d0ef0adc9c6ad89 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Install fresh Node.js With Node.js v0.10.12 buildvot-www installation failed. Currently new version is v0.10.20. Commit: db32066dbdd0ec91668fc9d8ca991fc11b8d55ff https://github.com/buildbot/buildbot/commit/db32066dbdd0ec91668fc9d8ca991fc11b8d55ff Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge branch 'travis_install_buildbot_www' of git://github.com/vrutsky/buildbot into nine Commit: fffae548935824b6ad56591780335cb5690e4159 https://github.com/buildbot/buildbot/commit/fffae548935824b6ad56591780335cb5690e4159 Author: Vladimir Rutsky Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use bash commands grouping with parentheses instead pushd/popd Commit: c14c93cb86f4b722314b6d2067c81df404700bfd https://github.com/buildbot/buildbot/commit/c14c93cb86f4b722314b6d2067c81df404700bfd Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml M Makefile A common/pep8rc M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/mail.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/db/changesources.py M master/buildbot/db/schedulers.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/stop.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_cvs_mail.py M slave/buildslave/commands/repo.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Merge branch 'nine_use_pep8' of git://github.com/vrutsky/buildbot into nine Commit: 7d93f589a5f44606ab6f360c8690f25d8f805570 https://github.com/buildbot/buildbot/commit/7d93f589a5f44606ab6f360c8690f25d8f805570 Author: Vladimir Rutsky Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Revert "Fix buildbot.test.unit.test_changes_p4poller tests" Instead tuning tests for modified input, I'll try not to modify input. This reverts commit 9507d33fc078d8d4a3d50895c56b52db7ba39144. Commit: 2d3024aa7256b59ba31468200c0b5c82aa76c027 https://github.com/buildbot/buildbot/commit/2d3024aa7256b59ba31468200c0b5c82aa76c027 Author: Vladimir Rutsky Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Revert replacing tabs with spaces Commit: ccee49fda80fbe3327392848cb841996d70f27aa https://github.com/buildbot/buildbot/commit/ccee49fda80fbe3327392848cb841996d70f27aa Author: Vladimir Rutsky Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Use \t instead tabs to make pep8 happy Commit: 071ebee2a62983dc23b07aabbd00feedfaa69a1e https://github.com/buildbot/buildbot/commit/071ebee2a62983dc23b07aabbd00feedfaa69a1e Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge branch 'nine_travis_group_instead_popd' of git://github.com/vrutsky/buildbot into nine Commit: b1c9e0064c6774d60bdf1d4f27de74d45b1e0afb https://github.com/buildbot/buildbot/commit/b1c9e0064c6774d60bdf1d4f27de74d45b1e0afb Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Merge branch 'revert_p4_change_log_tabs' of git://github.com/vrutsky/buildbot into nine Commit: df0065d04ae72f122042233cd6f9300ace84c352 https://github.com/buildbot/buildbot/commit/df0065d04ae72f122042233cd6f9300ace84c352 Author: Dustin J. Mitchell Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/remotecommand.py M master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'p/rename-startCommands' of git://github.com/djmitche/buildbot into slave-proto Commit: 267c7f0c9e6e349745533839f4206e6964940a46 https://github.com/buildbot/buildbot/commit/267c7f0c9e6e349745533839f4206e6964940a46 Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M .travis.yml M common/validate.sh M master/buildbot/buildslave/ec2.py M master/buildbot/process/buildstep.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/util/steps.py M master/docs/Makefile M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: .travis.yml Makefile common/validate.sh master/buildbot/db/buildrequests.py master/buildbot/process/buildstep.py master/buildbot/sourcestamp.py master/buildbot/status/web/base.py master/buildbot/status/web/builder.py master/buildbot/steps/source/cvs.py master/buildbot/steps/source/git.py master/buildbot/test/unit/test_changes_p4poller.py master/buildbot/test/unit/test_db_buildsets.py master/buildbot/test/unit/test_process_buildstep.py master/buildbot/test/unit/test_sourcestamp.py master/buildbot/test/unit/test_status_mail.py Commit: 46ce245337a4fc438b6be1325ffea3a85acd36d5 https://github.com/buildbot/buildbot/commit/46ce245337a4fc438b6be1325ffea3a85acd36d5 Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/changes/mail.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/config.py M master/buildbot/locks.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/process/remotecommand.py M master/buildbot/status/buildstep.py M master/buildbot/status/logfile.py M master/buildbot/status/words.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_properties.py M master/docs/examples/repo_gerrit.cfg M slave/buildslave/commands/svn.py M slave/buildslave/runprocess.py M slave/buildslave/test/util/command.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/buildstep.py master/buildbot/status/web/base.py master/buildbot/status/web/status_json.py Commit: a0679acaacee83567c8ed8c5d38c3247d512dbeb https://github.com/buildbot/buildbot/commit/a0679acaacee83567c8ed8c5d38c3247d512dbeb Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M www/src/font/fontawesome-webfont.eot M www/src/font/fontawesome-webfont.svg M www/src/font/fontawesome-webfont.ttf M www/src/font/fontawesome-webfont.woff Log Message: ----------- fontawesome appears to be in /fonts/ now, not /font/ Commit: c9286a38b2fd172ac4e24b7775cbcfcace46bf07 https://github.com/buildbot/buildbot/commit/c9286a38b2fd172ac4e24b7775cbcfcace46bf07 Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M common/validate.sh Log Message: ----------- run setup.py in www on every commit Commit: 302375620d71b3fa4df8e75881d418d9b66c7f6b https://github.com/buildbot/buildbot/commit/302375620d71b3fa4df8e75881d418d9b66c7f6b Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M MAINTAINERS.txt M master/buildbot/interfaces.py M master/buildbot/status/builder.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/feeds.py master/buildbot/status/web/templates/waterfallhelp.html master/buildbot/status/web/waterfall.py Commit: be4caed6372e42ee7448fecdc44abb837af1d2a3 https://github.com/buildbot/buildbot/commit/be4caed6372e42ee7448fecdc44abb837af1d2a3 Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/openstack.py M master/buildbot/schedulers/forcesched.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/txghost.py M master/contrib/bitbucket_buildbot.py M master/contrib/trac/bbwatcher/api.py M master/contrib/trac/bbwatcher/model.py M master/contrib/trac/bbwatcher/web_ui.py M master/setup.py M slave/buildslave/commands/repo.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/authz.py master/buildbot/status/web/builder.py master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py Commit: cf07f0ebbef5a9891ede425c5c424bcb66722134 https://github.com/buildbot/buildbot/commit/cf07f0ebbef5a9891ede425c5c424bcb66722134 Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: R master/buildbot/test/util/txghost.py Log Message: ----------- remove txghost Commit: e8a2f0f46440e16a10a40acc437165a5c3deb343 https://github.com/buildbot/buildbot/commit/e8a2f0f46440e16a10a40acc437165a5c3deb343 Author: Dustin J. Mitchell Date: 2013-11-05 (Tue, 05 Nov 2013) Changed paths: M .travis.yml M master/buildbot/changes/gerritchangesource.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/timed.py M master/buildbot/schedulers/triggerable.py M master/buildbot/status/words.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/mercurial.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py M master/buildbot/test/unit/test_schedulers_timed_Periodic.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_status_words.py M master/docs/manual/cfg-schedulers.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/schedulers/timed.py master/buildbot/schedulers/triggerable.py master/buildbot/status/web/templates/forms.html master/buildbot/test/fake/fakedb.py master/buildbot/test/unit/test_schedulers_timed_Nightly.py master/buildbot/test/unit/test_schedulers_triggerable.py master/docs/manual/cfg-schedulers.rst Commit: 909631edc4e9ba2d7ac31b350c9a7d3169362b4a https://github.com/buildbot/buildbot/commit/909631edc4e9ba2d7ac31b350c9a7d3169362b4a Author: Elmir Jagudin Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M master/buildbot/test/util/validation.py Log Message: ----------- use the standard name for metaclass __new__ first argument Use the name suggested by pylint for the first argument of a metaclass __new__ argument. This fixes the enable 'bad-mcs-classmethod-argument' pylint warning. Commit: eccbc8aa98667d172315b535d009bf275ae8000a https://github.com/buildbot/buildbot/commit/eccbc8aa98667d172315b535d009bf275ae8000a Author: Pierre Tardy Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M CONTRIBUTING.md A common/fiximports.py A common/hooks/post-commit A common/merge_and_pep8.sh M common/pep8rc A common/style_check_and_fix.sh A common/test_fiximports.py M common/validate.sh M master/buildbot/scripts/runner.py M master/buildbot/test/unit/test_changes_changes.py M master/contrib/trac/bbwatcher/web_ui.py M master/docs/relnotes/index.rst Log Message: ----------- Merge commit 'f76e0102205b32a282a1dd8eb8abaee2eadf7b6e' into ninepep8fix Commit: 0547082940e2f7ede95f885cb22aa45b9680ca32 https://github.com/buildbot/buildbot/commit/0547082940e2f7ede95f885cb22aa45b9680ca32 Author: Pierre Tardy Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M common/fiximports.py M common/test_fiximports.py M master/buildbot/buildrequest.py M master/buildbot/buildslave/__init__.py M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/libvirt.py M master/buildbot/buildslave/openstack.py M master/buildbot/changes/filter.py M master/buildbot/changes/hgbuildbot.py M master/buildbot/changes/mail.py M master/buildbot/clients/base.py M master/buildbot/clients/debug.py M master/buildbot/clients/gtkPanes.py M master/buildbot/clients/sendchange.py M master/buildbot/clients/text.py M master/buildbot/clients/tryclient.py M master/buildbot/clients/usersclient.py M master/buildbot/db/enginestrategy.py M master/buildbot/db/exceptions.py M master/buildbot/db/migrate/versions/002_add_proj_repo.py M master/buildbot/db/migrate/versions/003_scheduler_class_name.py M master/buildbot/db/migrate/versions/004_add_autoincrement.py M master/buildbot/db/migrate/versions/005_add_indexes.py M master/buildbot/db/migrate/versions/006_drop_last_access.py M master/buildbot/db/migrate/versions/007_add_object_tables.py M master/buildbot/db/migrate/versions/008_add_scheduler_changes_index.py M master/buildbot/db/migrate/versions/009_add_patch_author.py M master/buildbot/db/migrate/versions/010_fix_column_lengths.py M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py M master/buildbot/db/migrate/versions/012_add_users_table.py M master/buildbot/db/migrate/versions/013_remove_schedulers_state_column.py M master/buildbot/db/migrate/versions/014_add_users_userpass_columns.py M master/buildbot/db/migrate/versions/015_remove_bad_master_objectid.py M master/buildbot/db/migrate/versions/016_restore_buildrequest_indices.py M master/buildbot/db/migrate/versions/017_restore_other_indices.py M master/buildbot/db/migrate/versions/018_add_sourcestampset.py M master/buildbot/db/migrate/versions/019_merge_schedulers_to_objects.py M master/buildbot/db/migrate/versions/020_remove_change_links.py M master/buildbot/db/migrate/versions/021_fix_postgres_sequences.py M master/buildbot/db/migrate/versions/022_add_codebase.py M master/buildbot/db/migrate/versions/023_increase_comments_property_lengths.py M master/buildbot/db/migrate/versions/024_add_buildslaves_table.py M master/buildbot/db/pool.py M master/buildbot/db/state.py M master/buildbot/db/types/json.py M master/buildbot/db/users.py M master/buildbot/ec2buildslave.py M master/buildbot/libvirtbuildslave.py M master/buildbot/locks.py M master/buildbot/monkeypatches/__init__.py M master/buildbot/monkeypatches/bug4520.py M master/buildbot/monkeypatches/bug4881.py M master/buildbot/monkeypatches/bug5079.py M master/buildbot/monkeypatches/decorators.py M master/buildbot/monkeypatches/gatherResults.py M master/buildbot/monkeypatches/python14653.py M master/buildbot/monkeypatches/servicechecks.py M master/buildbot/monkeypatches/sqlalchemy2189.py M master/buildbot/monkeypatches/sqlalchemy2364.py M master/buildbot/monkeypatches/testcase_assert.py M master/buildbot/monkeypatches/testcase_patch.py M master/buildbot/monkeypatches/testcase_synctest.py M master/buildbot/pbutil.py M master/buildbot/process/base.py M master/buildbot/process/factory.py M master/buildbot/process/properties.py M master/buildbot/process/users/manager.py M master/buildbot/process/users/users.py M master/buildbot/revlinks.py M master/buildbot/scheduler.py M master/buildbot/schedulers/filter.py M master/buildbot/schedulers/manager.py M master/buildbot/scripts/base.py M master/buildbot/scripts/checkconfig.py M master/buildbot/scripts/debugclient.py M master/buildbot/scripts/logwatcher.py M master/buildbot/scripts/reconfig.py M master/buildbot/scripts/restart.py M master/buildbot/scripts/sendchange.py M master/buildbot/scripts/start.py M master/buildbot/scripts/statusgui.py M master/buildbot/scripts/statuslog.py M master/buildbot/scripts/stop.py M master/buildbot/scripts/trycmd.py M master/buildbot/scripts/tryserver.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/scripts/user.py M master/buildbot/status/__init__.py M master/buildbot/status/buildrequest.py M master/buildbot/status/buildset.py M master/buildbot/status/buildstep.py M master/buildbot/status/client.py M master/buildbot/status/event.py M master/buildbot/status/github.py M master/buildbot/status/logfile.py M master/buildbot/status/progress.py M master/buildbot/status/results.py M master/buildbot/status/slave.py M master/buildbot/status/status_gerrit.py M master/buildbot/status/status_push.py M master/buildbot/status/testresult.py M master/buildbot/status/web/hooks/__init__.py M master/buildbot/status/web/hooks/base.py M master/buildbot/status/web/hooks/github.py M master/buildbot/status/web/hooks/gitlab.py M master/buildbot/status/web/hooks/gitorious.py M master/buildbot/status/web/hooks/googlecode.py M master/buildbot/status/web/hooks/poller.py M master/buildbot/steps/http.py M master/buildbot/steps/master.py M master/buildbot/steps/maxq.py M master/buildbot/steps/mswin.py M master/buildbot/steps/mtrlogobserver.py M master/buildbot/steps/package/deb/lintian.py M master/buildbot/steps/package/rpm/__init__.py M master/buildbot/steps/package/rpm/rpmbuild.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/steps/package/rpm/rpmspec.py M master/buildbot/steps/python.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/source/__init__.py M master/buildbot/steps/source/gerrit.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/source/p4.py M master/buildbot/steps/source/repo.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/libvirt.py M master/buildbot/test/fake/openstack.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/fake/slave.py M master/buildbot/test/fake/state.py M master/buildbot/test/fake/web.py M master/buildbot/test/integration/test_configs.py M master/buildbot/test/regressions/test_import_unicode_changes.py M master/buildbot/test/regressions/test_steps_shell_WarningCountingShellCommand.py M master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_buildslave_openstack.py M master/buildbot/test/unit/test_changes_filter.py M master/buildbot/test/unit/test_changes_mail.py M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py M master/buildbot/test/unit/test_clients_sendchange.py M master/buildbot/test/unit/test_clients_usersclient.py M master/buildbot/test/unit/test_contrib_buildbot_cvs_mail.py M master/buildbot/test/unit/test_db_enginestrategy.py M master/buildbot/test/unit/test_db_migrate_versions_011_add_buildrequest_claims.py M master/buildbot/test/unit/test_db_migrate_versions_015_remove_bad_master_objectid.py M master/buildbot/test/unit/test_db_migrate_versions_016_restore_buildrequest_indices.py M master/buildbot/test/unit/test_db_migrate_versions_017_restore_other_indices.py M master/buildbot/test/unit/test_db_migrate_versions_018_add_sourcestampset.py M master/buildbot/test/unit/test_db_migrate_versions_019_merge_schedulers_to_objects.py M master/buildbot/test/unit/test_db_migrate_versions_020_remove_change_links.py M master/buildbot/test/unit/test_db_migrate_versions_021_fix_postgres_sequences.py M master/buildbot/test/unit/test_db_migrate_versions_022_add_codebase.py M master/buildbot/test/unit/test_db_migrate_versions_023_increase_comments_property_lengths.py M master/buildbot/test/unit/test_db_migrate_versions_024_add_buildslaves_table.py M master/buildbot/test/unit/test_db_model.py M master/buildbot/test/unit/test_db_pool.py M master/buildbot/test/unit/test_db_state.py M master/buildbot/test/unit/test_logfile.py M master/buildbot/test/unit/test_pbmanager.py M master/buildbot/test/unit/test_process_cache.py M master/buildbot/test/unit/test_process_factory.py M master/buildbot/test/unit/test_process_metrics.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_revlinks.py M master/buildbot/test/unit/test_schedulers_manager.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/buildbot/test/unit/test_schedulers_timed_Timed.py M master/buildbot/test/unit/test_scripts_base.py M master/buildbot/test/unit/test_scripts_checkconfig.py M master/buildbot/test/unit/test_scripts_restart.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_scripts_sendchange.py M master/buildbot/test/unit/test_scripts_start.py M master/buildbot/test/unit/test_scripts_statuslog.py M master/buildbot/test/unit/test_scripts_stop.py M master/buildbot/test/unit/test_scripts_trycmd.py M master/buildbot/test/unit/test_scripts_tryserver.py M master/buildbot/test/unit/test_scripts_user.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_github.py M master/buildbot/test/unit/test_status_persistent_queue.py M master/buildbot/test/unit/test_status_progress.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/unit/test_steps_maxq.py M master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_mtrlogobserver.py M master/buildbot/test/unit/test_steps_package_deb_lintian.py M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py M master/buildbot/test/unit/test_steps_package_rpm_mock.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py M master/buildbot/test/unit/test_steps_package_rpm_rpmlint.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_python_twisted.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/unit/test_steps_source_base_Source.py M master/buildbot/test/unit/test_steps_source_bzr.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_darcs.py M master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/unit/test_steps_source_mercurial.py M master/buildbot/test/unit/test_steps_source_mtn.py M master/buildbot/test/unit/test_steps_source_oldsource.py M master/buildbot/test/unit/test_steps_source_oldsource_ComputeRepositoryURL.py M master/buildbot/test/unit/test_steps_source_oldsource_Repo.py M master/buildbot/test/unit/test_steps_source_p4.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- Merge commit 'ed8d49e2176a4f299a88805dced3b6fdb4c3c1d9' into ninepep8fix Conflicts: master/buildbot/buildslave/base.py master/buildbot/changes/base.py master/buildbot/changes/bonsaipoller.py master/buildbot/changes/changes.py master/buildbot/changes/gerritchangesource.py master/buildbot/changes/gitpoller.py master/buildbot/changes/hgpoller.py master/buildbot/changes/manager.py master/buildbot/changes/p4poller.py master/buildbot/changes/pb.py master/buildbot/changes/svnpoller.py master/buildbot/config.py master/buildbot/data/exceptions.py master/buildbot/data/patches.py master/buildbot/db/base.py master/buildbot/db/buildrequests.py master/buildbot/db/builds.py master/buildbot/db/buildsets.py master/buildbot/db/buildslaves.py master/buildbot/db/changes.py master/buildbot/db/connector.py master/buildbot/db/migrate/versions/001_initial.py master/buildbot/db/model.py master/buildbot/db/schedulers.py master/buildbot/db/sourcestamps.py master/buildbot/interfaces.py master/buildbot/manhole.py master/buildbot/master.py master/buildbot/pbmanager.py master/buildbot/process/botmaster.py master/buildbot/process/build.py master/buildbot/process/builder.py master/buildbot/process/buildrequest.py master/buildbot/process/buildrequestdistributor.py master/buildbot/process/buildstep.py master/buildbot/process/cache.py master/buildbot/process/debug.py master/buildbot/process/metrics.py master/buildbot/process/slavebuilder.py master/buildbot/process/subunitlogobserver.py master/buildbot/process/users/manual.py master/buildbot/schedulers/base.py master/buildbot/schedulers/basic.py master/buildbot/schedulers/dependent.py master/buildbot/schedulers/forcesched.py master/buildbot/schedulers/timed.py master/buildbot/schedulers/triggerable.py master/buildbot/schedulers/trysched.py master/buildbot/scripts/create_master.py master/buildbot/scripts/runner.py master/buildbot/sourcestamp.py master/buildbot/status/base.py master/buildbot/status/build.py master/buildbot/status/builder.py master/buildbot/status/mail.py master/buildbot/status/master.py master/buildbot/status/persistent_queue.py master/buildbot/status/tinderbox.py master/buildbot/status/web/auth.py master/buildbot/status/web/authz.py master/buildbot/status/web/base.py master/buildbot/status/web/baseweb.py master/buildbot/status/web/build.py master/buildbot/status/web/builder.py master/buildbot/status/web/buildstatus.py master/buildbot/status/web/change_hook.py master/buildbot/status/web/changes.py master/buildbot/status/web/console.py master/buildbot/status/web/feeds.py master/buildbot/status/web/grid.py master/buildbot/status/web/logs.py master/buildbot/status/web/olpb.py master/buildbot/status/web/pngstatus.py master/buildbot/status/web/root.py master/buildbot/status/web/session.py master/buildbot/status/web/slaves.py master/buildbot/status/web/status_json.py master/buildbot/status/web/step.py master/buildbot/status/web/tests.py master/buildbot/status/web/users.py master/buildbot/status/web/waterfall.py master/buildbot/status/words.py master/buildbot/steps/package/deb/pbuilder.py master/buildbot/steps/package/rpm/mock.py master/buildbot/steps/shell.py master/buildbot/steps/slave.py master/buildbot/steps/source/base.py master/buildbot/steps/source/bzr.py master/buildbot/steps/source/cvs.py master/buildbot/steps/source/darcs.py master/buildbot/steps/source/git.py master/buildbot/steps/source/mercurial.py master/buildbot/steps/source/mtn.py master/buildbot/steps/source/svn.py master/buildbot/steps/subunit.py master/buildbot/steps/transfer.py master/buildbot/steps/trigger.py master/buildbot/test/__init__.py master/buildbot/test/fake/botmaster.py master/buildbot/test/fake/fakedb.py master/buildbot/test/fake/fakemaster.py master/buildbot/test/fake/pbmanager.py master/buildbot/test/fuzz/test_lru.py master/buildbot/test/integration/test_master.py master/buildbot/test/integration/test_slave_comm.py master/buildbot/test/integration/test_upgrade.py master/buildbot/test/regressions/test_bad_change_properties_rows.py master/buildbot/test/regressions/test_oldpaths.py master/buildbot/test/regressions/test_shell_command_properties.py master/buildbot/test/regressions/test_unpickling.py master/buildbot/test/test_extra_coverage.py master/buildbot/test/unit/test_buildslave_base.py master/buildbot/test/unit/test_changes_base.py master/buildbot/test/unit/test_changes_bonsaipoller.py master/buildbot/test/unit/test_changes_changes.py master/buildbot/test/unit/test_changes_gerritchangesource.py master/buildbot/test/unit/test_changes_gitpoller.py master/buildbot/test/unit/test_changes_hgpoller.py master/buildbot/test/unit/test_changes_manager.py master/buildbot/test/unit/test_changes_p4poller.py master/buildbot/test/unit/test_changes_pb.py master/buildbot/test/unit/test_changes_svnpoller.py master/buildbot/test/unit/test_config.py master/buildbot/test/unit/test_db_base.py master/buildbot/test/unit/test_db_buildrequests.py master/buildbot/test/unit/test_db_builds.py master/buildbot/test/unit/test_db_buildsets.py master/buildbot/test/unit/test_db_buildslaves.py master/buildbot/test/unit/test_db_changes.py master/buildbot/test/unit/test_db_connector.py master/buildbot/test/unit/test_db_schedulers.py master/buildbot/test/unit/test_db_sourcestamps.py master/buildbot/test/unit/test_db_sourcestampsets.py master/buildbot/test/unit/test_db_users.py master/buildbot/test/unit/test_master.py master/buildbot/test/unit/test_mq_simple.py master/buildbot/test/unit/test_process_botmaster_BotMaster.py master/buildbot/test/unit/test_process_botmaster_DuplicateSlaveArbitrator.py master/buildbot/test/unit/test_process_build.py master/buildbot/test/unit/test_process_builder.py master/buildbot/test/unit/test_process_buildrequest.py master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py master/buildbot/test/unit/test_process_buildstep.py master/buildbot/test/unit/test_process_debug.py master/buildbot/test/unit/test_process_users_manager.py master/buildbot/test/unit/test_process_users_manual.py master/buildbot/test/unit/test_process_users_users.py master/buildbot/test/unit/test_remotecommand.py master/buildbot/test/unit/test_schedulers_base.py master/buildbot/test/unit/test_schedulers_basic.py master/buildbot/test/unit/test_schedulers_dependent.py master/buildbot/test/unit/test_schedulers_forcesched.py master/buildbot/test/unit/test_schedulers_timed_Nightly.py master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py master/buildbot/test/unit/test_schedulers_timed_Periodic.py master/buildbot/test/unit/test_schedulers_triggerable.py master/buildbot/test/unit/test_schedulers_trysched.py master/buildbot/test/unit/test_scripts_create_master.py master/buildbot/test/unit/test_scripts_upgrade_master.py master/buildbot/test/unit/test_sourcestamp.py master/buildbot/test/unit/test_status_build.py master/buildbot/test/unit/test_status_client.py master/buildbot/test/unit/test_status_logfile.py master/buildbot/test/unit/test_status_mail.py master/buildbot/test/unit/test_status_master.py master/buildbot/test/unit/test_status_web_auth_HTPasswdAprAuth.py master/buildbot/test/unit/test_status_web_auth_HTPasswdAuth.py master/buildbot/test/unit/test_status_web_authz_Authz.py master/buildbot/test/unit/test_status_web_base.py master/buildbot/test/unit/test_status_web_hook.py master/buildbot/test/unit/test_status_web_hooks_bitbucket.py master/buildbot/test/unit/test_status_web_hooks_github.py master/buildbot/test/unit/test_status_web_hooks_gitlab.py master/buildbot/test/unit/test_status_web_hooks_gitorious.py master/buildbot/test/unit/test_status_web_hooks_googlecode.py master/buildbot/test/unit/test_status_web_hooks_poller.py master/buildbot/test/unit/test_status_web_links.py master/buildbot/test/unit/test_status_web_statuspng.py master/buildbot/test/unit/test_steps_subunit.py master/buildbot/test/unit/test_steps_trigger.py master/buildbot/test/unit/test_util.py master/buildbot/test/unit/test_util_misc.py master/buildbot/test/util/change_import.py master/buildbot/test/util/changesource.py master/buildbot/test/util/interfaces.py master/buildbot/test/util/scheduler.py master/buildbot/test/util/steps.py master/buildbot/util/__init__.py master/buildbot/util/maildir.py master/buildbot/util/misc.py master/buildbot/util/sautils.py master/contrib/fakemaster.py master/contrib/fix_changes_pickle_encoding.py master/contrib/googlecode_atom.py master/docs/bbdocs/ext.py master/setup.py Commit: 1d35e1cb25dfcdd3d30263bdfce8910a56874e60 https://github.com/buildbot/buildbot/commit/1d35e1cb25dfcdd3d30263bdfce8910a56874e60 Author: Pierre Tardy Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/changes/base.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/mail.py M master/buildbot/changes/manager.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/tryclient.py M master/buildbot/config.py M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/buildslaves.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/connector.py M master/buildbot/data/exceptions.py M master/buildbot/data/forceschedulers.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/patches.py M master/buildbot/data/resultspec.py M master/buildbot/data/root.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/data/types.py M master/buildbot/db/base.py M master/buildbot/db/builders.py M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/buildslaves.py M master/buildbot/db/changes.py M master/buildbot/db/changesources.py M master/buildbot/db/connector.py M master/buildbot/db/logs.py M master/buildbot/db/masters.py M master/buildbot/db/migrate/versions/001_initial.py M master/buildbot/db/migrate/versions/025_add_master_table.py M master/buildbot/db/migrate/versions/026_add_schedulers_table.py M master/buildbot/db/migrate/versions/027_builders_table.py M master/buildbot/db/migrate/versions/028_sourcestamps_refactor.py M master/buildbot/db/migrate/versions/029_replace_builds_table.py M master/buildbot/db/migrate/versions/030_statusdb_tables.py M master/buildbot/db/migrate/versions/031_add_changesources_table.py M master/buildbot/db/migrate/versions/032_slave_connections.py M master/buildbot/db/migrate/versions/033_buildrequests_waited_for.py M master/buildbot/db/model.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py M master/buildbot/db/steps.py M master/buildbot/interfaces.py M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/mq/base.py M master/buildbot/mq/connector.py M master/buildbot/mq/simple.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/buildstep.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/logobserver.py M master/buildbot/process/metrics.py M master/buildbot/process/remotecommand.py M master/buildbot/process/slavebuilder.py M master/buildbot/process/users/manual.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/create_master.py M master/buildbot/scripts/dataspec.py M master/buildbot/scripts/runner.py M master/buildbot/status/base.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/persistent_queue.py M master/buildbot/status/tinderbox.py M master/buildbot/status/words.py M master/buildbot/steps/mtrlogobserver.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/mock.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/svn.py M master/buildbot/steps/subunit.py M master/buildbot/steps/transfer.py M master/buildbot/steps/trigger.py M master/buildbot/test/__init__.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/endpoint.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/fakemq.py M master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/pbmanager.py M master/buildbot/test/fuzz/test_lru.py M master/buildbot/test/integration/test_master.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/regressions/test_bad_change_properties_rows.py M master/buildbot/test/regressions/test_oldpaths.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/regressions/test_unpickling.py M master/buildbot/test/test_extra_coverage.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/unit/test_changes_base.py M master/buildbot/test/unit/test_changes_bonsaipoller.py M master/buildbot/test/unit/test_changes_changes.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_changes_hgpoller.py M master/buildbot/test/unit/test_changes_mail.py M master/buildbot/test/unit/test_changes_manager.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_changes_svnpoller.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_data_changesources.py M master/buildbot/test/unit/test_data_connector.py Log Message: ----------- re-auto-pep8 Signed-off-by: Pierre Tardy Commit: 1a973f930f56d7c4c34fff97aa66273894e4aa6d https://github.com/buildbot/buildbot/commit/1a973f930f56d7c4c34fff97aa66273894e4aa6d Author: Pierre Tardy Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M common/hooks/post-commit M common/pep8rc R common/style_check_and_fix.sh M common/validate.sh M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_steps_source_oldsource_Repo.py R master/docs/PyCon-2003/Makefile R master/docs/PyCon-2003/bb-slides.py R master/docs/PyCon-2003/source/buildbot.lore R master/docs/PyCon-2003/source/overview.svg R master/docs/PyCon-2003/source/slave.svg R master/docs/PyCon-2003/source/template.tpl R master/docs/PyCon-2003/stylesheet.css R master/docs/PyCon-2003/waterfall.png Log Message: ----------- Merge remote-tracking branch 'upstream/master' into ninepep8fix Conflicts: common/validate.sh master/buildbot/test/fake/fakedb.py Commit: 9cb8a1b32777bb8da0124633468f590130dd0fda https://github.com/buildbot/buildbot/commit/9cb8a1b32777bb8da0124633468f590130dd0fda Author: Pierre Tardy Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M common/validate.sh M master/buildbot/data/buildsets.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/tinderbox.py M master/buildbot/status/words.py M master/buildbot/util/__init__.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- style fixups Commit: 1826273a06c4b875b594e6767c002444e082a77c https://github.com/buildbot/buildbot/commit/1826273a06c4b875b594e6767c002444e082a77c Author: Dustin J. Mitchell Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M CONTRIBUTING.md A common/fiximports.py A common/hooks/post-commit A common/merge_and_pep8.sh M common/pep8rc A common/test_fiximports.py M common/validate.sh M master/buildbot/buildrequest.py M master/buildbot/buildslave/__init__.py M master/buildbot/buildslave/base.py M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/libvirt.py M master/buildbot/buildslave/manager.py M master/buildbot/buildslave/openstack.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/changes/base.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/changes.py M master/buildbot/changes/filter.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgbuildbot.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/mail.py M master/buildbot/changes/manager.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/clients/base.py M master/buildbot/clients/debug.py M master/buildbot/clients/gtkPanes.py M master/buildbot/clients/sendchange.py M master/buildbot/clients/text.py M master/buildbot/clients/tryclient.py M master/buildbot/clients/usersclient.py M master/buildbot/config.py M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/buildslaves.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/connector.py M master/buildbot/data/exceptions.py M master/buildbot/data/forceschedulers.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/patches.py M master/buildbot/data/resultspec.py M master/buildbot/data/root.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/data/types.py M master/buildbot/db/base.py M master/buildbot/db/builders.py M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/buildslaves.py M master/buildbot/db/changes.py M master/buildbot/db/changesources.py M master/buildbot/db/connector.py M master/buildbot/db/enginestrategy.py M master/buildbot/db/exceptions.py M master/buildbot/db/logs.py M master/buildbot/db/masters.py M master/buildbot/db/migrate/versions/001_initial.py M master/buildbot/db/migrate/versions/002_add_proj_repo.py M master/buildbot/db/migrate/versions/003_scheduler_class_name.py M master/buildbot/db/migrate/versions/004_add_autoincrement.py M master/buildbot/db/migrate/versions/005_add_indexes.py M master/buildbot/db/migrate/versions/006_drop_last_access.py M master/buildbot/db/migrate/versions/007_add_object_tables.py M master/buildbot/db/migrate/versions/008_add_scheduler_changes_index.py M master/buildbot/db/migrate/versions/009_add_patch_author.py M master/buildbot/db/migrate/versions/010_fix_column_lengths.py M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py M master/buildbot/db/migrate/versions/012_add_users_table.py M master/buildbot/db/migrate/versions/013_remove_schedulers_state_column.py M master/buildbot/db/migrate/versions/014_add_users_userpass_columns.py M master/buildbot/db/migrate/versions/015_remove_bad_master_objectid.py M master/buildbot/db/migrate/versions/016_restore_buildrequest_indices.py M master/buildbot/db/migrate/versions/017_restore_other_indices.py M master/buildbot/db/migrate/versions/018_add_sourcestampset.py M master/buildbot/db/migrate/versions/019_merge_schedulers_to_objects.py M master/buildbot/db/migrate/versions/020_remove_change_links.py M master/buildbot/db/migrate/versions/021_fix_postgres_sequences.py M master/buildbot/db/migrate/versions/022_add_codebase.py M master/buildbot/db/migrate/versions/023_increase_comments_property_lengths.py M master/buildbot/db/migrate/versions/024_add_buildslaves_table.py M master/buildbot/db/migrate/versions/025_add_master_table.py M master/buildbot/db/migrate/versions/026_add_schedulers_table.py M master/buildbot/db/migrate/versions/027_builders_table.py M master/buildbot/db/migrate/versions/028_sourcestamps_refactor.py M master/buildbot/db/migrate/versions/029_replace_builds_table.py M master/buildbot/db/migrate/versions/030_statusdb_tables.py M master/buildbot/db/migrate/versions/031_add_changesources_table.py M master/buildbot/db/migrate/versions/032_slave_connections.py M master/buildbot/db/migrate/versions/033_buildrequests_waited_for.py M master/buildbot/db/model.py M master/buildbot/db/pool.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py M master/buildbot/db/state.py M master/buildbot/db/steps.py M master/buildbot/db/types/json.py M master/buildbot/db/users.py M master/buildbot/ec2buildslave.py M master/buildbot/interfaces.py M master/buildbot/libvirtbuildslave.py M master/buildbot/locks.py M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/monkeypatches/__init__.py M master/buildbot/monkeypatches/bug4520.py M master/buildbot/monkeypatches/bug4881.py M master/buildbot/monkeypatches/bug5079.py M master/buildbot/monkeypatches/decorators.py M master/buildbot/monkeypatches/gatherResults.py M master/buildbot/monkeypatches/python14653.py M master/buildbot/monkeypatches/servicechecks.py M master/buildbot/monkeypatches/sqlalchemy2189.py M master/buildbot/monkeypatches/sqlalchemy2364.py M master/buildbot/monkeypatches/testcase_assert.py M master/buildbot/monkeypatches/testcase_patch.py M master/buildbot/monkeypatches/testcase_synctest.py M master/buildbot/mq/base.py M master/buildbot/mq/connector.py M master/buildbot/mq/simple.py M master/buildbot/pbmanager.py M master/buildbot/pbutil.py M master/buildbot/process/base.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/buildstep.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/factory.py M master/buildbot/process/logobserver.py M master/buildbot/process/metrics.py M master/buildbot/process/properties.py M master/buildbot/process/remotecommand.py M master/buildbot/process/slavebuilder.py M master/buildbot/process/users/manager.py M master/buildbot/process/users/manual.py M master/buildbot/process/users/users.py M master/buildbot/revlinks.py M master/buildbot/scheduler.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/schedulers/dependent.py M master/buildbot/schedulers/filter.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/manager.py M master/buildbot/schedulers/timed.py M master/buildbot/schedulers/triggerable.py M master/buildbot/schedulers/trysched.py M master/buildbot/scripts/base.py M master/buildbot/scripts/checkconfig.py M master/buildbot/scripts/create_master.py M master/buildbot/scripts/dataspec.py M master/buildbot/scripts/debugclient.py M master/buildbot/scripts/logwatcher.py M master/buildbot/scripts/reconfig.py M master/buildbot/scripts/restart.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/sendchange.py M master/buildbot/scripts/start.py M master/buildbot/scripts/statusgui.py M master/buildbot/scripts/statuslog.py M master/buildbot/scripts/stop.py M master/buildbot/scripts/trycmd.py M master/buildbot/scripts/tryserver.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/scripts/user.py M master/buildbot/status/__init__.py M master/buildbot/status/base.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/buildrequest.py M master/buildbot/status/buildset.py M master/buildbot/status/buildstep.py M master/buildbot/status/client.py M master/buildbot/status/event.py M master/buildbot/status/github.py M master/buildbot/status/logfile.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/persistent_queue.py M master/buildbot/status/progress.py M master/buildbot/status/results.py M master/buildbot/status/slave.py M master/buildbot/status/status_gerrit.py M master/buildbot/status/status_push.py M master/buildbot/status/testresult.py M master/buildbot/status/tinderbox.py M master/buildbot/status/web/hooks/__init__.py M master/buildbot/status/web/hooks/base.py M master/buildbot/status/web/hooks/github.py M master/buildbot/status/web/hooks/gitlab.py M master/buildbot/status/web/hooks/gitorious.py M master/buildbot/status/web/hooks/googlecode.py M master/buildbot/status/web/hooks/poller.py M master/buildbot/status/words.py M master/buildbot/steps/http.py M master/buildbot/steps/master.py M master/buildbot/steps/maxq.py M master/buildbot/steps/mswin.py M master/buildbot/steps/mtrlogobserver.py M master/buildbot/steps/package/deb/lintian.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/__init__.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmbuild.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/steps/package/rpm/rpmspec.py M master/buildbot/steps/python.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/shell.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/__init__.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/gerrit.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/oldsource.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/__init__.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/endpoint.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/fakedata.py Log Message: ----------- Merge branch 'ninepep8fix' of git://github.com/tardyp/buildbot into nine Commit: 52493c0f6758a654d4a8f4b169d886cb2719fd23 https://github.com/buildbot/buildbot/commit/52493c0f6758a654d4a8f4b169d886cb2719fd23 Author: Dustin J. Mitchell Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M master/buildbot/test/util/validation.py Log Message: ----------- Merge branch 'pylint-bad-mcs-classmethod-argument' of git://github.com/elmirjagudin/buildbot into nine Commit: fa56ab594155d6a33581f0739fa92aebd0f0d156 https://github.com/buildbot/buildbot/commit/fa56ab594155d6a33581f0739fa92aebd0f0d156 Author: Dustin J. Mitchell Date: 2013-11-07 (Thu, 07 Nov 2013) Changed paths: M common/pylintrc Log Message: ----------- Merge branch 'master' into nine Commit: 7bb8400d6bc2105135e3099f9c0e55e14b069da0 https://github.com/buildbot/buildbot/commit/7bb8400d6bc2105135e3099f9c0e55e14b069da0 Author: Dustin J. Mitchell Date: 2013-11-17 (Sun, 17 Nov 2013) Changed paths: M master/buildbot/monkeypatches/__init__.py M master/buildbot/monkeypatches/servicechecks.py M master/buildbot/monkeypatches/testcase_patch.py M master/buildbot/monkeypatches/testcase_synctest.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/factory.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/basic.py M master/buildbot/scripts/buildbot_tac.tmpl M master/buildbot/scripts/runner.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/gerrit.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_factory.py M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_trigger.py M master/docs/manual/cfg-buildfactories.rst M master/docs/relnotes/index.rst M slave/buildslave/runprocess.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/monkeypatches/__init__.py master/buildbot/process/buildstep.py master/buildbot/steps/source/cvs.py master/buildbot/test/unit/test_steps_trigger.py Commit: 54cfe7fe7b1c34bd7912797519ac6a460d846ac8 https://github.com/buildbot/buildbot/commit/54cfe7fe7b1c34bd7912797519ac6a460d846ac8 Author: Dustin J. Mitchell Date: 2013-11-17 (Sun, 17 Nov 2013) Changed paths: M common/fiximports.py M common/test_fiximports.py M master/buildbot/buildslave/__init__.py M master/buildbot/ec2buildslave.py M master/buildbot/libvirtbuildslave.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/scripts/reconfig.py M master/buildbot/status/status_push.py M master/buildbot/steps/source/__init__.py M master/buildbot/test/unit/test_changes_bonsaipoller.py M master/buildbot/test/unit/test_revlinks.py M master/buildbot/test/unit/test_status_persistent_queue.py Log Message: ----------- Fix imports on nine Commit: 0de20ec7665d14d7a98670f1020c097c481373a7 https://github.com/buildbot/buildbot/commit/0de20ec7665d14d7a98670f1020c097c481373a7 Author: Pierre Tardy Date: 2013-11-19 (Tue, 19 Nov 2013) Changed paths: M www/setup.py Log Message: ----------- upgrade to angular1.2 rc3 fix font-awesome to a given version. (they always change their layout :-( ) Signed-off-by: Pierre Tardy Commit: d367609a4e4da259bfed7a647818184126c4de92 https://github.com/buildbot/buildbot/commit/d367609a4e4da259bfed7a647818184126c4de92 Author: Pierre Tardy Date: 2013-11-19 (Tue, 19 Nov 2013) Changed paths: M www/Gruntfile.coffee Log Message: ----------- by default only run phantomjs tests having chrome and firefox windows open is very annoying for dev on linux, and does not adds much regression hits Commit: 6f2ae0fabe1f6019d4cdb42788ea4a0b1107c93d https://github.com/buildbot/buildbot/commit/6f2ae0fabe1f6019d4cdb42788ea4a0b1107c93d Author: Pierre Tardy Date: 2013-11-21 (Thu, 21 Nov 2013) Changed paths: M common/validate.sh M master/buildbot/data/forceschedulers.py M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/www/rest.py M master/docs/developer/cls-forcesched.rst M master/docs/relnotes/index.rst M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/forcedialogController.coffee A www/src/scripts/directives/basefield.coffee M www/src/scripts/directives/forcefields.coffee M www/src/scripts/services/buildbotService.coffee A www/src/views/directives/basefield.jade M www/src/views/directives/boolfield.jade R www/src/views/directives/forcedialog.jade M www/src/views/directives/intfield.jade M www/src/views/directives/listfield.jade A www/src/views/directives/simplelayout.jade M www/src/views/directives/textareafield.jade M www/src/views/directives/textfield.jade A www/src/views/directives/verticallayout.jade M www/src/views/forcedialog.jade Log Message: ----------- forcesched: add control part - cleanup the data api - update unit tests, documentation Signed-off-by: Pierre Tardy Commit: 529ec5e2354f174b89a8fb83f31cf62baad5670a https://github.com/buildbot/buildbot/commit/529ec5e2354f174b89a8fb83f31cf62baad5670a Author: Pierre Tardy Date: 2013-11-21 (Thu, 21 Nov 2013) Changed paths: M www/src/scripts/directives/forcefields.coffee A www/src/views/directives/tabslayout.jade M www/src/views/directives/verticallayout.jade Log Message: ----------- tab layout implementation difficult to make it easier.. Signed-off-by: Pierre Tardy Commit: 6eccabcaacd6edbc68673187fadf189641c8e75b https://github.com/buildbot/buildbot/commit/6eccabcaacd6edbc68673187fadf189641c8e75b Author: Pierre Tardy Date: 2013-11-21 (Thu, 21 Nov 2013) Changed paths: A www/codeparameter/.gitignore A www/codeparameter/Gruntfile.coffee A www/codeparameter/buildbot_codeparameter.py A www/codeparameter/setup.py A www/codeparameter/src/scripts/directives/codefield.coffee A www/codeparameter/src/scripts/libs/ui-ace.js A www/codeparameter/src/scripts/views.coffee A www/codeparameter/src/styles/styles.less A www/codeparameter/src/views/directives/codefield.jade Log Message: ----------- code parameter plugin integrate the great ace text editor as a plugin. As ace is 3MB, it is better to include it as a plugin. This also demonstrate how to implement custom parameters as a plugin Signed-off-by: Pierre Tardy Commit: f77bdf642f1b5a505b0c2af67bbf88dffcae547d https://github.com/buildbot/buildbot/commit/f77bdf642f1b5a505b0c2af67bbf88dffcae547d Author: Pierre Tardy Date: 2013-11-21 (Thu, 21 Nov 2013) Changed paths: M www/codeparameter/src/views/directives/codefield.jade M www/setup.py M www/src/scripts/controllers/forcedialogController.coffee M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee M www/src/styles/styles.less M www/src/views/directives/basefield.jade M www/src/views/directives/tabslayout.jade M www/src/views/directives/textfield.jade M www/src/views/directives/verticallayout.jade Log Message: ----------- switch to angular 1.2 misc polishment Commit: 93bd3c1eb7b62c82abb92446072c8707e3b65ca4 https://github.com/buildbot/buildbot/commit/93bd3c1eb7b62c82abb92446072c8707e3b65ca4 Author: Pierre Tardy Date: 2013-11-21 (Thu, 21 Nov 2013) Changed paths: A www/src/scripts/libs/ui-bootstrap-custom-tpls-0.8.0-SNAPSHOT.js R www/src/scripts/libs/ui-bootstrap-tpls.js Log Message: ----------- include custome build of ui.bootstrap generated with bootstrap3.0 branch of ui.bootstrap, not yet released on bower using command line grunt build:modal:tabs:alert:popover:dropdownToggle:buttons:progressbar This is temporary until ui.bootstrao 0.8 lands Signed-off-by: Pierre Tardy Commit: fa362cfdbf4517105a19fb040e3ae63d798144c0 https://github.com/buildbot/buildbot/commit/fa362cfdbf4517105a19fb040e3ae63d798144c0 Author: Pierre Tardy Date: 2013-11-21 (Thu, 21 Nov 2013) Changed paths: M master/buildbot/data/forceschedulers.py M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py M www/codeparameter/buildbot_codeparameter.py Log Message: ----------- parameters: accumulateClassList based parameter description This cleans the way forcesched description is generated Signed-off-by: Pierre Tardy Commit: 9ef7a383e2bb90aafca255c2f5aefc9a93b4fb7d https://github.com/buildbot/buildbot/commit/9ef7a383e2bb90aafca255c2f5aefc9a93b4fb7d Author: Pierre Tardy Date: 2013-11-21 (Thu, 21 Nov 2013) Changed paths: M master/buildbot/data/forceschedulers.py M master/buildbot/schedulers/forcesched.py A master/buildbot/test/unit/test_data_forceschedulers.py M master/docs/developer/data.rst A master/docs/developer/rtype-forcescheduler.rst Log Message: ----------- data/forcescheduler docs and tests Signed-off-by: Pierre Tardy Commit: 21f2073d9d33389b89d8e2000ab366583cab603f https://github.com/buildbot/buildbot/commit/21f2073d9d33389b89d8e2000ab366583cab603f Author: Pierre Tardy Date: 2013-11-21 (Thu, 21 Nov 2013) Changed paths: M www/Gruntfile.coffee M www/codeparameter/buildbot_codeparameter.py M www/codeparameter/src/views/directives/codefield.jade R www/src/font/fontawesome-webfont.eot R www/src/font/fontawesome-webfont.svg R www/src/font/fontawesome-webfont.ttf R www/src/font/fontawesome-webfont.woff A www/src/fonts/fontawesome-webfont.eot A www/src/fonts/fontawesome-webfont.svg A www/src/fonts/fontawesome-webfont.ttf A www/src/fonts/fontawesome-webfont.woff M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/forcedialogController.coffee M www/src/scripts/services/buildbotService.coffee M www/src/styles/styles.less M www/src/views/builder.jade M www/src/views/directives/basefield.jade M www/src/views/directives/tabslayout.jade M www/src/views/forcedialog.jade Log Message: ----------- UI fixes and polish Signed-off-by: Pierre Tardy Commit: e8ae10c4a0ffb2858fb5f03a48d90dcfa081969c https://github.com/buildbot/buildbot/commit/e8ae10c4a0ffb2858fb5f03a48d90dcfa081969c Author: Dustin J. Mitchell Date: 2013-11-23 (Sat, 23 Nov 2013) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/status/mail.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/git.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fuzz/test_lru.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/util/steps.py M master/docs/developer/master-slave.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst M slave/buildslave/commands/base.py M slave/buildslave/commands/fs.py M slave/buildslave/commands/registry.py M slave/buildslave/test/unit/test_commands_fs.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/buildstep.py master/buildbot/status/web/base.py master/buildbot/status/web/baseweb.py master/buildbot/test/fuzz/test_lru.py master/buildbot/test/regressions/test_shell_command_properties.py master/buildbot/test/unit/test_process_build.py Commit: db5319925b40c194a1ae39c7d533c3248347041d https://github.com/buildbot/buildbot/commit/db5319925b40c194a1ae39c7d533c3248347041d Author: Pierre Tardy Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/status/mail.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/git.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fuzz/test_lru.py M master/buildbot/test/regressions/test_shell_command_properties.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_source_gerrit.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/util/steps.py M master/docs/developer/master-slave.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst M slave/buildslave/commands/base.py M slave/buildslave/commands/fs.py M slave/buildslave/commands/registry.py M slave/buildslave/test/unit/test_commands_fs.py Log Message: ----------- Merge remote-tracking branch 'buildbot/nine' into forcesched Commit: 357081768cfac36f6a2df1e9fe1bb93e0b910d65 https://github.com/buildbot/buildbot/commit/357081768cfac36f6a2df1e9fe1bb93e0b910d65 Author: Pierre Tardy Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/data/steps.py M master/buildbot/db/migrate/versions/030_statusdb_tables.py M master/buildbot/db/model.py M master/buildbot/db/steps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_db_steps.py M master/docs/developer/rtype-step.rst Log Message: ----------- data/steps: dont start step at creation We need to create steps at builderfactory time, so that they can be displayed in the UI Signed-off-by: Pierre Tardy Commit: 7aee3f44deb81933c017e6b2edbc80691d3e576e https://github.com/buildbot/buildbot/commit/7aee3f44deb81933c017e6b2edbc80691d3e576e Author: Pierre Tardy Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/www/service.py Log Message: ----------- service: fix import failure in case of missing endpoint This happens when switching branches that does not contain a previously "setup.py develop"ed plugin Signed-off-by: Pierre Tardy Commit: 567fb920544efb43b55b4308eff4737f29ac99cd https://github.com/buildbot/buildbot/commit/567fb920544efb43b55b4308eff4737f29ac99cd Author: Pierre Tardy Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/www/service.py Log Message: ----------- service: fix import failure in case of missing endpoint This happens when switching branches that does not contain a previously "setup.py develop"ed plugin Signed-off-by: Pierre Tardy Commit: 833294cd634cc947791b3278f403f3495a4cbfc7 https://github.com/buildbot/buildbot/commit/833294cd634cc947791b3278f403f3495a4cbfc7 Author: Pierre Tardy Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/data/steps.py M master/buildbot/db/migrate/versions/030_statusdb_tables.py M master/buildbot/db/model.py M master/buildbot/db/steps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_db_steps.py M master/docs/developer/rtype-step.rst Log Message: ----------- Merge remote-tracking branch 'buildbot/nine' into forcesched Commit: 5993197683e00036e4e72c8966a3db30eafaf869 https://github.com/buildbot/buildbot/commit/5993197683e00036e4e72c8966a3db30eafaf869 Author: Pierre Tardy Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M common/validate.sh M www/src/scripts/services/buildbotService.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- fix grunt ci some demo hacks where unexpectedly taken in the branch add grunt ci to validate.sh Signed-off-by: Pierre Tardy Commit: 98933a5c88eb240592e1a56fc7b49f647567a4b7 https://github.com/buildbot/buildbot/commit/98933a5c88eb240592e1a56fc7b49f647567a4b7 Author: Pierre Tardy Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/db/logs.py M master/buildbot/util/lineboundaries.py Log Message: ----------- log fixes - fix line length update query Signed-off-by: Pierre Tardy Commit: b0be988754ffaa2f58790a0c1b4fab9910175928 https://github.com/buildbot/buildbot/commit/b0be988754ffaa2f58790a0c1b4fab9910175928 Author: Dustin J. Mitchell Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/db/logs.py M master/buildbot/util/lineboundaries.py Log Message: ----------- Merge branch 'logfix' of git://github.com/tardyp/buildbot into nine Commit: abe2b20773cec1a18f7e106ee4b34e5d5aa06efa https://github.com/buildbot/buildbot/commit/abe2b20773cec1a18f7e106ee4b34e5d5aa06efa Author: Dustin J. Mitchell Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_logs.py Log Message: ----------- Add more tests for log chunks This catches the overly-broad update that Pierre fixed Commit: 272975054fb9f7cc03768604028e9016c82111dd https://github.com/buildbot/buildbot/commit/272975054fb9f7cc03768604028e9016c82111dd Author: Dustin J. Mitchell Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_logs.py Log Message: ----------- Merge branch 'log-tests' of git://github.com/djmitche/buildbot into nine +autopep8 Commit: bec1292faaf4aade740dadbcc23baa0052d537d0 https://github.com/buildbot/buildbot/commit/bec1292faaf4aade740dadbcc23baa0052d537d0 Author: Dustin J. Mitchell Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M master/docs/manual/installation.rst M master/setup.py Log Message: ----------- no longer support python-2.5 Commit: ae08a9a8e9f6c34b7c48e2bac10257ddd0a73f29 https://github.com/buildbot/buildbot/commit/ae08a9a8e9f6c34b7c48e2bac10257ddd0a73f29 Author: Dustin J. Mitchell Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M master/docs/manual/installation.rst M master/setup.py Log Message: ----------- Merge branch 'no-more-py25' of git://github.com/djmitche/buildbot into nine Commit: 725ad42e985d7bb3a5372e7eb2e9f8f2f7ca4aed https://github.com/buildbot/buildbot/commit/725ad42e985d7bb3a5372e7eb2e9f8f2f7ca4aed Author: Dustin J. Mitchell Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M .travis.yml M master/buildbot/buildslave/base.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/mail.py M master/buildbot/db/model.py M master/buildbot/status/mail.py M master/buildbot/status/tinderbox.py M master/buildbot/status/web/hooks/github.py M master/buildbot/steps/maxq.py M master/buildbot/steps/package/deb/lintian.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/source/repo.py M master/buildbot/test/unit/test_changes_gitpoller.py M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/util/steps.py Log Message: ----------- Merge branch 'master' into nine Conflicts: .travis.yml master/buildbot/buildslave/base.py master/buildbot/test/unit/test_status_web_hooks_github.py Commit: 6558350865686b15c8ce6b59fdcabaf53283c599 https://github.com/buildbot/buildbot/commit/6558350865686b15c8ce6b59fdcabaf53283c599 Author: Dustin J. Mitchell Date: 2013-11-26 (Tue, 26 Nov 2013) Changed paths: M master/buildbot/test/unit/test_changes_gitpoller.py Log Message: ----------- gitpoller test strings should be unicode Commit: a2ca4c1d596ce31302d06c129c51cbc0be053abf https://github.com/buildbot/buildbot/commit/a2ca4c1d596ce31302d06c129c51cbc0be053abf Author: Dustin J. Mitchell Date: 2013-11-28 (Thu, 28 Nov 2013) Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/grid.py master/buildbot/status/web/templates/feed_description.html master/buildbot/status/web/templates/grid_macros.html master/buildbot/status/web/waterfall.py Commit: b5d9ac289eca46ed641e12c4c7d71fad2fe2b50c https://github.com/buildbot/buildbot/commit/b5d9ac289eca46ed641e12c4c7d71fad2fe2b50c Author: Dustin J. Mitchell Date: 2013-11-28 (Thu, 28 Nov 2013) Changed paths: A master/buildbot/status/web/__init__.py A master/buildbot/status/web/change_hook.py A master/buildbot/test/unit/test_status_web_hooks_bitbucket.py A master/buildbot/test/unit/test_status_web_hooks_github.py A master/buildbot/test/unit/test_status_web_hooks_gitlab.py A master/buildbot/test/unit/test_status_web_hooks_gitorious.py A master/buildbot/test/unit/test_status_web_hooks_googlecode.py A master/buildbot/test/unit/test_status_web_hooks_poller.py Log Message: ----------- resuscitate tests for web hooks Commit: f47845fc48c77f255a83a54039541d53e60197a6 https://github.com/buildbot/buildbot/commit/f47845fc48c77f255a83a54039541d53e60197a6 Author: Dustin J. Mitchell Date: 2013-11-29 (Fri, 29 Nov 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/changes/pb.py M master/buildbot/config.py M master/buildbot/process/remotecommand.py M master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'slave-proto' into nine Conflicts: master/buildbot/process/remotecommand.py master/buildbot/test/fake/fakeprotocol.py master/buildbot/test/unit/test_changes_pb.py master/buildbot/test/util/protocols.py +autopep8 Commit: a9ef2fcd9f60a32564dad941425268de809f8a35 https://github.com/buildbot/buildbot/commit/a9ef2fcd9f60a32564dad941425268de809f8a35 Author: Dustin J. Mitchell Date: 2013-11-29 (Fri, 29 Nov 2013) Changed paths: M master/buildbot/changes/pb.py Log Message: ----------- Fix calculation of PB port number when activting PBChangeSource Fixes #2570. Commit: 3c1652acf0199c16fdb9c43b49b79ed8f310e26b https://github.com/buildbot/buildbot/commit/3c1652acf0199c16fdb9c43b49b79ed8f310e26b Author: Pierre Tardy Date: 2013-12-01 (Sun, 01 Dec 2013) Changed paths: M master/buildbot/test/unit/test_data_changes.py A master/buildbot/test/unit/test_www_sse.py M master/buildbot/test/util/www.py M master/buildbot/www/sse.py M master/docs/developer/www.rst Log Message: ----------- sse: add possibility to control existing connection unit test, doc and coherency with websocket api Signed-off-by: Pierre Tardy Commit: 56381a38f081b19db0759009819b41ad35dd6a75 https://github.com/buildbot/buildbot/commit/56381a38f081b19db0759009819b41ad35dd6a75 Author: Pierre Tardy Date: 2013-12-01 (Sun, 01 Dec 2013) Changed paths: M common/validate.sh Log Message: ----------- fix validate on osx Commit: 89839d8f8d2f2ec02d8b52056651aca744285410 https://github.com/buildbot/buildbot/commit/89839d8f8d2f2ec02d8b52056651aca744285410 Author: Dustin J. Mitchell Date: 2013-12-02 (Mon, 02 Dec 2013) Changed paths: M master/buildbot/process/remotecommand.py Log Message: ----------- remove spurious print Commit: 3ffd18b808826f68e14ede4cd7ab55e5b2eed70f https://github.com/buildbot/buildbot/commit/3ffd18b808826f68e14ede4cd7ab55e5b2eed70f Author: Dustin J. Mitchell Date: 2013-12-03 (Tue, 03 Dec 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/docs/developer/cls-buildsteps.rst M master/docs/manual/customization.rst Log Message: ----------- Introduce a 'run' method for steps, which simply returns the result This does away with the complex need to call self.finished or self.failed Commit: 9d913980376fc18391305cbca590d2fede783117 https://github.com/buildbot/buildbot/commit/9d913980376fc18391305cbca590d2fede783117 Author: Dustin J. Mitchell Date: 2013-12-03 (Tue, 03 Dec 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py A master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- Integration tests for custom buildsteps This includes updates to fakes and interface tests for them Commit: 774b0ccf1d817d3c78c4630d47df167dca373c9f https://github.com/buildbot/buildbot/commit/774b0ccf1d817d3c78c4630d47df167dca373c9f Author: Dustin J. Mitchell Date: 2013-12-03 (Tue, 03 Dec 2013) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- support catching deferreds from several BuildStep methods when old-style steps call them synchronously Specifically: * addCompleteLog * addHTMLLog * addURL Commit: 8e78347fb0e3f743010ad97822fbcb39b2f7a510 https://github.com/buildbot/buildbot/commit/8e78347fb0e3f743010ad97822fbcb39b2f7a510 Author: Dustin J. Mitchell Date: 2013-12-03 (Tue, 03 Dec 2013) Changed paths: A master/buildbot/process/log.py M master/buildbot/test/fake/fakedata.py R master/buildbot/test/unit/test_logfile.py A master/buildbot/test/unit/test_process_log.py M master/docs/developer/classes.rst A master/docs/developer/cls-log.rst Log Message: ----------- add a process Log class hierarchy to interface with steps Commit: e24f6ed887a80c70f3b41fe003f3374fb29fc4c3 https://github.com/buildbot/buildbot/commit/e24f6ed887a80c70f3b41fe003f3374fb29fc4c3 Author: Dustin J. Mitchell Date: 2013-12-03 (Tue, 03 Dec 2013) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/buildstep.py M master/buildbot/process/log.py M master/buildbot/process/logobserver.py M master/buildbot/process/remotecommand.py M master/buildbot/status/build.py M master/buildbot/status/buildstep.py M master/buildbot/status/client.py M master/buildbot/status/logfile.py M master/buildbot/status/master.py M master/buildbot/steps/python.py M master/buildbot/steps/shell.py M master/buildbot/steps/vstudio.py A master/buildbot/test/fake/logfile.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_status_buildstep.py M master/buildbot/test/unit/test_status_logfile.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- update step methods to be async, but still using status API ..so, no data API calls This contains a hack to allow tests for existing steps that use now-removed methods to continue to pass, but with warnings. Those will need to be fixed in a subsequent commit. Includes work by: Pierre Tardy Commit: 4ec44e125777e22102d4f7141b2df92b053e9536 https://github.com/buildbot/buildbot/commit/4ec44e125777e22102d4f7141b2df92b053e9536 Author: Dustin J. Mitchell Date: 2013-12-03 (Tue, 03 Dec 2013) Changed paths: M README.md M master/docs/developer/cls-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- docs for rewriting old to new style steps Commit: 47924c1fd426d4a76a59d56118c09524c26e1586 https://github.com/buildbot/buildbot/commit/47924c1fd426d4a76a59d56118c09524c26e1586 Author: Dustin J. Mitchell Date: 2013-12-04 (Wed, 04 Dec 2013) Changed paths: M common/validate.sh M master/buildbot/test/unit/test_data_changes.py A master/buildbot/test/unit/test_www_sse.py M master/buildbot/test/util/www.py M master/buildbot/www/sse.py M master/docs/developer/www.rst Log Message: ----------- Merge branch 'sse' of git://github.com/tardyp/buildbot into nine Commit: 6d474877d61bb588a099e4d6626d3e38bcfcaf01 https://github.com/buildbot/buildbot/commit/6d474877d61bb588a099e4d6626d3e38bcfcaf01 Author: Dustin J. Mitchell Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/docs/relnotes/index.rst Log Message: ----------- fixes from review Commit: 8ec3b549a5c1e98691cb3a3be826ab061cc85eec https://github.com/buildbot/buildbot/commit/8ec3b549a5c1e98691cb3a3be826ab061cc85eec Author: Dustin J. Mitchell Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M README.md M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/steps/python.py M master/buildbot/steps/shell.py M master/buildbot/steps/vstudio.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/util/steps.py M master/docs/developer/classes.rst A master/docs/developer/cls-build.rst M master/docs/developer/cls-buildsteps.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- bring back step statistics Commit: 43fd2867f0dc0c496e66cb65d563985ffd4b4fde https://github.com/buildbot/buildbot/commit/43fd2867f0dc0c496e66cb65d563985ffd4b4fde Author: Dustin J. Mitchell Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M README.md M master/buildbot/buildslave/base.py M master/buildbot/interfaces.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py A master/buildbot/process/log.py M master/buildbot/process/logobserver.py M master/buildbot/process/remotecommand.py M master/buildbot/status/build.py M master/buildbot/status/buildstep.py M master/buildbot/status/client.py M master/buildbot/status/logfile.py M master/buildbot/status/master.py M master/buildbot/steps/shell.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/fakeprotocol.py A master/buildbot/test/fake/logfile.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/fake/slave.py A master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/integration/test_upgrade.py M master/buildbot/test/unit/test_buildslave_base.py R master/buildbot/test/unit/test_logfile.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py A master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_status_buildstep.py M master/buildbot/test/unit/test_status_logfile.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/util/steps.py M master/docs/developer/classes.rst A master/docs/developer/cls-build.rst M master/docs/developer/cls-buildsteps.rst A master/docs/developer/cls-log.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch '9/async-steps' into nine Commit: ed6df56dceae26a56b6fe59024bae159723f2230 https://github.com/buildbot/buildbot/commit/ed6df56dceae26a56b6fe59024bae159723f2230 Author: Olivier Monnier Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M master/buildbot/data/base.py A master/buildbot/data/buildrequests.py M master/buildbot/data/connector.py M master/buildbot/db/buildrequests.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py A master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/docs/developer/data.rst M master/docs/developer/db.rst A master/docs/developer/rtype-buildrequest.rst Log Message: ----------- Buildrequest data api implementation Updates: - Add buildrequest data api (including documentation, unit tests, fakedb and fakedata) - Change buildrequest db api 'mine' parameter to 'claimed_by_masterid' - Minor fixes and factorization in FakeBuildRequestsComponent Signed-off-by: Olivier Monnier Commit: 0f81d02e368f6b84cc33dfd6136573657e250ecb https://github.com/buildbot/buildbot/commit/0f81d02e368f6b84cc33dfd6136573657e250ecb Author: Olivier Monnier Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/db/buildrequests.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_db_buildrequests.py M master/docs/developer/db.rst M master/docs/developer/rtype-buildrequest.rst Log Message: ----------- Data API: add filter options to buildrequest collection endpoints Updates: - adding filters to the BuildRequestsEndpoint.get() method - replacing claimed='mine' option in buildrequest DB API, with claimed= Signed-off-by: Olivier Monnier Commit: c1183b1acc6cb4bb16b1383d899fa63a62f7b4bd https://github.com/buildbot/buildbot/commit/c1183b1acc6cb4bb16b1383d899fa63a62f7b4bd Author: Olivier Monnier Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M master/docs/conf.py M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/rtype-build.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/www.rst Log Message: ----------- Minor fixes in developer doc Also enabling todos display in sphinx configuration Signed-off-by: Olivier Monnier Commit: a486fa390f02771a426911176d14e51ceed6b99a https://github.com/buildbot/buildbot/commit/a486fa390f02771a426911176d14e51ceed6b99a Author: Dustin J. Mitchell Date: 2013-12-10 (Tue, 10 Dec 2013) Changed paths: M common/validate.sh Log Message: ----------- fix common/validate's mktemp invocation Commit: f4183488b3df0b7f9e5326c906f0383aa18d3f4e https://github.com/buildbot/buildbot/commit/f4183488b3df0b7f9e5326c906f0383aa18d3f4e Author: Dustin J. Mitchell Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/util/steps.py Log Message: ----------- pep8/pylint fixes Commit: b2a94db4be42ef16398c3303ff85f56b29f69aa8 https://github.com/buildbot/buildbot/commit/b2a94db4be42ef16398c3303ff85f56b29f69aa8 Author: Dustin J. Mitchell Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M www/src/scripts/libs/lodash.js Log Message: ----------- fix lodash.js symlink for lodash-2.4.1 Commit: 19e9c5bfd71a2f8ae3e81b499c8faabe56fab616 https://github.com/buildbot/buildbot/commit/19e9c5bfd71a2f8ae3e81b499c8faabe56fab616 Author: Pierre Tardy Date: 2013-12-13 (Fri, 13 Dec 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/changes.py M master/buildbot/data/connector.py M master/buildbot/data/masters.py M master/buildbot/db/connector.py M master/buildbot/master.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/util/validation.py M master/buildbot/util/pathmatch.py M master/buildbot/www/rest.py M master/docs/developer/data.rst M master/docs/developer/rtype-logchunk.rst Log Message: ----------- event enhancements This adds more coherency between the event system and the data system, so that the events are more coherent with the rest api. Eventually, the goal is that the events are always the same structure as the data for a same resource This simplifies a lot the system, and make the client much more easy This comes at a efficieny price. With this design, events will contain more data. messages are anyway very small, and probably negligible compared to the network load of logs, and slave communication Signed-off-by: Pierre Tardy Commit: 37fbc7cc6bae16992d05270f5a70ef4fce936441 https://github.com/buildbot/buildbot/commit/37fbc7cc6bae16992d05270f5a70ef4fce936441 Author: Pierre Tardy Date: 2013-12-13 (Fri, 13 Dec 2013) Changed paths: M README.md M master/buildbot/data/base.py M master/buildbot/data/builds.py M master/buildbot/data/connector.py M master/buildbot/db/connector.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_builds.py M master/docs/developer/data.rst Log Message: ----------- fix doc and lint Commit: cb099a899e033506ba2e2b1c5f5d000f8c77ef41 https://github.com/buildbot/buildbot/commit/cb099a899e033506ba2e2b1c5f5d000f8c77ef41 Author: Pierre Tardy Date: 2013-12-13 (Fri, 13 Dec 2013) Changed paths: M master/buildbot/data/base.py A master/buildbot/data/buildrequests.py M master/buildbot/data/connector.py M master/buildbot/db/buildrequests.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py A master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/docs/developer/data.rst M master/docs/developer/db.rst A master/docs/developer/rtype-buildrequest.rst Log Message: ----------- Merge branch 'buildrequest_data_api_doc' of https://github.com/omonnier/buildbot into events Conflicts: master/buildbot/data/base.py Commit: 3b850f9d0d289ab90b8e0265e1bfe9c19ce2c414 https://github.com/buildbot/buildbot/commit/3b850f9d0d289ab90b8e0265e1bfe9c19ce2c414 Author: Pierre Tardy Date: 2013-12-13 (Fri, 13 Dec 2013) Changed paths: M www/src/scripts/controllers/aboutController.coffee Log Message: ----------- fix about page with angular 1.2, no more magical unwrapping of promises! Signed-off-by: Pierre Tardy Commit: 6a57249b77ea5cd3db7e6609e0113c6c68702acb https://github.com/buildbot/buildbot/commit/6a57249b77ea5cd3db7e6609e0113c6c68702acb Author: Dustin J. Mitchell Date: 2013-12-13 (Fri, 13 Dec 2013) Changed paths: M master/docs/conf.py M master/docs/developer/data.rst M master/docs/developer/db.rst M master/docs/developer/rtype-build.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/www.rst Log Message: ----------- Merge branch 'doc_fixes' of git://github.com/omonnier/buildbot into nine Commit: 3c09d045d71addd4b70c3cd731abc53e37ed052d https://github.com/buildbot/buildbot/commit/3c09d045d71addd4b70c3cd731abc53e37ed052d Author: Dustin J. Mitchell Date: 2013-12-15 (Sun, 15 Dec 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- add a BuildStep.isNewStyle method Commit: d91536ac9e5530be9695a752037463d78f683fe8 https://github.com/buildbot/buildbot/commit/d91536ac9e5530be9695a752037463d78f683fe8 Author: delanne Date: 2013-12-19 (Thu, 19 Dec 2013) Changed paths: M master/buildbot/buildslave/manager.py M master/buildbot/data/buildsets.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildrequest.py M master/buildbot/status/buildstep.py Log Message: ----------- Various Fix - Fix: master/buildbot/buildslave/manager.py - __repr__ method of BuildslaveRegistration - Fix: master/buildbot/process/buildrequest.py - set ss.patch to None instead of (None, None, None) - Fix: master/buildbot/status/buildstep.py - Make BuildStepStatus picklable - New BuildRequest are processed: - Change the filter of BotMaster::buildrequest_consumer_new from ('buildrequest', None, None, None, 'new') to ('buildset', None, 'builder', None, 'buildrequest', None, 'new'), otherwise the BuildRequestDistributor activity_loop is never wakeup on a new buildRequest. - Note: This is certainly a temporary fix. Commit: ea5568934c9fa9bd5e6b2ddbe4230c997e2ac985 https://github.com/buildbot/buildbot/commit/ea5568934c9fa9bd5e6b2ddbe4230c997e2ac985 Author: Dustin J. Mitchell Date: 2013-12-19 (Thu, 19 Dec 2013) Changed paths: M master/buildbot/buildslave/manager.py M master/buildbot/data/buildsets.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildrequest.py M master/buildbot/status/buildstep.py Log Message: ----------- Merge branch 'nine' of git://github.com/delanne/buildbot into nine +autopep8 Commit: 16586c85f046b62bf04edb4d6a841ec91fca811a https://github.com/buildbot/buildbot/commit/16586c85f046b62bf04edb4d6a841ec91fca811a Author: delanne Date: 2013-12-19 (Thu, 19 Dec 2013) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- - Fix: call self.master.data.updates.buildslaveDisconnected when the Slave is disconnected This patch fix the following bug: - When a slave disconnects, the list "connected_to" in JSON object returns by http://127.0.0.1:8020/api/v2/buildslave isn't updated Commit: b71ef4c9943ef29fa928a3dad193a32607deb906 https://github.com/buildbot/buildbot/commit/b71ef4c9943ef29fa928a3dad193a32607deb906 Author: delanne Date: 2013-12-19 (Thu, 19 Dec 2013) 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_buildslave_base.py Log Message: ----------- - Add buildslaveConfigured methods and update the db. It fix the following bug: "configured_on" was always an empty list when we made this HTTP Request http://127.0.0.1:8020/api/v2/buildslave - Update unittest Commit: 7f0cd569904a0196466076e312758e01bea82d9f https://github.com/buildbot/buildbot/commit/7f0cd569904a0196466076e312758e01bea82d9f Author: delanne Date: 2013-12-20 (Fri, 20 Dec 2013) Changed paths: M master/buildbot/data/builds.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/test/unit/test_data_builds.py Log Message: ----------- Start to replace direct call to master.db with master.data in - master/buildbot/process/builder.py - master/buildbot/process/build.py update unittest Commit: ebd1904761f168a2ef542de82ae3de4c2f9515b0 https://github.com/buildbot/buildbot/commit/ebd1904761f168a2ef542de82ae3de4c2f9515b0 Author: Dustin J. Mitchell Date: 2013-12-20 (Fri, 20 Dec 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/data/builds.py M master/buildbot/data/buildslaves.py M master/buildbot/db/buildslaves.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_data_builds.py Log Message: ----------- Merge branch 'nine' of git://github.com/delanne/buildbot into nine +autopep8 +pyflake (brdis vs. brids) Commit: 4266c7ba94bd9915f555bdf8f7620be7e3e0b326 https://github.com/buildbot/buildbot/commit/4266c7ba94bd9915f555bdf8f7620be7e3e0b326 Author: Dustin J. Mitchell Date: 2013-12-20 (Fri, 20 Dec 2013) Changed paths: M Makefile Log Message: ----------- fix pep8 to not try to check python embedded in node packages Commit: 8e7d7f210a50e78809291a4b4b5704b34c00d3ff https://github.com/buildbot/buildbot/commit/8e7d7f210a50e78809291a4b4b5704b34c00d3ff Author: Pierre Tardy Date: 2013-12-21 (Sat, 21 Dec 2013) Changed paths: M www/src/index.jade M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/logController.coffee A www/src/scripts/directives/logviewer.coffee M www/src/scripts/routes.coffee A www/src/styles/animations.less A www/src/styles/colors.less M www/src/styles/styles.less M www/src/views/build.jade M www/src/views/builder.jade M www/src/views/builders.jade M www/src/views/directives/basefield.jade A www/src/views/directives/logviewer.jade A www/src/views/log.jade Log Message: ----------- UI updates for the latest data api changes - New ui for logs - updated UI for builder status, with better integrated status colors - cleanup of css files Signed-off-by: Pierre Tardy Commit: c0555f74e7717dfa692b878d50c84aaaf62ea592 https://github.com/buildbot/buildbot/commit/c0555f74e7717dfa692b878d50c84aaaf62ea592 Author: Dustin J. Mitchell Date: 2013-12-22 (Sun, 22 Dec 2013) Changed paths: M www/src/index.jade M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/logController.coffee A www/src/scripts/directives/logviewer.coffee M www/src/scripts/routes.coffee A www/src/styles/animations.less A www/src/styles/colors.less M www/src/styles/styles.less M www/src/views/build.jade M www/src/views/builder.jade M www/src/views/builders.jade M www/src/views/directives/basefield.jade A www/src/views/directives/logviewer.jade A www/src/views/log.jade Log Message: ----------- Merge branch 'nine_ui' of git://github.com/tardyp/buildbot into nine Commit: 095392002c6888d78a59ca1739c30bbcccf65565 https://github.com/buildbot/buildbot/commit/095392002c6888d78a59ca1739c30bbcccf65565 Author: Dustin J. Mitchell Date: 2013-12-22 (Sun, 22 Dec 2013) Changed paths: M master/buildbot/db/buildslaves.py A master/buildbot/test/unit/test_util_identifiers.py R master/buildbot/test/unit/test_util_typechecks.py A master/buildbot/util/identifiers.py R master/buildbot/util/typechecks.py M master/docs/developer/db.rst M master/docs/developer/utils.rst Log Message: ----------- Add more utility functions for identifiers Commit: 9729782fc4b37168825aa5b57706af673c19ec4e https://github.com/buildbot/buildbot/commit/9729782fc4b37168825aa5b57706af673c19ec4e Author: Dustin J. Mitchell Date: 2013-12-22 (Sun, 22 Dec 2013) Changed paths: M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/db/logs.py A master/buildbot/db/migrate/versions/034_log_slug.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_db_logs.py A master/buildbot/test/unit/test_db_migrate_versions_034_log_slug.py M master/buildbot/test/unit/test_util_identifiers.py M master/buildbot/test/util/validation.py M master/buildbot/util/identifiers.py M master/docs/developer/db.rst M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-logchunk.rst Log Message: ----------- Add a 'slug' to logs, so that names can be non-identifiers The 'newLog' update method takes care of generating a unique slug. Commit: 1b64f49001580674e4ae9a4bb2025407cfae1b03 https://github.com/buildbot/buildbot/commit/1b64f49001580674e4ae9a4bb2025407cfae1b03 Author: Dustin J. Mitchell Date: 2013-12-22 (Sun, 22 Dec 2013) Changed paths: M master/buildbot/test/fake/fakedata.py Log Message: ----------- fix validation Commit: eac093f4bf7004095e4faf38b76a0f68b4815a89 https://github.com/buildbot/buildbot/commit/eac093f4bf7004095e4faf38b76a0f68b4815a89 Author: Dustin J. Mitchell Date: 2013-12-23 (Mon, 23 Dec 2013) Changed paths: M CONTRIBUTING.md M common/validate.sh M master/buildbot/buildslave/base.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/gitpoller.py R master/buildbot/changes/hgbuildbot.py M master/buildbot/changes/hgpoller.py M master/buildbot/process/users/manual.py M master/buildbot/status/base.py M master/buildbot/status/master.py M master/buildbot/status/slave.py M master/buildbot/status/status_push.py M master/buildbot/steps/source/base.py M master/buildbot/steps/transfer.py M master/buildbot/steps/vstudio.py M master/buildbot/test/test_extra_coverage.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_changes_hgpoller.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_steps_transfer.py M master/buildbot/test/util/sourcesteps.py A master/contrib/hgbuildbot.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/0.8.6.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/buildslave/base.py master/buildbot/changes/gerritchangesource.py master/buildbot/changes/gitpoller.py master/buildbot/process/buildstep.py master/buildbot/process/logobserver.py master/buildbot/process/remotecommand.py master/buildbot/status/master.py master/buildbot/status/web/baseweb.py master/buildbot/status/web/build.py master/buildbot/steps/source/base.py master/buildbot/test/unit/test_changes_gerritchangesource.py master/buildbot/test/unit/test_changes_hgpoller.py master/docs/relnotes/index.rst Commit: 99eeea0a9ae8414fbcf564f5af286c4f67848472 https://github.com/buildbot/buildbot/commit/99eeea0a9ae8414fbcf564f5af286c4f67848472 Author: Dustin J. Mitchell Date: 2013-12-23 (Mon, 23 Dec 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/steps/source/base.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/slave.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_steps_source_base_Source.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/util/steps.py M master/docs/developer/classes.rst M master/docs/developer/cls-build.rst A master/docs/developer/cls-buildslave.rst M master/docs/developer/cls-buildsteps.rst Log Message: ----------- add build.buildid, sl.buildslaveid, and st.stepid This required a lot of refactoring of old tests. It also required changing the automatic generation of source step names to generate proper identifiers. Commit: cc9af69867e5a088fd9e4ebf6b6dde097b7fe764 https://github.com/buildbot/buildbot/commit/cc9af69867e5a088fd9e4ebf6b6dde097b7fe764 Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/db/buildslaves.py A master/buildbot/test/unit/test_util_identifiers.py R master/buildbot/test/unit/test_util_typechecks.py A master/buildbot/util/identifiers.py R master/buildbot/util/typechecks.py M master/docs/developer/db.rst M master/docs/developer/utils.rst Log Message: ----------- Add more utility functions for identifiers Commit: f776e1a02a1ac7d333d8e9474fd8a22d6ab281ad https://github.com/buildbot/buildbot/commit/f776e1a02a1ac7d333d8e9474fd8a22d6ab281ad Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/db/logs.py A master/buildbot/db/migrate/versions/034_log_slug.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_db_logs.py A master/buildbot/test/unit/test_db_migrate_versions_034_log_slug.py M master/buildbot/test/unit/test_util_identifiers.py M master/buildbot/test/util/validation.py M master/buildbot/util/identifiers.py M master/docs/developer/db.rst M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-logchunk.rst Log Message: ----------- Add a 'slug' to logs, so that names can be non-identifiers The 'newLog' update method takes care of generating a unique slug. Commit: 5b05ef0f152a0e8dbdb33db506f1214cfc97b7a1 https://github.com/buildbot/buildbot/commit/5b05ef0f152a0e8dbdb33db506f1214cfc97b7a1 Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/steps/source/base.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/slave.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_steps_source_base_Source.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/util/steps.py M master/docs/developer/classes.rst M master/docs/developer/cls-build.rst A master/docs/developer/cls-buildslave.rst M master/docs/developer/cls-buildsteps.rst Log Message: ----------- add build.buildid, sl.buildslaveid, and st.stepid This required a lot of refactoring of old tests. It also required changing the automatic generation of source step names to generate proper identifiers. Commit: fb3a0f57100b0e8399ba09ff915531923496117e https://github.com/buildbot/buildbot/commit/fb3a0f57100b0e8399ba09ff915531923496117e Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/test/fake/fakedata.py Log Message: ----------- fix validation Commit: e2ed5c85592320b5f4c32d02d17ade02cb51b98c https://github.com/buildbot/buildbot/commit/e2ed5c85592320b5f4c32d02d17ade02cb51b98c Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py Log Message: ----------- set build status to 'finished' when finished Commit: c9a5eef2a5bd9e95f325ea434f34076b6f104a8c https://github.com/buildbot/buildbot/commit/c9a5eef2a5bd9e95f325ea434f34076b6f104a8c Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M README.md M master/buildbot/data/steps.py M master/buildbot/process/buildstep.py M master/buildbot/process/log.py M master/buildbot/process/logobserver.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_log.py A master/buildbot/test/unit/test_process_logobserver.py M master/docs/developer/classes.rst A master/docs/developer/cls-logobserver.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Use the process Log instance, rather than status * change log.subscribe's signature to pass a callback that's called with different args; change LogObserver to correspond * decode bytestrings to unicode as they are added to logs, using a default function * step.addLog and friends return a process.log.Log instance Commit: 4e19d23f1bd73ee4950cc25609aae6ef39f0ecfe https://github.com/buildbot/buildbot/commit/4e19d23f1bd73ee4950cc25609aae6ef39f0ecfe Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/config.py M master/buildbot/process/buildstep.py M master/buildbot/process/log.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_process_logobserver.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/cls-log.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-global.rst M master/docs/relnotes/index.rst Log Message: ----------- Add logEncoding config Commit: 303a23dee8616c65a793d7712bafbd6c8036e47a https://github.com/buildbot/buildbot/commit/303a23dee8616c65a793d7712bafbd6c8036e47a Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/docs/developer/apis.rst A master/docs/developer/database.rst R master/docs/developer/db.rst M master/docs/developer/mq.rst Log Message: ----------- rename db.rst to database.rst to correspond with master branch Commit: c8710ecbc42bacea92fa9c9171b114f297656f17 https://github.com/buildbot/buildbot/commit/c8710ecbc42bacea92fa9c9171b114f297656f17 Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/changes/gerritchangesource.py M master/buildbot/clients/tryclient.py M master/buildbot/db/model.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/client.py A master/buildbot/test/integration/test_try_client.py M master/buildbot/test/unit/test_changes_gerritchangesource.py M master/buildbot/test/unit/test_util.py M master/buildbot/util/__init__.py M master/docs/developer/utils.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/clients/tryclient.py master/buildbot/schedulers/trysched.py master/buildbot/test/unit/test_util.py master/buildbot/util/__init__.py Commit: 48a1dbc97341f83b5f93d747127dd6ce00af9564 https://github.com/buildbot/buildbot/commit/48a1dbc97341f83b5f93d747127dd6ce00af9564 Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/status/buildrequest.py Log Message: ----------- fix use of nonexistent getBuildsForRequest Commit: 25ae2d7e0ddac642e84a8ca9ea823710f677e7a8 https://github.com/buildbot/buildbot/commit/25ae2d7e0ddac642e84a8ca9ea823710f677e7a8 Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/buildbot/schedulers/trysched.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/unit/test_schedulers_trysched.py Log Message: ----------- Minor fixes to try scheduler and its integration tests Commit: 120d8f4807ee7fc56150daaf90ab8354956c862d https://github.com/buildbot/buildbot/commit/120d8f4807ee7fc56150daaf90ab8354956c862d Author: Dustin J. Mitchell Date: 2013-12-24 (Tue, 24 Dec 2013) Changed paths: M master/docs/developer/config.rst Log Message: ----------- add logEncoding to config.rst Commit: 98dad583c5d498d3dbb3b106145f0ed4afefcee4 https://github.com/buildbot/buildbot/commit/98dad583c5d498d3dbb3b106145f0ed4afefcee4 Author: Dustin J. Mitchell Date: 2013-12-25 (Wed, 25 Dec 2013) Changed paths: M master/buildbot/test/integration/test_try_client.py Log Message: ----------- skip test_try_client integration tests if buildbot-www isn't installed Commit: d8868cef9b33bf2a62fd290462dc457da3c7d578 https://github.com/buildbot/buildbot/commit/d8868cef9b33bf2a62fd290462dc457da3c7d578 Author: Dustin J. Mitchell Date: 2013-12-26 (Thu, 26 Dec 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/steps/source/base.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/slave.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_steps_source_base_Source.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/util/steps.py M master/docs/developer/classes.rst M master/docs/developer/cls-build.rst A master/docs/developer/cls-buildslave.rst M master/docs/developer/cls-buildsteps.rst Log Message: ----------- Merge branch '9/buildid-stepid-buildslaveid' of git://github.com/djmitche/buildbot into nine (PR #1018) I re-addd status.build_started so that the try scheduler tests would still work. Commit: 612b0ab9c52549e2889b0f3404e6ef4b72d8d717 https://github.com/buildbot/buildbot/commit/612b0ab9c52549e2889b0f3404e6ef4b72d8d717 Author: Dustin J. Mitchell Date: 2013-12-26 (Thu, 26 Dec 2013) Changed paths: M README.md Log Message: ----------- All resource types are now implemented, including buildrequests Commit: 4b61e1aa3847c52967e0f6dc21dd47f61718c6b0 https://github.com/buildbot/buildbot/commit/4b61e1aa3847c52967e0f6dc21dd47f61718c6b0 Author: Dustin J. Mitchell Date: 2013-12-27 (Fri, 27 Dec 2013) Changed paths: M README.md M master/buildbot/config.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/steps.py M master/buildbot/db/buildslaves.py M master/buildbot/db/logs.py A master/buildbot/db/migrate/versions/034_log_slug.py M master/buildbot/db/model.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/log.py M master/buildbot/process/logobserver.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_db_logs.py A master/buildbot/test/unit/test_db_migrate_versions_034_log_slug.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_log.py A master/buildbot/test/unit/test_process_logobserver.py A master/buildbot/test/unit/test_util_identifiers.py R master/buildbot/test/unit/test_util_typechecks.py M master/buildbot/test/util/steps.py M master/buildbot/test/util/validation.py A master/buildbot/util/identifiers.py R master/buildbot/util/typechecks.py M master/docs/developer/classes.rst M master/docs/developer/cls-buildsteps.rst M master/docs/developer/cls-log.rst A master/docs/developer/cls-logobserver.rst M master/docs/developer/database.rst M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-logchunk.rst M master/docs/developer/utils.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-global.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch '9/use-data-api-1' of git://github.com/djmitche/buildbot into nine (PR #1023) Conflicts: master/buildbot/process/build.py master/buildbot/process/builder.py +autopep8, docs fixes, etc. Commit: 74e4a4f9594a3d6677646759e22d82220a788ab3 https://github.com/buildbot/buildbot/commit/74e4a4f9594a3d6677646759e22d82220a788ab3 Author: Dustin J. Mitchell Date: 2013-12-27 (Fri, 27 Dec 2013) Changed paths: M master/docs/developer/config.rst Log Message: ----------- Merge branch '9/log-slugs' of git://github.com/djmitche/buildbot into nine (PR #1022) Commit: 2429b313746d4c8048fbd644c036516262a0f53a https://github.com/buildbot/buildbot/commit/2429b313746d4c8048fbd644c036516262a0f53a Author: Dustin J. Mitchell Date: 2013-12-27 (Fri, 27 Dec 2013) Changed paths: M master/buildbot/test/fake/logfile.py M master/buildbot/test/unit/test_process_log.py Log Message: ----------- remove old log.hasContents method Commit: a8719e8fe409f28fda33750b997f66748cc8c6d4 https://github.com/buildbot/buildbot/commit/a8719e8fe409f28fda33750b997f66748cc8c6d4 Author: Dustin J. Mitchell Date: 2013-12-27 (Fri, 27 Dec 2013) Changed paths: M master/buildbot/db/migrate/versions/034_log_slug.py Log Message: ----------- reverse order of dropping tables to match dependencies Commit: bf65927642853455a0d79b9d6c9e3ac7ee8da19e https://github.com/buildbot/buildbot/commit/bf65927642853455a0d79b9d6c9e3ac7ee8da19e Author: Dustin J. Mitchell Date: 2013-12-27 (Fri, 27 Dec 2013) Changed paths: M README.md R master/buildbot/clients/debug.glade R master/buildbot/clients/debug.py R master/buildbot/clients/gtkPanes.py R master/buildbot/clients/text.py M master/buildbot/config.py M master/buildbot/data/builds.py M master/buildbot/data/steps.py M master/buildbot/process/build.py M master/buildbot/process/debug.py M master/buildbot/schedulers/trysched.py R master/buildbot/scripts/debugclient.py M master/buildbot/scripts/reconfig.py M master/buildbot/scripts/runner.py R master/buildbot/scripts/statusgui.py R master/buildbot/scripts/statuslog.py M master/buildbot/status/client.py M master/buildbot/test/fake/fakemq.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/test_extra_coverage.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_scripts_runner.py R master/buildbot/test/unit/test_scripts_statuslog.py M master/buildbot/test/unit/test_status_client.py M master/contrib/bash/buildbot R master/contrib/bb_applet.py M master/docs/buildbot.1 M master/docs/developer/config.rst M master/docs/developer/master-overview.rst M master/docs/examples/hello.cfg M master/docs/examples/twisted_master.cfg M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-intro.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- remove debug and status client support * remove statusgui, statuslog, and debugclient commands * deprecate debugPassword global config * remove debug PB service (DebugService still handles the manhole) * try scheduler now implements internally the subset of remote status objects that the tryclient expects internally * PBListener is deprecated, although it will still work in configs * master/buildbot/status/client.py is almost completely gone, except for PBListener * data API fixes / hacks: * mq.startConsuming needs strings * change build.buildid.update -> finished * add startConsuming for StepsEndpoint * step['started_at'] can be None if the step hasn't started * step update methods now send events * mq message verification is disabled, since it is incompatible with sending multiple messages per event * builds' status strings aren't equivalent to the existing functionality Commit: 75355ee9b175b07936a4568827b9b3e24f107fae https://github.com/buildbot/buildbot/commit/75355ee9b175b07936a4568827b9b3e24f107fae Author: Dustin J. Mitchell Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M master/buildbot/process/logobserver.py M master/buildbot/test/unit/test_process_logobserver.py M master/docs/developer/cls-logobserver.rst Log Message: ----------- Add support for header output to LogObservers. It turns out that this isn't necessary for anything in Buildbot, but may be useful to users. Commit: 1ec1dd5150d47caf58fa6692558445cc698fef6a https://github.com/buildbot/buildbot/commit/1ec1dd5150d47caf58fa6692558445cc698fef6a Author: Dustin J. Mitchell Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: R master/buildbot/status/tinderbox.py M master/buildbot/test/test_extra_coverage.py Log Message: ----------- Remove TinderboxMailNotifier And with it, the last ues of log.getTextWithHeaders Commit: 689565edab1c48cbfd410415f931253d8fe05f74 https://github.com/buildbot/buildbot/commit/689565edab1c48cbfd410415f931253d8fe05f74 Author: Dustin J. Mitchell Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M master/buildbot/status/logfile.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_steps_source_repo.py M master/docs/relnotes/index.rst Log Message: ----------- remove log.getTextWithHeaders Commit: 63505a1aecec3a82ade9744c455b625aa948f9d9 https://github.com/buildbot/buildbot/commit/63505a1aecec3a82ade9744c455b625aa948f9d9 Author: Dustin J. Mitchell Date: 2013-12-28 (Sat, 28 Dec 2013) Changed paths: M master/buildbot/test/fake/logfile.py Log Message: ----------- send headers in fake log files to observers, check line endings, and encode properly Commit: 9317f0ff982ee14ac3c43d3fcb1c4e97db030095 https://github.com/buildbot/buildbot/commit/9317f0ff982ee14ac3c43d3fcb1c4e97db030095 Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/data/steps.py Log Message: ----------- factor out generateEvent for steps Commit: 497725e24800288a075f3739fa77249c50e99545 https://github.com/buildbot/buildbot/commit/497725e24800288a075f3739fa77249c50e99545 Author: Pierre Tardy Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M .gitignore M master/buildbot/test/unit/test_data_forceschedulers.py M master/docs/developer/www.rst M www/Gruntfile.coffee M www/setup.py M www/src/scripts/app.coffee M www/src/scripts/controllers/aboutController.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/buildslavesController.coffee M www/src/scripts/controllers/changesController.coffee M www/src/scripts/controllers/logController.coffee A www/src/scripts/controllers/mastersController.coffee M www/src/scripts/controllers/schedulersController.coffee A www/src/scripts/controllers/stepController.coffee M www/src/scripts/directives/forcefields.coffee M www/src/scripts/directives/logviewer.coffee A www/src/scripts/directives/rawdata.coffee M www/src/scripts/filters/moment.coffee M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee M www/src/scripts/services/buildbotService.coffee R www/src/scripts/services/messageService.coffee A www/src/scripts/services/mqservice.coffee M www/src/views/build.jade A www/src/views/buildslaves.jade A www/src/views/directives/rawdata.jade A www/src/views/masters.jade M www/src/views/schedulers.jade A www/src/views/step.jade M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/services/buildbotServiceSpec.coffee A www/test/scripts/services/mqServiceSpec.coffee Log Message: ----------- buildbotService: rework, for better event support New api simplifies a lot the common use cases of the controllers: bind() now registers to 'update' events on all element of the list e.g: sse/add/aa4514dc-adae-4b2e-8c1f-d5037574821f/builder/2/build/*/new sse/add/aa4514dc-adae-4b2e-8c1f-d5037574821f/builder/2/build/*/change bind() now takes a onchild callback, which will be called at init time, and also at event time when new child are happening. This help to populate subchilds. See doc for more info on the new api. + bump up a few versions + re-enable coffeelint, and fix the remaining errors + some new pages Commit: 72dc28658eeb883e3ea0f4eecbe4984fa314ecfd https://github.com/buildbot/buildbot/commit/72dc28658eeb883e3ea0f4eecbe4984fa314ecfd Author: Pierre Tardy Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/data/forceschedulers.py M master/docs/developer/www.rst M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/controllers/forcedialogController.coffee M www/src/scripts/services/buildbotService.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- buildbotService: reuse of bound data see doc change. The goal of this commit is to enable much faster user experience by doing more internal caching Signed-off-by: Pierre Tardy Commit: bcefe1738e79a5f557a657d37da0ff9c875690c5 https://github.com/buildbot/buildbot/commit/bcefe1738e79a5f557a657d37da0ff9c875690c5 Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M README.md R master/buildbot/clients/debug.glade R master/buildbot/clients/debug.py R master/buildbot/clients/gtkPanes.py R master/buildbot/clients/text.py M master/buildbot/config.py M master/buildbot/data/builds.py M master/buildbot/data/steps.py M master/buildbot/process/build.py M master/buildbot/process/debug.py M master/buildbot/schedulers/trysched.py R master/buildbot/scripts/debugclient.py M master/buildbot/scripts/reconfig.py M master/buildbot/scripts/runner.py R master/buildbot/scripts/statusgui.py R master/buildbot/scripts/statuslog.py M master/buildbot/status/client.py M master/buildbot/test/fake/fakemq.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/test_extra_coverage.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_schedulers_trysched.py M master/buildbot/test/unit/test_scripts_runner.py R master/buildbot/test/unit/test_scripts_statuslog.py M master/buildbot/test/unit/test_status_client.py M master/contrib/bash/buildbot R master/contrib/bb_applet.py M master/docs/buildbot.1 M master/docs/developer/config.rst M master/docs/developer/master-overview.rst M master/docs/examples/hello.cfg M master/docs/examples/twisted_master.cfg M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-intro.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/cmdline.rst M master/docs/manual/concepts.rst M master/docs/relnotes/index.rst M master/setup.py Log Message: ----------- Merge branch '9/use-data-api-2' of git://github.com/djmitche/buildbot into nine Commit: 8170e2fba69b2e1e7613980541406123ea21bce1 https://github.com/buildbot/buildbot/commit/8170e2fba69b2e1e7613980541406123ea21bce1 Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/test/fake/logfile.py Log Message: ----------- header line-ending checks were too aggressive Commit: 2c8391db79cbd485b03156263d8dd5c4cfb96a03 https://github.com/buildbot/buildbot/commit/2c8391db79cbd485b03156263d8dd5c4cfb96a03 Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/process/logobserver.py M master/buildbot/status/logfile.py R master/buildbot/status/tinderbox.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/test_extra_coverage.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_process_logobserver.py M master/buildbot/test/unit/test_steps_source_repo.py M master/docs/developer/cls-logobserver.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch '9/use-data-api-3' of git://github.com/djmitche/buildbot into nine Commit: 777c49a1730062234719fb61d7d6346d04d1ac98 https://github.com/buildbot/buildbot/commit/777c49a1730062234719fb61d7d6346d04d1ac98 Author: Pierre Tardy Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/test/unit/test_www_sse.py M master/buildbot/www/sse.py M www/Gruntfile.coffee M www/setup.py M www/src/scripts/services/buildbotService.coffee M www/src/scripts/services/mqservice.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- fix some issues: - latest version of karma needed some adaptation - sse directly use mq api, in order to avoid filtering - fix memoize only take the first argument in account - fix mqservice to allow event name to be tuple or paths Signed-off-by: Pierre Tardy Commit: 61df3925c54de173dafb56c88f783318954a154d https://github.com/buildbot/buildbot/commit/61df3925c54de173dafb56c88f783318954a154d Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/process/logobserver.py M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_process_logobserver.py M master/docs/developer/cls-logobserver.rst M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Add a BufferLogObserver and use it in SetPropertyFromCommand Commit: 4a212dc33df8113de45c63671d155036c95ef643 https://github.com/buildbot/buildbot/commit/4a212dc33df8113de45c63671d155036c95ef643 Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/test/fake/logfile.py M master/buildbot/test/unit/test_process_log.py Log Message: ----------- Remove getChunks from LogFile Commit: 109488764667bc0151939df35eed538cf1b5916d https://github.com/buildbot/buildbot/commit/109488764667bc0151939df35eed538cf1b5916d Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/process/logobserver.py M master/buildbot/test/unit/test_process_logobserver.py Log Message: ----------- test OutputProgressObserver and fix failure when data=None Commit: cd32b89a8da0e76929ee8c2294a0211c499cd563 https://github.com/buildbot/buildbot/commit/cd32b89a8da0e76929ee8c2294a0211c499cd563 Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M .gitignore M master/buildbot/data/forceschedulers.py M master/buildbot/test/unit/test_data_forceschedulers.py M master/buildbot/test/unit/test_www_sse.py M master/buildbot/www/sse.py M master/docs/developer/www.rst M www/Gruntfile.coffee M www/setup.py M www/src/scripts/app.coffee M www/src/scripts/controllers/aboutController.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/buildslavesController.coffee M www/src/scripts/controllers/changesController.coffee M www/src/scripts/controllers/forcedialogController.coffee M www/src/scripts/controllers/logController.coffee A www/src/scripts/controllers/mastersController.coffee M www/src/scripts/controllers/schedulersController.coffee A www/src/scripts/controllers/stepController.coffee M www/src/scripts/directives/forcefields.coffee M www/src/scripts/directives/logviewer.coffee A www/src/scripts/directives/rawdata.coffee M www/src/scripts/filters/moment.coffee M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee M www/src/scripts/services/buildbotService.coffee R www/src/scripts/services/messageService.coffee A www/src/scripts/services/mqservice.coffee M www/src/views/build.jade A www/src/views/buildslaves.jade A www/src/views/directives/rawdata.jade A www/src/views/masters.jade M www/src/views/schedulers.jade A www/src/views/step.jade M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/services/buildbotServiceSpec.coffee A www/test/scripts/services/mqServiceSpec.coffee Log Message: ----------- Merge branch 'sserework' of git://github.com/tardyp/buildbot into nine +autopep8 Commit: d952190adc3b81185a58ce7eebee425f20088acb https://github.com/buildbot/buildbot/commit/d952190adc3b81185a58ce7eebee425f20088acb Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/steps.py M master/buildbot/db/steps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_steps.py M master/docs/developer/database.rst Log Message: ----------- remove undocumented getStepByBuild Its functionality is more naturally handled in getStep. Commit: 766976f2d79909e7e67e006cd7d0f68900c6d1ba https://github.com/buildbot/buildbot/commit/766976f2d79909e7e67e006cd7d0f68900c6d1ba Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/buildbot/process/logobserver.py M master/buildbot/steps/shell.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_process_logobserver.py M master/docs/developer/cls-logobserver.rst M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Merge branch '9/use-data-api-4' of git://github.com/djmitche/buildbot into nine Commit: 134f79785b7eb610797e35878768d72d561fba55 https://github.com/buildbot/buildbot/commit/134f79785b7eb610797e35878768d72d561fba55 Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- include deprecation of try with --connect=ssh and --wait from master Commit: e3761e6ba991f28d1732a64a7b2206c3fc82808b https://github.com/buildbot/buildbot/commit/e3761e6ba991f28d1732a64a7b2206c3fc82808b Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M common/pylintrc M master/buildbot/clients/tryclient.py M master/docs/manual/cmdline.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/logobserver.py master/buildbot/steps/shell.py Commit: e5af73738b15e935ace3baf0951b7c862ad4e3a3 https://github.com/buildbot/buildbot/commit/e5af73738b15e935ace3baf0951b7c862ad4e3a3 Author: Dustin J. Mitchell Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M README.md Log Message: ----------- update README.md to better resemble a list of tasks Commit: 579bb08a043852f63f4562f1b6da46475760117b https://github.com/buildbot/buildbot/commit/579bb08a043852f63f4562f1b6da46475760117b Author: Dustin J. Mitchell Date: 2013-12-30 (Mon, 30 Dec 2013) Changed paths: M master/buildbot/schedulers/trysched.py Log Message: ----------- de-duplicate new builds in try scheduler Commit: 9c523f6b7a6babbcd57939ec8e31987fd2c10b3d https://github.com/buildbot/buildbot/commit/9c523f6b7a6babbcd57939ec8e31987fd2c10b3d Author: Dustin J. Mitchell Date: 2013-12-31 (Tue, 31 Dec 2013) Changed paths: M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_process_builder.py A master/buildbot/test/unit/test_process_buildrequestdistributor.py R master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py Log Message: ----------- Use the Data API for build requests This also renames the test case for the build request distributor. Commit: 933a3121f8819d8931203d25d7e02ec0269a3034 https://github.com/buildbot/buildbot/commit/933a3121f8819d8931203d25d7e02ec0269a3034 Author: Dustin J. Mitchell Date: 2013-12-31 (Tue, 31 Dec 2013) Changed paths: M README.md Log Message: ----------- update README.md with remaining buildrequest tasks Commit: 66698b30587cb0b73ae564f909dc7b8eb569e9a0 https://github.com/buildbot/buildbot/commit/66698b30587cb0b73ae564f909dc7b8eb569e9a0 Author: Dustin J. Mitchell Date: 2013-12-31 (Tue, 31 Dec 2013) Changed paths: M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- tests for PerlModuleTest Commit: 00344f3e6c0a5f758eeba6098e257e8fd5482d81 https://github.com/buildbot/buildbot/commit/00344f3e6c0a5f758eeba6098e257e8fd5482d81 Author: Dustin J. Mitchell Date: 2013-12-31 (Tue, 31 Dec 2013) Changed paths: M master/buildbot/steps/shell.py Log Message: ----------- Rewrite PerModuletest to use a LogObserver Commit: 14f6de9c48e47a45c2bfd97d971a6bcdda32b271 https://github.com/buildbot/buildbot/commit/14f6de9c48e47a45c2bfd97d971a6bcdda32b271 Author: Dustin J. Mitchell Date: 2013-12-31 (Tue, 31 Dec 2013) Changed paths: M master/buildbot/test/fake/logfile.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_util_lineboundaries.py M master/buildbot/util/lineboundaries.py Log Message: ----------- make test logfiles act more like real wrt newlines Commit: 1f1de2f11adca8b53423c8c8b74462d46145c35e https://github.com/buildbot/buildbot/commit/1f1de2f11adca8b53423c8c8b74462d46145c35e Author: Dustin J. Mitchell Date: 2013-12-31 (Tue, 31 Dec 2013) Changed paths: M master/buildbot/steps/package/deb/lintian.py M master/buildbot/steps/package/rpm/rpmlint.py A master/buildbot/steps/package/util.py Log Message: ----------- refactor DebLintian and RpmLint to use a LogObserver Commit: b7f82dcc2751daddb320a25385aad0946efa1f45 https://github.com/buildbot/buildbot/commit/b7f82dcc2751daddb320a25385aad0946efa1f45 Author: Dustin J. Mitchell Date: 2013-12-31 (Tue, 31 Dec 2013) Changed paths: M master/buildbot/status/logfile.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/unit/test_process_log.py Log Message: ----------- remove log.readlines Commit: 991137d4c22e10ef82e18bfa0596406e17c4e957 https://github.com/buildbot/buildbot/commit/991137d4c22e10ef82e18bfa0596406e17c4e957 Author: Pierre Tardy Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M master/buildbot/data/logs.py M master/buildbot/test/unit/test_data_logs.py M master/docs/developer/www.rst M www/Gruntfile.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/services/buildbotService.coffee M www/src/scripts/services/mqservice.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- Fix few bugs on the UI: - fix karma watch mode - Fix number vs buildid bug in the build page - python: add events for new logs - Fix race condition between event registering and first value got from data api Commit: 85b95a84f3f1b13724dec97586f970eefe4e61ee https://github.com/buildbot/buildbot/commit/85b95a84f3f1b13724dec97586f970eefe4e61ee Author: Dustin J. Mitchell Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/steps.py M master/buildbot/db/steps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_steps.py M master/docs/developer/database.rst Log Message: ----------- Merge branch '9/remove-getStepByBuild' of git://github.com/djmitche/buildbot into nine Commit: b042fbc34284322063b29cd549d59dbf466fae07 https://github.com/buildbot/buildbot/commit/b042fbc34284322063b29cd549d59dbf466fae07 Author: Dustin J. Mitchell Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M README.md M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_process_builder.py A master/buildbot/test/unit/test_process_buildrequestdistributor.py R master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py Log Message: ----------- Merge branch '9/use-br-data' of git://github.com/djmitche/buildbot into nine Commit: 3606f496a3245a6068a1fe63a4d8264f011866c1 https://github.com/buildbot/buildbot/commit/3606f496a3245a6068a1fe63a4d8264f011866c1 Author: Dustin J. Mitchell Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/status/logfile.py M master/buildbot/steps/package/deb/lintian.py M master/buildbot/steps/package/rpm/rpmlint.py A master/buildbot/steps/package/util.py M master/buildbot/steps/shell.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_util_lineboundaries.py M master/buildbot/util/lineboundaries.py Log Message: ----------- Merge branch '9/use-data-api-5' of git://github.com/djmitche/buildbot into nine +autopep8, pyflakes Commit: 20d2b6f22709bf29137a9c8bea4c557c973a6557 https://github.com/buildbot/buildbot/commit/20d2b6f22709bf29137a9c8bea4c557c973a6557 Author: Dustin J. Mitchell Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M master/buildbot/data/logs.py M master/buildbot/test/unit/test_data_logs.py M master/docs/developer/www.rst M www/Gruntfile.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/services/buildbotService.coffee M www/src/scripts/services/mqservice.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- Merge branch 'uifixes' of git://github.com/tardyp/buildbot into nine +autopep8 Commit: 73c59ec4008c7fa5bb72297c15b2c07a76c480c3 https://github.com/buildbot/buildbot/commit/73c59ec4008c7fa5bb72297c15b2c07a76c480c3 Author: Dustin J. Mitchell Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix typo in relnotes Commit: f9c146901ffecc9b441e1d76c3d1dc389373e2fd https://github.com/buildbot/buildbot/commit/f9c146901ffecc9b441e1d76c3d1dc389373e2fd Author: Pierre Tardy Date: 2014-01-02 (Thu, 02 Jan 2014) Changed paths: M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M www/Gruntfile.coffee M www/src/scripts/directives/logviewer.coffee M www/src/scripts/services/buildbotService.coffee M www/src/views/build.jade Log Message: ----------- Fix few bugs on the UI: - another fix karma watch mode - python: add events for log append - Fix race condition between event registering and first value got from data api - fix logviewer so that it does not poll anymore Commit: 2690ec2d215d6113e9d243bd2a6178532bcc7ef5 https://github.com/buildbot/buildbot/commit/2690ec2d215d6113e9d243bd2a6178532bcc7ef5 Author: Pierre Tardy Date: 2014-01-02 (Thu, 02 Jan 2014) Changed paths: M master/buildbot/process/log.py Log Message: ----------- serialize log append slave is sending status and stdout in parallel, then the number of line is not handled correctly Signed-off-by: Pierre Tardy Commit: 8c1fe3bf0543e529a0e22f606e9b2331009c1402 https://github.com/buildbot/buildbot/commit/8c1fe3bf0543e529a0e22f606e9b2331009c1402 Author: Pierre Tardy Date: 2014-01-02 (Thu, 02 Jan 2014) Changed paths: M www/src/scripts/controllers/buildController.coffee M www/src/scripts/directives/logviewer.coffee M www/src/scripts/services/buildbotService.coffee M www/src/views/build.jade Log Message: ----------- polish the build page Signed-off-by: Pierre Tardy Commit: 43aa56041e21d37e83411ef2bf1629c2a673da92 https://github.com/buildbot/buildbot/commit/43aa56041e21d37e83411ef2bf1629c2a673da92 Author: Pierre Tardy Date: 2014-01-02 (Thu, 02 Jan 2014) Changed paths: M www/src/scripts/services/buildbotService.coffee M www/src/scripts/services/mqservice.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- handle loss of sse connection In this case, all the bound data must be reloaded, and event listen to again Implementation is probably a bit inefficient, but its probably better than too complicated Signed-off-by: Pierre Tardy Commit: d0eeae335f6d9e885e2209a61061c3f78f621f51 https://github.com/buildbot/buildbot/commit/d0eeae335f6d9e885e2209a61061c3f78f621f51 Author: Dustin J. Mitchell Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/process/log.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M www/Gruntfile.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/directives/logviewer.coffee M www/src/scripts/services/buildbotService.coffee M www/src/scripts/services/mqservice.coffee M www/src/views/build.jade M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- Merge branch 'uifixes' of git://github.com/tardyp/buildbot into nine Commit: 7843a4338712dd62a2605efe8d4d97d87b674435 https://github.com/buildbot/buildbot/commit/7843a4338712dd62a2605efe8d4d97d87b674435 Author: Dustin J. Mitchell Date: 2014-01-04 (Sat, 04 Jan 2014) Changed paths: M README.md Log Message: ----------- add a task: change source encodings Commit: b55fa09789a34293b009527ccd8c567d728bcca9 https://github.com/buildbot/buildbot/commit/b55fa09789a34293b009527ccd8c567d728bcca9 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/process/logobserver.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/unit/test_process_logobserver.py M master/docs/developer/cls-logobserver.rst Log Message: ----------- Add LineConsumerLogObserver Commit: 940ebe4905e6e928454819c2b8f2ee3043ad0449 https://github.com/buildbot/buildbot/commit/940ebe4905e6e928454819c2b8f2ee3043ad0449 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/steps/python.py M master/buildbot/test/unit/test_steps_python.py Log Message: ----------- refactor python steps to not use log.getText Commit: 9f5aa94782fe83616ba679fd3896a9d9280a6a54 https://github.com/buildbot/buildbot/commit/9f5aa94782fe83616ba679fd3896a9d9280a6a54 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py Log Message: ----------- factor getText out of pbuilder.py Commit: 075deb285da60fc782dfe5c40f38017107cc59a7 https://github.com/buildbot/buildbot/commit/075deb285da60fc782dfe5c40f38017107cc59a7 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- remove uses of log.getText from shell.py Commit: 2dab0e84f33962df2618a1ae58b6be59d67dd6d5 https://github.com/buildbot/buildbot/commit/2dab0e84f33962df2618a1ae58b6be59d67dd6d5 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/steps/python_twisted.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/unit/test_steps_python_twisted.py M master/buildbot/test/util/steps.py Log Message: ----------- factor getText out of Trial and HLint This introduces rudimentary tests for HLint. I don't have a sample of output from this command, so I can't write any more comprehensive tests. Commit: 28bebc111030a759f662893dda12db80914caee2 https://github.com/buildbot/buildbot/commit/28bebc111030a759f662893dda12db80914caee2 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmbuild.py Log Message: ----------- factor getText out of Mock and RpmBuild Commit: 9f72b029c3c45266acce29708b8a018e93fb4bf3 https://github.com/buildbot/buildbot/commit/9f72b029c3c45266acce29708b8a018e93fb4bf3 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- remove regex_log_evalutator Commit: 5781ca673ed5986964111a594a2f3c6a95beb7bd https://github.com/buildbot/buildbot/commit/5781ca673ed5986964111a594a2f3c6a95beb7bd Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/test/fake/logfile.py M master/buildbot/test/unit/test_process_log.py Log Message: ----------- remove fake log.getText method Commit: 04dcd272be752a0c6d9e6770d386a0d9fed49407 https://github.com/buildbot/buildbot/commit/04dcd272be752a0c6d9e6770d386a0d9fed49407 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M README.md M master/docs/manual/cfg-statustargets.rst Log Message: ----------- notes to update documentation when everything is settled Commit: cf598c6ae147a6f03305b626aa237f8d7cb36d8d https://github.com/buildbot/buildbot/commit/cf598c6ae147a6f03305b626aa237f8d7cb36d8d Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/process/logobserver.py Log Message: ----------- finish unfinished comment Commit: 39c60d3c230abef2d3501d176c87ad63dab756f2 https://github.com/buildbot/buildbot/commit/39c60d3c230abef2d3501d176c87ad63dab756f2 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M README.md M master/buildbot/process/buildstep.py M master/buildbot/process/logobserver.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmbuild.py M master/buildbot/steps/python.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/shell.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_log.py M master/buildbot/test/unit/test_process_logobserver.py M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py M master/buildbot/test/unit/test_steps_python.py M master/buildbot/test/unit/test_steps_python_twisted.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-logobserver.rst M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge branch '9/use-data-api-6' of git://github.com/djmitche/buildbot into nine Commit: e47587705b9b10adaa4e2bcf9e80fff069a0a3a1 https://github.com/buildbot/buildbot/commit/e47587705b9b10adaa4e2bcf9e80fff069a0a3a1 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/docs/developer/cls-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- remove log_eval_func This was undocumented, apparently mostly unused, and mostly redundant to evaluateCommand, but took a step status object as an argument. Commit: d2c19b82c000894b30736f3241116c123d7891b1 https://github.com/buildbot/buildbot/commit/d2c19b82c000894b30736f3241116c123d7891b1 Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Implement compatibility for read-only log methods in old-style steps Including * log.getText, log.readlines, etc. * step.getLog returns an instance with those methods in old-style steps Commit: f649d1587dc409de025d80d356186d1405fcf0ba https://github.com/buildbot/buildbot/commit/f649d1587dc409de025d80d356186d1405fcf0ba Author: Dustin J. Mitchell Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M README.md M master/buildbot/process/logobserver.py Log Message: ----------- fix TODOs for log observers Commit: d071e402dc2c22bd99952eccee613986e8e3480d https://github.com/buildbot/buildbot/commit/d071e402dc2c22bd99952eccee613986e8e3480d Author: Dustin J. Mitchell Date: 2014-01-07 (Tue, 07 Jan 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/svnpoller.py M master/buildbot/status/mail.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/unit/test_changes_base.py M master/buildbot/test/unit/test_changes_gitpoller.py M master/buildbot/test/unit/test_status_mail.py M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-statustargets.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/changes/base.py master/buildbot/changes/bonsaipoller.py master/buildbot/changes/gitpoller.py master/buildbot/changes/hgpoller.py master/buildbot/changes/p4poller.py master/buildbot/changes/svnpoller.py master/buildbot/status/mail.py master/buildbot/test/unit/test_changes_base.py master/docs/manual/cfg-statustargets.rst Commit: 0fb53cc0e271336d7baf7fa54418ef9453291aeb https://github.com/buildbot/buildbot/commit/0fb53cc0e271336d7baf7fa54418ef9453291aeb Author: Dustin J. Mitchell Date: 2014-01-07 (Tue, 07 Jan 2014) Changed paths: M README.md M master/buildbot/process/buildstep.py M master/buildbot/process/logobserver.py M master/buildbot/test/fake/logfile.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge djmitche/buildbot into nine:9/use-data-api-7 (PR #1040) Commit: fcca11a243058c6d4ce9254c41900f00d7862225 https://github.com/buildbot/buildbot/commit/fcca11a243058c6d4ce9254c41900f00d7862225 Author: delanne Date: 2014-01-09 (Thu, 09 Jan 2014) Changed paths: M master/buildbot/process/logobserver.py M master/buildbot/steps/vstudio.py Log Message: ----------- LogLineObserver Simplification Commit: 065b487be157279a73493e73d377210da4cf660d https://github.com/buildbot/buildbot/commit/065b487be157279a73493e73d377210da4cf660d Author: Dustin J. Mitchell Date: 2014-01-09 (Thu, 09 Jan 2014) Changed paths: M master/buildbot/process/logobserver.py M master/buildbot/steps/vstudio.py Log Message: ----------- Merge delanne/buildbot into nine:9/LogLineObserver (PR #1042) Commit: 6bcf56f20b4a6cb6da025cde25c7595a9eeb8df3 https://github.com/buildbot/buildbot/commit/6bcf56f20b4a6cb6da025cde25c7595a9eeb8df3 Author: Dustin J. Mitchell Date: 2014-01-10 (Fri, 10 Jan 2014) Changed paths: M README.md Log Message: ----------- move nine tasks to Trac Commit: cd309d44195f282a33677833bcef1e16c061af24 https://github.com/buildbot/buildbot/commit/cd309d44195f282a33677833bcef1e16c061af24 Author: Ion Alberdi Date: 2014-01-13 (Mon, 13 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- buildstep.py: remove "ShellCommand" in LoggingBuildStep some logging messages had "ShellCommand" hardcoded. this commit writes the name of the class instead. Signed-off-by: Ion Alberdi Commit: b5320568e854393e614e983e6cc04d33326c57ed https://github.com/buildbot/buildbot/commit/b5320568e854393e614e983e6cc04d33326c57ed Author: delanne Date: 2014-01-13 (Mon, 13 Jan 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/masters.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/data/types.py M master/buildbot/db/buildrequests.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/status/buildset.py M master/buildbot/status/mail.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_data_builds.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_root.py M master/buildbot/test/unit/test_data_steps.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_www_sse.py M master/buildbot/test/util/validation.py M master/buildbot/www/rest.py M master/buildbot/www/sse.py M master/docs/developer/database.rst M master/docs/developer/rtype-buildrequest.rst Log Message: ----------- - Use Data API for build requests: This is done. - Use DateTime Everywhere: This is done - Fix pep 8 - Update doc: change brid to buildrequestid - Add test for "buildername" field - Remove path "/buildset/n:bsid/buildrequest" from BuildRequestsEndpoint - Fix bug with bsid for BuildRequestsEndpoint (it returned invalid query parameter. buildsetid must be used instead). - pep8 Commit: 527e8985295dedf038200c087a82409e0b1c549d https://github.com/buildbot/buildbot/commit/527e8985295dedf038200c087a82409e0b1c549d Author: Dustin J. Mitchell Date: 2014-01-14 (Tue, 14 Jan 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/masters.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/data/types.py M master/buildbot/db/buildrequests.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/status/buildset.py M master/buildbot/status/mail.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_data_builds.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_root.py M master/buildbot/test/unit/test_data_steps.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_www_sse.py M master/buildbot/test/util/validation.py M master/buildbot/www/rest.py M master/buildbot/www/sse.py M master/docs/developer/database.rst M master/docs/developer/rtype-buildrequest.rst Log Message: ----------- Merge delanne/buildbot into nine:9/Use_DB_API_for_build_requests (PR #1043) +import reorder Commit: 805ccee735af60e9d10b98423ca204e66e617017 https://github.com/buildbot/buildbot/commit/805ccee735af60e9d10b98423ca204e66e617017 Author: Dustin J. Mitchell Date: 2014-01-14 (Tue, 14 Jan 2014) Changed paths: M www/test/scripts/mocks/httpMock.coffee Log Message: ----------- fix http mock to understand datetime Commit: 922108ed101d36480993f3e611e15e7b42e0c8d7 https://github.com/buildbot/buildbot/commit/922108ed101d36480993f3e611e15e7b42e0c8d7 Author: Ion Alberdi Date: 2014-01-14 (Tue, 14 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_steps_shell.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/style.rst M master/docs/relnotes/index.rst Log Message: ----------- buildstep: create ShellBaseStep refactor what is necesary to execute a shell command in a slave, in a mother class. existing unit test from shellstep cover that refactoring. Signed-off-by: Ion Alberdi Commit: aad36b5aa8870a1f598f79ae5ca2292716f79964 https://github.com/buildbot/buildbot/commit/aad36b5aa8870a1f598f79ae5ca2292716f79964 Author: delanne Date: 2014-01-16 (Thu, 16 Jan 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/data/builders.py M master/buildbot/data/buildrequests.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/buildslaves.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/forceschedulers.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/dependent.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/triggerable.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/buildset.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_data_changesources.py M master/buildbot/test/unit/test_data_forceschedulers.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_www_sse.py M master/buildbot/test/util/validation.py M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/controllers/buildslavesController.coffee M www/src/scripts/controllers/changesController.coffee M www/src/scripts/controllers/forcedialogController.coffee M www/src/scripts/controllers/logController.coffee M www/src/scripts/controllers/mastersController.coffee M www/src/scripts/controllers/schedulersController.coffee M www/src/scripts/controllers/stepController.coffee M www/src/scripts/directives/logviewer.coffee M www/src/scripts/services/buildbotService.coffee M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- Ticket #2632 [nine] Use plurals in REST paths - upgrade master to use plurals buildbot.test buildslave.test pass - migrate buildbot-www to use plurals Commit: bf64b6ae3120ba4efc0ee1d23bcd631110787af5 https://github.com/buildbot/buildbot/commit/bf64b6ae3120ba4efc0ee1d23bcd631110787af5 Author: delanne Date: 2014-01-16 (Thu, 16 Jan 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/resultspec.py M master/buildbot/db/buildrequests.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/www/rest.py M master/docs/developer/database.rst Log Message: ----------- Trac #2660 [nine] buildrequests data API uses popBooleanFilter for non-booleans - added data fields 'branch', 'repository', 'codebase' for buildrequests. updated the doc - added resultSpec.popStringFilter (popStringFilter == popBooleanFilter) Commit: de45cf31a4e159a1866289234c1d87a349277f6d https://github.com/buildbot/buildbot/commit/de45cf31a4e159a1866289234c1d87a349277f6d Author: Dustin J. Mitchell Date: 2014-01-16 (Thu, 16 Jan 2014) Changed paths: M master/buildbot/buildslave/ec2.py M master/buildbot/clients/tryclient.py M master/buildbot/process/builder.py M master/buildbot/process/buildstep.py M master/buildbot/process/slavebuilder.py M master/buildbot/scripts/start.py M master/buildbot/steps/source/bzr.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/darcs.py M master/buildbot/steps/source/git.py M master/buildbot/steps/source/mercurial.py M master/buildbot/steps/source/mtn.py M master/buildbot/steps/source/p4.py M master/buildbot/steps/source/svn.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_process_buildstep.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_p4.py M master/buildbot/test/unit/test_steps_source_svn.py M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/buildstep.py master/buildbot/test/unit/test_process_buildstep.py master/setup.py Commit: 7c3ff5c6707daa4a10c6f45ba6211629086e1b5f https://github.com/buildbot/buildbot/commit/7c3ff5c6707daa4a10c6f45ba6211629086e1b5f Author: Ion Alberdi Date: 2014-01-17 (Fri, 17 Jan 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/status/results.py M master/buildbot/steps/shell.py A master/buildbot/steps/shellsequence.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_process_buildstep.py A master/buildbot/test/unit/test_steps_shellsequence.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/util/config.py M master/docs/developer/cls-buildsteps.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- shellsequence: implement step this steps permits one to launch multiple shell commands in a single step. Each shell command has its own optional stdio log, and haltOnFailure, etc parameter. They however, all share the same workdir, use-pty, env parameters. the skipping of commands can be driven by overriding one method of that class (see doc). Signed-off-by: Ion Alberdi Commit: da68c0c2211e10cb16288704165d3e24cfcadd72 https://github.com/buildbot/buildbot/commit/da68c0c2211e10cb16288704165d3e24cfcadd72 Author: delanne Date: 2014-01-17 (Fri, 17 Jan 2014) Changed paths: M www/setup.py Log Message: ----------- Ticket #2662 `grunt prod` no longer works.. - Force to use angular-ui-router 0.2.7 - angular-ui-router 0.2.8 (which was released yesterday) breaks the build. Commit: accd0a2939df9eaec9c20338f02cf7b96d0b8cde https://github.com/buildbot/buildbot/commit/accd0a2939df9eaec9c20338f02cf7b96d0b8cde Author: Dustin J. Mitchell Date: 2014-01-17 (Fri, 17 Jan 2014) Changed paths: M www/setup.py Log Message: ----------- Merge branch '9/trac2662' of git://github.com/delanne/buildbot into nine Commit: 759545867d2f0986ab7423590d12a52352413854 https://github.com/buildbot/buildbot/commit/759545867d2f0986ab7423590d12a52352413854 Author: Dustin J. Mitchell Date: 2014-01-17 (Fri, 17 Jan 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/data/builders.py M master/buildbot/data/buildrequests.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/buildslaves.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/forceschedulers.py M master/buildbot/data/logchunks.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/dependent.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/triggerable.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/buildset.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_data_builders.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_data_changes.py M master/buildbot/test/unit/test_data_changesources.py M master/buildbot/test/unit/test_data_forceschedulers.py M master/buildbot/test/unit/test_data_logchunks.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_www_sse.py M master/buildbot/test/util/validation.py M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee M www/src/scripts/controllers/buildslavesController.coffee M www/src/scripts/controllers/changesController.coffee M www/src/scripts/controllers/forcedialogController.coffee M www/src/scripts/controllers/logController.coffee M www/src/scripts/controllers/mastersController.coffee M www/src/scripts/controllers/schedulersController.coffee M www/src/scripts/controllers/stepController.coffee M www/src/scripts/directives/logviewer.coffee M www/src/scripts/services/buildbotService.coffee M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/services/buildbotServiceSpec.coffee Log Message: ----------- Merge branch '9/Use_plurals_in_REST_Paths' of git://github.com/delanne/buildbot into nine +autopep8 Commit: c56d5578ab2ea28a30405f9d90ad3f8b4575564f https://github.com/buildbot/buildbot/commit/c56d5578ab2ea28a30405f9d90ad3f8b4575564f Author: delanne Date: 2014-01-19 (Sun, 19 Jan 2014) Changed paths: M master/buildbot/changes/gitpoller.py M master/buildbot/db/changes.py Log Message: ----------- Fix GitPoller Commit: 7535af42b5dbebabd7b362b7a0c90fe8f77c5617 https://github.com/buildbot/buildbot/commit/7535af42b5dbebabd7b362b7a0c90fe8f77c5617 Author: delanne Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/changes/changes.py M master/buildbot/changes/pb.py M master/buildbot/data/changes.py M master/buildbot/db/changes.py M master/buildbot/db/migrate/versions/001_initial.py A master/buildbot/db/migrate/versions/035_remove_changes_is_dir_column.py M master/buildbot/db/model.py M master/buildbot/master.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_changes_changes.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/util/validation.py Log Message: ----------- Ticket #2643 [nine] Remove the is_dir attribute of changes Commit: 9b15a8cd18d166bed81f7eb752a85ad1d9bdf06b https://github.com/buildbot/buildbot/commit/9b15a8cd18d166bed81f7eb752a85ad1d9bdf06b Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/status/results.py M master/buildbot/steps/shell.py A master/buildbot/steps/shellsequence.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/vstudio.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_shell.py A master/buildbot/test/unit/test_steps_shellsequence.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/util/config.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/style.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge yetanotherion/buildbot:listofshellcommands (PR #1045) Commit: b47d52097b2d97acaae2579c7cb8f6dc89dcef08 https://github.com/buildbot/buildbot/commit/b47d52097b2d97acaae2579c7cb8f6dc89dcef08 Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/test/unit/test_steps_shellsequence.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- pep8, whitespace, etc. Commit: b7f603239dfbcc73f0aa1d365a2bd4aef531ae21 https://github.com/buildbot/buildbot/commit/b7f603239dfbcc73f0aa1d365a2bd4aef531ae21 Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/steps/shellsequence.py M master/buildbot/test/unit/test_steps_shellsequence.py Log Message: ----------- rename 'cmd' to 'command' for consistency with ShellCommand Commit: 34a9530c994fc99e66a0acbf1ab21930fb51ded5 https://github.com/buildbot/buildbot/commit/34a9530c994fc99e66a0acbf1ab21930fb51ded5 Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- clarify log messages Commit: e8de2894e11027e5de57432ec4b324a6d205724a https://github.com/buildbot/buildbot/commit/e8de2894e11027e5de57432ec4b324a6d205724a Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- revert to using _describe, but remove its docstring; see #2670 Commit: de05e332a24fccd9f8b494f2ad505489627d26bc https://github.com/buildbot/buildbot/commit/de05e332a24fccd9f8b494f2ad505489627d26bc Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shell.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/vstudio.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- revert LoggingBuildStep and everything that depends on it, and merge the modifications to it into ShellBaseStep Commit: f95c7d0b4dae4e09e74ba93eefe66d8b29baed73 https://github.com/buildbot/buildbot/commit/f95c7d0b4dae4e09e74ba93eefe66d8b29baed73 Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/docs/developer/style.rst Log Message: ----------- edit the style section a bit Commit: 27d28c8132ccd845e924843567c6acf81b53caea https://github.com/buildbot/buildbot/commit/27d28c8132ccd845e924843567c6acf81b53caea Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- edit ShellSequence docs Commit: fbec3eb7db1adaaf6714d4dd6f2f33116696123f https://github.com/buildbot/buildbot/commit/fbec3eb7db1adaaf6714d4dd6f2f33116696123f Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/repo.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_process_buildstep.py M master/docs/developer/cls-buildsteps.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Revert LoggingBuildStep, add CommandMixin and ShellMixin These two mixin classes will be the new style for shell commands. They're organized to be called from a `run` method, rather than overriding lots of confusing hook methods like `createSummary` and `evaluateCommand`. Commit: d52ac5cb4102828c9e26d4efb50ff5880450c2d0 https://github.com/buildbot/buildbot/commit/d52ac5cb4102828c9e26d4efb50ff5880450c2d0 Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shellsequence.py M master/buildbot/test/unit/test_steps_shellsequence.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- refactor ShellSequence to use ShellMixin Commit: 55d8f0373403f19a0080e2f869565f80010a9696 https://github.com/buildbot/buildbot/commit/55d8f0373403f19a0080e2f869565f80010a9696 Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/buildstep.py M master/buildbot/status/results.py M master/buildbot/steps/shellsequence.py A master/buildbot/test/unit/test_status_results.py M master/docs/developer/results.rst Log Message: ----------- refactor result calculations into results.py Commit: 9d96a068e142dccb9633db18f52eddf700bad04b https://github.com/buildbot/buildbot/commit/9d96a068e142dccb9633db18f52eddf700bad04b Author: Dustin J. Mitchell Date: 2014-01-20 (Mon, 20 Jan 2014) Changed paths: M master/docs/developer/cls-buildsteps.rst M master/docs/manual/customization.rst Log Message: ----------- update the customization docs to point to CommandMixin/ShellMixin Commit: d331b90194c3992445bf84f71a056f967a17ee51 https://github.com/buildbot/buildbot/commit/d331b90194c3992445bf84f71a056f967a17ee51 Author: Dustin J. Mitchell Date: 2014-01-21 (Tue, 21 Jan 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/status/results.py M master/buildbot/steps/shellsequence.py M master/buildbot/test/unit/test_status_results.py M master/docs/developer/results.rst Log Message: ----------- rename computeResultAndContinuation to computeResultAndTermination Commit: 6e62c9091eb15f37c64f7ed017aa8b72156a8f30 https://github.com/buildbot/buildbot/commit/6e62c9091eb15f37c64f7ed017aa8b72156a8f30 Author: Dustin J. Mitchell Date: 2014-01-21 (Tue, 21 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- docs tweaks suggested by @yetanotherion Commit: 11eb83f93059873fb1ddda1beb0e53527df016ef https://github.com/buildbot/buildbot/commit/11eb83f93059873fb1ddda1beb0e53527df016ef Author: Dustin J. Mitchell Date: 2014-01-21 (Tue, 21 Jan 2014) Changed paths: M master/buildbot/changes/changes.py M master/buildbot/changes/pb.py M master/buildbot/data/changes.py M master/buildbot/db/changes.py M master/buildbot/db/migrate/versions/001_initial.py A master/buildbot/db/migrate/versions/035_remove_changes_is_dir_column.py M master/buildbot/db/model.py M master/buildbot/master.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_changes_changes.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/util/validation.py Log Message: ----------- Merge branch '9/trac2643' of git://github.com/delanne/buildbot into nine Commit: 44ffcfc664cb450c8cf492ea5cb17bb893a7bf4f https://github.com/buildbot/buildbot/commit/44ffcfc664cb450c8cf492ea5cb17bb893a7bf4f Author: Dustin J. Mitchell Date: 2014-01-21 (Tue, 21 Jan 2014) Changed paths: M master/buildbot/process/build.py Log Message: ----------- Update comment Let's be honest, I'm just testing GitHub's ability to edit PR's from the web.. Commit: edcdff3cb009341ceed43ffeda1ca5dba76267b7 https://github.com/buildbot/buildbot/commit/edcdff3cb009341ceed43ffeda1ca5dba76267b7 Author: Dustin J. Mitchell Date: 2014-01-21 (Tue, 21 Jan 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/status/results.py A master/buildbot/steps/shellsequence.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/repo.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_process_buildstep.py A master/buildbot/test/unit/test_status_results.py M master/buildbot/test/unit/test_steps_shell.py A master/buildbot/test/unit/test_steps_shellsequence.py M master/buildbot/test/unit/test_steps_slave.py M master/buildbot/test/util/config.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/results.rst M master/docs/developer/style.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/customization.rst Log Message: ----------- Merge branch '9/shell-refactoring' of git://github.com/djmitche/buildbot into nine Commit: 36bd3040ad721ec3af1b25c6eb8bc8b8ba8773d8 https://github.com/buildbot/buildbot/commit/36bd3040ad721ec3af1b25c6eb8bc8b8ba8773d8 Author: delanne Date: 2014-01-22 (Wed, 22 Jan 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/resultspec.py M master/buildbot/test/unit/test_data_buildrequests.py M master/docs/developer/database.rst Log Message: ----------- Trac #2660 [nine] buildrequests data API uses popBooleanFilter for non-booleans - This commit implements the 3 dustin's comments: - process buildsetid with the eq operator in the DB API - implement popStringFilter (only pops an eq filter) - add type annotation in master/docs/developer/database.rst Commit: cb004e020fd57b46313715e07b01d1451be0079c https://github.com/buildbot/buildbot/commit/cb004e020fd57b46313715e07b01d1451be0079c Author: delanne Date: 2014-01-23 (Thu, 23 Jan 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/resultspec.py M master/buildbot/test/unit/test_data_buildrequests.py Log Message: ----------- Trac #2660 [nine] buildrequests data API uses popBooleanFilter for non-booleans - omit filters 'branch' and 'repository' - use popOneFilter instead of popFilter for bsid Commit: 89033fc8dc69b30b2d4ea99df8ee858a486eebae https://github.com/buildbot/buildbot/commit/89033fc8dc69b30b2d4ea99df8ee858a486eebae Author: Ion Alberdi Date: 2014-01-23 (Thu, 23 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/steps/shellsequence.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_remotecommand.py Log Message: ----------- remotecommand: parameterize the name of the stdio logfile this commits permits to record the name of the stdio used by one remotecommand into a logfile different than 'stdio'. Signed-off-by: Ion Alberdi Commit: 65ec65df46afee9f70f4998be41d524f400f4aa7 https://github.com/buildbot/buildbot/commit/65ec65df46afee9f70f4998be41d524f400f4aa7 Author: Dustin J. Mitchell Date: 2014-01-23 (Thu, 23 Jan 2014) Changed paths: M master/buildbot/db/enginestrategy.py M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py A master/contrib/systemd/buildbot.service M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/installation.rst M master/docs/relnotes/index.rst A slave/contrib/systemd/buildslave.service Log Message: ----------- Merge branch 'master' into nine Commit: b70d8f55c2df465592af76b315315272f2d0a905 https://github.com/buildbot/buildbot/commit/b70d8f55c2df465592af76b315315272f2d0a905 Author: Dustin J. Mitchell Date: 2014-01-23 (Thu, 23 Jan 2014) Changed paths: R master/docs/_images/header-text-transparent.png M master/docs/conf.py A master/docs/header-text-transparent.png Log Message: ----------- Merge branch 'master' into nine Commit: e9240edac4c8295e1def49ccd9b16abc63aa78b1 https://github.com/buildbot/buildbot/commit/e9240edac4c8295e1def49ccd9b16abc63aa78b1 Author: Dustin J. Mitchell Date: 2014-01-23 (Thu, 23 Jan 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/steps/shellsequence.py M master/buildbot/test/fake/remotecommand.py M master/buildbot/test/unit/test_remotecommand.py Log Message: ----------- Merge yetanotherion/buildbot:remotecommandstdio (PR #1060) +autopep8 Commit: 26aabad60c1821b5e93eec3de98067afad4aaf32 https://github.com/buildbot/buildbot/commit/26aabad60c1821b5e93eec3de98067afad4aaf32 Author: delanne Date: 2014-01-29 (Wed, 29 Jan 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/db/buildrequests.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_schedulers_triggerable.py Log Message: ----------- Trac #2660 [nine] buildrequests data API uses popBooleanFilter for non-booleans - remove fieds: branch, repository, codebase Commit: 228f617e1a3445f26aa7342fb352ce1518294685 https://github.com/buildbot/buildbot/commit/228f617e1a3445f26aa7342fb352ce1518294685 Author: Dustin J. Mitchell Date: 2014-01-29 (Wed, 29 Jan 2014) Log Message: ----------- Merge branch 'master' into nine Commit: c4a765be5026e825e1d0a8be92283ff8a5759d45 https://github.com/buildbot/buildbot/commit/c4a765be5026e825e1d0a8be92283ff8a5759d45 Author: Dustin J. Mitchell Date: 2014-01-29 (Wed, 29 Jan 2014) Changed paths: M master/buildbot/changes/gerritchangesource.py Log Message: ----------- Merge branch 'master' into nine Commit: 5bab83c7bb2d31e0082074aa6a33f4d9737ccce9 https://github.com/buildbot/buildbot/commit/5bab83c7bb2d31e0082074aa6a33f4d9737ccce9 Author: Dustin J. Mitchell Date: 2014-02-08 (Sat, 08 Feb 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge branch 'master' into nine Commit: ce19aac21c3e0af550b31748305935f95d720ed6 https://github.com/buildbot/buildbot/commit/ce19aac21c3e0af550b31748305935f95d720ed6 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M master/buildbot/scripts/logwatcher.py M slave/buildslave/scripts/logwatcher.py Log Message: ----------- Merge branch 'master' of github.com:buildbot/buildbot into nine Commit: dff7724cf3ef241670e013509f6f96db245b3b54 https://github.com/buildbot/buildbot/commit/dff7724cf3ef241670e013509f6f96db245b3b54 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M Makefile Log Message: ----------- add a 'gruntci' Makefile target Commit: 82f14ec680a630f50214df2a1d84694ccc678af0 https://github.com/buildbot/buildbot/commit/82f14ec680a630f50214df2a1d84694ccc678af0 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/docs/relnotes/index.rst Log Message: ----------- clean up steps: LoggingBuildStep subclasses are always old-style, ShellMixin is always new Commit: 30953f523b5821e12323967f5dc9d75b761ac23a https://github.com/buildbot/buildbot/commit/30953f523b5821e12323967f5dc9d75b761ac23a Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/docs/developer/cls-remotecommands.rst M master/docs/relnotes/index.rst Log Message: ----------- make RemoteCommand able to handle old and new logfiles Commit: 930c2b1ded8c03ddddaf6823994a41b5e88c8445 https://github.com/buildbot/buildbot/commit/930c2b1ded8c03ddddaf6823994a41b5e88c8445 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/process/remotecommand.py M master/buildbot/test/unit/test_process_buildstep.py M master/docs/developer/cls-remotecommands.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge djmitche/buildbot:9/use-data-api-8 (PR #1068) Commit: 44efafac5c599b2f93be39e53b15fbb5b213aef5 https://github.com/buildbot/buildbot/commit/44efafac5c599b2f93be39e53b15fbb5b213aef5 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M slave/buildslave/commands/base.py M slave/buildslave/commands/bk.py M slave/buildslave/commands/bzr.py M slave/buildslave/commands/cvs.py M slave/buildslave/commands/darcs.py M slave/buildslave/commands/fs.py M slave/buildslave/commands/git.py M slave/buildslave/commands/hg.py M slave/buildslave/commands/mtn.py M slave/buildslave/commands/p4.py M slave/buildslave/commands/repo.py M slave/buildslave/commands/shell.py M slave/buildslave/commands/svn.py M slave/buildslave/commands/transfer.py M slave/buildslave/test/unit/test_bot.py M slave/buildslave/test/unit/test_commands_base.py M slave/buildslave/test/unit/test_commands_fs.py Log Message: ----------- Merge branch 'master' into nine Commit: a9be96f2ee417b2080ddff011f514f2dad828908 https://github.com/buildbot/buildbot/commit/a9be96f2ee417b2080ddff011f514f2dad828908 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M common/validate.sh Log Message: ----------- make 'grunt ci' failures a warning unti #2700 is fixed Commit: f7ddb853b4c390ffa85051ecb717e4771bc51dc8 https://github.com/buildbot/buildbot/commit/f7ddb853b4c390ffa85051ecb717e4771bc51dc8 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/buildstep.py master/buildbot/test/unit/test_process_buildstep.py Commit: 540fb4fda3e711fc62209dd0fcc6762256e02451 https://github.com/buildbot/buildbot/commit/540fb4fda3e711fc62209dd0fcc6762256e02451 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M master/docs/manual/customization.rst M master/docs/manual/index.rst A master/docs/manual/new-style-steps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine (with minor modifications to documentation for nine) Commit: c358328d1a356cee9f4ad72320cda93ff1277cbb https://github.com/buildbot/buildbot/commit/c358328d1a356cee9f4ad72320cda93ff1277cbb Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Log Message: ----------- Merge branch 'master' into nine Commit: 53c58c6878da286a1a6f51cb7d447caf2c4cc783 https://github.com/buildbot/buildbot/commit/53c58c6878da286a1a6f51cb7d447caf2c4cc783 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Merge branch 'master' into nine Commit: f1c6a7b4b9977140ec079b892d18cc0768b5eea6 https://github.com/buildbot/buildbot/commit/f1c6a7b4b9977140ec079b892d18cc0768b5eea6 Author: Dustin J. Mitchell Date: 2014-02-17 (Mon, 17 Feb 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge branch 'master' into nine Commit: d6695d38903f949ba45ebe80e7112f19cb467c25 https://github.com/buildbot/buildbot/commit/d6695d38903f949ba45ebe80e7112f19cb467c25 Author: Pierre Tardy Date: 2014-02-19 (Wed, 19 Feb 2014) Changed paths: M master/buildbot/data/buildsets.py M master/buildbot/db/buildsets.py A master/buildbot/db/migrate/versions/036_build_parent.py M master/buildbot/db/model.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_buildsets.py A master/buildbot/test/unit/test_db_migrate_versions_036_build_parent.py M master/buildbot/test/unit/test_schedulers_dependent.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/util/validation.py Log Message: ----------- db: add 1:N parentship between build and buildset a build can be a parent of another build via trigger, inherit force scheduler, and rebuild button. This commit only add the data, and make the UT works again subsequent commit will implement the logic Signed-off-by: Pierre Tardy Commit: fe282624fd6f2a54f31491a72459f9b58f509097 https://github.com/buildbot/buildbot/commit/fe282624fd6f2a54f31491a72459f9b58f509097 Author: Pierre Tardy Date: 2014-02-19 (Wed, 19 Feb 2014) Changed paths: M master/buildbot/data/buildsets.py M master/buildbot/db/buildsets.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildsets.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_db_buildsets.py M master/docs/developer/database.rst M master/docs/developer/rtype-buildset.rst Log Message: ----------- buildset: add parentship to db and data api update docs and tests Signed-off-by: Pierre Tardy Commit: 3deacef6b14af97d67bff3860355a25ece3f0fa6 https://github.com/buildbot/buildbot/commit/3deacef6b14af97d67bff3860355a25ece3f0fa6 Author: Pierre Tardy Date: 2014-02-19 (Wed, 19 Feb 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/util/scheduler.py Log Message: ----------- Propagate optional arguments for schedulers apis I'm too scared to fix all the unit tests if I passed those via standard keyword arguments Signed-off-by: Pierre Tardy Commit: 62b1491303ac06d49b0e8d6c004a9e738c12ca3a https://github.com/buildbot/buildbot/commit/62b1491303ac06d49b0e8d6c004a9e738c12ca3a Author: Dustin J. Mitchell Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M master/buildbot/steps/slave.py M master/buildbot/test/unit/test_process_remotecommand.py M master/buildbot/test/unit/test_steps_slave.py M master/docs/developer/master-slave.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst M slave/buildslave/commands/fs.py M slave/buildslave/commands/registry.py M slave/buildslave/test/unit/test_commands_fs.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/test/unit/test_process_buildstep.py master/buildbot/test/unit/test_process_remotecommand.py Commit: 4d5f34f0646ebb4540123a490cd03a3e5e9f1efd https://github.com/buildbot/buildbot/commit/4d5f34f0646ebb4540123a490cd03a3e5e9f1efd Author: Dustin J. Mitchell Date: 2014-02-22 (Sat, 22 Feb 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- port glob to CommandMixin Commit: 6a467d2ef5fcb9de7cc793ec34e7959f941414bb https://github.com/buildbot/buildbot/commit/6a467d2ef5fcb9de7cc793ec34e7959f941414bb Author: Dustin J. Mitchell Date: 2014-02-23 (Sun, 23 Feb 2014) Changed paths: M master/buildbot/db/enginestrategy.py M master/buildbot/db/model.py M master/contrib/github_buildbot.py Log Message: ----------- Merge branch 'master' into nine Commit: f09ab351c5a4005f42b50e26c0f8e79b245a270f https://github.com/buildbot/buildbot/commit/f09ab351c5a4005f42b50e26c0f8e79b245a270f Author: Dustin J. Mitchell Date: 2014-02-26 (Wed, 26 Feb 2014) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- Merge branch 'master' into nine Commit: 3be768ac7800077ff6cac3cf5bd7149eface6d3c https://github.com/buildbot/buildbot/commit/3be768ac7800077ff6cac3cf5bd7149eface6d3c Author: Dustin J. Mitchell Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M common/validate.sh M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/contrib/github_buildbot.py Log Message: ----------- Merge branch 'master' into nine Conflicts: common/validate.sh master/buildbot/status/web/templates/logs.html Commit: 4ff38ffd435b97cecb007b360d03206a88e490eb https://github.com/buildbot/buildbot/commit/4ff38ffd435b97cecb007b360d03206a88e490eb Author: Dustin J. Mitchell Date: 2014-02-28 (Fri, 28 Feb 2014) Log Message: ----------- Merge branch 'master' into nine Commit: e78cbe377773afb6e8c5b16c400ff7f63f728c56 https://github.com/buildbot/buildbot/commit/e78cbe377773afb6e8c5b16c400ff7f63f728c56 Author: Dustin J. Mitchell Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M master/buildbot/scripts/runner.py M master/buildbot/test/unit/test_scripts_runner.py Log Message: ----------- remove unused code Commit: 73162163139258945e48972dd79e8911354c623c https://github.com/buildbot/buildbot/commit/73162163139258945e48972dd79e8911354c623c Author: Dustin J. Mitchell Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M master/buildbot/status/github.py Log Message: ----------- Merge branch 'master' into nine Commit: 1007fe63dfe3fe319f394bd095321f7d677d01fc https://github.com/buildbot/buildbot/commit/1007fe63dfe3fe319f394bd095321f7d677d01fc Author: Dustin J. Mitchell Date: 2014-03-01 (Sat, 01 Mar 2014) Changed paths: M master/docs/manual/new-style-steps.rst Log Message: ----------- Merge branch 'master' into nine Commit: 536f6be45ac43f6c16bd888b4e5700e6c110de8a https://github.com/buildbot/buildbot/commit/536f6be45ac43f6c16bd888b4e5700e6c110de8a Author: Dustin J. Mitchell Date: 2014-03-01 (Sat, 01 Mar 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- restore log_eval_func Commit: 672b79a2a799e33577e99da16852b59d3931d7be https://github.com/buildbot/buildbot/commit/672b79a2a799e33577e99da16852b59d3931d7be Author: Dustin J. Mitchell Date: 2014-03-01 (Sat, 01 Mar 2014) Log Message: ----------- Merge branch 'master' into nine Commit: e86bf86022c189edeb78b6c591e6a129aa9c4c22 https://github.com/buildbot/buildbot/commit/e86bf86022c189edeb78b6c591e6a129aa9c4c22 Author: Dustin J. Mitchell Date: 2014-03-01 (Sat, 01 Mar 2014) Changed paths: M master/buildbot/test/unit/test_process_remotecommand.py R master/buildbot/test/unit/test_remotecommand.py Log Message: ----------- move remotecommand tests into the same file Commit: 2045349d362e16ee3d161ed443065c3f84b28f47 https://github.com/buildbot/buildbot/commit/2045349d362e16ee3d161ed443065c3f84b28f47 Author: Dustin J. Mitchell Date: 2014-03-01 (Sat, 01 Mar 2014) Changed paths: M master/docs/developer/cls-buildsteps.rst Log Message: ----------- specify correct classes Commit: 549e4c16f9742eddb7d4751cbbb305130052c92c https://github.com/buildbot/buildbot/commit/549e4c16f9742eddb7d4751cbbb305130052c92c Author: Dustin J. Mitchell Date: 2014-03-01 (Sat, 01 Mar 2014) Changed paths: M master/buildbot/process/buildstep.py M master/docs/developer/cls-buildsteps.rst M master/docs/manual/new-style-steps.rst Log Message: ----------- add docs for setStateStrings Commit: 3ec86ff14ad3cfab22f4d54437fb15882a48379f https://github.com/buildbot/buildbot/commit/3ec86ff14ad3cfab22f4d54437fb15882a48379f Author: Dustin J. Mitchell Date: 2014-03-03 (Mon, 03 Mar 2014) Changed paths: M master/docs/conf.py M master/docs/manual/cfg-properties.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/pngstatus.py Commit: ae473116f95571079f5386c2b5c3f065277f4769 https://github.com/buildbot/buildbot/commit/ae473116f95571079f5386c2b5c3f065277f4769 Author: Dustin J. Mitchell Date: 2014-03-03 (Mon, 03 Mar 2014) Log Message: ----------- Merge branch 'master' into nine Commit: 02867f83fee65c5d0d5fb946a59fdd25bfd0f1c7 https://github.com/buildbot/buildbot/commit/02867f83fee65c5d0d5fb946a59fdd25bfd0f1c7 Author: Pierre Tardy Date: 2014-03-03 (Mon, 03 Mar 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/schedulers/triggerable.py M master/buildbot/status/master.py M master/buildbot/status/results.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_steps_trigger.py M master/docs/developer/rtype-buildrequest.rst Log Message: ----------- Trigger: refactor step for nine switch to new style step, simplify it, use the new parent_buildid api Signed-off-by: Pierre Tardy Commit: df95617f651ffed517464ad32da0c7c614a20d0f https://github.com/buildbot/buildbot/commit/df95617f651ffed517464ad32da0c7c614a20d0f Author: Pierre Tardy Date: 2014-03-03 (Mon, 03 Mar 2014) Changed paths: M www/setup.py M www/src/layout.jade R www/src/scripts/libs/html5shiv-printshiv.js M www/src/scripts/libs/jquery.js R www/src/scripts/libs/json2.js M www/src/scripts/services/buildbotService.coffee Log Message: ----------- upgrade js libs we fix all the js libs, it has been too problematic with CI. remove json2 and html5shiv, as nobody is testing IE8 anyway. Signed-off-by: Pierre Tardy Commit: 50e996b1642808dd79dd7d9da508b0e1ba595ee0 https://github.com/buildbot/buildbot/commit/50e996b1642808dd79dd7d9da508b0e1ba595ee0 Author: Pierre Tardy Date: 2014-03-03 (Mon, 03 Mar 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- LoggingBuildStep: dont finish the log the log is finished by RemoteCommand, so no need to finish it in gotResults() Signed-off-by: Pierre Tardy Commit: 76b954e7f590ec30a2f85c9bd487cac2da0bae3e https://github.com/buildbot/buildbot/commit/76b954e7f590ec30a2f85c9bd487cac2da0bae3e Author: Pierre Tardy Date: 2014-03-03 (Mon, 03 Mar 2014) Changed paths: M master/buildbot/test/unit/test_steps_trigger.py Log Message: ----------- pep8 fixes Signed-off-by: Pierre Tardy Commit: c44d11d9e0ad2f68a2f1ab258312b0a0f3d15633 https://github.com/buildbot/buildbot/commit/c44d11d9e0ad2f68a2f1ab258312b0a0f3d15633 Author: Jared Grubb Date: 2014-03-03 (Mon, 03 Mar 2014) Changed paths: M master/docs/developer/data.rst Log Message: ----------- Docs: Fix up developer docs on DataConnector (params were wrong) Commit: 0b71bcb26ae458710a5610c5ba335ae09c7bc6b4 https://github.com/buildbot/buildbot/commit/0b71bcb26ae458710a5610c5ba335ae09c7bc6b4 Author: Pierre Tardy Date: 2014-03-04 (Tue, 04 Mar 2014) Changed paths: M common/validate.sh M master/buildbot/db/enginestrategy.py M master/buildbot/db/model.py M master/buildbot/process/buildstep.py M master/buildbot/scripts/runner.py M master/buildbot/status/github.py M master/buildbot/steps/slave.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_remotecommand.py R master/buildbot/test/unit/test_remotecommand.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py M master/buildbot/test/unit/test_scripts_runner.py M master/buildbot/test/unit/test_steps_slave.py M master/contrib/github_buildbot.py M master/docs/conf.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/master-slave.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/customization.rst M master/docs/manual/new-style-steps.rst M master/docs/relnotes/index.rst M slave/buildslave/commands/fs.py M slave/buildslave/commands/registry.py M slave/buildslave/test/unit/test_commands_fs.py M www/setup.py M www/src/layout.jade R www/src/scripts/libs/html5shiv-printshiv.js M www/src/scripts/libs/jquery.js R www/src/scripts/libs/json2.js M www/src/scripts/services/buildbotService.coffee Log Message: ----------- Merge branch 'jslibs_bump' into trigger_ui Commit: d0c279653de29736480dbc85986290f00f182889 https://github.com/buildbot/buildbot/commit/d0c279653de29736480dbc85986290f00f182889 Author: Dustin J. Mitchell Date: 2014-03-04 (Tue, 04 Mar 2014) Changed paths: M master/docs/developer/data.rst Log Message: ----------- Merge jaredgrubb/buildbot:doc-dev-data (PR #1088) Commit: 645bc1fbce98ef518148813541f5fdef3640811e https://github.com/buildbot/buildbot/commit/645bc1fbce98ef518148813541f5fdef3640811e Author: Pierre Tardy Date: 2014-03-06 (Thu, 06 Mar 2014) Changed paths: M master/buildbot/db/migrate/versions/036_build_parent.py M master/buildbot/test/unit/test_db_migrate_versions_036_build_parent.py Log Message: ----------- db fix Commit: 1a0c6aba5fd0595e4f4744c79dbc877a2062688b https://github.com/buildbot/buildbot/commit/1a0c6aba5fd0595e4f4744c79dbc877a2062688b Author: Pierre Tardy Date: 2014-03-06 (Thu, 06 Mar 2014) Changed paths: M master/buildbot/process/buildrequest.py Log Message: ----------- fix trigger when there is no patch in source stampt Commit: 4c0e507b25749f37bbd3cb9b59c632e0db825780 https://github.com/buildbot/buildbot/commit/4c0e507b25749f37bbd3cb9b59c632e0db825780 Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/buildbot/status/master.py M master/buildbot/test/unit/test_steps_trigger.py Log Message: ----------- fix buildrequest url Commit: 37c6f5cb886734ad0acf388c3244602969080861 https://github.com/buildbot/buildbot/commit/37c6f5cb886734ad0acf388c3244602969080861 Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/unit/test_steps_trigger.py Log Message: ----------- autopep8 Commit: 439ffb8101609f3fb6db3c77b7880e599f2b7d9b https://github.com/buildbot/buildbot/commit/439ffb8101609f3fb6db3c77b7880e599f2b7d9b Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/docs/developer/data.rst Log Message: ----------- Merge branch 'nine' of github.com:buildbot/buildbot into nine Commit: 64c1647a3784d304a509ce4cb485e01280cad583 https://github.com/buildbot/buildbot/commit/64c1647a3784d304a509ce4cb485e01280cad583 Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/buildbot/db/model.py Log Message: ----------- fix db mysql and pg do implicit indexes, that needs to be specified. Commit: 8e336261e6062ebdd9f6cf4bd2467a60bebdcea5 https://github.com/buildbot/buildbot/commit/8e336261e6062ebdd9f6cf4bd2467a60bebdcea5 Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/buildbot/test/unit/test_db_migrate_versions_036_build_parent.py Log Message: ----------- another db fix did forget datetime2epoch, and pg is the only backend to care about it. Signed-off-by: Pierre Tardy Commit: 913b799388f611a84fe53699362484c807c342c2 https://github.com/buildbot/buildbot/commit/913b799388f611a84fe53699362484c807c342c2 Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/buildbot/test/unit/test_db_migrate_versions_036_build_parent.py Log Message: ----------- is this the last db fix? or should I install pg on my dev environment? Signed-off-by: Pierre Tardy Commit: e59093f724d05f788e66851a392e845975cd2f57 https://github.com/buildbot/buildbot/commit/e59093f724d05f788e66851a392e845975cd2f57 Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/buildbot/data/buildsets.py M master/buildbot/data/connector.py A master/buildbot/data/properties.py A master/buildbot/test/unit/test_data_properties.py A master/docs/developer/rtype-properties.rst Log Message: ----------- buildset properties This is a new resource for buildset properties. There is also a placeholder for build properties, but this first needs a db change Commit: 0d503e8f9f621f6156badd68401606fd95b6d5a5 https://github.com/buildbot/buildbot/commit/0d503e8f9f621f6156badd68401606fd95b6d5a5 Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/buildbot/data/steps.py M master/buildbot/db/steps.py M master/buildbot/process/buildstep.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_db_steps.py Log Message: ----------- implement addURL This adds url to the db, with all the tests, and race condition handling Commit: 83a0392bcd6fa0f9951883e7cc23123e6866a542 https://github.com/buildbot/buildbot/commit/83a0392bcd6fa0f9951883e7cc23123e6866a542 Author: Pierre Tardy Date: 2014-03-07 (Fri, 07 Mar 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/fake/fakedata.py Log Message: ----------- implement setStepStateString Commit: 67c0967f36163c4f0b488343f253afa6067e829d https://github.com/buildbot/buildbot/commit/67c0967f36163c4f0b488343f253afa6067e829d Author: Pierre Tardy Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M master/buildbot/data/properties.py M master/buildbot/data/steps.py M master/buildbot/db/steps.py M master/buildbot/process/buildstep.py M master/docs/developer/database.rst M master/docs/developer/rtype-step.rst Log Message: ----------- fix review comments, and last unit test issues Signed-off-by: Pierre Tardy Commit: 4ae431b8c620b05829405e7e5f50d685949d135e https://github.com/buildbot/buildbot/commit/4ae431b8c620b05829405e7e5f50d685949d135e Author: Pierre Tardy Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- add some more tests for FlattenList and supprt _add__ operator for it, so that description and descriptionSuffix can be concatenated unrendered yet Signed-off-by: Pierre Tardy Commit: a0d780306a2b99102432bc2532411d9e57e0a3df https://github.com/buildbot/buildbot/commit/a0d780306a2b99102432bc2532411d9e57e0a3df Author: Pierre Tardy Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- more test fixes Signed-off-by: Pierre Tardy Commit: 3bd39f2c43791bf3ee71fe13d2fe9c4bcd177670 https://github.com/buildbot/buildbot/commit/3bd39f2c43791bf3ee71fe13d2fe9c4bcd177670 Author: Pierre Tardy Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M master/buildbot/db/steps.py M master/buildbot/test/unit/test_data_properties.py Log Message: ----------- pep8 fixes Commit: 3a9ef60b0c758295d4da73bdc397e526e946182d https://github.com/buildbot/buildbot/commit/3a9ef60b0c758295d4da73bdc397e526e946182d Author: Pierre Tardy Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M master/buildbot/data/buildrequests.py Log Message: ----------- add generic update events for buildrequests Signed-off-by: Pierre Tardy Commit: 4440ab05f342517eb77a5b97a718eea436fbf58b https://github.com/buildbot/buildbot/commit/4440ab05f342517eb77a5b97a718eea436fbf58b Author: Pierre Tardy Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M master/docs/developer/data.rst Log Message: ----------- include property documentation in the index Signed-off-by: Pierre Tardy Commit: 93daeb0283a8ccbe994ddd2b1cfdaaf4234e7edc https://github.com/buildbot/buildbot/commit/93daeb0283a8ccbe994ddd2b1cfdaaf4234e7edc Author: Pierre Tardy Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M master/buildbot/data/masters.py M master/buildbot/db/builds.py M master/buildbot/master.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_builds.py M master/docs/developer/database.rst Log Message: ----------- Do basic master housekeeping Signed-off-by: Pierre Tardy Commit: 83157ae24f4483b9746dd6ea047a716b19036db6 https://github.com/buildbot/buildbot/commit/83157ae24f4483b9746dd6ea047a716b19036db6 Author: Pierre Tardy Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M master/buildbot/db/__init__.py M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/changesources.py M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py M master/buildbot/db/schedulers.py M master/docs/developer/database.rst M master/docs/manual/cfg-schedulers.rst Log Message: ----------- remove remaining == None sa does not allow is None in the whereclauses, we create a simple null constant for usage inside the db apis Signed-off-by: Pierre Tardy Commit: 18e1fe03d20dac2baa1d0a92ba7edef4cfea6342 https://github.com/buildbot/buildbot/commit/18e1fe03d20dac2baa1d0a92ba7edef4cfea6342 Author: Dustin J. Mitchell Date: 2014-03-10 (Mon, 10 Mar 2014) Changed paths: M master/buildbot/status/builder.py A master/docs/_images/header-text-transparent.png M master/docs/conf.py R master/docs/header-text-transparent.png Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/pngstatus.py master/buildbot/test/unit/test_status_web_statuspng.py master/docs/manual/cfg-statustargets.rst Commit: 825ed7d2f19cea124b9c8bb59d297dd7ba7df683 https://github.com/buildbot/buildbot/commit/825ed7d2f19cea124b9c8bb59d297dd7ba7df683 Author: Pierre Tardy Date: 2014-03-11 (Tue, 11 Mar 2014) Changed paths: M www/codeparameter/setup.py Log Message: ----------- fix codeparameter setup.py so that the sdist does not need node Signed-off-by: Pierre Tardy Commit: f242dc4d75e2e1264fac8581fafdb68d26f3246f https://github.com/buildbot/buildbot/commit/f242dc4d75e2e1264fac8581fafdb68d26f3246f Author: Pierre Tardy Date: 2014-03-11 (Tue, 11 Mar 2014) Changed paths: M master/buildbot/test/unit/test_db_builds.py Log Message: ----------- fix make pep8 Commit: 9d27b7bca0e4f258ac890f7dc482a48749c30302 https://github.com/buildbot/buildbot/commit/9d27b7bca0e4f258ac890f7dc482a48749c30302 Author: Pierre Tardy Date: 2014-03-11 (Tue, 11 Mar 2014) Changed paths: M master/buildbot/db/__init__.py M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/changesources.py M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py M master/buildbot/db/schedulers.py M master/docs/developer/database.rst Log Message: ----------- use NULL as constant instead of null Signed-off-by: Pierre Tardy Commit: 672c2378ef1d26db57fdf233f177543729e670ef https://github.com/buildbot/buildbot/commit/672c2378ef1d26db57fdf233f177543729e670ef Author: Pierre Tardy Date: 2014-03-11 (Tue, 11 Mar 2014) Changed paths: M master/buildbot/data/steps.py M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_shell.py M master/docs/developer/cls-buildsteps.rst M master/docs/manual/cfg-properties.rst Log Message: ----------- add a better fix for describe called before rendered bug We just describe a little bit later instead of accepting not rendered arguments Signed-off-by: Pierre Tardy Commit: 589d4bc575080111402cca0aeb26f0ad73c8cd50 https://github.com/buildbot/buildbot/commit/589d4bc575080111402cca0aeb26f0ad73c8cd50 Author: Pierre Tardy Date: 2014-03-11 (Tue, 11 Mar 2014) Changed paths: M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/changesources.py M master/buildbot/db/schedulers.py M master/buildbot/master.py M master/buildbot/status/builder.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- autopep8 Commit: 2e6c234857be17a66361848cfbfa4b5218b09be4 https://github.com/buildbot/buildbot/commit/2e6c234857be17a66361848cfbfa4b5218b09be4 Author: Pierre Tardy Date: 2014-03-11 (Tue, 11 Mar 2014) Changed paths: M master/buildbot/db/connector.py Log Message: ----------- upgrade db automatically if db is sqlite Signed-off-by: Pierre Tardy Commit: df156532b06b28f8fa47cb927eebf2f4d662c0d9 https://github.com/buildbot/buildbot/commit/df156532b06b28f8fa47cb927eebf2f4d662c0d9 Author: Pierre Tardy Date: 2014-03-12 (Wed, 12 Mar 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/buildsets.py M master/buildbot/data/connector.py M master/buildbot/data/masters.py A master/buildbot/data/properties.py M master/buildbot/data/steps.py M master/buildbot/db/__init__.py M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/changesources.py M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py M master/buildbot/db/schedulers.py M master/buildbot/db/steps.py M master/buildbot/master.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/status/builder.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py A master/buildbot/test/unit/test_data_properties.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_shell.py M master/docs/developer/cls-buildsteps.rst M master/docs/developer/data.rst M master/docs/developer/database.rst A master/docs/developer/rtype-properties.rst M master/docs/developer/rtype-step.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M www/codeparameter/setup.py Log Message: ----------- Merge pull request #1090 from tardyp/nine_demo_python Nine ui python Commit: acd986426986a33477904e8d6dc30604798fa2c4 https://github.com/buildbot/buildbot/commit/acd986426986a33477904e8d6dc30604798fa2c4 Author: Pierre Tardy Date: 2014-03-12 (Wed, 12 Mar 2014) Changed paths: M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_builders.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_db_buildslaves.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_db_changesources.py M master/buildbot/test/unit/test_db_logs.py M master/buildbot/test/unit/test_db_masters.py M master/buildbot/test/unit/test_db_schedulers.py M master/buildbot/test/unit/test_db_sourcestamps.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/unit/test_steps_trigger.py M master/docs/developer/database.rst Log Message: ----------- fakedb: provide a way to check the foreign key consistancy this will avoid some bad surprise when hacking the db api testsuite At the moment, if I activate the check globally there are 900 errors. So we can activate it progressively if this is really needed Signed-off-by: Pierre Tardy Commit: d0f563d93500ce4393535fdbc1e30e6b672f9251 https://github.com/buildbot/buildbot/commit/d0f563d93500ce4393535fdbc1e30e6b672f9251 Author: Pierre Tardy Date: 2014-03-14 (Fri, 14 Mar 2014) Changed paths: M master/docs/developer/www.rst M www/Gruntfile.coffee A www/codeparameter/MANIFEST.in M www/sample_plugin/src/scripts/directives/d3demo.coffee M www/setup.py M www/src/scripts/app.coffee A www/src/scripts/constants.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/buildrequestController.coffee M www/src/scripts/controllers/forcedialogController.coffee A www/src/scripts/directives/buildrequestsummary.coffee A www/src/scripts/directives/buildsummary.coffee M www/src/scripts/directives/forcefields.coffee A www/src/scripts/libs/angular-recursion.js A www/src/scripts/libs/underscore.string.min.js M www/src/scripts/routes.coffee M www/src/scripts/run.coffee M www/src/scripts/services/buildbotService.coffee A www/src/scripts/services/findbuildService.coffee A www/src/scripts/services/resultsService.coffee A www/src/scripts/services/timeoutService.coffee M www/src/styles/colors.less M www/src/views/build.jade M www/src/views/builder.jade M www/src/views/builders.jade A www/src/views/buildrequest.jade A www/src/views/directives/buildrequestsummary.jade A www/src/views/directives/buildsummary.jade M www/src/views/directives/nestedfield.jade M www/src/views/directives/rawdata.jade M www/src/views/directives/simplelayout.jade M www/src/views/directives/verticallayout.jade M www/src/views/forcedialog.jade M www/src/views/step.jade A www/test/scripts/controllers/buildrequestControllerSpec.coffee A www/test/scripts/controllers/buildrequestsummaryControllerSpec.coffee A www/test/scripts/controllers/buildsummaryControllerSpec.coffee M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/services/buildbotServiceSpec.coffee M www/test/scripts/services/mqServiceSpec.coffee A www/test/scripts/services/resultsServiceSpec.coffee Log Message: ----------- ui: implement buildrequest, url, and trigger steps - Refactor a lot, by creating services - use angular-recursion instead of the recursive directive - lots of unit tests added - include underscore-string utils for string manipulations - jasmine version bump - fix console.log issue in karma Signed-off-by: Pierre Tardy Commit: b0759744d4c36b5595e4becf34683d00eb1fe178 https://github.com/buildbot/buildbot/commit/b0759744d4c36b5595e4becf34683d00eb1fe178 Author: Pierre Tardy Date: 2014-03-14 (Fri, 14 Mar 2014) Changed paths: M master/docs/developer/www.rst Log Message: ----------- typo Signed-off-by: Pierre Tardy Commit: 5c1498b8a76c0ddac3dbac6cb457ff2b31e2a5e8 https://github.com/buildbot/buildbot/commit/5c1498b8a76c0ddac3dbac6cb457ff2b31e2a5e8 Author: Pierre Tardy Date: 2014-03-14 (Fri, 14 Mar 2014) Changed paths: M master/buildbot/db/connector.py Log Message: ----------- Revert "upgrade db automatically if db is sqlite" This reverts commit 2e6c234857be17a66361848cfbfa4b5218b09be4. Commit: 5138522aeeb9671ce66a270c2cb1e31f70f7a7eb https://github.com/buildbot/buildbot/commit/5138522aeeb9671ce66a270c2cb1e31f70f7a7eb Author: Dustin J. Mitchell Date: 2014-03-14 (Fri, 14 Mar 2014) Changed paths: M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- Merge branch 'master' into nine Commit: 026a4064c6d7e255a01e441f347971d6881ce788 https://github.com/buildbot/buildbot/commit/026a4064c6d7e255a01e441f347971d6881ce788 Author: Dustin J. Mitchell Date: 2014-03-14 (Fri, 14 Mar 2014) Changed paths: M master/buildbot/status/logfile.py M master/buildbot/test/unit/test_status_logfile.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/logfile.py master/buildbot/status/web/logs.py Commit: c47b7b6885ad4544c37aa9aca4d87bf9cd6da351 https://github.com/buildbot/buildbot/commit/c47b7b6885ad4544c37aa9aca4d87bf9cd6da351 Author: Dustin J. Mitchell Date: 2014-03-14 (Fri, 14 Mar 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- fix merge error in 78dd5fd1fcadda79d3023722bfcb8d26e30589f4 Commit: 4f7144298b3e2b37b41cd733a8b16804621ed69c https://github.com/buildbot/buildbot/commit/4f7144298b3e2b37b41cd733a8b16804621ed69c Author: Pierre Tardy Date: 2014-03-15 (Sat, 15 Mar 2014) Changed paths: M master/buildbot/steps/trigger.py M www/sample_plugin/src/scripts/directives/d3demo.coffee M www/src/scripts/services/resultsService.coffee M www/test/scripts/services/resultsServiceSpec.coffee Log Message: ----------- some more minor fixes Commit: 3c81c076cd3446d3c634a826974cc35e8e631dd1 https://github.com/buildbot/buildbot/commit/3c81c076cd3446d3c634a826974cc35e8e631dd1 Author: Pierre Tardy Date: 2014-03-16 (Sun, 16 Mar 2014) Changed paths: M master/buildbot/status/master.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_steps_trigger.py M www/src/scripts/directives/buildsummary.coffee M www/src/views/directives/buildsummary.jade M www/test/scripts/controllers/buildsummaryControllerSpec.coffee Log Message: ----------- add correct build url to the trigger step The previous url was incorrectly using buildername http://trac.buildbot.net/ticket/2618 we hide this URL in the UI, this is only here in data api. Signed-off-by: Pierre Tardy Commit: 06588066d04a737888315dc17c3c5ebf3303c313 https://github.com/buildbot/buildbot/commit/06588066d04a737888315dc17c3c5ebf3303c313 Author: Pierre Tardy Date: 2014-03-17 (Mon, 17 Mar 2014) Changed paths: M www/src/scripts/directives/buildsummary.coffee M www/test/scripts/controllers/buildsummaryControllerSpec.coffee Log Message: ----------- fix www unit tests Commit: 284503d4495811319e4f75857beaf7789ccbae33 https://github.com/buildbot/buildbot/commit/284503d4495811319e4f75857beaf7789ccbae33 Author: Pierre Tardy Date: 2014-03-17 (Mon, 17 Mar 2014) Changed paths: M master/buildbot/status/master.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_steps_trigger.py M master/docs/developer/www.rst M www/Gruntfile.coffee A www/codeparameter/MANIFEST.in M www/sample_plugin/src/scripts/directives/d3demo.coffee M www/setup.py M www/src/scripts/app.coffee A www/src/scripts/constants.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/buildersController.coffee A www/src/scripts/controllers/buildrequestController.coffee M www/src/scripts/controllers/forcedialogController.coffee A www/src/scripts/directives/buildrequestsummary.coffee A www/src/scripts/directives/buildsummary.coffee M www/src/scripts/directives/forcefields.coffee A www/src/scripts/libs/angular-recursion.js A www/src/scripts/libs/underscore.string.min.js M www/src/scripts/routes.coffee M www/src/scripts/run.coffee M www/src/scripts/services/buildbotService.coffee A www/src/scripts/services/findbuildService.coffee A www/src/scripts/services/resultsService.coffee A www/src/scripts/services/timeoutService.coffee M www/src/styles/colors.less M www/src/views/build.jade M www/src/views/builder.jade M www/src/views/builders.jade A www/src/views/buildrequest.jade A www/src/views/directives/buildrequestsummary.jade A www/src/views/directives/buildsummary.jade M www/src/views/directives/nestedfield.jade M www/src/views/directives/rawdata.jade M www/src/views/directives/simplelayout.jade M www/src/views/directives/verticallayout.jade M www/src/views/forcedialog.jade M www/src/views/step.jade A www/test/scripts/controllers/buildrequestControllerSpec.coffee A www/test/scripts/controllers/buildrequestsummaryControllerSpec.coffee A www/test/scripts/controllers/buildsummaryControllerSpec.coffee M www/test/scripts/mocks/httpMock.coffee M www/test/scripts/services/buildbotServiceSpec.coffee M www/test/scripts/services/mqServiceSpec.coffee A www/test/scripts/services/resultsServiceSpec.coffee Log Message: ----------- Merge pull request #1094 from tardyp/nine_demo update of the nine UI Commit: 4d9f5d68cd9f6f9cff64a266258cb10595c574b3 https://github.com/buildbot/buildbot/commit/4d9f5d68cd9f6f9cff64a266258cb10595c574b3 Author: Dustin J. Mitchell Date: 2014-03-18 (Tue, 18 Mar 2014) Changed paths: M master/buildbot/status/mail.py M master/buildbot/status/web/hooks/github.py M master/buildbot/status/web/hooks/gitlab.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_status_web_hooks_gitlab.py M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/mail.py Commit: 5dc80fb2952ddb8afff5a2bf1550d253bc41d46b https://github.com/buildbot/buildbot/commit/5dc80fb2952ddb8afff5a2bf1550d253bc41d46b Author: Pierre Tardy Date: 2014-03-19 (Wed, 19 Mar 2014) Changed paths: M master/buildbot/config.py A master/buildbot/test/unit/test_www_auth.py M master/buildbot/test/util/www.py A master/buildbot/www/auth.py A master/buildbot/www/avatar.py A master/buildbot/www/ldapuserinfos.py A master/buildbot/www/oauth2.py M master/buildbot/www/resource.py M master/buildbot/www/rest.py M master/buildbot/www/service.py M master/docs/manual/cfg-global.rst M www/src/index.jade M www/src/scripts/controllers/alertPanelController.coffee A www/src/scripts/directives/loginbar.coffee R www/src/scripts/libs/ui-bootstrap-custom-tpls-0.8.0-SNAPSHOT.js A www/src/scripts/libs/ui-bootstrap-tpls.js M www/src/scripts/run.coffee M www/src/styles/colors.less M www/src/styles/styles.less M www/src/views/about.jade A www/src/views/directives/loginbar.jade Log Message: ----------- www.auth implementation This implements the authentication part of the problem, and a nice avatar interface, which can deliver corporates photos, as well as gravatar Everything is integrated when possible with twisted.web.guard, which is probably the less user friendly API I have ever seen. Commit: c8d2ffe0e073e37ed6c9a9b595c596061f56ad17 https://github.com/buildbot/buildbot/commit/c8d2ffe0e073e37ed6c9a9b595c596061f56ad17 Author: Pierre Tardy Date: 2014-03-20 (Thu, 20 Mar 2014) Changed paths: M master/buildbot/test/unit/test_www_auth.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/www.py M master/buildbot/www/auth.py M master/buildbot/www/avatar.py M master/buildbot/www/ldapuserinfos.py M master/buildbot/www/oauth2.py M master/buildbot/www/resource.py M master/buildbot/www/service.py A www/src/img/nobody.png M www/src/styles/styles.less Log Message: ----------- comment addressing + auth.py unit tests Signed-off-by: Pierre Tardy Commit: da96f6a3349fca259392cf364dd3f3c7e5b4ed1f https://github.com/buildbot/buildbot/commit/da96f6a3349fca259392cf364dd3f3c7e5b4ed1f Author: Pierre Tardy Date: 2014-03-20 (Thu, 20 Mar 2014) Changed paths: A master/buildbot/test/unit/test_www_ldap.py M master/buildbot/www/ldapuserinfos.py Log Message: ----------- ldap tests Signed-off-by: Pierre Tardy Commit: 08ef56608f80ebb6efef4157dfc607a993f8c119 https://github.com/buildbot/buildbot/commit/08ef56608f80ebb6efef4157dfc607a993f8c119 Author: Rahul Date: 2014-03-21 (Fri, 21 Mar 2014) Changed paths: M master/buildbot/data/builders.py M master/buildbot/data/buildrequests.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/buildslaves.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_steps.py Log Message: ----------- Patch for Ticket #2630(Remove links from REST) Commit: 53b0470a1ee1665b7aa63758880d0e59d132a2ec https://github.com/buildbot/buildbot/commit/53b0470a1ee1665b7aa63758880d0e59d132a2ec Author: Pierre Tardy Date: 2014-03-21 (Fri, 21 Mar 2014) Changed paths: M master/buildbot/test/unit/test_config.py A master/buildbot/test/unit/test_www_oauth.py M master/buildbot/test/util/www.py M master/buildbot/util/__init__.py M master/buildbot/www/auth.py M master/buildbot/www/avatar.py M master/buildbot/www/ldapuserinfos.py M master/buildbot/www/oauth2.py M master/buildbot/www/resource.py Log Message: ----------- tests for oauth + fix for remaining tests Signed-off-by: Pierre Tardy Commit: e0ceb6b2d32290c37889abcd0dfb8219d8e6598e https://github.com/buildbot/buildbot/commit/e0ceb6b2d32290c37889abcd0dfb8219d8e6598e Author: Pierre Tardy Date: 2014-03-21 (Fri, 21 Mar 2014) Changed paths: M master/buildbot/www/auth.py M master/buildbot/www/ldapuserinfos.py M master/docs/manual/cfg-global.rst Log Message: ----------- User documentation Signed-off-by: Pierre Tardy Commit: 1a5d0f9cf1b4fd0ca7504dfdc15079a1379dfc18 https://github.com/buildbot/buildbot/commit/1a5d0f9cf1b4fd0ca7504dfdc15079a1379dfc18 Author: Pierre Tardy Date: 2014-03-21 (Fri, 21 Mar 2014) Changed paths: M master/buildbot/test/integration/test_www.py Log Message: ----------- fix integration test Commit: 40f57a4fede9487d675ff43bc5167a51eb46578d https://github.com/buildbot/buildbot/commit/40f57a4fede9487d675ff43bc5167a51eb46578d Author: Pierre Tardy Date: 2014-03-23 (Sun, 23 Mar 2014) Changed paths: A master/buildbot/test/unit/test_www_avatar.py M master/buildbot/test/unit/test_www_ldap.py M master/buildbot/test/unit/test_www_oauth.py M master/buildbot/www/oauth2.py M master/docs/developer/classes.rst A master/docs/developer/cls-auth.rst M master/docs/manual/cfg-global.rst M www/src/scripts/directives/loginbar.coffee Log Message: ----------- remaining tests and docs Commit: f83ffe4f5cea15015a621a97c7ac2d711e4276e3 https://github.com/buildbot/buildbot/commit/f83ffe4f5cea15015a621a97c7ac2d711e4276e3 Author: Pierre Tardy Date: 2014-03-23 (Sun, 23 Mar 2014) Changed paths: M master/buildbot/www/oauth2.py Log Message: ----------- fix remaining review comment Commit: 85301ad0776feaa424d1c0452898efd2f076830c https://github.com/buildbot/buildbot/commit/85301ad0776feaa424d1c0452898efd2f076830c Author: Pierre Tardy Date: 2014-03-24 (Mon, 24 Mar 2014) Changed paths: M master/buildbot/test/unit/test_www_avatar.py M master/buildbot/test/unit/test_www_oauth.py M master/buildbot/www/rest.py M master/docs/manual/cfg-global.rst Log Message: ----------- lates pep8/ pylint fixes, and add in the manual you need to install sanction for oauth2 Commit: 66d8882509c3cbcaefc4242d1daf5504f602473d https://github.com/buildbot/buildbot/commit/66d8882509c3cbcaefc4242d1daf5504f602473d Author: Dustin J. Mitchell Date: 2014-03-24 (Mon, 24 Mar 2014) Changed paths: M master/buildbot/process/properties.py M master/buildbot/status/mail.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_properties.py M master/buildbot/test/unit/test_status_mail.py M master/contrib/git_buildbot.py M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/schedulers/trysched.py master/buildbot/status/mail.py Commit: 2dceb6432150e46b68ee26796092ab7914440039 https://github.com/buildbot/buildbot/commit/2dceb6432150e46b68ee26796092ab7914440039 Author: Dustin J. Mitchell Date: 2014-03-24 (Mon, 24 Mar 2014) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- Merge branch 'master' into nine Commit: 9d51b1546a0e7861e953b4da88ba6c9ec4c0ab0b https://github.com/buildbot/buildbot/commit/9d51b1546a0e7861e953b4da88ba6c9ec4c0ab0b Author: Dustin J. Mitchell Date: 2014-03-24 (Mon, 24 Mar 2014) Changed paths: M slave/buildslave/runprocess.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge branch 'master' into nine Commit: a8355fafb7d9f8c075139afff71af05b0b00119c https://github.com/buildbot/buildbot/commit/a8355fafb7d9f8c075139afff71af05b0b00119c Author: Dustin J. Mitchell Date: 2014-03-24 (Mon, 24 Mar 2014) Changed paths: M slave/buildslave/runprocess.py Log Message: ----------- Merge branch 'master' into nine Commit: 2e7a1c827c8fe9a4948e5d64e12fbcd28eb3fef8 https://github.com/buildbot/buildbot/commit/2e7a1c827c8fe9a4948e5d64e12fbcd28eb3fef8 Author: tothandras Date: 2014-03-25 (Tue, 25 Mar 2014) Changed paths: M master/docs/developer/www.rst M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/homeController.coffee M www/src/scripts/services/recentStorage.coffee M www/src/views/home.jade A www/test/scripts/services/recentStorageSpec.coffee Log Message: ----------- Update recent storage Commit: 89365c81266219b7641f27f952d927cdd657389f https://github.com/buildbot/buildbot/commit/89365c81266219b7641f27f952d927cdd657389f Author: Pierre Tardy Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/config.py M master/buildbot/interfaces.py M master/buildbot/test/unit/test_config.py M master/buildbot/util/__init__.py M master/buildbot/www/auth.py M master/buildbot/www/oauth2.py M master/docs/developer/classes.rst A master/docs/developer/cls-configuredmixin.rst M master/docs/developer/utils.rst M www/src/scripts/directives/rawdata.coffee M www/src/views/directives/rawdata.jade Log Message: ----------- IConfigured: add a standardized way to access the configuration as dictionaries Signed-off-by: Pierre Tardy Commit: 04e11c92c019d12ef49b21cbf3b5e183f44b5563 https://github.com/buildbot/buildbot/commit/04e11c92c019d12ef49b21cbf3b5e183f44b5563 Author: Pierre Tardy Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M master/buildbot/test/integration/test_www.py M master/buildbot/www/auth.py Log Message: ----------- address review comments Signed-off-by: Pierre Tardy Commit: 03acc28415f28b35e8cb829949e406cb771379b4 https://github.com/buildbot/buildbot/commit/03acc28415f28b35e8cb829949e406cb771379b4 Author: Pierre Tardy Date: 2014-03-27 (Thu, 27 Mar 2014) Changed paths: M master/docs/developer/cls-auth.rst Log Message: ----------- more documentation on use cases Commit: 468b34767327269b6fa77bfbb472d66b2fb7bb32 https://github.com/buildbot/buildbot/commit/468b34767327269b6fa77bfbb472d66b2fb7bb32 Author: Pierre Tardy Date: 2014-03-28 (Fri, 28 Mar 2014) Changed paths: M master/buildbot/interfaces.py M master/buildbot/monkeypatches/testcase_assert.py M master/buildbot/test/unit/test_www_auth.py M master/buildbot/test/unit/test_www_ldap.py M master/buildbot/test/unit/test_www_oauth.py M master/buildbot/test/util/interfaces.py M master/buildbot/www/auth.py A master/buildbot/www/ldapuserinfo.py R master/buildbot/www/ldapuserinfos.py M master/buildbot/www/oauth2.py M master/docs/developer/classes.rst M master/docs/developer/cls-auth.rst M master/docs/developer/cls-configuredmixin.rst M master/docs/developer/config.rst M master/docs/manual/cfg-global.rst Log Message: ----------- some more review comment addressing: refactor documentation s/userInfos/userInfoProvider/ Commit: 4cda6c6fc3fc8c460ba2429aafbcf4ac7aff09f0 https://github.com/buildbot/buildbot/commit/4cda6c6fc3fc8c460ba2429aafbcf4ac7aff09f0 Author: Dustin J. Mitchell Date: 2014-03-30 (Sun, 30 Mar 2014) Changed paths: M master/docs/developer/www.rst M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/homeController.coffee M www/src/scripts/services/recentStorage.coffee M www/src/views/home.jade A www/test/scripts/services/recentStorageSpec.coffee Log Message: ----------- Merge tothandras/buildbot:recent_storage (PR #1110) Commit: c86c2287b4180dd41e41e54c20211929dbb83734 https://github.com/buildbot/buildbot/commit/c86c2287b4180dd41e41e54c20211929dbb83734 Author: Dustin J. Mitchell Date: 2014-03-30 (Sun, 30 Mar 2014) Log Message: ----------- Merge branch 'master' into nine Commit: 8b1978f1aa873d8f35d2099e586e19201782379c https://github.com/buildbot/buildbot/commit/8b1978f1aa873d8f35d2099e586e19201782379c Author: Dustin J. Mitchell Date: 2014-03-30 (Sun, 30 Mar 2014) Changed paths: M www/src/views/directives/loginbar.jade Log Message: ----------- remove spurious ')' Commit: 51611929899797ed264af986fae8bafff5110e6e https://github.com/buildbot/buildbot/commit/51611929899797ed264af986fae8bafff5110e6e Author: Dustin J. Mitchell Date: 2014-03-31 (Mon, 31 Mar 2014) Changed paths: M master/buildbot/steps/source/p4.py M master/docs/manual/cfg-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Commit: db0f7d159706ae13eb6b649f4416a24b96f6e221 https://github.com/buildbot/buildbot/commit/db0f7d159706ae13eb6b649f4416a24b96f6e221 Author: Dustin J. Mitchell Date: 2014-03-31 (Mon, 31 Mar 2014) Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/status_json.py Commit: 7dffb4a17508bd35e8b4e803b4b063969e6d70e7 https://github.com/buildbot/buildbot/commit/7dffb4a17508bd35e8b4e803b4b063969e6d70e7 Author: Rahul Date: 2014-04-01 (Tue, 01 Apr 2014) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/connector.py M master/buildbot/data/root.py M master/buildbot/data/types.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_root.py M master/buildbot/test/unit/test_data_types.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/validation.py M master/buildbot/www/rest.py M master/docs/developer/data.rst M master/docs/developer/rtype-build.rst M master/docs/developer/rtype-builder.rst M master/docs/developer/rtype-buildrequest.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-buildslave.rst M master/docs/developer/rtype-change.rst M master/docs/developer/rtype-changesource.rst M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-scheduler.rst M master/docs/developer/rtype-sourcestamp.rst M master/docs/developer/rtype-step.rst Log Message: ----------- Remove Link from base, type and documentation Commit: bea0c26d5f2b322ccc789e3b3ad09d3acf732a41 https://github.com/buildbot/buildbot/commit/bea0c26d5f2b322ccc789e3b3ad09d3acf732a41 Author: Dustin J. Mitchell Date: 2014-04-02 (Wed, 02 Apr 2014) Changed paths: M .travis.yml M master/buildbot/steps/source/p4.py Log Message: ----------- Merge branch 'master' into nine Commit: bd3284800c9cd8df75d2be0d1b99dc6521c9a0e6 https://github.com/buildbot/buildbot/commit/bd3284800c9cd8df75d2be0d1b99dc6521c9a0e6 Author: Dustin J. Mitchell Date: 2014-04-02 (Wed, 02 Apr 2014) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/builders.py M master/buildbot/data/buildrequests.py M master/buildbot/data/builds.py M master/buildbot/data/buildsets.py M master/buildbot/data/buildslaves.py M master/buildbot/data/changes.py M master/buildbot/data/changesources.py M master/buildbot/data/connector.py M master/buildbot/data/logs.py M master/buildbot/data/masters.py M master/buildbot/data/root.py M master/buildbot/data/schedulers.py M master/buildbot/data/sourcestamps.py M master/buildbot/data/steps.py M master/buildbot/data/types.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_data_base.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_root.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_data_types.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/validation.py M master/buildbot/www/rest.py M master/docs/developer/data.rst M master/docs/developer/rtype-build.rst M master/docs/developer/rtype-builder.rst M master/docs/developer/rtype-buildrequest.rst M master/docs/developer/rtype-buildset.rst M master/docs/developer/rtype-buildslave.rst M master/docs/developer/rtype-change.rst M master/docs/developer/rtype-changesource.rst M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-scheduler.rst M master/docs/developer/rtype-sourcestamp.rst M master/docs/developer/rtype-step.rst Log Message: ----------- Merge rahuln55/buildbot:nine (PR #1104) Commit: 2f66edc9e8ff1203f5e9b1bf8f3650fb35f5a136 https://github.com/buildbot/buildbot/commit/2f66edc9e8ff1203f5e9b1bf8f3650fb35f5a136 Author: Dustin J. Mitchell Date: 2014-04-02 (Wed, 02 Apr 2014) Changed paths: M master/buildbot/data/base.py M master/buildbot/data/types.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_root.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_data_types.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/util/validation.py M master/buildbot/www/rest.py Log Message: ----------- fix pyflakes Commit: 4ddedfc103414343ac903c61855567bdc66dfcba https://github.com/buildbot/buildbot/commit/4ddedfc103414343ac903c61855567bdc66dfcba Author: Dustin J. Mitchell Date: 2014-04-02 (Wed, 02 Apr 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge branch 'master' into nine Commit: f3b8a472820f26ff483188771503834810903d86 https://github.com/buildbot/buildbot/commit/f3b8a472820f26ff483188771503834810903d86 Author: Dustin J. Mitchell Date: 2014-04-03 (Thu, 03 Apr 2014) Changed paths: M master/buildbot/monkeypatches/sqlalchemy2189.py M master/buildbot/status/master.py M master/buildbot/test/unit/test_db_changes.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/util/croniter.py M master/contrib/Dockerfile M master/docs/manual/cfg-changesources.rst M slave/buildslave/runprocess.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/console.py master/buildbot/status/web/templates/jsonhelp.html master/buildbot/status/web/waterfall.py Commit: 994b7488af5a145e8f3771e6e57792b45977dbe8 https://github.com/buildbot/buildbot/commit/994b7488af5a145e8f3771e6e57792b45977dbe8 Author: Dustin J. Mitchell Date: 2014-04-03 (Thu, 03 Apr 2014) Changed paths: M master/buildbot/schedulers/forcesched.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/templates/forms.html Commit: bf4aefd289d6eba37a16be68f66cd4bb527fcd2a https://github.com/buildbot/buildbot/commit/bf4aefd289d6eba37a16be68f66cd4bb527fcd2a Author: Dustin J. Mitchell Date: 2014-04-05 (Sat, 05 Apr 2014) Changed paths: M master/buildbot/steps/source/svn.py M master/buildbot/test/unit/test_steps_source_svn.py M master/docs/manual/cfg-schedulers.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Commit: d0542afa9fcc82305534130d4420d8c490820dcc https://github.com/buildbot/buildbot/commit/d0542afa9fcc82305534130d4420d8c490820dcc Author: Dustin J. Mitchell Date: 2014-04-05 (Sat, 05 Apr 2014) Log Message: ----------- Merge branch 'master' into nine Commit: 4aad81dc4dac61728c42720dd7b44cec0acb6dca https://github.com/buildbot/buildbot/commit/4aad81dc4dac61728c42720dd7b44cec0acb6dca Author: Dustin J. Mitchell Date: 2014-04-05 (Sat, 05 Apr 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- update relnote to indicate that pull #1109 isn't present in this branch Commit: 2de1b6efd5bbba6e3cfdaffece45aca4da26e336 https://github.com/buildbot/buildbot/commit/2de1b6efd5bbba6e3cfdaffece45aca4da26e336 Author: Dustin J. Mitchell Date: 2014-04-05 (Sat, 05 Apr 2014) Changed paths: M master/buildbot/changes/svnpoller.py M master/buildbot/status/mail.py M master/buildbot/test/unit/test_changes_svnpoller.py Log Message: ----------- Merge branch 'master' into nine Commit: 7c13e3edc18ba00987ef012686ff5f0fc6261692 https://github.com/buildbot/buildbot/commit/7c13e3edc18ba00987ef012686ff5f0fc6261692 Author: Dustin J. Mitchell Date: 2014-04-05 (Sat, 05 Apr 2014) Changed paths: M common/validate.sh M master/buildbot/buildslave/__init__.py M master/buildbot/ec2buildslave.py M master/buildbot/libvirtbuildslave.py M master/buildbot/steps/http.py M master/contrib/SimpleConfig.py M master/contrib/bitbucket_buildbot.py M master/contrib/bk_buildbot.py M master/contrib/buildbot_cvs_mail.py M master/contrib/buildbot_json.py M master/contrib/bzr_buildbot.py M master/contrib/check_buildbot.py M master/contrib/darcs_buildbot.py M master/contrib/generate_changelog.py M master/contrib/hgbuildbot.py M master/contrib/svn_watcher.py M master/contrib/trac/bbwatcher/model.py M master/contrib/windows/buildbot_service.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Merge branch 'master' into nine Commit: 99cab131b5d7081c324c394cbdad571212f57101 https://github.com/buildbot/buildbot/commit/99cab131b5d7081c324c394cbdad571212f57101 Author: Dustin J. Mitchell Date: 2014-04-05 (Sat, 05 Apr 2014) Changed paths: M master/buildbot/status/builder.py M master/buildbot/status/buildrequest.py Log Message: ----------- Merge branch 'master' into nine Commit: 1be9269490f793f37cdd8439eb78350ce1d413cd https://github.com/buildbot/buildbot/commit/1be9269490f793f37cdd8439eb78350ce1d413cd Author: Dustin J. Mitchell Date: 2014-04-06 (Sun, 06 Apr 2014) Changed paths: M master/buildbot/status/buildset.py M master/buildbot/status/mail.py M master/buildbot/status/status_gerrit.py M master/buildbot/steps/http.py M master/buildbot/steps/source/git.py A master/buildbot/test/unit/test_status_buildset.py A master/buildbot/test/unit/test_status_gerrit.py M master/buildbot/test/unit/test_status_mail.py M master/docs/developer/classes.rst A master/docs/developer/cls-buildsetsummarynotifiermixin.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/mail.py master/buildbot/test/unit/test_status_mail.py Commit: 3955ad0bb8e75aef92db9c2ecb6d5871b4706de4 https://github.com/buildbot/buildbot/commit/3955ad0bb8e75aef92db9c2ecb6d5871b4706de4 Author: Dustin J. Mitchell Date: 2014-04-06 (Sun, 06 Apr 2014) Changed paths: M master/CREDITS M master/buildbot/buildslave/ec2.py A master/buildbot/changes/bitbucket.py A master/buildbot/test/unit/test_buildslave_ec2.py A master/buildbot/test/unit/test_changes_bitbucket.py M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-changesources.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: * Bitbucket poller had to be forward-ported, with changes to tests Commit: 32657863826701b63f6bf77a6ff53722a0ad2fd0 https://github.com/buildbot/buildbot/commit/32657863826701b63f6bf77a6ff53722a0ad2fd0 Author: Dustin J. Mitchell Date: 2014-04-06 (Sun, 06 Apr 2014) Changed paths: M master/buildbot/test/fake/fakedb.py Log Message: ----------- Merge branch 'master' into nine Commit: 32232b92e50ffd8ab09afaffc8366483020d47ef https://github.com/buildbot/buildbot/commit/32232b92e50ffd8ab09afaffc8366483020d47ef Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_www_auth.py M master/buildbot/util/__init__.py A master/buildbot/util/config.py M master/buildbot/www/auth.py M master/buildbot/www/avatar.py M master/docs/developer/config.rst Log Message: ----------- Move ConfiguredMixin and adapters to a sub-module Keeping this in buildbot.util was causing problems with re-importing util in multiprocessing, and anyway was cluttering __init__.py. Commit: ea0e3484c46b7c72be44761abfeacfa10581822a https://github.com/buildbot/buildbot/commit/ea0e3484c46b7c72be44761abfeacfa10581822a Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/test/unit/test_www_auth.py M master/buildbot/test/unit/test_www_oauth.py M master/buildbot/www/auth.py M master/buildbot/www/oauth2.py M master/docs/developer/cls-auth.rst M master/docs/developer/config.rst M master/docs/manual/cfg-global.rst Log Message: ----------- s/user_infos/user_info/g Plus fix docs so they build +autopep8 Commit: a49a0112ad692b4c2f77ac6cd631e0da84485dd2 https://github.com/buildbot/buildbot/commit/a49a0112ad692b4c2f77ac6cd631e0da84485dd2 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_www_auth.py M master/buildbot/www/auth.py M www/src/views/directives/loginbar.jade Log Message: ----------- use class names as auth names, rather than inventing variations Commit: e84445a39d73ff0cc2f39579892e233444a9aece https://github.com/buildbot/buildbot/commit/e84445a39d73ff0cc2f39579892e233444a9aece Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/test/unit/test_www_auth.py A master/buildbot/test/unit/test_www_config.py M master/buildbot/www/auth.py A master/buildbot/www/config.py M master/buildbot/www/service.py Log Message: ----------- move SessionConfigResource to its own module, since it's not auth-related Commit: 16b886bbea64e1369d2e5285e09224d164df0e69 https://github.com/buildbot/buildbot/commit/16b886bbea64e1369d2e5285e09224d164df0e69 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: A master/docs/developer/auth.rst M master/docs/developer/classes.rst M master/docs/developer/cls-auth.rst A master/docs/developer/cls-avatar.rst R master/docs/developer/cls-configuredmixin.rst M master/docs/developer/config.rst M master/docs/developer/general.rst Log Message: ----------- reorg docs to break out auth classes, auth docs, and avatars. Commit: 494fd22e9f89573dd3244382773d87b16419ee69 https://github.com/buildbot/buildbot/commit/494fd22e9f89573dd3244382773d87b16419ee69 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/docs/developer/auth.rst Log Message: ----------- edit auth.rst This includes a more explicit description of the HTTP transactions, but is otherwise pretty much the same content. Commit: 84c232c8d66907a12e997c53866d1b0f29d68136 https://github.com/buildbot/buildbot/commit/84c232c8d66907a12e997c53866d1b0f29d68136 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/docs/developer/www.rst Log Message: ----------- document server-side session contents Commit: 1bc82937f0d7ae335c97745b9375f392f7ad83c6 https://github.com/buildbot/buildbot/commit/1bc82937f0d7ae335c97745b9375f392f7ad83c6 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/docs/manual/cfg-global.rst A master/docs/manual/cfg-www.rst M master/docs/manual/configuration.rst Log Message: ----------- move the now-pretty-big www config docs to their own page Commit: 7bbd7639d09c07265a409edcc4f0aa6cb04cbdbe https://github.com/buildbot/buildbot/commit/7bbd7639d09c07265a409edcc4f0aa6cb04cbdbe Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/docs/developer/classes.rst A master/docs/developer/cls-www.rst Log Message: ----------- document asyncRenderHelper Commit: 8d72b5b0d8e27e384f786d69bbf2c70f6834755d https://github.com/buildbot/buildbot/commit/8d72b5b0d8e27e384f786d69bbf2c70f6834755d Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- edit auth manual bits Commit: cb489349527a3258dc4a412fe75a1c6c88d572c6 https://github.com/buildbot/buildbot/commit/cb489349527a3258dc4a412fe75a1c6c88d572c6 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/www/ldapuserinfo.py M master/buildbot/www/oauth2.py Log Message: ----------- add license headers Commit: bbf8313f10b6cefe3ac081e00cf3b7b2e9dcff0b https://github.com/buildbot/buildbot/commit/bbf8313f10b6cefe3ac081e00cf3b7b2e9dcff0b Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/test/unit/test_www_auth.py M master/buildbot/test/util/www.py M master/buildbot/www/auth.py M master/buildbot/www/service.py M master/docs/developer/auth.rst M master/docs/developer/cls-auth.rst M master/docs/manual/cfg-www.rst M www/src/scripts/directives/loginbar.coffee Log Message: ----------- Refactor auth to dynamically generate the login/logout resources This eliminates the need to update these resources on every reconfig. Commit: b5926016592854e41b1b0464552301b2c4aad244 https://github.com/buildbot/buildbot/commit/b5926016592854e41b1b0464552301b2c4aad244 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/test/unit/test_www_auth.py M master/buildbot/www/auth.py M master/docs/developer/cls-auth.rst Log Message: ----------- maybeAutoLogin doesn't need to return a value Commit: 393f7c84e4e59824e6f079ae9c062cbaa6315ddb https://github.com/buildbot/buildbot/commit/393f7c84e4e59824e6f079ae9c062cbaa6315ddb Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/test/unit/test_www_auth.py M master/buildbot/www/auth.py M master/docs/developer/cls-auth.rst Log Message: ----------- remove unused authenticateViaLogin Commit: e9af4078e73972581e226b9da685f6115f403fb9 https://github.com/buildbot/buildbot/commit/e9af4078e73972581e226b9da685f6115f403fb9 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: R master/buildbot/test/unit/test_www_ldap.py A master/buildbot/test/unit/test_www_ldapuserinfo.py Log Message: ----------- update ldapuserinfo tests Commit: 0ccfbfc0739acb06b08c6ace753c3ab12b5c5e5e https://github.com/buildbot/buildbot/commit/0ccfbfc0739acb06b08c6ace753c3ab12b5c5e5e Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/test/unit/test_www_ldapuserinfo.py M master/buildbot/www/ldapuserinfo.py M master/docs/manual/cfg-www.rst Log Message: ----------- rename LdapUserInfo params with '_' to use interCaps' Commit: 0318ed71ead8e146d444c214d94a8525d5e80ef4 https://github.com/buildbot/buildbot/commit/0318ed71ead8e146d444c214d94a8525d5e80ef4 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/www/auth.py M master/docs/developer/auth.rst M master/docs/manual/cfg-www.rst Log Message: ----------- rename BasicAuth to UserPasswordAuth HTPasswdAuth uses Basic Authentication, too, so BasicAuth is a confusing name Commit: 498d2a824b61bedbbc2540103027743b8096c4f5 https://github.com/buildbot/buildbot/commit/498d2a824b61bedbbc2540103027743b8096c4f5 Author: Dustin J. Mitchell Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths: M master/buildbot/test/unit/test_www_auth.py M master/buildbot/www/auth.py M master/buildbot/www/service.py M master/docs/developer/auth.rst Log Message: ----------- add master.www.auth property Commit: 056baa4eb4f1da62b7b49faa95ad22ac3a4db1cb https://github.com/buildbot/buildbot/commit/056baa4eb4f1da62b7b49faa95ad22ac3a4db1cb Author: Pierre Tardy Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M master/buildbot/util/__init__.py Log Message: ----------- dont show passwords in the config There are two options for doing that. - this patch - customize getConfigDict for all classes having passwords (ManHole, IRCStatus, BuildSlaves hierarchy) Commit: 8ba713fd3e0b93bdbb02d0c48a235d3a4c8c1dd0 https://github.com/buildbot/buildbot/commit/8ba713fd3e0b93bdbb02d0c48a235d3a4c8c1dd0 Author: Pierre Tardy Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M master/buildbot/util/config.py Log Message: ----------- fix __class__ not in python2.6's SREPattern Commit: 3dffdac95479e85ca5c4990de5619063c61cf4ff https://github.com/buildbot/buildbot/commit/3dffdac95479e85ca5c4990de5619063c61cf4ff Author: Dustin J. Mitchell Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- remove docs references to nonexistent class Commit: 8d29a9551fa5ba4381d6c51378c16da830ecd244 https://github.com/buildbot/buildbot/commit/8d29a9551fa5ba4381d6c51378c16da830ecd244 Author: Dustin J. Mitchell Date: 2014-04-14 (Mon, 14 Apr 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/config.py M master/buildbot/interfaces.py M master/buildbot/monkeypatches/testcase_assert.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_config.py A master/buildbot/test/unit/test_www_auth.py A master/buildbot/test/unit/test_www_avatar.py A master/buildbot/test/unit/test_www_config.py A master/buildbot/test/unit/test_www_ldapuserinfo.py A master/buildbot/test/unit/test_www_oauth.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/interfaces.py M master/buildbot/test/util/www.py M master/buildbot/util/__init__.py A master/buildbot/util/config.py A master/buildbot/www/auth.py A master/buildbot/www/avatar.py A master/buildbot/www/config.py A master/buildbot/www/ldapuserinfo.py A master/buildbot/www/oauth2.py M master/buildbot/www/resource.py M master/buildbot/www/rest.py M master/buildbot/www/service.py A master/docs/developer/auth.rst M master/docs/developer/classes.rst A master/docs/developer/cls-auth.rst A master/docs/developer/cls-avatar.rst A master/docs/developer/cls-www.rst M master/docs/developer/config.rst M master/docs/developer/general.rst M master/docs/developer/utils.rst M master/docs/developer/www.rst M master/docs/manual/cfg-global.rst A master/docs/manual/cfg-www.rst M master/docs/manual/configuration.rst A www/src/img/nobody.png M www/src/index.jade M www/src/scripts/controllers/alertPanelController.coffee A www/src/scripts/directives/loginbar.coffee M www/src/scripts/directives/rawdata.coffee R www/src/scripts/libs/ui-bootstrap-custom-tpls-0.8.0-SNAPSHOT.js A www/src/scripts/libs/ui-bootstrap-tpls.js M www/src/scripts/run.coffee M www/src/styles/colors.less M www/src/styles/styles.less M www/src/views/about.jade A www/src/views/directives/loginbar.jade M www/src/views/directives/rawdata.jade Log Message: ----------- Merge branch 'pull1100' into nine +autopep8, pyflakes Commit: fcb7a08a6bf574e8120afdcadc7ea83ec194cb4f https://github.com/buildbot/buildbot/commit/fcb7a08a6bf574e8120afdcadc7ea83ec194cb4f Author: Xavier Delannoy Date: 2014-04-15 (Tue, 15 Apr 2014) Changed paths: M master/buildbot/test/fake/fakedb.py M master/docs/developer/database.rst Log Message: ----------- Trac #2660 [nine] buildrequests data API uses popBooleanFilter for non-booleans - remove code in docs/tests about branch/repository/codebase for buildrequests Commit: fbdefd1e1b1d30adc690c42a733bc1b005d6149c https://github.com/buildbot/buildbot/commit/fbdefd1e1b1d30adc690c42a733bc1b005d6149c Author: Dustin J. Mitchell Date: 2014-04-15 (Tue, 15 Apr 2014) Changed paths: M master/buildbot/data/buildrequests.py M master/buildbot/data/resultspec.py M master/buildbot/db/buildrequests.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_buildrequests.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/www/rest.py M master/docs/developer/database.rst Log Message: ----------- Merge delanne/buildbot:9/trac2660 (PR #1050) Commit: 0d222614c5996b0b3bc3ca0dc30629c4199f50a4 https://github.com/buildbot/buildbot/commit/0d222614c5996b0b3bc3ca0dc30629c4199f50a4 Author: Jared Grubb Date: 2014-04-17 (Thu, 17 Apr 2014) 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/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_build.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: ----------- Fix #928: Allow builder to be associated with multiple tags Commit: d246b5411ec7f968a2f7966a1db15d1705760fe6 https://github.com/buildbot/buildbot/commit/d246b5411ec7f968a2f7966a1db15d1705760fe6 Author: Dustin J. Mitchell Date: 2014-04-17 (Thu, 17 Apr 2014) 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/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_build.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: ----------- Merge jaredgrubb/buildbot:builder-tags (PR #1103) +autopep8 Commit: 67e8d08f741c9cd99d84e7092b6575d919cae726 https://github.com/buildbot/buildbot/commit/67e8d08f741c9cd99d84e7092b6575d919cae726 Author: Dustin J. Mitchell Date: 2014-04-17 (Thu, 17 Apr 2014) Changed paths: M master/buildbot/status/buildset.py M master/buildbot/steps/mswin.py M master/buildbot/steps/source/repo.py M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_scripts_create_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/buildbot/test/unit/test_status_buildset.py M master/buildbot/test/unit/test_steps_mswin.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_util_lru.py M master/buildbot/util/lru.py M master/docs/developer/utils.rst A master/docs/examples/git_gerrit.cfg M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst M slave/buildslave/runprocess.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/test/unit/test_master.py Commit: 0a2ffe57ce928a6ed49a97fe1b649658d8d112cb https://github.com/buildbot/buildbot/commit/0a2ffe57ce928a6ed49a97fe1b649658d8d112cb Author: Dustin J. Mitchell Date: 2014-04-17 (Thu, 17 Apr 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_basic.py M master/buildbot/test/unit/test_www_auth.py M master/buildbot/test/unit/test_www_config.py Log Message: ----------- replace vacuuous mock.assert_called with mock.assert_called_with() Commit: 10205b41770ccf7d1a44bce9a111d086d2ec2f2b https://github.com/buildbot/buildbot/commit/10205b41770ccf7d1a44bce9a111d086d2ec2f2b Author: Dustin J. Mitchell Date: 2014-04-19 (Sat, 19 Apr 2014) Changed paths: M master/buildbot/changes/gitpoller.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_try_client.py M master/buildbot/test/unit/test_changes_gitpoller.py M master/buildbot/test/unit/test_scripts_start.py A master/buildbot/test/util/flaky.py M master/docs/developer/config.rst M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/cfg-buildslaves.rst M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-interlocks.rst M master/docs/manual/cfg-properties.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst A master/docs/relnotes/0.8.9.rst M master/docs/relnotes/index.rst M slave/buildslave/monkeypatches/bug5079.py M slave/buildslave/runprocess.py M slave/buildslave/test/unit/test_commands_fs.py M slave/buildslave/test/unit/test_scripts_create_slave.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/changes/gitpoller.py master/buildbot/test/integration/test_try_client.py master/buildbot/test/unit/test_changes_gitpoller.py master/docs/relnotes/index.rst Commit: 78965ded730692c43027c036937b9faa3814c97f https://github.com/buildbot/buildbot/commit/78965ded730692c43027c036937b9faa3814c97f Author: Dustin J. Mitchell Date: 2014-04-20 (Sun, 20 Apr 2014) Changed paths: M .travis.yml M common/pep8rc M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/mail.py M master/buildbot/data/buildsets.py M master/buildbot/locks.py M master/buildbot/monkeypatches/sqlalchemy2189.py M master/buildbot/process/botmaster.py M master/buildbot/process/factory.py M master/buildbot/process/properties.py M master/buildbot/process/remotecommand.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/forcesched.py M master/buildbot/schedulers/trysched.py M master/buildbot/scripts/runner.py M master/buildbot/status/build.py M master/buildbot/status/mail.py M master/buildbot/status/progress.py M master/buildbot/status/slave.py M master/buildbot/status/web/change_hook.py M master/buildbot/status/web/hooks/github.py M master/buildbot/status/web/hooks/gitlab.py M master/buildbot/status/web/hooks/poller.py M master/buildbot/status/words.py M master/buildbot/steps/python_twisted.py M master/buildbot/steps/source/oldsource.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/test_extra_coverage.py M master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_changes_gitpoller.py M master/buildbot/test/unit/test_config.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_schedulers_triggerable.py M master/buildbot/test/unit/test_steps_source_repo.py M master/buildbot/test/unit/test_test_util_validation.py M master/buildbot/test/unit/test_www_ldapuserinfo.py M master/buildbot/util/croniter.py M master/buildbot/util/maildir.py M master/buildbot/util/service.py M master/buildbot/www/rest.py M master/buildbot/www/service.py M master/buildbot/www/sse.py M master/buildbot/www/websocket.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_json.py M master/contrib/git_buildbot.py M master/contrib/hgbuildbot.py M master/contrib/svnpoller.py M master/contrib/windows/buildbot_service.py M master/docs/conf.py M slave/buildslave/commands/base.py M slave/buildslave/test/unit/test_commands_bk.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Merge pep8 changes into nine, plus more This ignores E123 because pep8 wants indentation to look like def test_SourcedPropertiesValidator(self): self.doValidationTest(validation.SourcedPropertiesValidator(), good=[ {u'pname': ('{"a":"b"}', u'test')}, ], bad=[ None, 1, "hi", {u'pname': {'a': 'b'}}, # no source # name not unicode {'pname': ({'a': 'b'}, u'test')}, # source not unicode {u'pname': ({'a': 'b'}, 'test')}, # self is not json-able {u'pname': (self, u'test')}, ]) which is ugly and most likely a bug in pep8. Commit: 89c96f4b874fed1f9cfd675fade95f50190df656 https://github.com/buildbot/buildbot/commit/89c96f4b874fed1f9cfd675fade95f50190df656 Author: Dustin J. Mitchell Date: 2014-04-20 (Sun, 20 Apr 2014) Changed paths: M common/validate.sh Log Message: ----------- ignore E123 in autopep8, too Commit: 51c79d476fd593473b1df9f4b1d0e2c73301f77d https://github.com/buildbot/buildbot/commit/51c79d476fd593473b1df9f4b1d0e2c73301f77d Author: Jared Grubb Date: 2014-04-20 (Sun, 20 Apr 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/validation.py M master/docs/developer/rtype-step.rst Log Message: ----------- Nine: migrate IRC to 'data' style Commit: ed6005fcda015b8abbbb492433d45acffa40114e https://github.com/buildbot/buildbot/commit/ed6005fcda015b8abbbb492433d45acffa40114e Author: Jared Grubb Date: 2014-04-20 (Sun, 20 Apr 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py Log Message: ----------- Address review comments Commit: b66ea4cc76ae2bb7d6f3993c6bb9934718165498 https://github.com/buildbot/buildbot/commit/b66ea4cc76ae2bb7d6f3993c6bb9934718165498 Author: Dustin J. Mitchell Date: 2014-04-20 (Sun, 20 Apr 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/util/validation.py M master/docs/developer/rtype-step.rst Log Message: ----------- Merge jaredgrubb/buildbot:nine-irc (PR #1138) Commit: b957951d6a345ea269d94b36c01ecfe62c43ddc0 https://github.com/buildbot/buildbot/commit/b957951d6a345ea269d94b36c01ecfe62c43ddc0 Author: Dustin J. Mitchell Date: 2014-04-20 (Sun, 20 Apr 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py Log Message: ----------- pyflakes + autopep8 Commit: 4eb65be023c4821210944a03fc35c4c9cd221063 https://github.com/buildbot/buildbot/commit/4eb65be023c4821210944a03fc35c4c9cd221063 Author: Dustin J. Mitchell Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M master/buildbot/test/unit/test_status_words.py Log Message: ----------- yield do_test_command properly Commit: 50b10806162c4271f75952ddac1b3235d67eeb1a https://github.com/buildbot/buildbot/commit/50b10806162c4271f75952ddac1b3235d67eeb1a Author: Dustin J. Mitchell Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M master/buildbot/test/unit/test_status_words.py Log Message: ----------- skip words tests for now - it's a WIP Commit: 9fd7d88ae2ff18b406eb31ea25b60bdb82bfe6af https://github.com/buildbot/buildbot/commit/9fd7d88ae2ff18b406eb31ea25b60bdb82bfe6af Author: Dustin J. Mitchell Date: 2014-04-26 (Sat, 26 Apr 2014) Changed paths: M master/docs/developer/cls-buildsteps.rst Log Message: ----------- align nine and master docs for buildsteps Commit: bcc8ab78c72be98910302f7d0ddadf9417988e10 https://github.com/buildbot/buildbot/commit/bcc8ab78c72be98910302f7d0ddadf9417988e10 Author: Dustin J. Mitchell Date: 2014-04-26 (Sat, 26 Apr 2014) Changed paths: M .travis.yml M master/buildbot/db/enginestrategy.py M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/manual/cfg-global.rst M master/docs/manual/installation.rst M master/docs/relnotes/0.8.9.rst M master/docs/relnotes/index.rst M slave/buildslave/runprocess.py M slave/buildslave/test/unit/test_runprocess.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/build.py master/docs/manual/installation.rst Commit: b3538503f3ed7f68b0275ef0cc1a7934fecc9b14 https://github.com/buildbot/buildbot/commit/b3538503f3ed7f68b0275ef0cc1a7934fecc9b14 Author: Dustin J. Mitchell Date: 2014-04-27 (Sun, 27 Apr 2014) Changed paths: A master/buildbot/test/unit/test_util_debounce.py A master/buildbot/util/debounce.py M master/docs/developer/utils.rst Log Message: ----------- Merge branch 'master' into nine Commit: 484833e8e10bd0f48464c0a00e1f9ddef30661e6 https://github.com/buildbot/buildbot/commit/484833e8e10bd0f48464c0a00e1f9ddef30661e6 Author: Dustin J. Mitchell Date: 2014-04-27 (Sun, 27 Apr 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shellsequence.py M master/buildbot/steps/trigger.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst M master/docs/manual/new-style-steps.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/buildstep.py master/buildbot/test/unit/test_process_buildstep.py master/docs/developer/cls-buildsteps.rst refactor step summary handling Commit: d75d891f096ad13803625688b95ea6fa5ed9013e https://github.com/buildbot/buildbot/commit/d75d891f096ad13803625688b95ea6fa5ed9013e Author: Dustin J. Mitchell Date: 2014-04-28 (Mon, 28 Apr 2014) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- Merge branch 'master' into nine Commit: ee6e8bf9154c3c30e69d3f28bf1f73ca9a775fc4 https://github.com/buildbot/buildbot/commit/ee6e8bf9154c3c30e69d3f28bf1f73ca9a775fc4 Author: Dustin J. Mitchell Date: 2014-04-28 (Mon, 28 Apr 2014) Changed paths: M master/buildbot/steps/http.py M master/buildbot/test/unit/test_steps_http.py Log Message: ----------- Merge branch 'master' into nine Commit: f73865dcb889dcbd8450042ebd64f670bba57cd5 https://github.com/buildbot/buildbot/commit/f73865dcb889dcbd8450042ebd64f670bba57cd5 Author: Dustin J. Mitchell Date: 2014-05-03 (Sat, 03 May 2014) Changed paths: M master/docs/developer/utils.rst Log Message: ----------- tweak debounce docs Commit: a12242da69e76f34cc45523c5a928b19e676d3ff https://github.com/buildbot/buildbot/commit/a12242da69e76f34cc45523c5a928b19e676d3ff Author: Dustin J. Mitchell Date: 2014-05-05 (Mon, 05 May 2014) Changed paths: M master/buildbot/data/connector.py M master/buildbot/mq/simple.py M master/buildbot/process/botmaster.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/dependent.py M master/buildbot/schedulers/triggerable.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/buildset.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/status_gerrit.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakemq.py M master/buildbot/test/unit/test_data_builders.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_changesources.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_mq.py M master/buildbot/test/unit/test_mq_connector.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/interfaces.py M master/buildbot/test/util/tuplematching.py M master/buildbot/www/sse.py M master/buildbot/www/ws.py M master/docs/developer/data.rst M master/docs/developer/mq.rst Log Message: ----------- make startConsuming return a Deferred This will be necessary for some MQ plugins. Fixes #2669. Commit: dec3068273c062e618e66d4647dbf815dcf5211b https://github.com/buildbot/buildbot/commit/dec3068273c062e618e66d4647dbf815dcf5211b Author: Pierre Tardy Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M master/buildbot/changes/filter.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_changes_gerritchangesource.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/util/steps.py M master/contrib/git_buildbot.py M master/docs/manual/cfg-changesources.rst Log Message: ----------- Merge remote-tracking branch 'buildbot/master' into nine Signed-off-by: Pierre Tardy Conflicts: master/buildbot/test/unit/test_changes_gerritchangesource.py Commit: cfd40f0241aa31c468ad7a53e9ad66b9cdf64c31 https://github.com/buildbot/buildbot/commit/cfd40f0241aa31c468ad7a53e9ad66b9cdf64c31 Author: Pierre Tardy Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M master/docs/manual/cfg-www.rst Log Message: ----------- fix docs Signed-off-by: Pierre Tardy Commit: d5babdd1d7d1459281fdad4e8ca1e1f39b561726 https://github.com/buildbot/buildbot/commit/d5babdd1d7d1459281fdad4e8ca1e1f39b561726 Author: Dustin J. Mitchell Date: 2014-05-07 (Wed, 07 May 2014) Changed paths: M master/buildbot/data/connector.py M master/buildbot/mq/simple.py M master/buildbot/process/botmaster.py M master/buildbot/schedulers/base.py M master/buildbot/schedulers/dependent.py M master/buildbot/schedulers/triggerable.py M master/buildbot/schedulers/trysched.py M master/buildbot/status/buildset.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/status_gerrit.py M master/buildbot/status/words.py M master/buildbot/test/fake/fakemq.py M master/buildbot/test/unit/test_data_builders.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_changesources.py M master/buildbot/test/unit/test_data_connector.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_data_schedulers.py M master/buildbot/test/unit/test_data_sourcestamps.py M master/buildbot/test/unit/test_mq.py M master/buildbot/test/unit/test_mq_connector.py M master/buildbot/test/unit/test_schedulers_base.py M master/buildbot/test/util/endpoint.py M master/buildbot/test/util/interfaces.py M master/buildbot/test/util/tuplematching.py M master/buildbot/www/sse.py M master/buildbot/www/ws.py M master/docs/developer/data.rst M master/docs/developer/mq.rst Log Message: ----------- Merge djmitche/buildbot:bug2669 (PR #1148) Commit: 3ae6e36e7f35c161c67924c31076a6182b8a0a0e https://github.com/buildbot/buildbot/commit/3ae6e36e7f35c161c67924c31076a6182b8a0a0e Author: Dustin J. Mitchell Date: 2014-05-07 (Wed, 07 May 2014) Changed paths: M .travis.yml Log Message: ----------- pin pylint version in travis Commit: 15610215f50d2649514d9019909ce16ca67f21c8 https://github.com/buildbot/buildbot/commit/15610215f50d2649514d9019909ce16ca67f21c8 Author: Dustin J. Mitchell Date: 2014-05-25 (Sun, 25 May 2014) Changed paths: A master/buildbot/test/unit/test_util_poll.py A master/buildbot/util/poll.py M master/docs/developer/utils.rst Log Message: ----------- add a poll.method decorator Commit: 257a1adb9126a8a4821698f4ebe25757ab73aa47 https://github.com/buildbot/buildbot/commit/257a1adb9126a8a4821698f4ebe25757ab73aa47 Author: Dustin J. Mitchell Date: 2014-05-25 (Sun, 25 May 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/util/__init__.py M master/buildbot/util/misc.py M master/docs/developer/style.rst M master/docs/developer/utils.rst M master/docs/relnotes/index.rst Log Message: ----------- remove unnecessary SerializedInvocation Commit: f54d7531fcc17cd02707f6ed620aad0fab750cdd https://github.com/buildbot/buildbot/commit/f54d7531fcc17cd02707f6ed620aad0fab750cdd Author: Dustin J. Mitchell Date: 2014-05-25 (Sun, 25 May 2014) Changed paths: M master/buildbot/changes/base.py M master/docs/developer/classes.rst A master/docs/developer/cls-changesources.rst M master/docs/manual/customization.rst Log Message: ----------- remove PollingChangeSource docstrings Commit: c0b040750bf2abd9f102910c13131762915f1fc0 https://github.com/buildbot/buildbot/commit/c0b040750bf2abd9f102910c13131762915f1fc0 Author: Dustin J. Mitchell Date: 2014-05-25 (Sun, 25 May 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/status/web/hooks/poller.py M master/buildbot/test/unit/test_status_web_hooks_poller.py Log Message: ----------- Fix poller hook This is still not appropriate for nine. Rather than forcing local change sources, it should be sending a message to force remote change sources. But, good enough for the moment. Commit: 1ff0b3dfc61df22a071fdb1583fcd5ddfb251aee https://github.com/buildbot/buildbot/commit/1ff0b3dfc61df22a071fdb1583fcd5ddfb251aee Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/README M master/buildbot/changes/filter.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/db/buildsets.py M master/buildbot/master.py M master/buildbot/steps/http.py M master/buildbot/steps/shell.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_buildslave_libvirt.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_util.py M master/buildbot/util/__init__.py M master/docs/manual/cfg-builders.rst M master/docs/relnotes/0.8.9.rst M master/docs/relnotes/index.rst M slave/README Log Message: ----------- Merge branch 'master' (early part) into nine Conflicts: master/buildbot/db/buildsets.py master/buildbot/master.py master/buildbot/steps/shell.py master/buildbot/test/unit/test_db_buildsets.py master/buildbot/util/__init__.py +autopep8 Commit: c1be87950eb40053abb11cb0272bcae2587eb834 https://github.com/buildbot/buildbot/commit/c1be87950eb40053abb11cb0272bcae2587eb834 Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/docs/developer/cls-buildsteps.rst M master/docs/manual/cfg-buildfactories.rst M master/docs/manual/customization.rst M master/docs/manual/installation.rst M master/docs/manual/new-style-steps.rst M master/docs/relnotes/0.8.9.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/buildstep.py master/buildbot/test/unit/test_process_buildstep.py master/docs/developer/cls-buildsteps.rst master/docs/manual/customization.rst Commit: fc59e36981fb9711f470e5d7f9fc8b7b39006ffe https://github.com/buildbot/buildbot/commit/fc59e36981fb9711f470e5d7f9fc8b7b39006ffe Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/setup.py Log Message: ----------- require a newer version of zope.interfaces Commit: 02225e737098643f9d5c5faefb90ea23aede028e https://github.com/buildbot/buildbot/commit/02225e737098643f9d5c5faefb90ea23aede028e Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/setup.py Log Message: ----------- fix typo Commit: c8c3215296ff5700613ae8343510d1a160581039 https://github.com/buildbot/buildbot/commit/c8c3215296ff5700613ae8343510d1a160581039 Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/docs/developer/cls-remotecommands.rst Log Message: ----------- document RemoteCommand's stdioLogName parameter Commit: 44c77b2af6062ad84f8f5bbb0e205cda59801c38 https://github.com/buildbot/buildbot/commit/44c77b2af6062ad84f8f5bbb0e205cda59801c38 Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- remove reference to deleted step Commit: da12d23f244f4e7c700320ee6141ffc8519d0de2 https://github.com/buildbot/buildbot/commit/da12d23f244f4e7c700320ee6141ffc8519d0de2 Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- update warning about writing new buildsteps Commit: 98ee61511d46862b460f607c5580bfbc0b185d6b https://github.com/buildbot/buildbot/commit/98ee61511d46862b460f607c5580bfbc0b185d6b Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/buildstep.py Commit: 05ef1d26662f6b7b86167f854e2361a39adcdb14 https://github.com/buildbot/buildbot/commit/05ef1d26662f6b7b86167f854e2361a39adcdb14 Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_log.py M master/docs/manual/new-style-steps.rst Log Message: ----------- (more) 'steps', not 'tests'. Similar letters, different words Commit: 41c7715df86e9aeff0c6a3d2675fa927b1c50630 https://github.com/buildbot/buildbot/commit/41c7715df86e9aeff0c6a3d2675fa927b1c50630 Author: Dustin J. Mitchell Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/buildbot/db/users.py M master/buildbot/test/unit/test_db_users.py M master/contrib/svn_buildbot.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/db/users.py master/docs/developer/utils.rst Commit: 1ac1e55002f5ff8e6fc4ecfebd5d1b0d34320534 https://github.com/buildbot/buildbot/commit/1ac1e55002f5ff8e6fc4ecfebd5d1b0d34320534 Author: Jared Grubb Date: 2014-05-26 (Mon, 26 May 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge branch 'master' into nine Commit: 12736674f7d1cf65081debac88e708d0544076a5 https://github.com/buildbot/buildbot/commit/12736674f7d1cf65081debac88e708d0544076a5 Author: Dustin J. Mitchell Date: 2014-05-29 (Thu, 29 May 2014) Changed paths: M MAINTAINERS.txt M master/buildbot/scripts/base.py M master/buildbot/scripts/upgrade_master.py M master/buildbot/test/unit/test_scripts_upgrade_master.py M master/docs/relnotes/0.8.9.rst Log Message: ----------- Merge branch 'master' into nine Refs #2814 Commit: 881309c5e4ae0545301fc1fb6d2e98b467d2107d https://github.com/buildbot/buildbot/commit/881309c5e4ae0545301fc1fb6d2e98b467d2107d Author: Dustin J. Mitchell Date: 2014-06-07 (Sat, 07 Jun 2014) Changed paths: M .travis.yml M master/buildbot/clients/tryclient.py Log Message: ----------- Merge branch 'master' into nine Commit: 541fcf4d11c6d41eac866fdd2a7bf37d46643127 https://github.com/buildbot/buildbot/commit/541fcf4d11c6d41eac866fdd2a7bf37d46643127 Author: Dustin J. Mitchell Date: 2014-06-07 (Sat, 07 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix typo Commit: 65a0ce4fff64f72ff3a366a52f8e7af8cac2fd98 https://github.com/buildbot/buildbot/commit/65a0ce4fff64f72ff3a366a52f8e7af8cac2fd98 Author: Dustin J. Mitchell Date: 2014-06-08 (Sun, 08 Jun 2014) Changed paths: M master/buildbot/test/unit/test_schedulers_triggerable.py M master/buildbot/test/util/scheduler.py Log Message: ----------- Test for Triggerable.stopService Commit: fee828cf42617562b98b9890757e94ebb8a59c23 https://github.com/buildbot/buildbot/commit/fee828cf42617562b98b9890757e94ebb8a59c23 Author: Dustin J. Mitchell Date: 2014-06-08 (Sun, 08 Jun 2014) Changed paths: M master/buildbot/schedulers/triggerable.py M master/buildbot/test/unit/test_schedulers_triggerable.py M master/docs/developer/utils.rst Log Message: ----------- Debounce Triggerable._updateWaiters I suspect that I meant to do this before, given the call to self._updateWaiters.stop(). Fixes #2819. Commit: 9e26687f9771df2e5688c4e826b1461645b5f2d5 https://github.com/buildbot/buildbot/commit/9e26687f9771df2e5688c4e826b1461645b5f2d5 Author: Andra?s To?th Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M .gitignore A www/.gitignore M www/Gruntfile.coffee M www/codeparameter/.gitignore M www/codeparameter/Gruntfile.coffee A www/codeparameter/grunt/coffeelint.json A www/codeparameter/grunt/config.coffee A www/codeparameter/grunt/tasks/clean.coffee A www/codeparameter/grunt/tasks/copy.coffee M www/codeparameter/setup.py A www/codeparameter/src/module/scripts/directives/codefield.directive.coffee A www/codeparameter/src/module/styles/styles.less A www/codeparameter/src/module/views/directives/codefield.tpl.jade R www/codeparameter/src/scripts/directives/codefield.coffee R www/codeparameter/src/scripts/libs/ui-ace.js R www/codeparameter/src/scripts/views.coffee R www/codeparameter/src/styles/styles.less R www/codeparameter/src/views/directives/codefield.jade A www/grunt/coffeelint.json A www/grunt/config.coffee A www/grunt/tasks/clean.coffee A www/grunt/tasks/coffee.coffee A www/grunt/tasks/coffeelint.coffee A www/grunt/tasks/concat.coffee A www/grunt/tasks/concurrent.coffee A www/grunt/tasks/copy.coffee A www/grunt/tasks/imagemin.coffee A www/grunt/tasks/jade.coffee A www/grunt/tasks/karma.coffee A www/grunt/tasks/less.coffee A www/grunt/tasks/ngtemplates.coffee A www/grunt/tasks/requiregen.coffee A www/grunt/tasks/requirejs.coffee A www/grunt/tasks/watch.coffee M www/sample_plugin/.gitignore M www/sample_plugin/Gruntfile.coffee A www/sample_plugin/grunt/coffeelint.json A www/sample_plugin/grunt/config.coffee A www/sample_plugin/grunt/tasks/clean.coffee A www/sample_plugin/grunt/tasks/copy.coffee M www/sample_plugin/setup.py A www/sample_plugin/src/module/scripts/controllers/demo.controller.coffee A www/sample_plugin/src/module/scripts/directives/d3demo.directive.coffee A www/sample_plugin/src/module/scripts/route.config.coffee A www/sample_plugin/src/module/styles/styles.less A www/sample_plugin/src/module/views/demo.tpl.jade R www/sample_plugin/src/scripts/controllers/demoController.coffee R www/sample_plugin/src/scripts/directives/d3demo.coffee R www/sample_plugin/src/scripts/libs/d3.js R www/sample_plugin/src/scripts/routes.coffee R www/sample_plugin/src/scripts/views.coffee R www/sample_plugin/src/styles/styles.less R www/sample_plugin/src/views/demo.jade M www/setup.py A www/src/app/app.constant.coffee A www/src/app/app.module.coffee A www/src/app/app.route.coffee A www/src/app/app.run.coffee A www/src/app/common/controllers/about.controller.coffee A www/src/app/common/controllers/alertPanel.controller.coffee A www/src/app/common/controllers/build.controller.coffee A www/src/app/common/controllers/builder.controller.coffee A www/src/app/common/controllers/builders.controller.coffee A www/src/app/common/controllers/buildrequest.controller.coffee A www/src/app/common/controllers/buildslaves.controller.coffee A www/src/app/common/controllers/changes.controller.coffee A www/src/app/common/controllers/forcedialog.controller.coffee A www/src/app/common/controllers/home.controller.coffee A www/src/app/common/controllers/log.controller.coffee A www/src/app/common/controllers/masters.controller.coffee A www/src/app/common/controllers/schedulers.controller.coffee A www/src/app/common/controllers/step.controller.coffee A www/src/app/common/directives/basefield.directive.coffee A www/src/app/common/directives/buildrequestsummary.directive.coffee A www/src/app/common/directives/buildsummary.directive.coffee A www/src/app/common/directives/forcefields.directive.coffee A www/src/app/common/directives/loginbar.directive.coffee A www/src/app/common/directives/logviewer.directive.coffee A www/src/app/common/directives/rawdata.directive.coffee A www/src/app/common/directives/topmenu.directive.coffee A www/src/app/common/filters/moment.filter.coffee A www/src/app/common/responseInterceptors/dispatcher.config.coffee A www/src/app/common/services/alert.service.coffee A www/src/app/common/services/buildbot.service.coffee A www/src/app/common/services/findbuild.service.coffee A www/src/app/common/services/mq.service.coffee A www/src/app/common/services/recentStorage.service.coffee A www/src/app/common/services/results.service.coffee A www/src/app/common/services/timeout.service.coffee A www/src/app/common/views/about.tpl.jade A www/src/app/common/views/build.tpl.jade A www/src/app/common/views/builder.tpl.jade A www/src/app/common/views/builders.tpl.jade A www/src/app/common/views/buildrequest.tpl.jade A www/src/app/common/views/buildslaves.tpl.jade A www/src/app/common/views/changes.tpl.jade A www/src/app/common/views/directives/basefield.tpl.jade A www/src/app/common/views/directives/boolfield.tpl.jade A www/src/app/common/views/directives/buildrequestsummary.tpl.jade A www/src/app/common/views/directives/buildsummary.tpl.jade A www/src/app/common/views/directives/intfield.tpl.jade A www/src/app/common/views/directives/listfield.tpl.jade A www/src/app/common/views/directives/loginbar.tpl.jade A www/src/app/common/views/directives/logviewer.tpl.jade A www/src/app/common/views/directives/nestedfield.tpl.jade A www/src/app/common/views/directives/rawdata.tpl.jade A www/src/app/common/views/directives/simplelayout.tpl.jade A www/src/app/common/views/directives/tabslayout.tpl.jade A www/src/app/common/views/directives/textareafield.tpl.jade A www/src/app/common/views/directives/textfield.tpl.jade A www/src/app/common/views/directives/topmenu.tpl.jade A www/src/app/common/views/directives/verticallayout.tpl.jade A www/src/app/common/views/forcedialog.tpl.jade A www/src/app/common/views/home.tpl.jade A www/src/app/common/views/log.tpl.jade A www/src/app/common/views/masters.tpl.jade A www/src/app/common/views/schedulers.tpl.jade A www/src/app/common/views/step.tpl.jade A www/src/app/index.jade A www/src/app/layout.jade R www/src/fonts/fontawesome-webfont.eot R www/src/fonts/fontawesome-webfont.svg R www/src/fonts/fontawesome-webfont.ttf R www/src/fonts/fontawesome-webfont.woff R www/src/index.jade R www/src/layout.jade R www/src/scripts/app.coffee R www/src/scripts/constants.coffee R www/src/scripts/controllers/aboutController.coffee R www/src/scripts/controllers/alertPanelController.coffee R www/src/scripts/controllers/buildController.coffee R www/src/scripts/controllers/builderController.coffee R www/src/scripts/controllers/buildersController.coffee R www/src/scripts/controllers/buildrequestController.coffee R www/src/scripts/controllers/buildslavesController.coffee R www/src/scripts/controllers/changesController.coffee R www/src/scripts/controllers/forcedialogController.coffee R www/src/scripts/controllers/homeController.coffee R www/src/scripts/controllers/logController.coffee R www/src/scripts/controllers/mastersController.coffee R www/src/scripts/controllers/schedulersController.coffee R www/src/scripts/controllers/stepController.coffee R www/src/scripts/directives/basefield.coffee R www/src/scripts/directives/buildrequestsummary.coffee R www/src/scripts/directives/buildsummary.coffee R www/src/scripts/directives/forcefields.coffee R www/src/scripts/directives/loginbar.coffee R www/src/scripts/directives/logviewer.coffee R www/src/scripts/directives/rawdata.coffee R www/src/scripts/directives/topmenu.coffee R www/src/scripts/filters/moment.coffee R www/src/scripts/libs/angular-animate.js R www/src/scripts/libs/angular-recursion.js R www/src/scripts/libs/angular-ui-router.js R www/src/scripts/libs/angular.js R www/src/scripts/libs/jquery.js R www/src/scripts/libs/lodash.js R www/src/scripts/libs/moment.js R www/src/scripts/libs/require.js R www/src/scripts/libs/restangular.js R www/src/scripts/libs/ui-bootstrap-tpls.js R www/src/scripts/libs/underscore.string.min.js R www/src/scripts/responseInterceptors/dispatcher.coffee R www/src/scripts/routes.coffee R www/src/scripts/run.coffee R www/src/scripts/services/alertService.coffee R www/src/scripts/services/buildbotService.coffee R www/src/scripts/services/findbuildService.coffee R www/src/scripts/services/mqservice.coffee R www/src/scripts/services/recentStorage.coffee R www/src/scripts/services/resultsService.coffee R www/src/scripts/services/timeoutService.coffee R www/src/scripts/views.coffee R www/src/styles/bootstrap R www/src/styles/font-awesome M www/src/styles/styles.less R www/src/styles/variables.less R www/src/views/about.jade R www/src/views/build.jade R www/src/views/builder.jade R www/src/views/builders.jade R www/src/views/buildrequest.jade R www/src/views/buildslaves.jade R www/src/views/changes.jade R www/src/views/directives/basefield.jade R www/src/views/directives/boolfield.jade R www/src/views/directives/buildrequestsummary.jade R www/src/views/directives/buildsummary.jade R www/src/views/directives/intfield.jade R www/src/views/directives/listfield.jade R www/src/views/directives/loginbar.jade R www/src/views/directives/logviewer.jade R www/src/views/directives/nestedfield.jade R www/src/views/directives/rawdata.jade R www/src/views/directives/simplelayout.jade R www/src/views/directives/tabslayout.jade R www/src/views/directives/textareafield.jade R www/src/views/directives/textfield.jade R www/src/views/directives/topmenu.jade R www/src/views/directives/verticallayout.jade R www/src/views/forcedialog.jade R www/src/views/home.jade R www/src/views/log.jade R www/src/views/masters.jade R www/src/views/schedulers.jade R www/src/views/step.jade A www/test/scripts/controllers/buildrequest.controller.spec.coffee R www/test/scripts/controllers/buildrequestControllerSpec.coffee A www/test/scripts/controllers/buildrequestsummary.controller.spec.coffee R www/test/scripts/controllers/buildrequestsummaryControllerSpec.coffee A www/test/scripts/controllers/buildsummary.controller.spec.coffee R www/test/scripts/controllers/buildsummaryControllerSpec.coffee R www/test/scripts/libs/angular-mocks.js M www/test/scripts/main.coffee R www/test/scripts/mocks/EventSourceMock.coffee A www/test/scripts/mocks/eventsource.mock.coffee A www/test/scripts/mocks/http.mock.coffee R www/test/scripts/mocks/httpMock.coffee R www/test/scripts/scenarios/devapp.coffee A www/test/scripts/scenarios/devapp.module.coffee A www/test/scripts/services/buildbot.service.spec.coffee R www/test/scripts/services/buildbotServiceSpec.coffee A www/test/scripts/services/mq.service.spec.coffee R www/test/scripts/services/mqServiceSpec.coffee R www/test/scripts/services/recentStorageSpec.coffee A www/test/scripts/services/recentstorage.service.spec.coffee A www/test/scripts/services/results.service.spec.coffee R www/test/scripts/services/resultsServiceSpec.coffee Log Message: ----------- Update build process Commit: 4add7992470710ce2805698a5dec454cafbab6c8 https://github.com/buildbot/buildbot/commit/4add7992470710ce2805698a5dec454cafbab6c8 Author: tothandras Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/codeparameter/grunt/config.coffee M www/codeparameter/grunt/tasks/clean.coffee M www/codeparameter/grunt/tasks/copy.coffee M www/grunt/config.coffee M www/grunt/tasks/clean.coffee M www/grunt/tasks/coffee.coffee M www/grunt/tasks/concat.coffee M www/grunt/tasks/copy.coffee M www/grunt/tasks/imagemin.coffee M www/grunt/tasks/jade.coffee M www/grunt/tasks/karma.coffee M www/grunt/tasks/less.coffee M www/grunt/tasks/ngtemplates.coffee M www/grunt/tasks/requiregen.coffee M www/grunt/tasks/requirejs.coffee M www/sample_plugin/grunt/config.coffee M www/sample_plugin/grunt/tasks/clean.coffee M www/sample_plugin/grunt/tasks/copy.coffee Log Message: ----------- Change configurable temp directory to .temp Commit: 9e1f75b782976b72566de73ca403bdc7f060b208 https://github.com/buildbot/buildbot/commit/9e1f75b782976b72566de73ca403bdc7f060b208 Author: tothandras Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/grunt/tasks/concat.coffee M www/grunt/tasks/watch.coffee A www/src/app/about/about.controller.coffee A www/src/app/about/about.module.coffee A www/src/app/about/about.route.coffee A www/src/app/about/about.tpl.jade A www/src/app/alert-panel/alert.service.coffee A www/src/app/alert-panel/alertpanel.controller.coffee A www/src/app/alert-panel/alertpanel.module.coffee R www/src/app/app.constant.coffee M www/src/app/app.route.coffee M www/src/app/app.run.coffee A www/src/app/builders/builder/builder.controller.coffee A www/src/app/builders/builder/builder.route.coffee A www/src/app/builders/builder/builder.tpl.jade A www/src/app/builders/builders.controller.coffee A www/src/app/builders/builders.module.coffee A www/src/app/builders/builders.route.coffee A www/src/app/builders/builders.tpl.jade A www/src/app/builders/buildrequest/buildrequest.controller.coffee A www/src/app/builders/buildrequest/buildrequest.route.coffee A www/src/app/builders/buildrequest/buildrequest.tpl.jade A www/src/app/builders/buildrequest/forcedialog/forcedialog.config.coffee A www/src/app/builders/buildrequest/forcedialog/forcedialog.controller.coffee A www/src/app/builders/buildrequest/forcedialog/forcedialog.tpl.jade A www/src/app/builders/log/log.controller.coffee A www/src/app/builders/log/log.route.coffee A www/src/app/builders/log/log.tpl.jade A www/src/app/builders/log/logviewer/logviewer.directive.coffee A www/src/app/builders/log/logviewer/logviewer.tpl.jade A www/src/app/builders/services/findbuilds.service.coffee A www/src/app/builders/services/results.service.coffee A www/src/app/builders/services/timeout.service.coffee A www/src/app/builders/step/step.controller.coffee A www/src/app/builders/step/step.route.coffee A www/src/app/builders/step/step.tpl.jade A www/src/app/buildslaves/buildslave/buildslave.route.coffee A www/src/app/buildslaves/buildslaves.controller.coffee A www/src/app/buildslaves/buildslaves.module.coffee A www/src/app/buildslaves/buildslaves.route.coffee A www/src/app/buildslaves/buildslaves.tpl.jade A www/src/app/changes/changes.controller.coffee A www/src/app/changes/changes.module.coffee A www/src/app/changes/changes.route.coffee A www/src/app/changes/changes.tpl.jade A www/src/app/common/common.constant.coffee A www/src/app/common/common.module.coffee R www/src/app/common/controllers/about.controller.coffee R www/src/app/common/controllers/alertPanel.controller.coffee R www/src/app/common/controllers/build.controller.coffee R www/src/app/common/controllers/builder.controller.coffee R www/src/app/common/controllers/builders.controller.coffee R www/src/app/common/controllers/buildrequest.controller.coffee R www/src/app/common/controllers/buildslaves.controller.coffee R www/src/app/common/controllers/changes.controller.coffee R www/src/app/common/controllers/forcedialog.controller.coffee R www/src/app/common/controllers/home.controller.coffee R www/src/app/common/controllers/log.controller.coffee R www/src/app/common/controllers/masters.controller.coffee R www/src/app/common/controllers/schedulers.controller.coffee R www/src/app/common/controllers/step.controller.coffee R www/src/app/common/directives/basefield.directive.coffee A www/src/app/common/directives/basefield/basefield.directive.coffee A www/src/app/common/directives/basefield/basefield.tpl.jade R www/src/app/common/directives/buildrequestsummary.directive.coffee R www/src/app/common/directives/buildsummary.directive.coffee R www/src/app/common/directives/forcefields.directive.coffee A www/src/app/common/directives/forcefields/boolfield.tpl.jade A www/src/app/common/directives/forcefields/forcefields.directive.coffee A www/src/app/common/directives/forcefields/intfield.tpl.jade A www/src/app/common/directives/forcefields/listfield.tpl.jade A www/src/app/common/directives/forcefields/nestedfield.tpl.jade A www/src/app/common/directives/forcefields/simplelayout.tpl.jade A www/src/app/common/directives/forcefields/tabslayout.tpl.jade A www/src/app/common/directives/forcefields/textareafield.tpl.jade A www/src/app/common/directives/forcefields/textfield.tpl.jade A www/src/app/common/directives/forcefields/verticallayout.tpl.jade R www/src/app/common/directives/loginbar.directive.coffee A www/src/app/common/directives/loginbar/loginbar.directive.coffee A www/src/app/common/directives/loginbar/loginbar.tpl.jade R www/src/app/common/directives/logviewer.directive.coffee R www/src/app/common/directives/rawdata.directive.coffee A www/src/app/common/directives/rawdata/rawdata.directive.coffee A www/src/app/common/directives/rawdata/rawdata.tpl.jade R www/src/app/common/directives/topmenu.directive.coffee A www/src/app/common/directives/topmenu/topmenu.controller.coffee A www/src/app/common/directives/topmenu/topmenu.directive.coffee A www/src/app/common/directives/topmenu/topmenu.tpl.jade R www/src/app/common/filters/moment.filter.coffee A www/src/app/common/filters/moment/moment.constant.coffee A www/src/app/common/filters/moment/moment.filter.coffee R www/src/app/common/responseInterceptors/dispatcher.config.coffee R www/src/app/common/services/alert.service.coffee M www/src/app/common/services/buildbot.service.coffee R www/src/app/common/services/findbuild.service.coffee M www/src/app/common/services/mq.service.coffee M www/src/app/common/services/recentStorage.service.coffee R www/src/app/common/services/results.service.coffee R www/src/app/common/services/timeout.service.coffee R www/src/app/common/views/about.tpl.jade R www/src/app/common/views/build.tpl.jade R www/src/app/common/views/builder.tpl.jade R www/src/app/common/views/builders.tpl.jade R www/src/app/common/views/buildrequest.tpl.jade R www/src/app/common/views/buildslaves.tpl.jade R www/src/app/common/views/changes.tpl.jade R www/src/app/common/views/directives/basefield.tpl.jade R www/src/app/common/views/directives/boolfield.tpl.jade R www/src/app/common/views/directives/buildrequestsummary.tpl.jade R www/src/app/common/views/directives/buildsummary.tpl.jade R www/src/app/common/views/directives/intfield.tpl.jade R www/src/app/common/views/directives/listfield.tpl.jade R www/src/app/common/views/directives/loginbar.tpl.jade R www/src/app/common/views/directives/logviewer.tpl.jade R www/src/app/common/views/directives/nestedfield.tpl.jade R www/src/app/common/views/directives/rawdata.tpl.jade R www/src/app/common/views/directives/simplelayout.tpl.jade R www/src/app/common/views/directives/tabslayout.tpl.jade R www/src/app/common/views/directives/textareafield.tpl.jade R www/src/app/common/views/directives/textfield.tpl.jade R www/src/app/common/views/directives/topmenu.tpl.jade R www/src/app/common/views/directives/verticallayout.tpl.jade R www/src/app/common/views/forcedialog.tpl.jade R www/src/app/common/views/home.tpl.jade R www/src/app/common/views/log.tpl.jade R www/src/app/common/views/masters.tpl.jade R www/src/app/common/views/schedulers.tpl.jade R www/src/app/common/views/step.tpl.jade A www/src/app/home/home.controller.coffee A www/src/app/home/home.module.coffee A www/src/app/home/home.route.coffee A www/src/app/home/home.tpl.jade A www/src/app/masters/master/master.route.coffee A www/src/app/masters/masters.controller.coffee A www/src/app/masters/masters.module.coffee A www/src/app/masters/masters.route.coffee A www/src/app/masters/masters.tpl.jade A www/src/app/responseInterceptors/dispatcher.config.coffee A www/src/app/schedulers/schedulers.controller.coffee A www/src/app/schedulers/schedulers.module.coffee A www/src/app/schedulers/schedulers.route.coffee A www/src/app/schedulers/schedulers.tpl.jade Log Message: ----------- App modularization Commit: 260405a3f853be1c5d4689ca857b190fd8ceded6 https://github.com/buildbot/buildbot/commit/260405a3f853be1c5d4689ca857b190fd8ceded6 Author: tothandras Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M .gitignore M www/Gruntfile.coffee M www/grunt/config.coffee A www/src/app/builders/build/build.controller.coffee A www/src/app/builders/build/build.route.coffee A www/src/app/builders/build/build.tpl.jade A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.controller.coffee A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.controller.spec.coffee A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.coffee A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.tpl.jade A www/src/app/builders/build/buildsummary/buildsummary.controller.coffee A www/src/app/builders/build/buildsummary/buildsummary.controller.spec.coffee A www/src/app/builders/build/buildsummary/buildsummary.directive.coffee A www/src/app/builders/build/buildsummary/buildsummary.tpl.jade A www/src/app/builders/buildrequest/buildrequest.controller.spec.coffee R www/src/app/builders/services/results.service.coffee A www/src/app/builders/services/results/results.service.coffee A www/src/app/builders/services/results/results.service.spec.coffee R www/src/app/common/services/buildbot.service.coffee A www/src/app/common/services/buildbot/buildbot.service.coffee A www/src/app/common/services/buildbot/buildbot.service.spec.coffee R www/src/app/common/services/mq.service.coffee A www/src/app/common/services/mq/mq.service.coffee A www/src/app/common/services/mq/mq.service.spec.coffee R www/src/app/common/services/recentStorage.service.coffee A www/src/app/common/services/recentStorage/recentStorage.service.coffee A www/src/app/common/services/recentStorage/recentstorage.service.spec.coffee R www/test/scripts/controllers/buildrequest.controller.spec.coffee R www/test/scripts/controllers/buildrequestsummary.controller.spec.coffee R www/test/scripts/controllers/buildsummary.controller.spec.coffee R www/test/scripts/services/buildbot.service.spec.coffee R www/test/scripts/services/mq.service.spec.coffee R www/test/scripts/services/recentstorage.service.spec.coffee R www/test/scripts/services/results.service.spec.coffee Log Message: ----------- Move test files beside tested files Commit: 8c406acd8f19fae9fa012417ce1be44d9a43860b https://github.com/buildbot/buildbot/commit/8c406acd8f19fae9fa012417ce1be44d9a43860b Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/test/scripts/mocks/http.mock.coffee Log Message: ----------- fix unit test Commit: 5d881a7adffda7d44e71c4152c38e2b13d19c8b8 https://github.com/buildbot/buildbot/commit/5d881a7adffda7d44e71c4152c38e2b13d19c8b8 Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M .gitignore M www/Gruntfile.coffee M www/src/app/app.route.coffee R www/src/app/builders/build/build.controller.coffee M www/src/app/builders/build/build.route.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.controller.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.controller.spec.coffee M www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.coffee A www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.spec.coffee R www/src/app/builders/build/buildsummary/buildsummary.controller.coffee R www/src/app/builders/build/buildsummary/buildsummary.controller.spec.coffee M www/src/app/builders/build/buildsummary/buildsummary.directive.coffee A www/src/app/builders/build/buildsummary/buildsummary.directive.spec.coffee R www/src/app/builders/builder/builder.controller.coffee M www/src/app/builders/builder/builder.route.coffee R www/src/app/builders/builders.controller.coffee M www/src/app/builders/builders.module.coffee R www/src/app/builders/builders.route.coffee R www/src/app/builders/buildrequest/buildrequest.controller.coffee M www/src/app/builders/buildrequest/buildrequest.route.coffee R www/src/app/builders/log/log.controller.coffee M www/src/app/builders/log/log.route.coffee R www/src/app/builders/step/step.controller.coffee M www/src/app/builders/step/step.route.coffee R www/src/app/buildslaves/buildslaves.controller.coffee M www/src/app/buildslaves/buildslaves.module.coffee R www/src/app/buildslaves/buildslaves.route.coffee R www/src/app/changes/changes.controller.coffee M www/src/app/changes/changes.module.coffee R www/src/app/changes/changes.route.coffee R www/src/app/home/home.controller.coffee M www/src/app/home/home.module.coffee R www/src/app/home/home.route.coffee R www/src/app/masters/masters.controller.coffee M www/src/app/masters/masters.module.coffee R www/src/app/masters/masters.route.coffee R www/src/app/responseInterceptors/dispatcher.config.coffee R www/src/app/schedulers/schedulers.controller.coffee M www/src/app/schedulers/schedulers.module.coffee R www/src/app/schedulers/schedulers.route.coffee Log Message: ----------- concat the small files together There was a little bit too much files. Some modules are meant to be simple. no need to create tons of files. Signed-off-by: Pierre Tardy Commit: ae76a9e547fe6611373116fb58d2f74936da0832 https://github.com/buildbot/buildbot/commit/ae76a9e547fe6611373116fb58d2f74936da0832 Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/sample_plugin/src/module/styles/styles.less Log Message: ----------- style fix Signed-off-by: Pierre Tardy Commit: 5d9e523a7c628a99eb94bdd4f1c6d0d4fa0b210b https://github.com/buildbot/buildbot/commit/5d9e523a7c628a99eb94bdd4f1c6d0d4fa0b210b Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/src/app/builders/builders.module.coffee Log Message: ----------- fix builder module config Signed-off-by: Pierre Tardy Commit: d453a89d1522d3b3dca6a02ebff19d0c9dfc4139 https://github.com/buildbot/buildbot/commit/d453a89d1522d3b3dca6a02ebff19d0c9dfc4139 Author: Pierre Tardy Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M www/src/styles/styles.less Log Message: ----------- fix bad placment for buttons in breadcrum Signed-off-by: Pierre Tardy Commit: 35e636ee701ccd10367451b49a5744cf97cb33ae https://github.com/buildbot/buildbot/commit/35e636ee701ccd10367451b49a5744cf97cb33ae Author: Andra?s To?th Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: A www/codeparameter/src/module/codefield.directive.coffee A www/codeparameter/src/module/codefield.tpl.jade R www/codeparameter/src/module/scripts/directives/codefield.directive.coffee R www/codeparameter/src/module/styles/styles.less R www/codeparameter/src/module/views/directives/codefield.tpl.jade A www/codeparameter/src/styles/styles.less A www/sample_plugin/src/module/d3demo/d3demo.directive.coffee A www/sample_plugin/src/module/demo.module.coffee A www/sample_plugin/src/module/demo.tpl.jade R www/sample_plugin/src/module/scripts/controllers/demo.controller.coffee R www/sample_plugin/src/module/scripts/directives/d3demo.directive.coffee R www/sample_plugin/src/module/scripts/route.config.coffee R www/sample_plugin/src/module/styles/styles.less R www/sample_plugin/src/module/views/demo.tpl.jade A www/sample_plugin/src/styles/styles.less M www/src/app/app.run.coffee Log Message: ----------- Modularize plugins Commit: 9e5adf3fe6183fc9934af0e2886ce74566ccf912 https://github.com/buildbot/buildbot/commit/9e5adf3fe6183fc9934af0e2886ce74566ccf912 Author: Elmir Jagudin Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M common/pylintrc Log Message: ----------- use pylint symbolic check names In pylint configuration replaced check numbers with check's symbolic names. It seems that check numbers are on the way to be depricated. Commit: aa6e7ab75603961add5b842321e385a453babdc6 https://github.com/buildbot/buildbot/commit/aa6e7ab75603961add5b842321e385a453babdc6 Author: Elmir Jagudin Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M common/pylintrc Log Message: ----------- enable more pylint checks Trimmed the disabled pylint checks list, by removing checks that are passing now. Commit: bd6574b96f20aeaec8785ba0832cd4bf5bd0a3b8 https://github.com/buildbot/buildbot/commit/bd6574b96f20aeaec8785ba0832cd4bf5bd0a3b8 Author: Pierre Tardy Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M www/Gruntfile.coffee M www/codeparameter/Gruntfile.coffee M www/codeparameter/grunt/config.coffee A www/codeparameter/grunt/customtasks.coffee R www/codeparameter/grunt/tasks/clean.coffee R www/codeparameter/grunt/tasks/copy.coffee M www/codeparameter/setup.py M www/grunt/config.coffee A www/grunt/customtasks.coffee R www/grunt/tasks/clean.coffee R www/grunt/tasks/coffee.coffee R www/grunt/tasks/coffeelint.coffee R www/grunt/tasks/concat.coffee R www/grunt/tasks/concurrent.coffee R www/grunt/tasks/copy.coffee R www/grunt/tasks/imagemin.coffee R www/grunt/tasks/jade.coffee R www/grunt/tasks/karma.coffee R www/grunt/tasks/less.coffee R www/grunt/tasks/ngtemplates.coffee R www/grunt/tasks/requiregen.coffee R www/grunt/tasks/requirejs.coffee R www/grunt/tasks/watch.coffee M www/sample_plugin/Gruntfile.coffee M www/sample_plugin/grunt/config.coffee M www/sample_plugin/setup.py M www/setup.py Log Message: ----------- Use granlecoja build system This allows to put the build system out of tree, and thus allow plugins to be maintained out of tree Signed-off-by: Pierre Tardy Commit: 3bc2dfb7fedd4b83d57d40288e3a267a32537486 https://github.com/buildbot/buildbot/commit/3bc2dfb7fedd4b83d57d40288e3a267a32537486 Author: Pierre Tardy Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/db/buildrequests.py Log Message: ----------- fix sqlalchemy statement sqlalchemy use immutable objects, so we must do q=q.where.. Signed-off-by: Pierre Tardy Commit: f636b80cb19fa756e5b4895a82e60452a7257230 https://github.com/buildbot/buildbot/commit/f636b80cb19fa756e5b4895a82e60452a7257230 Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/changes/p4poller.py M master/buildbot/steps/source/p4.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_steps_source_p4.py M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-changesources.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/changes/p4poller.py master/buildbot/test/unit/test_changes_p4poller.py Commit: c0b57e60b2d70133357bd4470adb7a0c6cdc5e8b https://github.com/buildbot/buildbot/commit/c0b57e60b2d70133357bd4470adb7a0c6cdc5e8b Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M common/pylintrc Log Message: ----------- Merge elmirjagudin/buildbot:pylint-conf (PR #1161) Commit: 94924fd7ce0fd7db36b9bb8583b20fb6a8468e97 https://github.com/buildbot/buildbot/commit/94924fd7ce0fd7db36b9bb8583b20fb6a8468e97 Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: A www/codeparameter/src/module/codefield.directive.coffee A www/codeparameter/src/module/codefield.tpl.jade R www/codeparameter/src/module/scripts/directives/codefield.directive.coffee R www/codeparameter/src/module/styles/styles.less R www/codeparameter/src/module/views/directives/codefield.tpl.jade A www/codeparameter/src/styles/styles.less A www/sample_plugin/src/module/d3demo/d3demo.directive.coffee A www/sample_plugin/src/module/demo.module.coffee A www/sample_plugin/src/module/demo.tpl.jade R www/sample_plugin/src/module/scripts/controllers/demo.controller.coffee R www/sample_plugin/src/module/scripts/directives/d3demo.directive.coffee R www/sample_plugin/src/module/scripts/route.config.coffee R www/sample_plugin/src/module/styles/styles.less R www/sample_plugin/src/module/views/demo.tpl.jade A www/sample_plugin/src/styles/styles.less M www/src/app/app.run.coffee Log Message: ----------- Merge tothandras/buildbot:modularize_plugins (PR #1160) Commit: 39df5f72935f1e413774968ac2d1a7cf1c52b45b https://github.com/buildbot/buildbot/commit/39df5f72935f1e413774968ac2d1a7cf1c52b45b Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M www/Gruntfile.coffee M www/codeparameter/Gruntfile.coffee M www/codeparameter/grunt/config.coffee A www/codeparameter/grunt/customtasks.coffee R www/codeparameter/grunt/tasks/clean.coffee R www/codeparameter/grunt/tasks/copy.coffee M www/codeparameter/setup.py M www/grunt/config.coffee A www/grunt/customtasks.coffee R www/grunt/tasks/clean.coffee R www/grunt/tasks/coffee.coffee R www/grunt/tasks/coffeelint.coffee R www/grunt/tasks/concat.coffee R www/grunt/tasks/concurrent.coffee R www/grunt/tasks/copy.coffee R www/grunt/tasks/imagemin.coffee R www/grunt/tasks/jade.coffee R www/grunt/tasks/karma.coffee R www/grunt/tasks/less.coffee R www/grunt/tasks/ngtemplates.coffee R www/grunt/tasks/requiregen.coffee R www/grunt/tasks/requirejs.coffee R www/grunt/tasks/watch.coffee M www/sample_plugin/Gruntfile.coffee M www/sample_plugin/grunt/config.coffee M www/sample_plugin/setup.py M www/setup.py Log Message: ----------- Merge tardyp/buildbot:granlecoja (PR #1162) Commit: c67feedd2ba0aa6169100340e7fb281a56bfa86e https://github.com/buildbot/buildbot/commit/c67feedd2ba0aa6169100340e7fb281a56bfa86e Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/status/web/hooks/poller.py M master/buildbot/test/unit/test_status_web_hooks_poller.py M master/buildbot/test/unit/test_util_misc.py A master/buildbot/test/unit/test_util_poll.py M master/buildbot/util/__init__.py M master/buildbot/util/misc.py A master/buildbot/util/poll.py M master/docs/developer/classes.rst A master/docs/developer/cls-changesources.rst M master/docs/developer/style.rst M master/docs/developer/utils.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge djmitche/buildbot:bug2442 (PR #1149) Conflicts: master/buildbot/util/__init__.py + pyflakes + fix docs Commit: 26022060f7ac5702f92f239feb1d6c757c51a3e2 https://github.com/buildbot/buildbot/commit/26022060f7ac5702f92f239feb1d6c757c51a3e2 Author: Dustin J. Mitchell Date: 2014-06-11 (Wed, 11 Jun 2014) Changed paths: M master/buildbot/changes/base.py M master/buildbot/test/unit/test_util_poll.py Log Message: ----------- change imports to avoid shadowing in ``` from buildbot.util import poll class Foo: @poll.method def someMethod(self): pass def poll(self): pass ``` The `poll` in `@poll.method` correctly refers to the module. However, if the order of the methods is reversed, it refers instead to the `poll` method in the class scope. Pyflakes only detects this in the problematic ordering, while pylint detects it even in the working order. Pylint is probably right - re-ordering methods shouldn't change behavior! Commit: a3ffaf12bcecc98e5f0102a907bd13afb620cc08 https://github.com/buildbot/buildbot/commit/a3ffaf12bcecc98e5f0102a907bd13afb620cc08 Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/0.8.9.rst Log Message: ----------- Merge branch 'master' into nine Commit: 529b09f6c12b504202d099483aa9fb8cb5d9ff4e https://github.com/buildbot/buildbot/commit/529b09f6c12b504202d099483aa9fb8cb5d9ff4e Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M .gitignore M .travis.yml M Makefile A README.md M common/pylintrc M common/validate.sh M master/MANIFEST.in M master/buildbot/buildslave/base.py A master/buildbot/buildslave/manager.py A master/buildbot/buildslave/protocols/__init__.py A master/buildbot/buildslave/protocols/base.py A master/buildbot/buildslave/protocols/pb.py M master/buildbot/changes/base.py M master/buildbot/changes/bitbucket.py M master/buildbot/changes/bonsaipoller.py M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/gitpoller.py M master/buildbot/changes/hgpoller.py M master/buildbot/changes/mail.py M master/buildbot/changes/manager.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py R master/buildbot/clients/debug.glade R master/buildbot/clients/debug.py R master/buildbot/clients/gtkPanes.py R master/buildbot/clients/text.py M master/buildbot/clients/tryclient.py M master/buildbot/config.py A master/buildbot/data/__init__.py A master/buildbot/data/base.py A master/buildbot/data/builders.py A master/buildbot/data/buildrequests.py A master/buildbot/data/builds.py A master/buildbot/data/buildsets.py A master/buildbot/data/buildslaves.py A master/buildbot/data/changes.py A master/buildbot/data/changesources.py A master/buildbot/data/connector.py A master/buildbot/data/exceptions.py A master/buildbot/data/forceschedulers.py A master/buildbot/data/logchunks.py A master/buildbot/data/logs.py A master/buildbot/data/masters.py A master/buildbot/data/patches.py A master/buildbot/data/properties.py A master/buildbot/data/resultspec.py A master/buildbot/data/root.py A master/buildbot/data/schedulers.py A master/buildbot/data/sourcestamps.py A master/buildbot/data/steps.py A master/buildbot/data/types.py M master/buildbot/db/__init__.py M master/buildbot/db/base.py A master/buildbot/db/builders.py M master/buildbot/db/buildrequests.py M master/buildbot/db/builds.py M master/buildbot/db/buildsets.py M master/buildbot/db/buildslaves.py M master/buildbot/db/changes.py A master/buildbot/db/changesources.py M master/buildbot/db/connector.py A master/buildbot/db/logs.py A master/buildbot/db/masters.py M master/buildbot/db/migrate/versions/001_initial.py M master/buildbot/db/migrate/versions/011_add_buildrequest_claims.py A master/buildbot/db/migrate/versions/025_add_master_table.py A master/buildbot/db/migrate/versions/026_add_schedulers_table.py A master/buildbot/db/migrate/versions/027_builders_table.py A master/buildbot/db/migrate/versions/028_sourcestamps_refactor.py A master/buildbot/db/migrate/versions/029_replace_builds_table.py A master/buildbot/db/migrate/versions/030_statusdb_tables.py A master/buildbot/db/migrate/versions/031_add_changesources_table.py A master/buildbot/db/migrate/versions/032_slave_connections.py A master/buildbot/db/migrate/versions/033_buildrequests_waited_for.py A master/buildbot/db/migrate/versions/034_log_slug.py A master/buildbot/db/migrate/versions/035_remove_changes_is_dir_column.py A master/buildbot/db/migrate/versions/036_build_parent.py M master/buildbot/db/model.py M master/buildbot/db/schedulers.py M master/buildbot/db/sourcestamps.py R master/buildbot/db/sourcestampsets.py M master/buildbot/db/state.py A master/buildbot/db/steps.py M master/buildbot/db/users.py M master/buildbot/interfaces.py M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/monkeypatches/testcase_assert.py A master/buildbot/mq/__init__.py A master/buildbot/mq/base.py A master/buildbot/mq/connector.py A master/buildbot/mq/simple.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/build.py M master/buildbot/process/builder.py M master/buildbot/process/buildrequest.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/buildstep.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py A master/buildbot/process/log.py M master/buildbot/process/logobserver.py M master/buildbot/process/metrics.py M master/buildbot/process/properties.py M master/buildbot/process/remotecommand.py M master/buildbot/process/slavebuilder.py M master/buildbot/process/subunitlogobserver.py M master/buildbot/process/users/manager.py M master/buildbot/process/users/manual.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/manager.py M master/buildbot/schedulers/timed.py M master/buildbot/schedulers/triggerable.py M master/buildbot/schedulers/trysched.py M master/buildbot/scripts/create_master.py A master/buildbot/scripts/dataspec.py M master/buildbot/scripts/reconfig.py M master/buildbot/scripts/runner.py M master/buildbot/scripts/sample.cfg R master/buildbot/scripts/statusgui.py R master/buildbot/scripts/statuslog.py M master/buildbot/scripts/upgrade_master.py R master/buildbot/sourcestamp.py M master/buildbot/status/base.py M master/buildbot/status/build.py M master/buildbot/status/builder.py M master/buildbot/status/buildrequest.py M master/buildbot/status/buildset.py M master/buildbot/status/buildstep.py M master/buildbot/status/client.py M master/buildbot/status/logfile.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/persistent_queue.py M master/buildbot/status/results.py M master/buildbot/status/slave.py M master/buildbot/status/status_gerrit.py R master/buildbot/status/tinderbox.py R master/buildbot/status/web/about.py R master/buildbot/status/web/auth.py R master/buildbot/status/web/authz.py R master/buildbot/status/web/base.py R master/buildbot/status/web/baseweb.py R master/buildbot/status/web/build.py R master/buildbot/status/web/builder.py R master/buildbot/status/web/buildstatus.py R master/buildbot/status/web/changes.py R master/buildbot/status/web/console.py R master/buildbot/status/web/feeds.py R master/buildbot/status/web/files/bg_gradient.jpg R master/buildbot/status/web/files/default.css R master/buildbot/status/web/files/exception_large.png R master/buildbot/status/web/files/exception_normal.png R master/buildbot/status/web/files/exception_small.png R master/buildbot/status/web/files/failure_large.png R master/buildbot/status/web/files/failure_normal.png R master/buildbot/status/web/files/failure_small.png R master/buildbot/status/web/files/readme_svg.txt R master/buildbot/status/web/files/retry_large.png R master/buildbot/status/web/files/retry_normal.png R master/buildbot/status/web/files/retry_small.png R master/buildbot/status/web/files/robots.txt R master/buildbot/status/web/files/skipped_large.png R master/buildbot/status/web/files/skipped_normal.png R master/buildbot/status/web/files/skipped_small.png R master/buildbot/status/web/files/status.svg R master/buildbot/status/web/files/status_large.svg R master/buildbot/status/web/files/status_small.svg R master/buildbot/status/web/files/success_large.png R master/buildbot/status/web/files/success_normal.png R master/buildbot/status/web/files/success_small.png R master/buildbot/status/web/files/templates_readme.txt R master/buildbot/status/web/files/unknown_large.png R master/buildbot/status/web/files/unknown_normal.png R master/buildbot/status/web/files/unknown_small.png R master/buildbot/status/web/files/warnings_large.png R master/buildbot/status/web/files/warnings_normal.png R master/buildbot/status/web/files/warnings_small.png R master/buildbot/status/web/grid.py M master/buildbot/status/web/hooks/poller.py R master/buildbot/status/web/logs.py R master/buildbot/test/interfaces/__init__.py Log Message: ----------- Merge branch 'nine' into 'master' +autopep8, etc. Commit: 97c8749d323ece8cc498aa1bc14cd69c208cb27c https://github.com/buildbot/buildbot/commit/97c8749d323ece8cc498aa1bc14cd69c208cb27c Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: R README.md M master/docs/relnotes/index.rst Log Message: ----------- merge README.md into relnotes Compare: https://github.com/buildbot/buildbot/compare/4a565ac77e85...97c8749d323e From noreply at github.com Tue Jun 17 13:10:59 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 06:10:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 4f0828: add note about WebStatus removal Message-ID: <53a03e63657fc_5981d39d34297fe@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 4f0828de447f13ad0088948899faf27d50a67fca https://github.com/buildbot/buildbot/commit/4f0828de447f13ad0088948899faf27d50a67fca Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- add note about WebStatus removal From noreply at github.com Tue Jun 17 18:11:27 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 11:11:27 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ce301d: clarify warnings about builder categories Message-ID: <53a084cf735f1_55be893d341005c4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ce301d9ad7b2ff0c1b81045f7d2a471bf3fe841d https://github.com/buildbot/buildbot/commit/ce301d9ad7b2ff0c1b81045f7d2a471bf3fe841d Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_config.py M master/docs/relnotes/index.rst Log Message: ----------- clarify warnings about builder categories ..and include builder categories in relnotes From noreply at github.com Tue Jun 17 18:21:32 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 11:21:32 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b54017: fix navbar minor annoyance Message-ID: <53a0872c797d5_411104fd34309ed@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b54017e03c745eca896ff5ae3872844849597a2e https://github.com/buildbot/buildbot/commit/b54017e03c745eca896ff5ae3872844849597a2e Author: K?lm?n Viktor Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M www/src/styles/styles.less Log Message: ----------- fix navbar minor annoyance Commit: bb9701e468f919119e520406d9b35f0273f59062 https://github.com/buildbot/buildbot/commit/bb9701e468f919119e520406d9b35f0273f59062 Author: K?lm?n Viktor Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M www/src/styles/styles.less Log Message: ----------- fix typo in comment Commit: 001733cb4397407b94c0a3063abac614965d152a https://github.com/buildbot/buildbot/commit/001733cb4397407b94c0a3063abac614965d152a Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M www/src/styles/styles.less Log Message: ----------- Merge kviktor/buildbot:minor-navbar-fix (PR #1164) Compare: https://github.com/buildbot/buildbot/compare/ce301d9ad7b2...001733cb4397 From noreply at github.com Wed Jun 18 00:56:25 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 17:56:25 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0a9649: stop skipping words tests Message-ID: <53a0e3b9da4f9_558aae7d389379@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0a9649e2a871886a2040066cf64c90309e2ebfaf https://github.com/buildbot/buildbot/commit/0a9649e2a871886a2040066cf64c90309e2ebfaf Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/buildbot/test/unit/test_status_words.py Log Message: ----------- stop skipping words tests From noreply at github.com Wed Jun 18 01:22:38 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 18:22:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e6b006: run 'bower install' with --config.interactive=fals... Message-ID: <53a0e9de2e93f_55a11455d3481388@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e6b0066633637869dd13c50eaf46113eacfee3d7 https://github.com/buildbot/buildbot/commit/e6b0066633637869dd13c50eaf46113eacfee3d7 Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M www/codeparameter/setup.py M www/sample_plugin/setup.py M www/setup.py Log Message: ----------- run 'bower install' with --config.interactive=false, so it doesn't stop to ask useless questions From noreply at github.com Wed Jun 18 01:38:41 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 18:38:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d0ff0d: fix up relnotes Message-ID: <53a0eda15c881_52fc12fbd4419992@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d0ff0d51899951266ab4abd11a4c154267a84474 https://github.com/buildbot/buildbot/commit/d0ff0d51899951266ab4abd11a4c154267a84474 Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix up relnotes From noreply at github.com Wed Jun 18 01:57:15 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 18:57:15 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 60aa84: git better error on invalid bulidslave names Message-ID: <53a0f1fbf0d95_60cef15d3859229@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 60aa84a22a77438f466ca569985f07888201ffbb https://github.com/buildbot/buildbot/commit/60aa84a22a77438f466ca569985f07888201ffbb Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/buildbot/data/buildslaves.py M master/buildbot/test/unit/test_data_buildslaves.py Log Message: ----------- git better error on invalid bulidslave names Commit: b663c90e41d1a06bf45ce678444b2e7b0c3317f6 https://github.com/buildbot/buildbot/commit/b663c90e41d1a06bf45ce678444b2e7b0c3317f6 Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/buildbot/buildslave/base.py Log Message: ----------- accept ascii slave names Compare: https://github.com/buildbot/buildbot/compare/d0ff0d518999...b663c90e41d1 From noreply at github.com Wed Jun 18 02:37:05 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 19:37:05 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e37666: include relnote about slave name restriction Message-ID: <53a0fb51a81a2_65b3123fd3829143@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e37666d70372f308972175c04939770c7073c72c https://github.com/buildbot/buildbot/commit/e37666d70372f308972175c04939770c7073c72c Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- include relnote about slave name restriction Commit: fd68067766930dea32156dfb2ca0ea1e720e2f1f https://github.com/buildbot/buildbot/commit/fd68067766930dea32156dfb2ca0ea1e720e2f1f Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/buildbot/config.py Log Message: ----------- Include the name of the builder using category instead of tag Fixes #2824. Compare: https://github.com/buildbot/buildbot/compare/b663c90e41d1...fd6806776693 From noreply at github.com Wed Jun 18 02:47:36 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 19:47:36 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0009e4: remove an instance of the bogus mock.assert_called Message-ID: <53a0fdc8c8020_5f7f741d3c324451@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0009e45dae908e8eb1f619461fd7567cc5cb973a https://github.com/buildbot/buildbot/commit/0009e45dae908e8eb1f619461fd7567cc5cb973a Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/buildbot/test/unit/test_util.py Log Message: ----------- remove an instance of the bogus mock.assert_called Refs #2754. From noreply at github.com Wed Jun 18 03:30:00 2014 From: noreply at github.com (GitHub) Date: Tue, 17 Jun 2014 20:30:00 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] de1384: Convert shlex inputs to strings; should fix failur... Message-ID: <53a107b8b7ab3_60cef15d38614c0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: de1384330c1738d3f4152ec9abea5834f0083f7e https://github.com/buildbot/buildbot/commit/de1384330c1738d3f4152ec9abea5834f0083f7e Author: Dustin J. Mitchell Date: 2014-06-17 (Tue, 17 Jun 2014) Changed paths: M master/buildbot/status/words.py Log Message: ----------- Convert shlex inputs to strings; should fix failures on Python-2.6.6 From noreply at github.com Wed Jun 18 13:03:31 2014 From: noreply at github.com (GitHub) Date: Wed, 18 Jun 2014 06:03:31 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b22076: remove redundant docs of message content from mq.r... Message-ID: <53a18e2391898_4d5a547d38767f3@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b220768bef78a978e0bb70cb2ae8a717cb70df26 https://github.com/buildbot/buildbot/commit/b220768bef78a978e0bb70cb2ae8a717cb70df26 Author: Dustin J. Mitchell Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/docs/developer/mq.rst Log Message: ----------- remove redundant docs of message content from mq.rst Commit: 8154935c51f4729ee733f846d15b57d19da1da32 https://github.com/buildbot/buildbot/commit/8154935c51f4729ee733f846d15b57d19da1da32 Author: Dustin J. Mitchell Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/docs/developer/mq.rst Log Message: ----------- remove nonexistent implementations from mq.rst Compare: https://github.com/buildbot/buildbot/compare/de1384330c17...8154935c51f4 From noreply at github.com Wed Jun 18 15:36:45 2014 From: noreply at github.com (GitHub) Date: Wed, 18 Jun 2014 08:36:45 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] db04e5: add docs for 'name' parameter of HgPoller Message-ID: <53a1b20de8f34_c75969d44857fd@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: db04e561b643719d1a879085ab8842a54ebb892e https://github.com/buildbot/buildbot/commit/db04e561b643719d1a879085ab8842a54ebb892e Author: Dustin J. Mitchell Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/docs/manual/cfg-changesources.rst Log Message: ----------- add docs for 'name' parameter of HgPoller From noreply at github.com Wed Jun 18 15:55:49 2014 From: noreply at github.com (GitHub) Date: Wed, 18 Jun 2014 08:55:49 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 48e985: remove spurious heading Message-ID: <53a1b685473eb_4b95f1bd3c72998@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 48e9859ff1db014c5cb1268c2baa61da98c2325c https://github.com/buildbot/buildbot/commit/48e9859ff1db014c5cb1268c2baa61da98c2325c Author: Dustin J. Mitchell Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- remove spurious heading From noreply at github.com Wed Jun 18 17:59:33 2014 From: noreply at github.com (GitHub) Date: Wed, 18 Jun 2014 10:59:33 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 93b084: fix example mergeRequests function Message-ID: <53a1d38595bd3_48541471d401126e0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 93b0845b6cbda67b3b4168d208cd583fb0e2c272 https://github.com/buildbot/buildbot/commit/93b0845b6cbda67b3b4168d208cd583fb0e2c272 Author: Dustin J. Mitchell Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/docs/manual/customization.rst Log Message: ----------- fix example mergeRequests function From noreply at github.com Wed Jun 18 19:42:49 2014 From: noreply at github.com (GitHub) Date: Wed, 18 Jun 2014 12:42:49 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b9be7e: rework oauth Message-ID: <53a1ebb994d3d_466312e5d3c7112c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b9be7ee490900579e77e86b20059325e27d8a0b6 https://github.com/buildbot/buildbot/commit/b9be7ee490900579e77e86b20059325e27d8a0b6 Author: Pierre Tardy Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/buildbot/test/unit/test_www_oauth.py M master/buildbot/www/oauth2.py M master/docs/developer/cls-auth.rst M master/docs/manual/cfg-www.rst Log Message: ----------- rework oauth Sanction actually makes things more complicated than it needs to be When you look at the simplicity of the oauth protocol, better do its own implementation Add e2e tests to verify that the negociation actually works against the real bearer Signed-off-by: Pierre Tardy Commit: 1b6052ce916f2418dc488688ff0f2d121a90e5a2 https://github.com/buildbot/buildbot/commit/1b6052ce916f2418dc488688ff0f2d121a90e5a2 Author: Pierre Tardy Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/buildbot/www/auth.py M master/buildbot/www/oauth2.py M www/src/app/common/directives/loginbar/loginbar.directive.coffee Log Message: ----------- some more fixes for oauth2 - Add some more customization (option to skip ssl verif for dev) - some oauth2 do posts instead of get for their redirect_url - add autologin capability, so that UI enforce the connection to oauth server - fix logout for oauth Signed-off-by: Pierre Tardy Commit: 1e42f4d338d1b90239068d3a06eeef3f7641a670 https://github.com/buildbot/buildbot/commit/1e42f4d338d1b90239068d3a06eeef3f7641a670 Author: Pierre Tardy Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/buildbot/test/unit/test_www_ldapuserinfo.py M master/buildbot/www/ldapuserinfo.py M master/docs/manual/cfg-www.rst Log Message: ----------- ldap: use python3-ldap instead of python-ldap python-ldap needs a c library while python3-ldap is pure python pure python is prefered for simplification of deployment with pip (no need to apt-get builddeps, works better with paas) unlike its name is suggesting, it support python 2 Signed-off-by: Pierre Tardy Commit: a27eb997bd8e46832875de9b0b216f33d564990e https://github.com/buildbot/buildbot/commit/a27eb997bd8e46832875de9b0b216f33d564990e Author: Pierre Tardy Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/buildbot/test/unit/test_www_auth.py M master/buildbot/test/unit/test_www_oauth.py Log Message: ----------- minor unittests fixes Signed-off-by: Pierre Tardy Commit: 33a82ee191f2be6fa6f45fa219dd6abfd6859126 https://github.com/buildbot/buildbot/commit/33a82ee191f2be6fa6f45fa219dd6abfd6859126 Author: Pierre Tardy Date: 2014-06-18 (Wed, 18 Jun 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/config.py M master/buildbot/data/buildslaves.py M master/buildbot/status/words.py M master/buildbot/test/unit/test_data_buildslaves.py M master/buildbot/test/unit/test_status_words.py M master/buildbot/test/unit/test_util.py M master/docs/developer/mq.rst M master/docs/manual/cfg-changesources.rst M master/docs/manual/customization.rst M master/docs/relnotes/index.rst M www/codeparameter/setup.py M www/sample_plugin/setup.py M www/setup.py Log Message: ----------- Merge branch 'master' of github.com:buildbot/buildbot into oauth Compare: https://github.com/buildbot/buildbot/compare/93b0845b6cbd...33a82ee191f2 From noreply at github.com Sun Jun 22 17:48:15 2014 From: noreply at github.com (GitHub) Date: Sun, 22 Jun 2014 10:48:15 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d70e75: default to 127.0.0.1 for buildmaster Message-ID: <53a716df23ce7_7e2febbd38679c2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d70e75351de1c2b0d9ab2ef72844af3a542335ef https://github.com/buildbot/buildbot/commit/d70e75351de1c2b0d9ab2ef72844af3a542335ef Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- default to 127.0.0.1 for buildmaster Commit: 441437b164cab74391fbdfe5cffe8173c00da846 https://github.com/buildbot/buildbot/commit/441437b164cab74391fbdfe5cffe8173c00da846 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- adding option to log directly to stdout Commit: fa5b2abc5023c730814a28e00e85ef50f95f2e5b https://github.com/buildbot/buildbot/commit/fa5b2abc5023c730814a28e00e85ef50f95f2e5b Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- PEP8 style fixes, made some defaults more explicit Commit: 31cee899480491e86b56277f162bc9c8731af414 https://github.com/buildbot/buildbot/commit/31cee899480491e86b56277f162bc9c8731af414 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- bugfix, 'changes' may not be defined Commit: 91a7b0e4d4fb7948612be90b5e47201e18a1bbf9 https://github.com/buildbot/buildbot/commit/91a7b0e4d4fb7948612be90b5e47201e18a1bbf9 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- reject non-push events Commit: 1896482a233c31a4130eff042c308aec9b06384b https://github.com/buildbot/buildbot/commit/1896482a233c31a4130eff042c308aec9b06384b Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- use method over property Commit: 4da0d5edb449d335e353d3190367f3f698ba1387 https://github.com/buildbot/buildbot/commit/4da0d5edb449d335e353d3190367f3f698ba1387 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- adding check for X-Hub-Signature Commit: 689f01c533ce09e5094e90df0c9cac82089cf7a1 https://github.com/buildbot/buildbot/commit/689f01c533ce09e5094e90df0c9cac82089cf7a1 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- fix exception logging and respond to the request with the error Commit: 832ab2fa927d3f513fbc6c4385b43f0cbc9f8038 https://github.com/buildbot/buildbot/commit/832ab2fa927d3f513fbc6c4385b43f0cbc9f8038 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- remove unused import Commit: 03c9b644b9d7f80494e4c0577116a7866ad63e30 https://github.com/buildbot/buildbot/commit/03c9b644b9d7f80494e4c0577116a7866ad63e30 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- adding response to github's requests Commit: 4b4212bd909a060dcdba45735e5771ac131e1bc5 https://github.com/buildbot/buildbot/commit/4b4212bd909a060dcdba45735e5771ac131e1bc5 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- adding --auth for PB, some minor cleanups Commit: 0b686c4d8b0aa91d639c0a3613d3643940ce4057 https://github.com/buildbot/buildbot/commit/0b686c4d8b0aa91d639c0a3613d3643940ce4057 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- minor logging fixes Commit: 1ca2062f6a869aa34003b0025d0a12652a662762 https://github.com/buildbot/buildbot/commit/1ca2062f6a869aa34003b0025d0a12652a662762 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- added missing response to github Commit: 91a7150da18a685504cf818f2029077ac639a930 https://github.com/buildbot/buildbot/commit/91a7150da18a685504cf818f2029077ac639a930 Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- reformat change iteration for readability Commit: faffcaed5cf26451026510d6f2c077e3d556c9dd https://github.com/buildbot/buildbot/commit/faffcaed5cf26451026510d6f2c077e3d556c9dd Author: Oliver Palmer Date: 2014-06-21 (Sat, 21 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- request should not be a keyword Commit: c325c4f0acaa2487d09a008e73c4686acce1ab3f https://github.com/buildbot/buildbot/commit/c325c4f0acaa2487d09a008e73c4686acce1ab3f Author: Oliver Palmer Date: 2014-06-22 (Sun, 22 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- default for --auth should match the PBChangeSource defaults Commit: a55049bc2e1320e5c4c8dba11e09079e8005668f https://github.com/buildbot/buildbot/commit/a55049bc2e1320e5c4c8dba11e09079e8005668f Author: Dustin J. Mitchell Date: 2014-06-22 (Sun, 22 Jun 2014) Changed paths: M master/contrib/github_buildbot.py Log Message: ----------- Merge opalmer/buildbot:master (PR #1166) +autopep8 Compare: https://github.com/buildbot/buildbot/compare/33a82ee191f2...a55049bc2e13 From noreply at github.com Tue Jun 24 14:48:27 2014 From: noreply at github.com (GitHub) Date: Tue, 24 Jun 2014 07:48:27 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] dfd586: monkey-patch LoopingCall.reset on Twisted-11.0.0 Message-ID: <53a98fbb4b5f6_f5e5ebd34230ac@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: dfd586c1ccf50c87b52954d1e05e9ea7916827e8 https://github.com/buildbot/buildbot/commit/dfd586c1ccf50c87b52954d1e05e9ea7916827e8 Author: Dustin J. Mitchell Date: 2014-06-24 (Tue, 24 Jun 2014) Changed paths: M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/loopingcall_reset.py Log Message: ----------- monkey-patch LoopingCall.reset on Twisted-11.0.0 From noreply at github.com Thu Jun 26 16:28:59 2014 From: noreply at github.com (GitHub) Date: Thu, 26 Jun 2014 09:28:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2bec11: git: force submodule update so local changes/files... Message-ID: <53ac4a4b2010_6ea113e1d441744b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2bec118821eb326f9220a25f5cda1ae5bed5eb40 https://github.com/buildbot/buildbot/commit/2bec118821eb326f9220a25f5cda1ae5bed5eb40 Author: Cody P Schafer Date: 2014-06-26 (Thu, 26 Jun 2014) 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 Commit: 1fc995d3546fd82b5d272a7d02230bacd5ea6fa2 https://github.com/buildbot/buildbot/commit/1fc995d3546fd82b5d272a7d02230bacd5ea6fa2 Author: Dustin J. Mitchell Date: 2014-06-26 (Thu, 26 Jun 2014) 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 jmesmon/buildbot:fix-submod (PR #1167) Compare: https://github.com/buildbot/buildbot/compare/dfd586c1ccf5...1fc995d3546f From noreply at github.com Fri Jun 27 20:35:49 2014 From: noreply at github.com (GitHub) Date: Fri, 27 Jun 2014 13:35:49 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 8c3b4c: Add bowerconfigs module dependency Message-ID: <53add5a538d7d_4010f25d3c60013@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8c3b4c903bde79027cfe74f4c24da40ebdf90f5e https://github.com/buildbot/buildbot/commit/8c3b4c903bde79027cfe74f4c24da40ebdf90f5e Author: Andras Toth Date: 2014-06-27 (Fri, 27 Jun 2014) Changed paths: M www/src/app/about/about.module.coffee Log Message: ----------- Add bowerconfigs module dependency Commit: f7a0e8f395cc13d808e9d8170262d4c8fb13a37b https://github.com/buildbot/buildbot/commit/f7a0e8f395cc13d808e9d8170262d4c8fb13a37b Author: Dustin J. Mitchell Date: 2014-06-27 (Fri, 27 Jun 2014) Changed paths: M www/src/app/about/about.module.coffee Log Message: ----------- Merge tothandras/buildbot:fix_about (PR #1169) Compare: https://github.com/buildbot/buildbot/compare/1fc995d3546f...f7a0e8f395cc From noreply at github.com Fri Jun 27 23:43:38 2014 From: noreply at github.com (GitHub) Date: Fri, 27 Jun 2014 16:43:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] adf4f5: don't use new zope.interface features where not av... Message-ID: <53ae01aaa6f0a_3640611d40976bd@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: adf4f5a95c78c411ec9e817fae6249736e58e2d9 https://github.com/buildbot/buildbot/commit/adf4f5a95c78c411ec9e817fae6249736e58e2d9 Author: Dustin J. Mitchell Date: 2014-06-27 (Fri, 27 Jun 2014) Changed paths: M master/buildbot/test/util/interfaces.py Log Message: ----------- don't use new zope.interface features where not available (python2.5) From noreply at github.com Sat Jun 28 13:18:19 2014 From: noreply at github.com (GitHub) Date: Sat, 28 Jun 2014 06:18:19 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c58dd3: don't require zope.interface-4.1.1 on py24/py25 Message-ID: <53aec09bb22c5_2fe0ac7d441832b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c58dd338554472787768836e1bb885587c72ea4a https://github.com/buildbot/buildbot/commit/c58dd338554472787768836e1bb885587c72ea4a Author: Dustin J. Mitchell Date: 2014-06-28 (Sat, 28 Jun 2014) Changed paths: M master/setup.py Log Message: ----------- don't require zope.interface-4.1.1 on py24/py25 From noreply at github.com Sat Jun 28 22:41:00 2014 From: noreply at github.com (GitHub) Date: Sat, 28 Jun 2014 15:41:00 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0cb879: minor fixes for new-style-steps Message-ID: <53af447cb129_ceca19d341898d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0cb87950c62d9327fcdf1f61a2f78fc1abccb426 https://github.com/buildbot/buildbot/commit/0cb87950c62d9327fcdf1f61a2f78fc1abccb426 Author: Mikhail Sobolev Date: 2014-06-28 (Sat, 28 Jun 2014) Changed paths: M master/docs/manual/new-style-steps.rst Log Message: ----------- minor fixes for new-style-steps Commit: 8db707a05828f9f0a325c26ea2f241deabdc79da https://github.com/buildbot/buildbot/commit/8db707a05828f9f0a325c26ea2f241deabdc79da Author: Dustin J. Mitchell Date: 2014-06-28 (Sat, 28 Jun 2014) Changed paths: M master/docs/manual/new-style-steps.rst Log Message: ----------- Merge sa2ajj/buildbot:minor-fix (PR #1170) Compare: https://github.com/buildbot/buildbot/compare/c58dd3385544...8db707a05828 From noreply at github.com Sun Jun 29 22:30:17 2014 From: noreply at github.com (GitHub) Date: Sun, 29 Jun 2014 15:30:17 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e98386: debounce calls the underlying method immediately o... Message-ID: <53b093794d1e2_2390829d4493250@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e98386e3b0c06bae8f9ba0f5129afe4303d393c6 https://github.com/buildbot/buildbot/commit/e98386e3b0c06bae8f9ba0f5129afe4303d393c6 Author: Dustin J. Mitchell Date: 2014-06-29 (Sun, 29 Jun 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_util_debounce.py M master/buildbot/util/debounce.py M master/docs/developer/utils.rst Log Message: ----------- debounce calls the underlying method immediately on stop() Commit: a91381d4306e23f6ac6b82eace1c77f9e7b587f5 https://github.com/buildbot/buildbot/commit/a91381d4306e23f6ac6b82eace1c77f9e7b587f5 Author: Dustin J. Mitchell Date: 2014-06-29 (Sun, 29 Jun 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- make updateSummary callable, indirectly, for old-style steps Commit: 54f98bf93ffb3dcfd0b8cdfca1c015020505cc39 https://github.com/buildbot/buildbot/commit/54f98bf93ffb3dcfd0b8cdfca1c015020505cc39 Author: Dustin J. Mitchell Date: 2014-06-29 (Sun, 29 Jun 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_util_debounce.py M master/buildbot/util/debounce.py M master/docs/developer/utils.rst Log Message: ----------- Merge branch 'bug2825' Compare: https://github.com/buildbot/buildbot/compare/8db707a05828...54f98bf93ffb From noreply at github.com Sun Jun 29 23:02:38 2014 From: noreply at github.com (GitHub) Date: Sun, 29 Jun 2014 16:02:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fc915a: fix bogus test Message-ID: <53b09b0ec232f_331cc17d3483770@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fc915a3ffed194274443137b609c96b9f27e7f4f https://github.com/buildbot/buildbot/commit/fc915a3ffed194274443137b609c96b9f27e7f4f Author: Dustin J. Mitchell Date: 2014-06-29 (Sun, 29 Jun 2014) Changed paths: M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- fix bogus test From noreply at github.com Mon Jun 30 21:25:19 2014 From: noreply at github.com (GitHub) Date: Mon, 30 Jun 2014 14:25:19 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c7156e: Add console view & Fix recentStorage usage Message-ID: <53b1d5bf434a2_97a9ebd44101998@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c7156eb6498f2fb8a614f9bf79cebf83bb57a790 https://github.com/buildbot/buildbot/commit/c7156eb6498f2fb8a614f9bf79cebf83bb57a790 Author: Andra?s To?th Date: 2014-06-27 (Fri, 27 Jun 2014) Changed paths: M master/docs/developer/rtype-change.rst A www/console_view/.gitignore A www/console_view/Gruntfile.coffee A www/console_view/buildbot_console_view.py A www/console_view/grunt/coffeelint.json A www/console_view/grunt/config.coffee A www/console_view/setup.py A www/console_view/src/module/console.tpl.jade A www/console_view/src/module/main.module.coffee A www/console_view/src/module/main.module.spec.coffee A www/console_view/src/module/sticky/stiky.directive.coffee A www/console_view/src/module/view/builders-header/buildersheader.directive.coffee A www/console_view/src/module/view/builders-header/buildersheader.directive.spec.coffee A www/console_view/src/module/view/builders-header/buildersheader.tpl.jade A www/console_view/src/module/view/change-row/changerow.directive.coffee A www/console_view/src/module/view/change-row/changerow.directive.spec.coffee A www/console_view/src/module/view/change-row/changerow.tpl.jade A www/console_view/src/module/view/change-row/modal/modal.controller.coffee A www/console_view/src/module/view/change-row/modal/modal.style.less A www/console_view/src/module/view/change-row/modal/modal.tpl.jade A www/console_view/src/styles/styles.less A www/console_view/test/main.coffee R www/sample_plugin/grunt/tasks/clean.coffee R www/sample_plugin/grunt/tasks/copy.coffee M www/src/app/builders/build/build.route.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.spec.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.tpl.jade R www/src/app/builders/build/buildsummary/buildsummary.directive.coffee R www/src/app/builders/build/buildsummary/buildsummary.directive.spec.coffee R www/src/app/builders/build/buildsummary/buildsummary.tpl.jade M www/src/app/builders/builder/builder.route.coffee R www/src/app/builders/services/results/results.service.coffee R www/src/app/builders/services/results/results.service.spec.coffee A www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.coffee A www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee A www/src/app/common/directives/buildrequestsummary/buildrequestsummary.tpl.jade A www/src/app/common/directives/buildsummary/buildsummary.directive.coffee A www/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee A www/src/app/common/directives/buildsummary/buildsummary.tpl.jade M www/src/app/common/services/recentStorage/recentStorage.service.coffee A www/src/app/common/services/results/results.service.coffee A www/src/app/common/services/results/results.service.spec.coffee Log Message: ----------- Add console view & Fix recentStorage usage Commit: 5cdd30228a5e4203fd5bb7c4a2e2d3a20907b51c https://github.com/buildbot/buildbot/commit/5cdd30228a5e4203fd5bb7c4a2e2d3a20907b51c Author: Pierre Tardy Date: 2014-06-27 (Fri, 27 Jun 2014) Changed paths: M master/contrib/README.txt A master/contrib/api_proxy.py Log Message: ----------- api_proxy: utility for dashboard developers Signed-off-by: Pierre Tardy Commit: d1a7b420a1277add3daa7882f311903fb956aae6 https://github.com/buildbot/buildbot/commit/d1a7b420a1277add3daa7882f311903fb956aae6 Author: Andras Toth Date: 2014-06-29 (Sun, 29 Jun 2014) Changed paths: M www/console_view/src/module/view/builders-header/buildersheader.tpl.jade M www/console_view/src/styles/styles.less Log Message: ----------- Small design changes Commit: 7dad40aec2523bb8962bc545fa3f387a488a42da https://github.com/buildbot/buildbot/commit/7dad40aec2523bb8962bc545fa3f387a488a42da Author: Pierre Tardy Date: 2014-06-30 (Mon, 30 Jun 2014) Changed paths: M master/contrib/README.txt A master/contrib/api_proxy.py M master/docs/developer/rtype-change.rst A www/console_view/.gitignore A www/console_view/Gruntfile.coffee A www/console_view/buildbot_console_view.py A www/console_view/grunt/coffeelint.json A www/console_view/grunt/config.coffee A www/console_view/setup.py A www/console_view/src/module/console.tpl.jade A www/console_view/src/module/main.module.coffee A www/console_view/src/module/main.module.spec.coffee A www/console_view/src/module/sticky/stiky.directive.coffee A www/console_view/src/module/view/builders-header/buildersheader.directive.coffee A www/console_view/src/module/view/builders-header/buildersheader.directive.spec.coffee A www/console_view/src/module/view/builders-header/buildersheader.tpl.jade A www/console_view/src/module/view/change-row/changerow.directive.coffee A www/console_view/src/module/view/change-row/changerow.directive.spec.coffee A www/console_view/src/module/view/change-row/changerow.tpl.jade A www/console_view/src/module/view/change-row/modal/modal.controller.coffee A www/console_view/src/module/view/change-row/modal/modal.style.less A www/console_view/src/module/view/change-row/modal/modal.tpl.jade A www/console_view/src/styles/styles.less A www/console_view/test/main.coffee R www/sample_plugin/grunt/tasks/clean.coffee R www/sample_plugin/grunt/tasks/copy.coffee M www/src/app/builders/build/build.route.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.directive.spec.coffee R www/src/app/builders/build/buildrequestsummary/buildrequestsummary.tpl.jade R www/src/app/builders/build/buildsummary/buildsummary.directive.coffee R www/src/app/builders/build/buildsummary/buildsummary.directive.spec.coffee R www/src/app/builders/build/buildsummary/buildsummary.tpl.jade M www/src/app/builders/builder/builder.route.coffee R www/src/app/builders/services/results/results.service.coffee R www/src/app/builders/services/results/results.service.spec.coffee A www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.coffee A www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee A www/src/app/common/directives/buildrequestsummary/buildrequestsummary.tpl.jade A www/src/app/common/directives/buildsummary/buildsummary.directive.coffee A www/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee A www/src/app/common/directives/buildsummary/buildsummary.tpl.jade M www/src/app/common/services/recentStorage/recentStorage.service.coffee A www/src/app/common/services/results/results.service.coffee A www/src/app/common/services/results/results.service.spec.coffee Log Message: ----------- Merge branch 'console_view' of git://github.com/tothandras/buildbot Commit: 105f1bb1c5b19bfaa8aa096e61581ef801512521 https://github.com/buildbot/buildbot/commit/105f1bb1c5b19bfaa8aa096e61581ef801512521 Author: Pierre Tardy Date: 2014-06-30 (Mon, 30 Jun 2014) Changed paths: M common/validate.sh M master/contrib/api_proxy.py Log Message: ----------- modify validate.sh to verify all the www modules Signed-off-by: Pierre Tardy Compare: https://github.com/buildbot/buildbot/compare/fc915a3ffed1...105f1bb1c5b1