[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-27 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r61334254 --- Diff: lib/ParamediciOSPermissions.js --- @@ -0,0 +1,43 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path = requi

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-27 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r61334214 --- Diff: lib/ParamedicConfig.js --- @@ -36,8 +36,10 @@ ParamedicConfig.parseFromArguments = function (argv) { startPort: argv

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-27 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r61334368 --- Diff: lib/utils/utilities.js --- @@ -0,0 +1,123 @@ +#!/usr/bin/env node + +var shelljs = require('shelljs'); +var verbose = und

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-27 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r61334311 --- Diff: lib/utils/utilities.js --- @@ -0,0 +1,123 @@ +#!/usr/bin/env node + +var shelljs = require('shelljs'); +var verbose = und

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-27 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r61334228 --- Diff: lib/ParamedicConfig.js --- @@ -36,8 +36,10 @@ ParamedicConfig.parseFromArguments = function (argv) { startPort: argv

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-27 Thread sarangan12
Github user sarangan12 commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r61334170 --- Diff: lib/ParamediciOSPermissions.js --- @@ -0,0 +1,43 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path = requi

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-20 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60495766 --- Diff: lib/utils/utilities.js --- @@ -0,0 +1,123 @@ +#!/usr/bin/env node + +var shelljs = require('shelljs'); +var verbose = undef

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-20 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60480780 --- Diff: lib/utils/utilities.js --- @@ -0,0 +1,123 @@ +#!/usr/bin/env node + +var shelljs = require('shelljs'); +var verbose = undefi

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-20 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60472155 --- Diff: lib/utils/utilities.js --- @@ -0,0 +1,123 @@ +#!/usr/bin/env node + +var shelljs = require('shelljs'); +var verbose = undefi

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-19 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60329456 --- Diff: lib/ParamediciOSPermissions.js --- @@ -0,0 +1,43 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path = require

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-19 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60320027 --- Diff: main.js --- @@ -37,6 +39,30 @@ if (pathToParamedicConfig || // --config ParamedicConfig.parseFromFile(pathToParamedicConfig):

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-19 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60319977 --- Diff: main.js --- @@ -37,6 +39,30 @@ if (pathToParamedicConfig || // --config ParamedicConfig.parseFromFile(pathToParamedicConfig):

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-19 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60319371 --- Diff: lib/ParamediciOSPermissions.js --- @@ -0,0 +1,43 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path = require

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-19 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60319212 --- Diff: lib/ParamedicConfig.js --- @@ -36,8 +36,10 @@ ParamedicConfig.parseFromArguments = function (argv) { startPort: argv.s

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-19 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60318605 --- Diff: lib/ParamedicConfig.js --- @@ -36,8 +36,10 @@ ParamedicConfig.parseFromArguments = function (argv) { startPort: argv.s

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-19 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60307151 --- Diff: lib/ParamediciOSPermissions.js --- @@ -0,0 +1,43 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path = require

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-18 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r60128184 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pat

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-15 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59903675 --- Diff: lib/ParamedicLog.js --- @@ -0,0 +1,154 @@ +#!/usr/bin/env node + +/* jshint node: true */ + +"use strict"; + +va

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread purplecabbage
Github user purplecabbage commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59791877 --- Diff: lib/ParamedicKill.js --- @@ -0,0 +1,95 @@ +#!/usr/bin/env node + +"use strict"; + +var shelljs = require("shelljs"

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59777381 --- Diff: lib/paramedic.js --- @@ -105,10 +116,23 @@ ParamedicRunner.prototype.checkPlatformRequirements = function() { logger.normal("cord

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread sgrebnov
Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59776906 --- Diff: main.js --- @@ -25,7 +25,12 @@ var USAGE = "Error missing args. \n" + "--useTunnel : (optional) use tunneling instead of local add

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59769584 --- Diff: lib/ParamedicKill.js --- @@ -0,0 +1,95 @@ +#!/usr/bin/env node + +"use strict"; + +var shelljs = require("shelljs");

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59762195 --- Diff: lib/ParamedicKill.js --- @@ -0,0 +1,95 @@ +#!/usr/bin/env node + +"use strict"; + +var shelljs = require("shelljs");

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59762070 --- Diff: lib/ParamedicKill.js --- @@ -0,0 +1,95 @@ +#!/usr/bin/env node + +"use strict"; + +var shelljs = require("shelljs");

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-14 Thread rakatyal
Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59745115 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pa

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59646081 --- Diff: lib/paramedic.js --- @@ -210,13 +234,29 @@ ParamedicRunner.prototype.waitForConnection = function() { }; ParamedicRunner.p

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59645814 --- Diff: lib/ParamedicLog.js --- @@ -0,0 +1,154 @@ +#!/usr/bin/env node + +/* jshint node: true */ + +"use strict"; + +v

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59645737 --- Diff: lib/ParamedicLog.js --- @@ -0,0 +1,154 @@ +#!/usr/bin/env node + +/* jshint node: true */ + +"use strict"; + +v

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59645230 --- Diff: lib/ParamedicLog.js --- @@ -0,0 +1,154 @@ +#!/usr/bin/env node + +/* jshint node: true */ + +"use strict"; + +v

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59644970 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pa

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59644686 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pa

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59644267 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pa

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59644069 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pa

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59643631 --- Diff: lib/ParamedicConfig.js --- @@ -104,4 +117,44 @@ ParamedicConfig.prototype.getTimeout = function() { return DEFAULT_TIMEOUT; }

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59642669 --- Diff: lib/ParamedicConfig.js --- @@ -104,4 +117,44 @@ ParamedicConfig.prototype.getTimeout = function() { return DEFAULT_TIMEOUT; }

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59641603 --- Diff: lib/ParamedicConfig.js --- @@ -104,4 +117,44 @@ ParamedicConfig.prototype.getTimeout = function() { return DEFAULT_TIMEOUT; }

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59641411 --- Diff: lib/ParamedicConfig.js --- @@ -53,7 +58,11 @@ ParamedicConfig.prototype.getReportSavePath = function () { return this._config.rep

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59639808 --- Diff: lib/ParamedicLog.js --- @@ -0,0 +1,154 @@ +#!/usr/bin/env node + +/* jshint node: true */ + +"use strict"; + +v

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59638892 --- Diff: lib/paramedic.js --- @@ -105,10 +116,23 @@ ParamedicRunner.prototype.checkPlatformRequirements = function() { logger.normal("cord

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59634307 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pa

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59633776 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pa

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59633588 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pa

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59633116 --- Diff: lib/ParamedicKill.js --- @@ -0,0 +1,95 @@ +#!/usr/bin/env node + +"use strict"; + +var shelljs = require("shelljs");

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59632979 --- Diff: lib/ParamedicConfig.js --- @@ -37,7 +37,12 @@ ParamedicConfig.parseFromArguments = function (argv) { endPort: argv.e

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59631368 --- Diff: lib/paramedic.js --- @@ -17,22 +17,30 @@ under the License. */ -var exec = require('./utils').exec, -shell =

[GitHub] cordova-paramedic pull request: Code changes for Collecting Device...

2016-04-13 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-paramedic/pull/4#discussion_r59630497 --- Diff: lib/ParamedicPermissions.js --- @@ -0,0 +1,60 @@ +#!/usr/bin/env node + +/* jshint node: true */ +var path= require('pat