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/03/15 05:19:37 UTC

[cordova-electron] branch 1.0.x updated (a8c677e -> 3548317)

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

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


 discard a8c677e  Set VERSION to 1.0.1 (via coho)
 discard 9a63cfa  Update JS snapshot to version 1.0.1 (via coho)
 discard b6dc521  Set VERSION to 1.0.0 (via coho)
 discard 1959a44  Update JS snapshot to version 1.0.0 (via coho)
     new 0c02e81  Set VERSION to 1.1.0-dev (via coho)
     new bf9f8f7  Update JS snapshot to version 1.1.0-dev (via coho)
     new bd2e806  Update Run to Work with Pre-Cordova 9.x CLI (#33)
     new 017727a  Improve Temp Folder Cleanup in Api.spec.js (#32)
     new 1cf1d26  Refactor and test build.js: (#35)
     new 42c87f6  GH-10 Updated version and RELEASENOTES.md for release 1.0.1
     new 8649e60  Set VERSION to 1.1.0-dev (via coho)
     new 220e95d  Rename Electron Main Entry File (#36)
     new a23a0a2  Remove nodeIntegration Warning by Setting Default to False (#37)
     new 4007c3b  Support User Defined Electron Settings (#38)
     new 8afbf6a  Added Missing License Header to util.js (#39)
     new a4663bd  Remove temp dir after create.spec.js test (#40)
     new 66b33d1  GH-10 Updated version and RELEASENOTES.md for release 1.0.2
     new 963ea10  Update JS snapshot to version 1.0.0 (via coho)
     new 02abb06  Set VERSION to 1.0.0 (via coho)
     new 954fec6  Update JS snapshot to version 1.0.1 (via coho)
     new 7a40787  Set VERSION to 1.0.1 (via coho)
     new a9db250  Update JS snapshot to version 1.0.2 (via coho)
     new 3548317  Set VERSION to 1.0.2 (via coho)

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   (a8c677e)
            \
             N -- N -- N   refs/heads/1.0.x (3548317)

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 116 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:
 .npmignore                                         |    3 +-
 DOCUMENTATION.md                                   |  123 +-
 RELEASENOTES.md                                    |   15 +
 VERSION                                            |    2 +-
 bin/lib/create.js                                  |    4 +-
 bin/templates/cordova/lib/PackageJsonParser.js     |    2 +-
 bin/templates/cordova/lib/SettingJsonParser.js     |   11 +-
 bin/templates/cordova/lib/build.js                 |   21 +-
 bin/templates/cordova/lib/prepare.js               |    7 +-
 bin/templates/cordova/lib/run.js                   |    3 +-
 .../cordova/lib/{SettingJsonParser.js => util.js}  |   30 +-
 .../project/{main.js => cdv-electron-main.js}      |    9 +-
 bin/templates/project/cdv-electron-settings.json   |    9 +-
 cordova-lib/cordova.js                             |    2 +-
 package-lock.json                                  |    2 +-
 package.json                                       |    2 +-
 tests/spec/unit/Api.spec.js                        |   19 +-
 tests/spec/unit/create.spec.js                     |    3 +
 .../cordova/lib/PackageJsonParser.spec.js          |   12 +-
 .../cordova/lib/SettingJsonParser.spec.js          |  174 +--
 .../spec/unit/templates/cordova/lib/build.spec.js  | 1281 ++++++++++++++++++++
 .../unit/templates/cordova/lib/prepare.spec.js     |  346 ++++--
 tests/spec/unit/templates/cordova/lib/run.spec.js  |    6 +-
 .../spec/unit/templates/cordova/lib/util.spec.js   |   31 +-
 24 files changed, 1809 insertions(+), 308 deletions(-)
 copy bin/templates/cordova/lib/{SettingJsonParser.js => util.js} (59%)
 rename bin/templates/project/{main.js => cdv-electron-main.js} (93%)
 create mode 100644 tests/spec/unit/templates/cordova/lib/build.spec.js
 copy bin/templates/cordova/lib/run.js => tests/spec/unit/templates/cordova/lib/util.spec.js (58%)


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