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

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


    from f519c1b1f Handle a just deleted db in auto-purge plugin
     add 5610e7688 fix: Align vdu_rejects counter with actual VDU behaviour
     add 3cba0ae81 chore: Add some basic testing for the JS-based VDU interface
     add 166335b0e feat: Add the ability for VDUs to be written as Mango 
selectors
     add ae57d855d docs: Documentation for Mango-selector-based VDUs
     new 28ee29984 Merge pull request #5839 from neighbourhoodie/mango-vdu

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/couch/src/couch_query_servers.erl         |  22 +--
 src/couch_mrview/src/couch_mrview.erl         |   2 +-
 src/docs/src/api/ddoc/common.rst              |   5 +-
 src/docs/src/ddocs/ddocs.rst                  |  75 +++++++++
 src/mango/src/mango_native_proc.erl           |  27 ++++
 test/elixir/test/config/suite.elixir          |  12 ++
 test/elixir/test/validate_doc_update_test.exs | 212 ++++++++++++++++++++++++++
 7 files changed, 341 insertions(+), 14 deletions(-)
 create mode 100644 test/elixir/test/validate_doc_update_test.exs

Reply via email to