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 <[email protected]> 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(-)
