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/03/27 18:33:28 UTC

[cordova-paramedic] branch janpio-improve_saucelabs updated (98d693c -> 9644498)

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 98d693c  require node >=6
 discard a58a3ad  cleanup comments, indendation and formatting
 discard dd2f3c9  better way to install node (via nvm that already exists)
 discard dd68a26  test-ios: better target for grep
 discard c393f87  use smaller appium version for iOS 11.3
 discard 6cbe0ba  older appiumversion for ios 10 (doesn't matter, will be removed anyway)
 discard 66ae185  older appiumversion for ios 9.3 (doesn't matter, will be removed anyway)
 discard 286ef44  build-tool 28.0.3
 discard 1bfc77a  update android api level
 discard 15c7ee2  sauceAppiumVersion for existing iOS config
 discard 431c168  config for accidentally already committed new OS/version combinations
 discard 8fc922a  test-ios: iterate on target
 discard 0dab5ab  different way to accept licences and structure file a bit
 discard 41d4235  update paramedic defaults to currently versions of things
 discard e498d5a  test-ios: try to use a quoted string as target, maybe it works this way
 discard 3b426e7  try to accept all android licences (via https://stackoverflow.com/a/45782695/252627)
 discard d7b8c6e  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 2db7757  update to xcode 10.1 and add android-82
 discard 7aac17c  add more already existing OS/version combinations
 discard d3a22c2  upgrade to node 6
 discard 1f70154  remove sauceAppiumVersion from all configs
     new a1e2493  Extract classes from paramedic.js (App, SauceLabs) (#86)
     new 2918f8a  remove sauceAppiumVersion from all configs
     new ccc07c1  upgrade to node 6
     new 375a5ad  add more already existing OS/version combinations
     new 7cfc18a  update to xcode 10.1 and add android-82
     new 4a61c38  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 f662144  try to accept all android licences (via https://stackoverflow.com/a/45782695/252627)
     new 1ef4afe  test-ios: try to use a quoted string as target, maybe it works this way
     new 690d105  update paramedic defaults to currently versions of things
     new 9c4c37e  different way to accept licences and structure file a bit
     new 9e9c6c8  test-ios: iterate on target
     new 4616aa2  config for accidentally already committed new OS/version combinations
     new d1473d3  sauceAppiumVersion for existing iOS config
     new 2ee79f4  update android api level
     new c8f524d  build-tool 28.0.3
     new acc1922  older appiumversion for ios 9.3 (doesn't matter, will be removed anyway)
     new e8e9528  older appiumversion for ios 10 (doesn't matter, will be removed anyway)
     new 9dd6dbf  use smaller appium version for iOS 11.3
     new d9d3185  test-ios: better target for grep
     new bf634c3  better way to install node (via nvm that already exists)
     new 997b10a  cleanup comments, indendation and formatting
     new 9644498  require node >=6

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   (98d693c)
            \
             N -- N -- N   refs/heads/janpio-improve_saucelabs (9644498)

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 298 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:
 lib/ParamedicApp.js                               | 143 +++++
 lib/{ParamedicLog.js => ParamedicLogCollector.js} |  16 +-
 lib/ParamedicSauceLabs.js                         | 551 ++++++++++++++++++
 lib/paramedic.js                                  | 664 +---------------------
 package.json                                      |  15 +-
 5 files changed, 744 insertions(+), 645 deletions(-)
 create mode 100644 lib/ParamedicApp.js
 rename lib/{ParamedicLog.js => ParamedicLogCollector.js} (87%)
 create mode 100644 lib/ParamedicSauceLabs.js


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