This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch access
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from bd64cdf fix: offset and test execution
new ab46030 add repliation plan
new 455ffce test: add admin replication test
new 7ec5baa feat: replication & revs diff
new 4927832 feat: add _access to local docs, teach replicator to add
_access
The 4 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 | 5 +-
src/couch/src/couch_db.erl | 15 +-
src/couch/src/couch_db_updater.erl | 14 +-
src/couch/test/couchdb_access_tests.erl | 522 ++++++++++++++++++++-
src/couch_replicator/src/couch_replicator.erl | 5 +-
.../src/couch_replicator_api_wrap.erl | 2 +-
src/couch_replicator/src/couch_replicator_ids.erl | 1 +
.../src/couch_replicator_scheduler_job.erl | 39 +-
src/fabric/src/fabric_db_info.erl | 2 +
src/fabric/src/fabric_doc_open_revs.erl | 8 +-
src/fabric/src/fabric_rpc.erl | 4 +-
11 files changed, 593 insertions(+), 24 deletions(-)