You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2019/12/05 12:53:17 UTC

[couchdb] branch master updated (87edbae -> 4815eeb)

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

garren pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 87edbae  Merge pull request #2324 from apache/2167-no-view-changes
     add 4815eeb  Allow all params to be passed via body for POST view

No new revisions were added by this update.

Summary of changes:
 src/chttpd/src/chttpd_view.erl             |  19 ++--
 src/couch_mrview/src/couch_mrview_http.erl |  14 ++-
 src/couch_mrview/src/couch_mrview_util.erl |   1 -
 test/elixir/test/view_test.exs             | 143 +++++++++++++++++++++++++++++
 4 files changed, 164 insertions(+), 13 deletions(-)
 create mode 100644 test/elixir/test/view_test.exs