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 2018/12/04 22:30:19 UTC

[cordova-paramedic] branch janpio-split updated (d99918d -> 862f7ad)

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

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


    omit d99918d  ParamedicApp: app creation methods extracted from paramedic.js
    omit e9f9088  resport requires (external vs. internal)
    omit f26a254  move var into method using it
    omit 994f3e0  ParamedicLog => ParamedicLogCollector
    omit 07172fc  gitignore package-lock.json
    omit e0200e1  replace author
    omit f85e697  fix license
    omit 66bc425  0.6.0-dev
    omit a537808  Update Travis config
     add 9146804  Fix exec usage (#83)
     add 3efce85  Fix some npm audit issues (upgrade dependencies) (#40)
     add df7cf40  update package-lock
     add db2f506  Update Travis config
     add cf9b40c  update node on travis
     add 1dd8e59  0.6.0-dev
     add 0440661  fix license
     add 9cf1985  replace author
     add 7a22df5  gitignore package-lock.json
     add 4f902ac  ParamedicLog => ParamedicLogCollector
     add fb122e3  move var into method using it
     add ae23b9a  resport requires (external vs. internal)
     add 862f7ad  ParamedicApp: app creation methods extracted from paramedic.js

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   (d99918d)
            \
             N -- N -- N   refs/heads/janpio-split (862f7ad)

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.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                   |  18 +-
 lib/ParamedicAppUninstall.js  |   2 +-
 lib/ParamedicKill.js          |   4 +-
 lib/ParamedicLogCollector.js  |   2 +-
 lib/ParamedicTargetChooser.js |   2 +-
 lib/PluginsManager.js         |   2 +-
 lib/paramedic.js              |   2 +-
 lib/utils/utilities.js        |   6 +-
 main.js                       |  17 +-
 package-lock.json             | 788 +++++++++++++++++++++++++++---------------
 package.json                  |   6 +-
 11 files changed, 551 insertions(+), 298 deletions(-)


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