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 ee10ea60f feat(access): add access handling to fabric
     new a6e3c655f feat(access): additional test fixes
     new 8ca15ed22 fix: make tests pass again
     new 17ec65823 feat(access): add global off switch
     new 7c6068109 doc(access): leave todo for missing implementation detail
     new 8dbba7afc chore(access): remove old comment
     new 6f60d904a fix(access): use minimal info from prev rev
     new 1d12525ac chore(access): style notes

The 7 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:
 rel/overlay/etc/default.ini                        |    4 +
 src/chttpd/src/chttpd_db.erl                       |   25 +-
 src/couch/src/couch_bt_engine.erl                  |   14 +-
 src/couch/src/couch_changes.erl                    |    3 +
 src/couch/src/couch_db.erl                         |   15 +-
 src/couch/src/couch_db_updater.erl                 |   21 +-
 src/couch/src/couch_doc.erl                        |    9 +-
 src/couch/src/couch_httpd_auth.erl                 |    4 +-
 src/couch/test/eunit/couchdb_access_tests.erl      | 1040 ++++++++++++++++++++
 .../test/eunit/couchdb_update_conflicts_tests.erl  |    4 +-
 src/couch_index/src/couch_index_util.erl           |    5 +-
 src/custodian/src/custodian_util.erl               |    3 +-
 src/fabric/src/fabric_doc_update.erl               |   33 +-
 src/mem3/src/mem3_shards.erl                       |    1 +
 test/elixir/test/cookie_auth_test.exs              |    2 +-
 test/elixir/test/security_validation_test.exs      |    2 +-
 test/javascript/tests/security_validation.js       |    2 +-
 17 files changed, 1130 insertions(+), 57 deletions(-)

Reply via email to