You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2020/02/19 15:57:44 UTC

[couchdb] branch fix/2557/single-node-state updated (666c1ec -> 5f6ac88)

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

jan pushed a change to branch fix/2557/single-node-state
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 666c1ec  bump docs rev (#2563)
     add 99f94e6  Port reduce_false.js and reduce_builtin.js to Elixir (#2541)
     add 8748310  Bump SM to 60 on Centos 8 (#2544)
     add ca178f0  Expose `couch_util:decode/2` to support jiffy options
     add 09ac720  Reset if we don't get a view header
     add 5f6ac88  Merge branch 'master' into fix/2557/single-node-state

No new revisions were added by this update.

Summary of changes:
 src/couch/src/couch_util.erl                |   7 +-
 src/couch/test/eunit/couch_util_tests.erl   |   7 +
 src/couch_mrview/src/couch_mrview_index.erl |   6 +
 test/elixir/README.md                       |   4 +-
 test/elixir/test/reduce_builtin_test.exs    | 282 ++++++++++++++++++++++++++++
 test/elixir/test/reduce_false_test.exs      |  50 +++++
 6 files changed, 352 insertions(+), 4 deletions(-)
 create mode 100644 test/elixir/test/reduce_builtin_test.exs
 create mode 100644 test/elixir/test/reduce_false_test.exs