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:23:31 UTC

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

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 95daf1c  Merge pull request #1468 from cloudant/bulk-docs
     add e2f073c  Suppress "outdented heredoc line" warnings
     add ad95118  Suppress unused variable warnings
     add 182cde0  Fix UndefinedFunctionError
     add 874df49  Fix racy test case
     new de0ea9a  Merge pull request #1478 from cloudant/fix-warnings-and-errors

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/basics_test.exs              |   4 +-
 test/elixir/test/config_test.exs              |   2 +-
 test/elixir/test/reduce_test.exs              |  67 ++--
 test/elixir/test/rewrite_test.exs             | 480 +++++++++++++-------------
 test/elixir/test/security_validation_test.exs |  17 +-
 5 files changed, 285 insertions(+), 285 deletions(-)


[couchdb] 01/01: Merge pull request #1478 from cloudant/fix-warnings-and-errors

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 de0ea9a75216b9cd3d21e05d4eaca548ec17bcf7
Merge: 95daf1c 874df49
Author: iilyak <ii...@ca.ibm.com>
AuthorDate: Wed Aug 15 12:23:29 2018 -0700

    Merge pull request #1478 from cloudant/fix-warnings-and-errors
    
    Fix warnings and errors

 test/elixir/test/basics_test.exs              |   4 +-
 test/elixir/test/config_test.exs              |   2 +-
 test/elixir/test/reduce_test.exs              |  67 ++--
 test/elixir/test/rewrite_test.exs             | 480 +++++++++++++-------------
 test/elixir/test/security_validation_test.exs |  17 +-
 5 files changed, 285 insertions(+), 285 deletions(-)