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 2022/08/06 15:53:37 UTC

[couchdb] branch feat/access-2022 updated (10414fb3c -> 6c256d5cb)

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

jan pushed a change to branch feat/access-2022
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from 10414fb3c test(access): test disable access config
     add 732ae1dd8 fix(access): elixir tests
     add 6c256d5cb chore(access): erlfmt

No new revisions were added by this update.

Summary of changes:
 src/chttpd/src/chttpd_db.erl                       |   11 +-
 src/chttpd/src/chttpd_view.erl                     |   28 +-
 src/couch/src/couch_access_native_proc.erl         |   64 +-
 src/couch/src/couch_bt_engine.erl                  |    1 -
 src/couch/src/couch_btree.erl                      |    8 +-
 src/couch/src/couch_db.erl                         |  199 +--
 src/couch/src/couch_db_updater.erl                 |  116 +-
 src/couch/src/couch_doc.erl                        |    7 +-
 src/couch/src/couch_util.erl                       |    5 +-
 src/couch/test/eunit/couchdb_access_tests.erl      | 1293 +++++++++++++-------
 .../test/eunit/couchdb_update_conflicts_tests.erl  |    3 +-
 src/couch_index/src/couch_index_updater.erl        |   13 +-
 src/couch_index/src/couch_index_util.erl           |    2 +-
 src/couch_mrview/src/couch_mrview.erl              |  113 +-
 src/couch_mrview/src/couch_mrview_updater.erl      |   56 +-
 src/couch_mrview/src/couch_mrview_util.erl         |    2 +-
 src/couch_replicator/src/couch_replicator.erl      |   17 +-
 .../src/couch_replicator_scheduler_job.erl         |   15 +-
 src/fabric/src/fabric_doc_update.erl               |    6 +-
 test/elixir/test/proxyauth_test.exs                |    4 +-
 test/elixir/test/security_validation_test.exs      |    2 +-
 test/elixir/test/users_db_security_test.exs        |    6 +-
 22 files changed, 1230 insertions(+), 741 deletions(-)