This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from f13ceb46c Improve validation of replicator job parameters
add 4530f8e1f Remove all usage of global
No new revisions were added by this update.
Summary of changes:
src/couch_event/src/couch_event_listener.erl | 6 -
src/couch_replicator/src/couch_replicator_pg.erl | 153 +++++++++++++++++++++
.../src/couch_replicator_scheduler_job.erl | 66 ++++++---
src/couch_replicator/src/couch_replicator_sup.erl | 1 +
.../couch_replicator_error_reporting_tests.erl | 42 +++++-
.../test/eunit/couch_replicator_test_helper.erl | 2 +-
6 files changed, 238 insertions(+), 32 deletions(-)
create mode 100644 src/couch_replicator/src/couch_replicator_pg.erl