[GitHub] cordova-lib issue #599: CB-13463 : prevent package.json update with --nosave...

2017-10-25 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/599 merge! --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h

[GitHub] cordova-lib issue #599: CB-13463 : prevent package.json update with --nosave...

2017-10-24 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/599 LGTM, but the ci failures 😨 --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands

[GitHub] cordova-lib issue #601: CB-13485: Test with Node8

2017-10-23 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/601 yeah i ran into this last time i tried to do it. npm 5 doesn't handle `npm link` properly. Doesn't work with our current link all the cordova deps strategy

[GitHub] cordova-lib issue #597: CB-13451 (all platforms) "pkg not defined" exception...

2017-10-20 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/597 merged! Thanks again @OminousWater! --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional

[GitHub] cordova-lib issue #597: CB-13451 (all platforms) "pkg not defined" exception...

2017-10-20 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/597 No worries @OminousWater! That is what reviews are for :) CI gets trigged with new commits or updated commits. Looks like your PR triggered it. I'll wait and see how they go

[GitHub] cordova-lib pull request #597: CB-13451 (all platforms) "pkg not defined" ex...

2017-10-20 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/597#discussion_r146039059 --- Diff: src/plugman/init-defaults.js --- @@ -55,25 +55,26 @@ function readDeps (test) { }; } -var name = pkg.name

[GitHub] cordova-lib pull request #597: CB-13451 (all platforms) "pkg not defined" ex...

2017-10-20 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/597#discussion_r146038992 --- Diff: .eslintignore --- @@ -1,4 +1 @@ -spec/cordova/fixtures/** -spec/plugman/projects/** -spec/plugman/plugins/** -spec/cordova

[GitHub] cordova-lib pull request #597: CB-13451 (all platforms) "pkg not defined" ex...

2017-10-20 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/597#discussion_r146039159 --- Diff: src/plugman/init-defaults.js --- @@ -149,10 +149,11 @@ if (!pkg.author) { } : prompt('author'); } -/* eslint

[GitHub] cordova-lib issue #597: CB-13451 (all platforms) "pkg not defined" exception...

2017-10-19 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/597 Thanks for all your work on this @OminousWater! --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org

[GitHub] cordova-lib issue #597: CB-13451 (all platforms) "pkg not defined" exception...

2017-10-18 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/597 I think turning it back to `package` in plugman is the way to go. We can add an eslint exception for it I hope

[GitHub] cordova-coho pull request #161: Update tools-release-process.md

2017-10-06 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-coho/pull/161 Update tools-release-process.md ### Platforms affected ### What does this PR do? ### What testing has been done on this change

[GitHub] cordova-node-xcode issue #2: CB-12844 Update pbxProject.js

2017-10-04 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-node-xcode/pull/2 Hey @sruthakeerthikotla! Could you add a test to the pr? --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] cordova-cli pull request #287: CB-13303 : added noprod/production as an opti...

2017-10-03 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/287#discussion_r142530184 --- Diff: src/cli.js --- @@ -475,8 +491,11 @@ function cli (inputArgs) { link: args.link || false, save: args.save

[GitHub] cordova-cli pull request #287: CB-13303 : added noprod/production as an opti...

2017-10-03 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/287#discussion_r142529980 --- Diff: src/cli.js --- @@ -465,6 +473,14 @@ function cli (inputArgs) { // User explicitly did not pass in searchpath

[GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option

2017-10-03 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/286#discussion_r142484800 --- Diff: src/cli.js --- @@ -449,6 +450,10 @@ function cli (inputArgs) { args.save = true

[GitHub] cordova-cli pull request #286: CB-13353 : added save-exact option

2017-10-03 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/286#discussion_r142475924 --- Diff: src/cli.js --- @@ -443,12 +444,16 @@ function cli (inputArgs) { }); } -if (args.nosave

[GitHub] cordova-cli issue #285: CB-13274 : removed .jshintignore file and removed un...

2017-09-26 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-cli/pull/285 Merge it! --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h

[GitHub] cordova-js pull request #149: CB-12895 : added eslint to repo

2017-09-26 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-js/pull/149#discussion_r141133636 --- Diff: package.json --- @@ -15,6 +15,7 @@ "url": "https://issues.apache.org/jira/browse/CB; }, "scripts&

[GitHub] cordova-js pull request #149: CB-12895 : added eslint to repo

2017-09-25 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-js/pull/149#discussion_r140927739 --- Diff: package.json --- @@ -15,6 +15,7 @@ "url": "https://issues.apache.org/jira/browse/CB; }, "scripts&

[GitHub] cordova-js pull request #149: CB-12895 : added eslint to repo

2017-09-25 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-js/pull/149#discussion_r140927689 --- Diff: package.json --- @@ -15,6 +15,7 @@ "url": "https://issues.apache.org/jira/browse/CB; }, "scripts&

[GitHub] cordova-plugin-device-motion issue #57: CB-13068: Updated README to point to...

2017-09-17 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-plugin-device-motion/pull/57 Merged this in, Added `info` tag. @maverickmishra can you close this issue

[GitHub] cordova-plugin-device-motion pull request #57: CB-13068: Updated README to p...

2017-09-17 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-plugin-device-motion/pull/57#discussion_r139333464 --- Diff: README.md --- @@ -27,6 +27,18 @@ description: Access accelerometer data. # cordova-plugin-device-motion

[GitHub] cordova-docs issue #729: Fixed up 'deployment' docs in README.md.

2017-09-13 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-docs/pull/729 LGTM. I personally prefer `npm run serve` over `node_modules/.bin/gulp build --prod` but can deal

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-09-06 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r137442765 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +62,131 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-09-06 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r137442686 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +62,131 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-09-06 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r137442253 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +62,131 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-09-06 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r137442083 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +62,131 @@ describe('cordova/plugin/save', function

[GitHub] cordova-docs pull request #724: CB-13231 : added cordova-common@2.1.0 releas...

2017-09-05 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/724#discussion_r137072952 --- Diff: www/_posts/2017-09-01-cordova-common-2.1.0.md --- @@ -0,0 +1,40 @@ +--- +layout: post +author: +name: Audrey So

[GitHub] cordova-docs pull request #724: CB-13231 : added cordova-common@2.1.0 releas...

2017-09-05 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/724#discussion_r137072825 --- Diff: www/_posts/2017-09-01-cordova-common-2.1.0.md --- @@ -0,0 +1,40 @@ +--- +layout: post +author: +name: Audrey So

[GitHub] cordova-docs pull request #724: CB-13231 : added cordova-common@2.1.0 releas...

2017-09-05 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/724#discussion_r137073157 --- Diff: www/_posts/2017-09-01-cordova-common-2.1.0.md --- @@ -0,0 +1,40 @@ +--- +layout: post +author: +name: Audrey So

[GitHub] cordova-lib issue #584: CB-12361 : added tests for plugin/save.js

2017-08-31 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/584 Make sure to run `npm run cover` to see the coverage report for save.js --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-08-31 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r136486774 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +61,145 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-08-31 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r136490386 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +61,145 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-08-31 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r136489451 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +61,145 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-08-31 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r136488898 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +61,145 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-08-31 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r136490187 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +61,145 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-08-31 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r136487019 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +61,145 @@ describe('cordova/plugin/save', function

[GitHub] cordova-lib pull request #584: CB-12361 : added tests for plugin/save.js

2017-08-31 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/584#discussion_r136487749 --- Diff: spec/cordova/plugin/save.spec.js --- @@ -54,15 +61,145 @@ describe('cordova/plugin/save', function

[GitHub] cordova-js pull request #148: CB-13232: added test for cordova's unquie loca...

2017-08-30 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-js/pull/148 CB-13232: added test for cordova's unquie local style require This is in response to https://github.com/apache/cordova-js/pull/146 You can merge this pull request into a Git repository

[GitHub] cordova-js issue #146: CB-13163: fix using relative paths in calls to requir...

2017-08-30 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-js/pull/146 If you checkout https://github.com/apache/cordova-ios/pull/333, you can see that I fixed the relative require for console. --- If your project is set up for it, you can reply to this email

[GitHub] cordova-lib issue #590: CB-13145: Create playservices version preference in ...

2017-08-30 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/590 This has been merged. Can you close it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cordova-docs issue #723: CB-13214: added browser and serve release blog post

2017-08-29 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-docs/pull/723 Let me know if you have any feedback! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cordova-docs pull request #723: CB-13214: added browser and serve release bl...

2017-08-29 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-docs/pull/723 CB-13214: added browser and serve release blog post ### Platforms affected ### What does this PR do? ### What testing has been done on this change

[GitHub] cordova-lib pull request #590: CB-13145: Create playservices version prefere...

2017-08-28 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/590#discussion_r135664127 --- Diff: src/cordova/plugin/util.js --- @@ -35,3 +40,39 @@ function saveToConfigXmlOn (config_json, options) { var autosave

[GitHub] cordova-lib pull request #590: CB-13145: Create playservices version prefere...

2017-08-28 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/590#discussion_r135664112 --- Diff: src/cordova/plugin/util.js --- @@ -35,3 +40,39 @@ function saveToConfigXmlOn (config_json, options) { var autosave

[GitHub] cordova-lib pull request #569: CB-12361: added main function unit tests for ...

2017-08-25 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/569#discussion_r135331136 --- Diff: spec/cordova/plugin/add.spec.js --- @@ -21,16 +21,82 @@ /* globals fail */ var Q = require('q'); -var add = require

[GitHub] cordova-js issue #146: CB-13163: fix using relative paths in calls to requir...

2017-08-24 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-js/pull/146 I had to revert this as it broke all of our plugins that use local require syntax (ex. cordova device-motion at https://github.com/apache/cordova-plugin-device-motion/blob/master/www

[GitHub] cordova-docs issue #719: CB-13076,CB-13068 : Removed references of cordova d...

2017-08-21 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-docs/pull/719 hmm, @filmaj screen shot makes it seem like he is testing on dev and not on 7.x. Maybe there are other references that still need to be removed. --- If your project is set up for it, you

[GitHub] cordova-lib issue #574: CB-12838 : prevented sorting and alphabetizing platf...

2017-08-16 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/574 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] cordova-lib pull request #574: CB-12838 : prevented sorting and alphabetizin...

2017-08-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/574#discussion_r132781446 --- Diff: src/cordova/restore-util.js --- @@ -341,19 +340,29 @@ function installPluginsFromConfigXML (args) { fs.writeFileSync

[GitHub] cordova-lib pull request #574: CB-12838 : prevented sorting and alphabetizin...

2017-08-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/574#discussion_r132780726 --- Diff: src/cordova/restore-util.js --- @@ -341,19 +340,29 @@ function installPluginsFromConfigXML (args) { fs.writeFileSync

[GitHub] cordova-lib pull request #574: CB-12838 : prevented sorting and alphabetizin...

2017-08-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/574#discussion_r132780476 --- Diff: src/cordova/restore-util.js --- @@ -341,19 +340,29 @@ function installPluginsFromConfigXML (args) { fs.writeFileSync

[GitHub] cordova-lib pull request #581: CB-12361 : added plugin remove tests

2017-08-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/581#discussion_r132758854 --- Diff: spec/cordova/plugin/remove.spec.js --- @@ -32,18 +66,123 @@ describe('cordova/plugin/remove', function () { expect

[GitHub] cordova-lib pull request #577: CB-12361 : added tests for platform/list.js

2017-08-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/577#discussion_r132738598 --- Diff: spec/cordova/platform/list.spec.js --- @@ -0,0 +1,75 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request #577: CB-12361 : added tests for platform/list.js

2017-08-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/577#discussion_r132742737 --- Diff: spec/cordova/platform/list.spec.js --- @@ -0,0 +1,75 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request #582: CB-12361 : added tests for plugin/search.js

2017-08-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/582#discussion_r132736159 --- Diff: spec/cordova/plugin/search.spec.js --- @@ -44,7 +44,36 @@ describe('cordova/plugin/search', function () { console.error(e

[GitHub] cordova-lib pull request #582: CB-12361 : added tests for plugin/search.js

2017-08-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/582#discussion_r132736117 --- Diff: spec/cordova/plugin/search.spec.js --- @@ -44,7 +44,36 @@ describe('cordova/plugin/search', function () { console.error(e

[GitHub] cordova-cli issue #284: Update readme.md - Proposal of corrections

2017-08-09 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-cli/pull/284 Changes look good to me --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] cordova-cli pull request #284: Update readme.md - Proposal of corrections

2017-08-09 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-cli/pull/284#discussion_r132319941 --- Diff: doc/readme.md --- @@ -374,7 +374,7 @@ based on the following criteria (listed in order of precedence): ### Examples

[GitHub] cordova-lib pull request #578: CB-12361 : added unit-tests for getPlatformDe...

2017-07-27 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/578#discussion_r129996355 --- Diff: spec/cordova/platform/getPlatformDetailsFromDir.spec.js --- @@ -0,0 +1,79 @@ +/** +Licensed to the Apache Software Foundation

[GitHub] cordova-lib issue #580: CB-12895 : Replaced jshint with eslint

2017-07-27 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/580 Huge PR! haha LGTM. I did a quick scan. Looks like spacing formatting for the most part. A few unused vars that you added exceptions for. Merge it --- If your project is set up

[GitHub] cordova-lib pull request #579: CB-12361 : added tests for save.js

2017-07-27 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/579#discussion_r129981636 --- Diff: spec/cordova/platform/save.spec.js --- @@ -0,0 +1,71 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request #579: CB-12361 : added tests for save.js

2017-07-27 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/579#discussion_r129981726 --- Diff: spec/cordova/platform/save.spec.js --- @@ -0,0 +1,71 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request #578: CB-12361 : added unit-tests for getPlatformDe...

2017-07-27 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/578#discussion_r129926425 --- Diff: spec/cordova/platform/getPlatformDetailsFromDir.spec.js --- @@ -0,0 +1,79 @@ +/** +Licensed to the Apache Software Foundation

[GitHub] cordova-lib pull request #577: CB-12361 : added tests for platform/list.js

2017-07-26 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/577#discussion_r129730654 --- Diff: spec/cordova/platform/list.spec.js --- @@ -0,0 +1,66 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request #577: CB-12361 : added tests for platform/list.js

2017-07-26 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/577#discussion_r129730691 --- Diff: spec/cordova/platform/list.spec.js --- @@ -0,0 +1,66 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-lib pull request #576: CB-12361 : added unit tests for remove platfo...

2017-07-26 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/576#discussion_r129713116 --- Diff: spec/cordova/platform/remove.spec.js --- @@ -0,0 +1,160 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-test-platform pull request #1: Doc requirements for platform api exp...

2017-07-21 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-test-platform/pull/1#discussion_r128869649 --- Diff: PlatformRequirements.md --- @@ -0,0 +1,144 @@ + +# New Platform Checklist + +## Stand-alone scripts

[GitHub] cordova-test-platform pull request #1: Doc requirements for platform api exp...

2017-07-21 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-test-platform/pull/1#discussion_r128869395 --- Diff: PlatformRequirements.md --- @@ -0,0 +1,144 @@ + +# New Platform Checklist + +## Stand-alone scripts

[GitHub] cordova-lib issue #558: CB-12766 Consistently write JSON with 2 spaces inden...

2017-07-17 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/558 Hey @G-Rath CB-12810 is very much still open :). https://issues.apache.org/jira/browse/CB-12810 Thanks for your comment. This is something we will hopefully get to soon

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-07-12 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r127055093 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,439 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-07-12 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r127032404 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,439 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-07-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r126843121 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,439 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-07-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r126842836 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,439 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-07-11 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r126844076 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,439 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124893454 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124892113 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124880319 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124881373 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124879975 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124891852 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124893969 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124894106 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124863854 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124890998 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124873252 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124871034 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124867315 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124868182 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124874233 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124881302 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124878766 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124879465 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124878233 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #573: CB-12361 : updated addHelper tests

2017-06-29 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/573#discussion_r124878443 --- Diff: spec/cordova/platform/addHelper.spec.js --- @@ -16,34 +16,459 @@ */ /* eslint-env jasmine */ +var path = require('path

[GitHub] cordova-lib pull request #569: CB-12361: added main function unit tests for ...

2017-06-26 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-lib/pull/569 CB-12361: added main function unit tests for plugin add.spec.js work in progress. Please don't merge You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] cordova-lib issue #568: Reorganized unit test directory structure + updated ...

2017-06-26 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/568 looks good to me. Only thing I would add is updating travis and appveyor as well. They run the integration tests as a separate task currently. --- If your project is set up for it, you can

[GitHub] cordova-lib issue #567: CB-12361: Added unit tests for prepare.js

2017-06-22 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/567 Sent an update with changes based on feedback --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cordova-lib pull request #567: CB-12361: Added unit tests for prepare.js

2017-06-21 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/567#discussion_r123426288 --- Diff: spec-cordova/prepare.spec.js --- @@ -17,175 +17,265 @@ under the License. */ -var shell = require('shelljs

[GitHub] cordova-lib pull request #567: CB-12361: Added unit tests for prepare.js

2017-06-21 Thread stevengill
Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/567#discussion_r123367811 --- Diff: spec-cordova/prepare.spec.js --- @@ -17,175 +17,265 @@ under the License. */ -var shell = require('shelljs

  1   2   3   4   5   6   7   8   >