You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by nolanlawson <gi...@git.apache.org> on 2017/02/15 08:14:27 UTC

[GitHub] couchdb-fauxton pull request #851: use modular pouchdb

GitHub user nolanlawson opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/851

    use modular pouchdb

    If we're only using PouchDB to do HTTP requests, we can just use pouchdb-core with pouchdb-adapter-http. This reduces the bundle size from 2.575MB to 2.498MB and also makes `npm install` faster because we don't have to install LevelDB anymore.
    
    Looking at the code, we could probably just replace this all with a `fetch()`, but that can be done in a later PR.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nolanlawson/couchdb-fauxton pouchdb-http

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/851.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 #851
    
----
commit 04a66fe3913add49d8033745dc7a0f937a28c413
Author: Nolan Lawson <no...@gmail.com>
Date:   2017-02-15T08:06:11Z

    use modular pouchdb

----


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

[GitHub] couchdb-fauxton issue #851: use modular pouchdb

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith commented on the issue:

    https://github.com/apache/couchdb-fauxton/pull/851
  
    +1. Thanks @nolanlawson I've merged it in.


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

[GitHub] couchdb-fauxton pull request #851: use modular pouchdb

Posted by nolanlawson <gi...@git.apache.org>.
Github user nolanlawson closed the pull request at:

    https://github.com/apache/couchdb-fauxton/pull/851


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