This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch prototype/fdb-replicator
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from f18ca6c WIP 2 - Rebased on latest master
new 7aca652 [wip] stats may be a map
new eb23621 [wip] add doc update and db create/delete callbacks
new 5636460 [wip] remove get_view_info unused function
new 88334ab [wip] replace state maps fields with defines
new f481258 [wip] add couch_jobs:fold/4
new 5b71022 [wip] add a db uuid field to rep object
new e3096ac [wip] improve job creation logic when docs/dbs change
new 0fd0d29 [wip] add more defined map fields for rep and httpd objects
new b75ad64 [wip] move stats updates individual jobs and use couch_jobs
for it
new 056cf64 [wip] forgot to register replicator epi plugin in supervisor
The 10 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/apps/couch_epi.config | 1 +
src/couch_jobs/src/couch_jobs.erl | 11 ++
src/couch_replicator/src/couch_replicator.erl | 10 +-
src/couch_replicator/src/couch_replicator.hrl | 17 ++-
.../src/couch_replicator_api_wrap.erl | 9 --
.../src/couch_replicator_doc_processor.erl | 129 ++++++++++++---------
src/couch_replicator/src/couch_replicator_docs.erl | 49 ++++----
.../src/couch_replicator_epi.erl} | 15 ++-
.../src/couch_replicator_fabric2_plugin.erl} | 17 ++-
.../src/couch_replicator_filters.erl | 2 +-
src/couch_replicator/src/couch_replicator_ids.erl | 14 +--
.../src/couch_replicator_scheduler.erl | 20 +---
.../src/couch_replicator_scheduler_job.erl | 88 +++++++-------
.../src/couch_replicator_stats.erl | 12 ++
src/couch_replicator/src/couch_replicator_sup.erl | 2 +-
src/fabric/src/fabric2_db.erl | 15 ++-
16 files changed, 232 insertions(+), 179 deletions(-)
copy src/{setup/src/setup_epi.erl =>
couch_replicator/src/couch_replicator_epi.erl} (88%)
copy src/{couch_views/src/couch_views_fabric2_plugin.erl =>
couch_replicator/src/couch_replicator_fabric2_plugin.erl} (61%)