You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/04/08 03:00:21 UTC

[cordova-paramedic] branch master updated (ce697af -> a45cfa1)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git.


    from ce697af  Improve Android parts of .travis.yml (use anchor/alias) (#106)
     new 23f1ef5  Replace JSHint with ESLint
     new b564cec  Convert ParamedicReporter to class w/ Refactor
     new c8c2326  Convert PluginsManager to class w/ Refactor
     new 20326d5  Convert ParamedicTargetChooser to class w/ Refactor
     new 90831cf  Convert ParamedicSauceLabs to class w/ Refactor
     new c9211f9  Convert ParamedicLogCollector to class w/ Refactor
     new 79e468d  Convert ParamedicKill to class w/ Refactor
     new 3f86ecd  Convert ParamediciOSPermissions to class w/ Refactor
     new 2eff221  Convert ParamedicConfig to class w/ Refactor
     new 19fe1a2  Convert ParamedicAppUninstall to class w/ Refactor
     new b7e3195  Convert ParamedicApp to class w/ Refactor
     new 2ed6bbb  Convert LocalServer to class w/ Refactor
     new 16de3a1  Convert ParamedicRunner to class w/ Refactor
     new 4ec8c57  Convert AppiumRunner to class w/ Refactor
     new f7ff7ad  Update TEST_(PASS|FAILED) to Boolean Values
     new ca4263a  Change Scope for Uploading App
     new 8023047  Cleanup
     new 4a193d1  Fix AppVeyor Failure with Just Build Flag
     new bd8f0bb  Apply suggestions from code review
     new a45cfa1  Merge pull request #110 from erisu/modern

The 302 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .jshintignore => .eslintignore         |    0
 .eslintrc.yml                          |   13 +
 .jshintrc                              |   14 -
 lib/LocalServer.js                     |  290 +++---
 lib/ParamedicApp.js                    |  215 +++--
 lib/ParamedicAppUninstall.js           |  114 +--
 lib/ParamedicConfig.js                 |  484 +++++-----
 lib/ParamedicKill.js                   |  157 ++--
 lib/ParamedicLogCollector.js           |  166 ++--
 lib/ParamedicSauceLabs.js              |  867 ++++++++---------
 lib/ParamedicTargetChooser.js          |  206 ++--
 lib/ParamediciOSPermissions.js         |  100 +-
 lib/PluginsManager.js                  |  135 +--
 lib/Reporters.js                       |   43 +-
 lib/appium/AppiumRunner.js             |  677 +++++++-------
 lib/appium/helpers/appPatcher.js       |   10 +-
 lib/appium/helpers/screenshotHelper.js |    4 +-
 lib/appium/helpers/wdHelper.js         |  190 ++--
 lib/paramedic.js                       |  764 ++++++++-------
 lib/utils/execWrapper.js               |    8 +-
 lib/utils/index.js                     |    6 +-
 lib/utils/utilities.js                 |   74 +-
 package-lock.json                      | 1603 +++++++++++++++++++++++---------
 package.json                           |   16 +-
 24 files changed, 3445 insertions(+), 2711 deletions(-)
 rename .jshintignore => .eslintignore (100%)
 create mode 100644 .eslintrc.yml
 delete mode 100644 .jshintrc


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org