This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch rebase/access-2026
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from db5b9cb18 chore: erlfmt
add 6d874f1b6 Revert "feat(access): add access handling to ddoc cache"
add 9d21e0c12 test: update tests to match new RFC semantics
add 868fa6ce1 chore: take out ddoc_cache special casing from access
validation
add 57e017572 feat: move access option into db props
add bcf42f215 feat: block non-access ddocs from non-admins
No new revisions were added by this update.
Summary of changes:
src/chttpd/src/chttpd_db.erl | 44 ++++---
src/chttpd/src/chttpd_show.erl | 1 +
src/chttpd/src/chttpd_view.erl | 1 +
src/couch/src/couch_db.erl | 22 ++--
src/couch/src/couch_db_updater.erl | 3 +-
src/couch/test/eunit/couchdb_access_tests.erl | 133 +++++++--------------
src/ddoc_cache/src/ddoc_cache_entry_ddocid.erl | 2 +-
src/ddoc_cache/src/ddoc_cache_entry_ddocid_rev.erl | 2 +-
.../src/ddoc_cache_entry_validation_funs.erl | 3 +-
9 files changed, 82 insertions(+), 129 deletions(-)