Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77FE618853 for ; Wed, 9 Mar 2016 01:40:07 +0000 (UTC) Received: (qmail 86485 invoked by uid 500); 9 Mar 2016 01:40:07 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 86441 invoked by uid 500); 9 Mar 2016 01:40:07 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 86430 invoked by uid 99); 9 Mar 2016 01:40:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2016 01:40:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D4B4EDFBAD; Wed, 9 Mar 2016 01:40:06 +0000 (UTC) From: stevengill To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-lib pull request: CB-9858 Cordova Fetch Work Content-Type: text/plain Date: Wed, 9 Mar 2016 01:40:06 +0000 (UTC) GitHub user stevengill opened a pull request: https://github.com/apache/cordova-lib/pull/407 CB-9858 Cordova Fetch Work This is not ready to merge yet! Opening the PR so it is easy to manage diffs and take feedback You can merge this pull request into a Git repository by running: $ git pull https://github.com/stevengill/cordova-lib CB-9858 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-lib/pull/407.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #407 ---- commit 378b876bdc7aa4e80450e3a3e3d45f02891fc50d Author: Steve Gill Date: 2016-02-06T02:13:51Z initial commit for cordova-fetch commit 2206b1e2d8976dd2d0b21adf7ee4042b5eeec462 Author: Steve Gill Date: 2016-02-09T02:24:41Z implemented fetch module and added tests commit 1e3853d0e768dd9a7af63e026643601ac900a5d6 Author: Steve Gill Date: 2016-02-24T02:03:40Z CB-9858: completed first implementation of cordova-fetch module commit de15f74e7872fc249346faf152e63bb061036a5f Author: Steve Gill Date: 2016-03-02T02:11:08Z CB-9858 updated tests commit 9a1373571b082f1a8e6e643306f89c204ea9fcd5 Author: Steve Gill Date: 2016-03-04T01:31:49Z CB-9858 adding platforms can now use cordova-fetch with --fetch flag commit 47ae946562058fb7563685d1fdee61d7b7fcbf9f Author: Steve Gill Date: 2016-03-09T01:10:17Z CB-9859 added trimID to handle cordova platform update usecase commit 1fa38af3c3b6a35cb84d7e01b651b5aafef33e28 Author: Steve Gill Date: 2016-03-09T01:30:22Z CB-9858 cordova platform remove --fetch deletes module from node_modules directory ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org