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 2020/07/23 12:22:51 UTC

[cordova-cli] branch janpio-patch-1 updated (b09fbfb -> b9d1ce8)

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

erisu pushed a change to branch janpio-patch-1
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git.


 discard b09fbfb  Update readme.md
 discard 8aea350  Vs => vs.
 discard c0e0421  Update readme.md
 discard bfdec79  Tiny CLI docs improvements
     add 35b1521  Update Node.js Deprecation Notice Message (#397)
     add 0c0e397  Bumped cordova-common@^3.1.0
     add c98167f  Bumped cordova-lib@^9.0.0
     add be7108e  Bumped editor@^1.0.0
     add a9217ec  Bumped loud-rejection@^2.0.0
     add 460f302  Bumped eslint@eslint . bin/cordova ^5.15.2
     add 90ddd40  Bumped eslint-config-semistandard@^13.0.0
     add 1d48091  Bumped eslint-config-standard@^12.0.0
     add b3e0c29  Bumped eslint-plugin-import@^2.16.0
     add 4f24693  Bumped eslint-plugin-node@^8.0.1
     add 863e4e8  Bumped eslint-plugin-promise@^4.0.1
     add a895e80  Bumped jasmine@^3.3.1
     add f626923  fix to work SpyOn in Jasmine (#1)
     add f1a8fe8  Merge pull request #414 from erisu/cordova9-prep
     add 24fc3e0  GH-10 Updated version and RELEASENOTES.md for release 9.0.0
     add fcf4d9b  GH-10 Incremented package version to -dev
     add 4943da8  Start requirements unit testing (#365)
     add 88cc5d9  Fix `cordova config list` command recognition (#419)
     add 68d700f  Fix `cordova config list` command (#421)
     add 139ef16  Cleaner solution to spy on latest CordovaLogger (#423)
     add f763776  Handle output error strings (#426)
     add 7c4b092  Updated the Supported Platforms (#433)
     add 36ae767  docs(readme): remove duplicated instructions (#440)
     add 7c302ad  chore: add Node.js 12 to CI services (#430)
     add 1c8ca07  chore: node warning on version < 8 (#454)
     add 7ffe725  Minor fixes in README (#427)
     add 46225e7  chore: replace istanbul with nyc (#459)
     add 1a2ee93  chore: add codecov to display coverage in GH (#470)
     add 3ed1d5e  Use semver to check if using a prerelease version (#469)
     add e6272d8  Add unit tests for the telemetry module (#471)
     add 39141dd  chore: node deprecation warning for <10 (#458)
     add 71169f7  Remove unsupported option --copy-from (#474)
     add 0bb1083  fix: argument filtering in telemetry.track (#472)
     add 3d4528e  Fix blocked telemetry calls (#473)
     add 9a0440a  Undocument removed platform save command (#476)
     add 44afc89  Avoid registering too many event listeners in tests (#477)
     add d9b2711  chore: bump version to 10.0.0-dev (#479)
     add 76bea17  chore: drop node 6 and 8 support (#480)
     add 8e10062  chore: update jasmine dependencies (#481)
     add 37885df  docs: undocument "platform check" command (#467)
     add 05547bb  docs: undocument "hooks/" directory (#468)
     add 63f97da  refactor: Remove support for <project>/.cordova/config.json (#475)
     add 3224c03  docs: undocument "platform save", again (#482)
     add 36d9dce  docs(info): remove outdated remark about info.txt (#487)
     add ed04ab6  docs: remove mentions of "cordova create" argument "config" (#488)
     add b89d07c  docs: undocument "plugin save" command (#486)
     add eeea2a8  refactor: remove dead code & simplify (#483)
     add 145bbcc  test(config): use generic config key name (#484)
     add 0c40bdb  docs(config): remove "autosave" setting (#485)
     add fb6bc3e  refactor(create): depend directly on cordova-create (#489)
     add 11ce340  refactor(create): do not expand ~ to $HOME anymore (#490)
     add 63fd6f9  refactor: eslint setup (#493)
     add ed5e60b  refactor(create): use cordova-create 3.0.0-nightly (#494)
     add 838a057  fix: cannot call config or create commands (#495)
     add 093c53c  Update CONTRIBUTING.md
     add 7b8e867  chore(asf): update git notification settings
     add d69f108  feat: migrate "cordova info" lib logic to cli (#510)
     add 8888a16  chore(eslint): bump to 3.0.0 w/ fix (#511)
     add 8d07b74  breaking: bump dependencies (#512)
     add f4af0dc  chore: cleanup package.json (#514)
     add 3d2484f  breaking: bump dev dependencies (#513)
     add 630dd56  chore: improve npm ignore (#515)
     add 8fd4a6f  chore: add package-lock.json (#517)
     add e7b73f0  chore: drop node-8 deprecation transition step (#516)
     add ad8d54b  feat(ci): migrate to github-actions (#518)
     add 658e8a5  Tiny CLI docs improvements
     add b2de39b  Update readme.md
     add b085571  Vs => vs.
     add e21b31a  Update readme.md
     add b9d1ce8  style: md formatting, trim trailing spaces & newlines

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   (b09fbfb)
            \
             N -- N -- N   refs/heads/janpio-patch-1 (b9d1ce8)

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:
 .asf.yaml                                   |   22 +
 .eslintrc.yml                               |   31 +-
 CONTRIBUTING.md => .github/workflows/ci.yml |   44 +-
 .gitignore                                  |    1 +
 .npmignore                                  |    6 +-
 .ratignore                                  |    1 -
 .travis.yml                                 |   19 -
 CONTRIBUTING.md                             |    8 +-
 README.md                                   |   43 +-
 RELEASENOTES.md                             |   47 +
 appveyor.yml                                |   25 -
 bin/cordova                                 |    3 +-
 doc/config.txt                              |   12 +-
 doc/create.txt                              |   10 +-
 doc/info.txt                                |    3 +-
 doc/platform.txt                            |    1 -
 doc/readme.md                               |   62 +-
 package-lock.json                           | 6429 +++++++++++++++++++++++++++
 package.json                                |   73 +-
 spec/.eslintrc.yaml                         |    2 -
 spec/cli.spec.js                            |  218 +-
 spec/telemetry.spec.js                      |  297 ++
 src/cli.js                                  |  189 +-
 src/info.js                                 |  224 +
 src/telemetry.js                            |   30 +-
 25 files changed, 7389 insertions(+), 411 deletions(-)
 create mode 100644 .asf.yaml
 copy CONTRIBUTING.md => .github/workflows/ci.yml (51%)
 delete mode 100644 .travis.yml
 delete mode 100644 appveyor.yml
 create mode 100644 package-lock.json
 delete mode 100644 spec/.eslintrc.yaml
 create mode 100644 spec/telemetry.spec.js
 create mode 100644 src/info.js


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