You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/04/10 17:49:48 UTC

[cordova-paramedic] branch janpio-improve_saucelabs updated (c254699 -> 83268fb)

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

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


 discard c254699  cleanup comments, indendation and formatting
 discard c138fe0  better way to install node (via nvm that already exists)
 discard 7e4566a  test-ios: better target for grep
 discard 2c37fc2  use smaller appium version for iOS 11.3
 discard 88addd7  older appiumversion for ios 10 (doesn't matter, will be removed anyway)
 discard 86830bb  older appiumversion for ios 9.3 (doesn't matter, will be removed anyway)
 discard 202f3f7  build-tool 28.0.3
 discard c3e4281  update android api level
 discard b131a31  sauceAppiumVersion for existing iOS config
 discard 34893ba  config for accidentally already committed new OS/version combinations
 discard 87ee840  test-ios: iterate on target
 discard cb6a6d0  different way to accept licences and structure file a bit
 discard dc9721f  update paramedic defaults to currently versions of things
 discard d6eadf3  test-ios: try to use a quoted string as target, maybe it works this way
 discard 550a1b8  try to accept all android licences (via https://stackoverflow.com/a/45782695/252627)
 discard f0e36d6  test-ios: remove build flag that is not necessary in cordova-ios 5 any more add target instead so it chooses a suitable emulator
 discard fc4066c  update to xcode 10.1 and add android-82
 discard 34e6034  add more already existing OS/version combinations
 discard 4c096dc  remove sauceAppiumVersion from all configs
     new 70559f0  Replace requireCordovaModule with require (#109)
     new af8cd79  Improve SauceLabs Android setup (#105)
     new 65248da  Improve SauceLabs Browser setup (#107)
     new 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
     new e195d57  remove sauceAppiumVersion from all configs
     new 01ce8bb  test-ios: remove build flag that is not necessary in cordova-ios 5 any more add target instead so it chooses a suitable emulator
     new 2f6316f  test-ios: try to use a quoted string as target, maybe it works this way
     new 409d0ea  test-ios: iterate on target
     new 9cfe0cd  config for accidentally already committed new OS/version combinations
     new 2003190  sauceAppiumVersion for existing iOS config
     new 2755241  older appiumversion for ios 9.3 (doesn't matter, will be removed anyway)
     new 5683822  older appiumversion for ios 10 (doesn't matter, will be removed anyway)
     new 5e5db96  use smaller appium version for iOS 11.3
     new 83268fb  test-ios: better target for grep

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c254699)
            \
             N -- N -- N   refs/heads/janpio-improve_saucelabs (83268fb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 312 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 -
 .travis.yml                                     |  122 +-
 debug-mode-plugin/scripts/disable-debug-mode.js |    2 +-
 debug-mode-plugin/scripts/enable-debug-mode.js  |    2 +-
 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 +-
 27 files changed, 3472 insertions(+), 2810 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