[Buildbot-commits] [buildbot/buildbot] 1646d4: first guanlecoja build
GitHub
noreply at github.com
Fri Aug 8 15:01:13 UTC 2014
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 1646d445a57a0068f90fa57ebbc0fef7d91f924d
https://github.com/buildbot/buildbot/commit/1646d445a57a0068f90fa57ebbc0fef7d91f924d
Author: Pierre Tardy <tardyp at gmail.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M master/buildbot/scripts/dataspec.py
M www/codeparameter/src/module/codefield.directive.coffee
R www/grunt/coffeelint.json
R www/grunt/config.coffee
R www/grunt/customtasks.coffee
A www/guanlecoja/coffeelint.json
A www/guanlecoja/config.coffee
A www/guanlecoja/customtasks.coffee
A www/gulpfile.js
A www/karma.conf.js
M www/src/app/app.module.coffee
M www/src/app/app.run.coffee
M www/src/app/common/services/mq/mq.service.coffee
M www/src/app/common/services/recentStorage/recentStorage.service.coffee
M www/src/app/common/services/results/results.service.coffee
M www/src/app/layout.jade
R www/test/scripts/main.coffee
Log Message:
-----------
first guanlecoja build
Signed-off-by: Pierre Tardy <tardyp at gmail.com>
Commit: da24ac5d8a7c2402d6fca6afe951ef3452ec5cc3
https://github.com/buildbot/buildbot/commit/da24ac5d8a7c2402d6fca6afe951ef3452ec5cc3
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M master/buildbot/www/config.py
M master/buildbot/www/service.py
M www/.gitignore
M www/README.txt
M www/buildbot_www.py
M www/codeparameter/.gitignore
R www/codeparameter/Gruntfile.coffee
M www/codeparameter/MANIFEST.in
M www/codeparameter/buildbot_codeparameter.py
R www/codeparameter/grunt/coffeelint.json
R www/codeparameter/grunt/config.coffee
R www/codeparameter/grunt/customtasks.coffee
A www/codeparameter/guanlecoja/config.coffee
A www/codeparameter/gulpfile.js
M www/codeparameter/setup.py
M www/codeparameter/src/module/codefield.directive.coffee
A www/codeparameter/test/main.coffee
R www/console_view/grunt/coffeelint.json
R www/console_view/grunt/config.coffee
A www/console_view/guanlecoja/coffeelint.json
A www/console_view/guanlecoja/config.coffee
A www/console_view/gulpfile.js
M www/console_view/setup.py
M www/console_view/src/module/main.module.spec.coffee
M www/console_view/src/module/view/change-row/changerow.directive.spec.coffee
M www/console_view/test/main.coffee
M www/guanlecoja/config.coffee
M www/gulpfile.js
R www/karma.conf.js
M www/setup.py
M www/src/app/builders/buildrequest/buildrequest.controller.spec.coffee
M www/src/app/index.jade
M www/src/app/layout.jade
M www/src/styles/styles.less
R www/test/scripts/scenarios/devapp.module.coffee
Log Message:
-----------
guanlecoja for plugins
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 4609dbb0fb6a24198ee765f5c5d608fcbc37ed80
https://github.com/buildbot/buildbot/commit/4609dbb0fb6a24198ee765f5c5d608fcbc37ed80
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M www/console_view/src/module/main.module.coffee
M www/console_view/src/module/view/builders-header/buildersheader.directive.spec.coffee
M www/src/app/common/directives/buildrequestsummary/buildrequestsummary.directive.spec.coffee
M www/src/app/common/directives/buildsummary/buildsummary.directive.spec.coffee
M www/src/app/common/services/buildbot/buildbot.service.spec.coffee
M www/src/app/common/services/mq/mq.service.spec.coffee
M www/src/app/common/services/recentStorage/recentstorage.service.spec.coffee
M www/src/app/common/services/results/results.service.spec.coffee
Log Message:
-----------
remove reference to __karma__
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: ae94971746b512fbb8db70708f5575a089dd209a
https://github.com/buildbot/buildbot/commit/ae94971746b512fbb8db70708f5575a089dd209a
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
R www/waterfall_view/Gruntfile.coffee
M www/waterfall_view/buildbot_waterfall_view.py
R www/waterfall_view/grunt/coffeelint.json
R www/waterfall_view/grunt/config.coffee
A www/waterfall_view/guanlecoja/config.coffee
A www/waterfall_view/gulpfile.js
M www/waterfall_view/test/main.coffee
Log Message:
-----------
update waterfall for guanlecoja
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: d4cac3186c7b892d692e07991b93501340c13c84
https://github.com/buildbot/buildbot/commit/d4cac3186c7b892d692e07991b93501340c13c84
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)
Changed paths:
M www/console_view/src/module/main.module.spec.coffee
M www/guanlecoja/config.coffee
A www/src/app/d3/d3.service.coffee
M www/waterfall_view/guanlecoja/config.coffee
M www/waterfall_view/setup.py
R www/waterfall_view/src/module/d3/d3.service.coffee
M www/waterfall_view/src/module/main.module.spec.coffee
Log Message:
-----------
make d3 part of the main app
We dont get d3 from the main d3 site anymore (they might not like us to steal bw, and this works better for airplane hacking ;) )
We rather ship d3 as a standalone js file, and lazy load it when needed
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 2dafe0f6d29000f56a22a69e08beaa1ca20b150b
https://github.com/buildbot/buildbot/commit/2dafe0f6d29000f56a22a69e08beaa1ca20b150b
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)
Changed paths:
M www/codeparameter/setup.py
M www/console_view/setup.py
R www/sample_plugin/.gitignore
R www/sample_plugin/Gruntfile.coffee
R www/sample_plugin/buildbot_sample_plugin.py
R www/sample_plugin/grunt/coffeelint.json
R www/sample_plugin/grunt/config.coffee
R www/sample_plugin/setup.py
R www/sample_plugin/src/img/logo.png
R www/sample_plugin/src/module/d3demo/d3demo.directive.coffee
R www/sample_plugin/src/module/demo.module.coffee
R www/sample_plugin/src/module/demo.tpl.jade
R www/sample_plugin/src/styles/styles.less
M www/setup.py
M www/waterfall_view/setup.py
Log Message:
-----------
Simplify setup.py
Current version is far too much boilerplate for a plugin
Its obsolete with the change to gulp, and has proven to be very unreliable.
We need to find something more simple that does not feel like black magic
Delete old sample_plugin. It is obsolete, now we have good examples
with waterfall and console
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 5f153f45da187fff300dde20a68bc7884558946b
https://github.com/buildbot/buildbot/commit/5f153f45da187fff300dde20a68bc7884558946b
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-08-07 (Thu, 07 Aug 2014)
Changed paths:
A pkg/buildbot_pkg.py
A pkg/setup.py
A pkg/test_buildbot_pkg.py
R www/Gruntfile.coffee
M www/MANIFEST.in
M www/codeparameter/setup.py
M www/console_view/setup.py
M www/setup.py
M www/waterfall_view/setup.py
Log Message:
-----------
factorized setup.py for www plugins
Commit: f0dc21eef27cf2ed3136c7827a78a8199273c7c6
https://github.com/buildbot/buildbot/commit/f0dc21eef27cf2ed3136c7827a78a8199273c7c6
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M common/validate.sh
M master/buildbot/test/unit/test_www_config.py
M pkg/buildbot_pkg.py
M pkg/setup.py
M pkg/test_buildbot_pkg.py
M www/.gitignore
A www/codeparameter/package.json
M www/codeparameter/setup.py
R www/console_view/.gitignore
A www/console_view/package.json
M www/console_view/src/module/main.module.spec.coffee
A www/package.json
R www/waterfall_view/.gitignore
A www/waterfall_view/package.json
Log Message:
-----------
some small fixes
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: a1bb3f250fd340a6b0238c3d165dea2e76533046
https://github.com/buildbot/buildbot/commit/a1bb3f250fd340a6b0238c3d165dea2e76533046
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M master/buildbot/changes/bitbucket.py
Log Message:
-----------
fix bitbucket unit tests
no idea why I detect this now, and not metabb
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Compare: https://github.com/buildbot/buildbot/compare/b90b7aab1174...a1bb3f250fd3
More information about the Commits
mailing list