You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/08/05 21:30:09 UTC

[couchdb] branch prototype/fdb-replicator updated (725b39e -> 2b636e0)

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 725b39e  [wip] fix iso8601 formatter
     add 2b636e0  [wip] move parsing bits to a separate module

No new revisions were added by this update.

Summary of changes:
 src/couch_replicator/src/couch_replicator.erl      |   8 +-
 .../src/couch_replicator_api_wrap.erl              |   2 +-
 src/couch_replicator/src/couch_replicator_docs.erl | 449 +--------------------
 src/couch_replicator/src/couch_replicator_job.erl  |  34 +-
 ...licator_docs.erl => couch_replicator_parse.erl} | 256 +-----------
 .../src/couch_replicator_utils.erl                 |  43 +-
 6 files changed, 26 insertions(+), 766 deletions(-)
 copy src/couch_replicator/src/{couch_replicator_docs.erl => couch_replicator_parse.erl} (68%)