You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/08/14 22:44:52 UTC

[cordova-fetch] branch 1.3.x updated (70fec9e -> 7dca991)

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

brodybits pushed a change to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git.


    from 70fec9e  CB-13674 Incremented package version to -dev
     add 65c4cb2  Enabling support for git+http (GH-12)
     add a382442  Adding a unit test [git+http] (GH-12)
     add 8408a6b  CB-13503 fix trimID bug (GH-13)
     add d6df72d  Lint all *.js files in the repo (GH-15)
     add 509f89b  Fix linting errors [spec] (GH-15)
     add c3634dd  Let jasmine handle promises
     add 2a562b7  Increase test timeouts (GH-19)
     add 073802c  Add workaround for failing tests on AppVeyor/Node10
     add c0a7743  Simplify tempDir setup in tests (GH-23)
     add 47f5e37  npm i --save-dev fs-extra@4 - quick fix (1.3.x)
     add fc4e48d  [GH-23] shelljs -> fs-extra (spec only - partial)
     add 06c8259  Use fs.readJsonSync to read package.json (GH-23)
     add b920a36  Refactor fetch e2e tests (GH-24)
     add 5ea01a2  quick fix of fetchAndMatch for Node.js 4 (spec)
     add 2ee4edc  Move and rename some e2e tests (GH-24)
     add 7634f5b  [GH-24] Speed up tests (partial cherry-pick)
     add 19ca216  eslint devDep updates (GH-28)
     add 775810c  Add Node.js 10 to AppVeyor CI & Travis CI (1.3.x)
     add db0ca58  GH-20 Fix repo url in package.json
     add 32a96b0  dos2unix spec/support/dummy-local-plugin/plugin.xml
     add 76b11d5  GH-35 add license header to dummy-local-plugin
     add 17e21e7  GH-37 cordova-common@^2.2.5 update (1.3.x only)
     new 7dca991  Merge pull request #38 from brodybits/gh-37-patch-release-updates

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:
 .travis.yml                                  |   1 +
 appveyor.yml                                 |   6 +-
 index.js                                     |  10 +-
 package.json                                 |  16 +-
 spec/fetch-unit.spec.js                      |  50 +--
 spec/fetch.spec.js                           | 441 ++++++++-------------------
 spec/helpers.js                              |  16 +-
 spec/support/dummy-local-plugin/package.json |   9 +
 spec/support/dummy-local-plugin/plugin.xml   |  33 ++
 9 files changed, 216 insertions(+), 366 deletions(-)
 create mode 100644 spec/support/dummy-local-plugin/package.json
 create mode 100755 spec/support/dummy-local-plugin/plugin.xml


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


[cordova-fetch] 01/01: Merge pull request #38 from brodybits/gh-37-patch-release-updates

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

brodybits pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git

commit 7dca9910cab358cc500964286b1ca7f36ed2c64c
Merge: 70fec9e 17e21e7
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Tue Aug 14 18:44:49 2018 -0400

    Merge pull request #38 from brodybits/gh-37-patch-release-updates
    
    GH-37 patch release updates for 1.3.1

 .travis.yml                                  |   1 +
 appveyor.yml                                 |   6 +-
 index.js                                     |  10 +-
 package.json                                 |  16 +-
 spec/fetch-unit.spec.js                      |  50 +--
 spec/fetch.spec.js                           | 441 ++++++++-------------------
 spec/helpers.js                              |  16 +-
 spec/support/dummy-local-plugin/package.json |   9 +
 spec/support/dummy-local-plugin/plugin.xml   |  33 ++
 9 files changed, 216 insertions(+), 366 deletions(-)


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