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/16 15:01:10 UTC

[couchdb-nano] 01/08: Merge branch 'master' of github.com:apache/couchdb-nano

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

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

commit 5bce0917b2b38d2e3669c002cf9b66eac2f9102a
Merge: f8c11d5 163ee6a
Author: Glynn Bird <gl...@gmail.com>
AuthorDate: Tue Aug 14 13:35:46 2018 +0100

    Merge branch 'master' of github.com:apache/couchdb-nano

 README.md                                        |   4 +-
 lib/nano.js                                      |  31 ++++---
 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/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 +++--------------------
 36 files changed, 188 insertions(+), 519 deletions(-)