cordova-coho git commit: CB-11980: updated path to cordova-lib

2017-06-09 Thread steven
Repository: cordova-coho Updated Branches: refs/heads/master 7ce2b10cb -> d6c2a336a CB-11980: updated path to cordova-lib Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/d6c2a336 Tree:

[03/17] cordova-lib git commit: remove no longer used module.

2017-06-09 Thread filmaj
remove no longer used module. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/070eb318 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/070eb318 Diff:

[12/17] cordova-lib git commit: :snail: some derps on my part

2017-06-09 Thread filmaj
:snail: some derps on my part Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/52c38889 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/52c38889 Diff:

[05/17] cordova-lib git commit: plugman install require for top-level plugman module should be at runtime, otherwise without lazy loading we get into a circular dependency situation

2017-06-09 Thread filmaj
plugman install require for top-level plugman module should be at runtime, otherwise without lazy loading we get into a circular dependency situation Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/57c212c6 Tree:

[16/17] cordova-lib git commit: move platform module exports to the top, so clear what is exported.

2017-06-09 Thread filmaj
move platform module exports to the top, so clear what is exported. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/b8b10139 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/b8b10139 Diff:

[09/17] cordova-lib git commit: ignore vim swap files.

2017-06-09 Thread filmaj
ignore vim swap files. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/465079ec Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/465079ec Diff:

[10/17] cordova-lib git commit: Keep `raw` object around, alias to module directly, but drop in a deprecation warning if it is used. Update all code and specs to stop using the `raw` object.

2017-06-09 Thread filmaj
http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/ca7a068e/spec-cordova/plugin.spec.js -- diff --git a/spec-cordova/plugin.spec.js b/spec-cordova/plugin.spec.js index 1e4b606..35fef78 100644 --- a/spec-cordova/plugin.spec.js

[13/17] cordova-lib git commit: for deprecation-warning-wrapped raw methods, ensure to return so we can send the promise back.

2017-06-09 Thread filmaj
for deprecation-warning-wrapped raw methods, ensure to return so we can send the promise back. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/781c3c98 Tree:

[07/17] cordova-lib git commit: small tweaks to hooks runner tests

2017-06-09 Thread filmaj
small tweaks to hooks runner tests Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/472c31aa Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/472c31aa Diff:

[17/17] cordova-lib git commit: move actual unit tests from the old (mostly integration-test-heavy) platform.spec to new spec-cordova/platform.spec.js.

2017-06-09 Thread filmaj
move actual unit tests from the old (mostly integration-test-heavy) platform.spec to new spec-cordova/platform.spec.js. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/4b772eaf Tree:

[15/17] cordova-lib git commit: move platform specs to integration tests directory

2017-06-09 Thread filmaj
move platform specs to integration tests directory Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/7d865a9c Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/7d865a9c Diff:

[06/17] cordova-lib git commit: Revert lazy loading of modules.

2017-06-09 Thread filmaj
Revert lazy loading of modules. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/133d8d19 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/133d8d19 Diff:

[08/17] cordova-lib git commit: fully remove the wrapper specs, why not

2017-06-09 Thread filmaj
fully remove the wrapper specs, why not Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/91eef6fe Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/91eef6fe Diff:

[14/17] cordova-lib git commit: move cocoapod plugin test to integration tests, rename for clarity

2017-06-09 Thread filmaj
move cocoapod plugin test to integration tests, rename for clarity Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/8cebc3ca Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/8cebc3ca Diff:

[11/17] cordova-lib git commit: Keep `raw` object around, alias to module directly, but drop in a deprecation warning if it is used. Update all code and specs to stop using the `raw` object.

2017-06-09 Thread filmaj
Keep `raw` object around, alias to module directly, but drop in a deprecation warning if it is used. Update all code and specs to stop using the `raw` object. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit:

[02/17] cordova-lib git commit: bump timeout on test that fetches/unpacks tarballs. also ensure failure cases invoke done so we dont wait in case error conditions get hit.

2017-06-09 Thread filmaj
bump timeout on test that fetches/unpacks tarballs. also ensure failure cases invoke done so we dont wait in case error conditions get hit. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/0593e8ae Tree:

[04/17] cordova-lib git commit: removing lazy load from cordova-util.

2017-06-09 Thread filmaj
removing lazy load from cordova-util. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/0e3f7dbb Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/0e3f7dbb Diff:

[cordova-lib] Git Push Summary

2017-06-09 Thread filmaj
Repository: cordova-lib Updated Branches: refs/heads/no-lazy-load [deleted] 4b772eafd - To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org

[01/17] cordova-lib git commit: comment out wrapper specs, leave todo on how to properly unit test.

2017-06-09 Thread filmaj
Repository: cordova-lib Updated Branches: refs/heads/no-lazy-load [created] 4b772eafd comment out wrapper specs, leave todo on how to properly unit test. Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit:

ios commit: Add logging for malformed data

2017-06-09 Thread shazron
Repository: cordova-ios Updated Branches: refs/heads/master 8e74760ab -> 27d2919ca Add logging for malformed data This closes #317 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/27d2919c Tree:

[2/2] ios commit: CB-12887 - cordova run --list does not show virtual devices in iOS 11

2017-06-09 Thread shazron
CB-12887 - cordova run --list does not show virtual devices in iOS 11 This closes #318 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/8e74760a Tree:

[1/2] ios commit: CB-12887 - cordova run --list does not show virtual devices in iOS 11

2017-06-09 Thread shazron
Repository: cordova-ios Updated Branches: refs/heads/master 571c23516 -> 8e74760ab http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8e74760a/node_modules/ios-sim/node_modules/simctl/node_modules/shelljs/src/ls.js --

[2/2] ios commit: Lock down jasmine to ~2.6.0, update npm scripts to invoke jasmine in a compatible manner in jasmine 2.6.0.

2017-06-09 Thread shazron
Lock down jasmine to ~2.6.0, update npm scripts to invoke jasmine in a compatible manner in jasmine 2.6.0. Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/451c41b0 Tree:

[1/2] ios commit: CB-12869 - Update bundled ios-sim to 5.0.13

2017-06-09 Thread shazron
Repository: cordova-ios Updated Branches: refs/heads/4.4.0-ios-sim [created] 451c41b07 CB-12869 - Update bundled ios-sim to 5.0.13 This closes #314 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/2d405c49