You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ei...@apache.org on 2021/02/17 23:18:27 UTC

[couchdb] branch 3.x updated (b3cc40e -> 1c319a4)

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

eiri pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from b3cc40e  Include necessary dependency in jwtf keystore test setup & teardown
     add 0805b99  Use updated json_req_obj function in changes custom filter
     add 525716f  Read and validate JSON payload on POST to _changes
     new 1c319a4  Merge pull request #3373 from apache/3087-read-body-on-post-to-changes

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:
 src/chttpd/src/chttpd_db.erl      |  8 +++++-
 src/couch/src/couch_changes.erl   |  2 +-
 test/elixir/test/changes_test.exs | 58 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 2 deletions(-)


[couchdb] 01/01: Merge pull request #3373 from apache/3087-read-body-on-post-to-changes

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

eiri pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 1c319a4e5f85181dec2156fdd5317cecbc4d5f02
Merge: b3cc40e 525716f
Author: Eric Avdey <ei...@eiri.ca>
AuthorDate: Wed Feb 17 19:18:15 2021 -0400

    Merge pull request #3373 from apache/3087-read-body-on-post-to-changes
    
    Read and validate JSON payload on POST to _changes

 src/chttpd/src/chttpd_db.erl      |  8 +++++-
 src/couch/src/couch_changes.erl   |  2 +-
 test/elixir/test/changes_test.exs | 58 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 2 deletions(-)