[Buildbot-commits] [buildbot/buildbot] 0de20e: upgrade to angular1.2 rc3
GitHub
noreply at github.com
Mon Nov 25 15:20:53 UTC 2013
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: 0de20ec7665d14d7a98670f1020c097c481373a7
https://github.com/buildbot/buildbot/commit/0de20ec7665d14d7a98670f1020c097c481373a7
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: d367609a4e4da259bfed7a647818184126c4de92
https://github.com/buildbot/buildbot/commit/d367609a4e4da259bfed7a647818184126c4de92
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: 529ec5e2354f174b89a8fb83f31cf62baad5670a
https://github.com/buildbot/buildbot/commit/529ec5e2354f174b89a8fb83f31cf62baad5670a
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: 6eccabcaacd6edbc68673187fadf189641c8e75b
https://github.com/buildbot/buildbot/commit/6eccabcaacd6edbc68673187fadf189641c8e75b
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: f77bdf642f1b5a505b0c2af67bbf88dffcae547d
https://github.com/buildbot/buildbot/commit/f77bdf642f1b5a505b0c2af67bbf88dffcae547d
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: fa362cfdbf4517105a19fb040e3ae63d798144c0
https://github.com/buildbot/buildbot/commit/fa362cfdbf4517105a19fb040e3ae63d798144c0
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: 9ef7a383e2bb90aafca255c2f5aefc9a93b4fb7d
https://github.com/buildbot/buildbot/commit/9ef7a383e2bb90aafca255c2f5aefc9a93b4fb7d
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: 21f2073d9d33389b89d8e2000ab366583cab603f
https://github.com/buildbot/buildbot/commit/21f2073d9d33389b89d8e2000ab366583cab603f
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: db5319925b40c194a1ae39c7d533c3248347041d
https://github.com/buildbot/buildbot/commit/db5319925b40c194a1ae39c7d533c3248347041d
Author: Pierre Tardy <pierre.tardy at intel.com>
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: 567fb920544efb43b55b4308eff4737f29ac99cd
https://github.com/buildbot/buildbot/commit/567fb920544efb43b55b4308eff4737f29ac99cd
Author: Pierre Tardy <pierre.tardy at intel.com>
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 <pierre.tardy at intel.com>
Commit: 833294cd634cc947791b3278f403f3495a4cbfc7
https://github.com/buildbot/buildbot/commit/833294cd634cc947791b3278f403f3495a4cbfc7
Author: Pierre Tardy <pierre.tardy at intel.com>
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
Compare: https://github.com/buildbot/buildbot/compare/7aee3f44deb8...833294cd634c
More information about the Commits
mailing list