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 2018/12/05 08:01:31 UTC

[cordova-electron] branch master updated (3528b1d -> 1125ee5)

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-electron.git.


    from 3528b1d  Update README.md
     add b0fa727  Update Bug Tracker
     add d7bb56d  Bump cordova-common@^2.2.5
     add 34da3bf  Bump electron@^3.0.6
     add 40c25a9  Bump nopt@^4.0.1
     add 7b1dbe8  Bump ESLint dependencies
     add b11d5f5  Bump jasmine@^3.2.0
     add 94dd821  Bump tmp@^0.0.33
     add d9ca092  Dropped Bundle Dependencies
     add c9083a4  Dropped deprecated engineStrict from package.json
     add 6edf265  Applied ESLint Corrections
     add 34b261f  Added fs-extra dependency
     add 8dfe104  Replaced shell.cp and shell.mkdir with fs-extra
     add 2302877  Updated Test Commands
     add fb5bb70  Drop Node 4 Support & Added Node 10 Support
     add fa0e291  Delete random new line
     add 43a5a63  Updated Jasmine Test Structure
     add 4c21a4e  Formatted Apache License to be Consistency
     add 1725eb4  Update Copyright Notice
     add a1b9309  Code Refactor 1
     add 6602a82  Code Refactor 2
     add 5f31e6a  Code Refactor 3
     add aa72236  Restructure Folders for Consistency Between Platforms
     add 18dea7b  Added Code Coverage
     add a690708  Updated Parser
     add ce73690  Implement Get Platform Info Version
     add fb7acc9  plugin's json name is unified to (#1)
     add f3de449  Fix plugin to use browser settings (#2)
     add b34269c  ESLint Fixes
     add 028bf43  Build Improvement
     add 27d587e  Temp Added Writter for App package.json
     add be90cee  Improve Prepare for App package.json
     add dfe095d  Fix build targets and main.js path
     add 8b201d4  Updated build step. Added missing license doc block
     add 6eb1687  Fix Eslint
     add 3146a51  change the name cordova-electron to electron (#4)
     add 8346521  Improve build steps
     add 2602174  fix location of main.js in run.js (#5)
     add 7b8fd08  escape win32 posix path (#8)
     add d691e96  Updated Build Signing Config Settings
     add 71ac46d  Added Mac Apple Store Signing Support
     add 8d21007  Updated Default Base and Linux Build Configs
     add 9d580c3  Added DOCUMENTATION.md
     add 1767969  Ensure that platform and platform_www dir exists before copy
     add 8f0f3e7  Update DOCUMENTATION.md
     add 33ec10f  Update DOCUMENTATION.md
     add c1cb21d  Fixed Creating Windows Build Settings
     add 4ffa5ef  Updated Linux Build Settings to Set Author
     add 2cdb5fb  Updated Build Settings to Append Windows Signing Correctly
     new 1125ee5  Merge pull request #4 from erisu/electron-improvements

The 1 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:
 .eslintrc.yml                                      |   19 +-
 .gitignore                                         |    5 +-
 .travis.yml                                        |   26 +-
 CONTRIBUTING.md                                    |   34 +-
 DOCUMENTATION.md                                   |  448 +++
 NOTICE                                             |    2 +-
 RELEASENOTES.md                                    |   34 +-
 appveyor.yml                                       |   12 +-
 bin/create                                         |   63 +-
 bin/create.bat                                     |    2 +-
 bin/lib/check_reqs.js                              |   26 -
 bin/lib/create.js                                  |   79 +-
 bin/lib/update.js                                  |   34 +-
 bin/template/cordova/Api.js                        |  528 ----
 bin/template/cordova/build                         |   34 -
 bin/template/cordova/clean                         |   36 -
 bin/template/cordova/defaults.xml                  |   22 -
 bin/template/cordova/lib/build.js                  |   36 -
 bin/template/cordova/lib/clean.js                  |   51 -
 bin/template/cordova/lib/run.js                    |   32 -
 bin/template/cordova/log                           |   20 -
 bin/template/cordova/parser.js                     |  120 -
 bin/template/cordova/run                           |   47 -
 bin/template/cordova/version                       |   25 -
 bin/template/main.js                               |   57 -
 bin/template/www/js/index.js                       |   49 -
 bin/templates/cordova/Api.js                       |  379 +++
 bin/templates/cordova/build                        |   39 +
 bin/{template => templates}/cordova/build.bat      |    6 +-
 bin/templates/cordova/clean                        |   40 +
 bin/{template => templates}/cordova/clean.bat      |    6 +-
 bin/templates/cordova/defaults.xml                 |   21 +
 bin/{template => templates}/cordova/handler.js     |   94 +-
 bin/templates/cordova/lib/build.js                 |  300 ++
 bin/templates/cordova/lib/build/base.json          |   15 +
 bin/templates/cordova/lib/build/darwin.json        |   22 +
 bin/templates/cordova/lib/build/linux.json         |   17 +
 bin/templates/cordova/lib/build/win32.json         |   15 +
 bin/templates/cordova/lib/check_reqs.js            |   22 +
 bin/templates/cordova/lib/clean.js                 |   46 +
 bin/templates/cordova/lib/prepare.js               |  221 ++
 bin/templates/cordova/lib/run.js                   |   30 +
 bin/templates/cordova/log                          |   22 +
 bin/templates/cordova/parser.js                    |  104 +
 bin/templates/cordova/run                          |   42 +
 bin/{template => templates}/cordova/run.bat        |    6 +-
 bin/templates/cordova/version                      |   32 +
 bin/{template => templates}/cordova/version.bat    |    6 +-
 bin/templates/project/config.xml                   |   22 +
 bin/templates/project/main.js                      |   76 +
 .../project}/www/css/index.css                     |   35 +-
 .../project}/www/img/logo.png                      |  Bin
 .../project}/www/img/splash.png                    |  Bin
 bin/{template => templates/project}/www/index.html |    4 +-
 bin/templates/project/www/js/index.js              |   49 +
 bin/update                                         |   31 +-
 bin/update.bat                                     |    2 +-
 cordova-js-src/confighelper.js                     |   78 +-
 cordova-js-src/exec.js                             |   71 +-
 cordova-js-src/platform.js                         |   43 +-
 cordova-lib/cordova.js                             | 2971 ++++++++++----------
 package.json                                       |   56 +-
 spec/.eslintrc.yml                                 |    2 -
 spec/projectApi.spec.js                            |  118 -
 bin/template/config.xml => tests/.eslintrc.yml     |   17 +-
 .../jasmine.json => tests/spec/coverage.json       |    9 +-
 spec/support/jasmine.json => tests/spec/unit.json  |    9 +-
 {spec => tests/spec/unit}/create.spec.js           |   94 +-
 {spec => tests/spec/unit}/handler.spec.js          |   48 +-
 tests/spec/unit/projectApi.spec.js                 |  115 +
 70 files changed, 4024 insertions(+), 3152 deletions(-)
 create mode 100644 DOCUMENTATION.md
 delete mode 100644 bin/lib/check_reqs.js
 delete mode 100644 bin/template/cordova/Api.js
 delete mode 100755 bin/template/cordova/build
 delete mode 100644 bin/template/cordova/clean
 delete mode 100644 bin/template/cordova/defaults.xml
 delete mode 100644 bin/template/cordova/lib/build.js
 delete mode 100644 bin/template/cordova/lib/clean.js
 delete mode 100644 bin/template/cordova/lib/run.js
 delete mode 100755 bin/template/cordova/log
 delete mode 100644 bin/template/cordova/parser.js
 delete mode 100755 bin/template/cordova/run
 delete mode 100755 bin/template/cordova/version
 delete mode 100644 bin/template/main.js
 delete mode 100644 bin/template/www/js/index.js
 create mode 100644 bin/templates/cordova/Api.js
 create mode 100755 bin/templates/cordova/build
 rename bin/{template => templates}/cordova/build.bat (94%)
 create mode 100644 bin/templates/cordova/clean
 rename bin/{template => templates}/cordova/clean.bat (94%)
 create mode 100644 bin/templates/cordova/defaults.xml
 rename bin/{template => templates}/cordova/handler.js (52%)
 create mode 100644 bin/templates/cordova/lib/build.js
 create mode 100644 bin/templates/cordova/lib/build/base.json
 create mode 100644 bin/templates/cordova/lib/build/darwin.json
 create mode 100644 bin/templates/cordova/lib/build/linux.json
 create mode 100644 bin/templates/cordova/lib/build/win32.json
 create mode 100644 bin/templates/cordova/lib/check_reqs.js
 create mode 100644 bin/templates/cordova/lib/clean.js
 create mode 100644 bin/templates/cordova/lib/prepare.js
 create mode 100644 bin/templates/cordova/lib/run.js
 create mode 100755 bin/templates/cordova/log
 create mode 100644 bin/templates/cordova/parser.js
 create mode 100755 bin/templates/cordova/run
 rename bin/{template => templates}/cordova/run.bat (94%)
 create mode 100755 bin/templates/cordova/version
 rename bin/{template => templates}/cordova/version.bat (94%)
 create mode 100644 bin/templates/project/config.xml
 create mode 100644 bin/templates/project/main.js
 rename bin/{template => templates/project}/www/css/index.css (78%)
 rename bin/{template => templates/project}/www/img/logo.png (100%)
 rename bin/{template => templates/project}/www/img/splash.png (100%)
 rename bin/{template => templates/project}/www/index.html (94%)
 create mode 100644 bin/templates/project/www/js/index.js
 delete mode 100644 spec/.eslintrc.yml
 delete mode 100644 spec/projectApi.spec.js
 rename bin/template/config.xml => tests/.eslintrc.yml (75%)
 copy spec/support/jasmine.json => tests/spec/coverage.json (57%)
 rename spec/support/jasmine.json => tests/spec/unit.json (57%)
 rename {spec => tests/spec/unit}/create.spec.js (50%)
 rename {spec => tests/spec/unit}/handler.spec.js (50%)
 create mode 100644 tests/spec/unit/projectApi.spec.js


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


[cordova-electron] 01/01: Merge pull request #4 from erisu/electron-improvements

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1125ee5c9b7910ad12221061b172e29c6115208f
Merge: 3528b1d 2cdb5fb
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Dec 5 17:01:26 2018 +0900

    Merge pull request #4 from erisu/electron-improvements
    
    Electron Improvements

 .eslintrc.yml                                      |   19 +-
 .gitignore                                         |    5 +-
 .travis.yml                                        |   26 +-
 CONTRIBUTING.md                                    |   34 +-
 DOCUMENTATION.md                                   |  448 +++
 NOTICE                                             |    2 +-
 RELEASENOTES.md                                    |   34 +-
 appveyor.yml                                       |   12 +-
 bin/create                                         |   63 +-
 bin/create.bat                                     |    2 +-
 bin/lib/check_reqs.js                              |   26 -
 bin/lib/create.js                                  |   79 +-
 bin/lib/update.js                                  |   34 +-
 bin/template/cordova/Api.js                        |  528 ----
 bin/template/cordova/build                         |   34 -
 bin/template/cordova/clean                         |   36 -
 bin/template/cordova/defaults.xml                  |   22 -
 bin/template/cordova/lib/build.js                  |   36 -
 bin/template/cordova/lib/clean.js                  |   51 -
 bin/template/cordova/lib/run.js                    |   32 -
 bin/template/cordova/log                           |   20 -
 bin/template/cordova/parser.js                     |  120 -
 bin/template/cordova/run                           |   47 -
 bin/template/cordova/version                       |   25 -
 bin/template/main.js                               |   57 -
 bin/template/www/js/index.js                       |   49 -
 bin/templates/cordova/Api.js                       |  379 +++
 bin/templates/cordova/build                        |   39 +
 bin/{template => templates}/cordova/build.bat      |    6 +-
 bin/templates/cordova/clean                        |   40 +
 bin/{template => templates}/cordova/clean.bat      |    6 +-
 bin/templates/cordova/defaults.xml                 |   21 +
 bin/{template => templates}/cordova/handler.js     |   94 +-
 bin/templates/cordova/lib/build.js                 |  300 ++
 bin/templates/cordova/lib/build/base.json          |   15 +
 bin/templates/cordova/lib/build/darwin.json        |   22 +
 bin/templates/cordova/lib/build/linux.json         |   17 +
 bin/templates/cordova/lib/build/win32.json         |   15 +
 bin/templates/cordova/lib/check_reqs.js            |   22 +
 bin/templates/cordova/lib/clean.js                 |   46 +
 bin/templates/cordova/lib/prepare.js               |  221 ++
 bin/templates/cordova/lib/run.js                   |   30 +
 bin/templates/cordova/log                          |   22 +
 bin/templates/cordova/parser.js                    |  104 +
 bin/templates/cordova/run                          |   42 +
 bin/{template => templates}/cordova/run.bat        |    6 +-
 bin/templates/cordova/version                      |   32 +
 bin/{template => templates}/cordova/version.bat    |    6 +-
 bin/templates/project/config.xml                   |   22 +
 bin/templates/project/main.js                      |   76 +
 .../project}/www/css/index.css                     |   35 +-
 .../project}/www/img/logo.png                      |  Bin
 .../project}/www/img/splash.png                    |  Bin
 bin/{template => templates/project}/www/index.html |    4 +-
 bin/templates/project/www/js/index.js              |   49 +
 bin/update                                         |   31 +-
 bin/update.bat                                     |    2 +-
 cordova-js-src/confighelper.js                     |   78 +-
 cordova-js-src/exec.js                             |   71 +-
 cordova-js-src/platform.js                         |   43 +-
 cordova-lib/cordova.js                             | 2971 ++++++++++----------
 package.json                                       |   56 +-
 spec/.eslintrc.yml                                 |    2 -
 spec/projectApi.spec.js                            |  118 -
 bin/template/config.xml => tests/.eslintrc.yml     |   17 +-
 .../jasmine.json => tests/spec/coverage.json       |    9 +-
 spec/support/jasmine.json => tests/spec/unit.json  |    9 +-
 {spec => tests/spec/unit}/create.spec.js           |   94 +-
 {spec => tests/spec/unit}/handler.spec.js          |   48 +-
 tests/spec/unit/projectApi.spec.js                 |  115 +
 70 files changed, 4024 insertions(+), 3152 deletions(-)


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