You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2018/08/14 13:31:14 UTC

[couchdb-nano] branch deps/endswith updated (d3566ae -> efb4881)

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

glynnbird pushed a change to branch deps/endswith
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git.


    from d3566ae  feat: remove endswith dependency in favour of ES6 String.endsWith
     add f5d9cb7  Added support for multiple view queries
     add e75d71e  Add tests for PR #56 (support multiple query view)
     add a57c91b  Fix merge conflicts for #80
     add bdb1cd0  Merge pull request #80 from adamsaeid/multi-view-queries
     add 163ee6a  Prevent callback users seeing Promise rejections (#113)
     add 3732c69  wip: stop depending on tape-it (#105)
     new efb4881  Merge branch 'master' into deps/endswith

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:
 README.md                                        |   4 +-
 lib/nano.js                                      |  33 +++++--
 package-lock.json                                |   2 +-
 package.json                                     |   2 +-
 tests/fixtures/design/query.json                 |   5 +
 tests/fixtures/document/head.json                |   4 +
 tests/integration/attachment/destroy.js          |  23 ++---
 tests/integration/attachment/get.js              |  47 +++-------
 tests/integration/attachment/insert.js           |  10 +-
 tests/integration/attachment/pipe.js             |   9 +-
 tests/integration/attachment/update.js           |  37 +++-----
 tests/integration/database/changes.js            |   8 +-
 tests/integration/database/compact.js            |  31 +++----
 tests/integration/database/create-and-destroy.js |   5 +-
 tests/integration/database/get.js                |   9 +-
 tests/integration/database/list.js               |  23 ++---
 tests/integration/database/replicate.js          |  37 +++-----
 tests/integration/design/list.js                 |   3 -
 tests/integration/design/multiple.js             |  10 +-
 tests/integration/design/query.js                |  33 +++++++
 tests/integration/design/show.js                 |   8 +-
 tests/integration/document/bulk.js               |   6 --
 tests/integration/document/copy.js               |  16 +---
 tests/integration/document/create_index.js       |   4 -
 tests/integration/document/destroy.js            |  10 +-
 tests/integration/document/fetch.js              |  18 +---
 tests/integration/document/fetch_revs.js         |  22 +----
 tests/integration/document/find.js               |   5 +-
 tests/integration/document/get.js                |   7 +-
 tests/integration/document/head.js               |  14 ++-
 tests/integration/document/insert.js             |  35 +++----
 tests/integration/document/list.js               |  38 +-------
 tests/integration/document/update.js             |  12 +--
 tests/integration/multipart/get.js               |  19 +---
 tests/integration/multipart/insert.js            |  15 +--
 tests/integration/shared/config.js               |  18 +---
 tests/integration/shared/cookie.js               |  37 +++-----
 tests/integration/shared/error.js                |   6 +-
 tests/integration/util/uuid.js                   |  14 +--
 tests/intercept/design/search.js                 | 112 +++--------------------
 tests/unit/design/view.js                        |  16 ++++
 41 files changed, 250 insertions(+), 517 deletions(-)


[couchdb-nano] 01/01: Merge branch 'master' into deps/endswith

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

glynnbird pushed a commit to branch deps/endswith
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git

commit efb48814b9e5dbe778e3b72932fde9fc3e6b83ec
Merge: d3566ae 3732c69
Author: Glynn Bird <gl...@gmail.com>
AuthorDate: Tue Aug 14 14:31:12 2018 +0100

    Merge branch 'master' into deps/endswith

 README.md                                        |   4 +-
 lib/nano.js                                      |  33 +++++--
 package-lock.json                                |   2 +-
 package.json                                     |   2 +-
 tests/fixtures/design/query.json                 |   5 +
 tests/fixtures/document/head.json                |   4 +
 tests/integration/attachment/destroy.js          |  23 ++---
 tests/integration/attachment/get.js              |  47 +++-------
 tests/integration/attachment/insert.js           |  10 +-
 tests/integration/attachment/pipe.js             |   9 +-
 tests/integration/attachment/update.js           |  37 +++-----
 tests/integration/database/changes.js            |   8 +-
 tests/integration/database/compact.js            |  31 +++----
 tests/integration/database/create-and-destroy.js |   5 +-
 tests/integration/database/get.js                |   9 +-
 tests/integration/database/list.js               |  23 ++---
 tests/integration/database/replicate.js          |  37 +++-----
 tests/integration/design/list.js                 |   3 -
 tests/integration/design/multiple.js             |  10 +-
 tests/integration/design/query.js                |  33 +++++++
 tests/integration/design/show.js                 |   8 +-
 tests/integration/document/bulk.js               |   6 --
 tests/integration/document/copy.js               |  16 +---
 tests/integration/document/create_index.js       |   4 -
 tests/integration/document/destroy.js            |  10 +-
 tests/integration/document/fetch.js              |  18 +---
 tests/integration/document/fetch_revs.js         |  22 +----
 tests/integration/document/find.js               |   5 +-
 tests/integration/document/get.js                |   7 +-
 tests/integration/document/head.js               |  14 ++-
 tests/integration/document/insert.js             |  35 +++----
 tests/integration/document/list.js               |  38 +-------
 tests/integration/document/update.js             |  12 +--
 tests/integration/multipart/get.js               |  19 +---
 tests/integration/multipart/insert.js            |  15 +--
 tests/integration/shared/config.js               |  18 +---
 tests/integration/shared/cookie.js               |  37 +++-----
 tests/integration/shared/error.js                |   6 +-
 tests/integration/util/uuid.js                   |  14 +--
 tests/intercept/design/search.js                 | 112 +++--------------------
 tests/unit/design/view.js                        |  16 ++++
 41 files changed, 250 insertions(+), 517 deletions(-)