You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2018/08/15 19:22:54 UTC

[couchdb] branch elixir-suite updated (8dca38a -> 95daf1c)

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

iilyak pushed a change to branch elixir-suite
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 8dca38a  Port compact.js (#1492)
     add 7d86fe4  Refactor test doc generation
     add 446d26b  Port bulk_docs.js
     new 95daf1c  Merge pull request #1468 from cloudant/bulk-docs

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:
 test/elixir/test/bulk_docs_test.exs   | 152 ++++++++++++++++++++++++++++++++++
 test/elixir/test/reduce_test.exs      |   2 +-
 test/elixir/test/replication_test.exs |   6 --
 test/elixir/test/rewrite_test.exs     |   2 +-
 test/elixir/test/test_helper.exs      |  33 ++++++--
 5 files changed, 180 insertions(+), 15 deletions(-)
 create mode 100644 test/elixir/test/bulk_docs_test.exs


[couchdb] 01/01: Merge pull request #1468 from cloudant/bulk-docs

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

iilyak pushed a commit to branch elixir-suite
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 95daf1cb5dc354ed710174dc5197f9163ec16182
Merge: 8dca38a 446d26b
Author: iilyak <ii...@ca.ibm.com>
AuthorDate: Wed Aug 15 12:22:51 2018 -0700

    Merge pull request #1468 from cloudant/bulk-docs
    
    Port bulk_docs.js

 test/elixir/test/bulk_docs_test.exs   | 152 ++++++++++++++++++++++++++++++++++
 test/elixir/test/reduce_test.exs      |   2 +-
 test/elixir/test/replication_test.exs |   6 --
 test/elixir/test/rewrite_test.exs     |   2 +-
 test/elixir/test/test_helper.exs      |  33 ++++++--
 5 files changed, 180 insertions(+), 15 deletions(-)