You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2018/03/05 18:47:29 UTC

[couchdb] branch fix-pse-fold-local-docs updated (19f3fa5 -> ec6a89d)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch fix-pse-fold-local-docs
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 19f3fa5  Merge branch 'master' into fix-pse-fold-local-docs
     add 72b41c4  Implement pluggable authentication and session support for replicator
     new ec6a89d  Merge branch 'master' into fix-pse-fold-local-docs

The 1 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/overlay/etc/default.ini                        |  15 +
 .../{src => include}/couch_replicator_api_wrap.hrl |  13 +-
 src/couch_replicator/src/couch_replicator.erl      |   2 +-
 .../src/couch_replicator_api_wrap.erl              |   7 +-
 src/couch_replicator/src/couch_replicator_auth.erl |  99 +++
 .../src/couch_replicator_auth_noop.erl             |  52 ++
 .../src/couch_replicator_auth_session.erl          | 692 +++++++++++++++++++++
 .../src/couch_replicator_changes_reader.erl        |   2 +-
 src/couch_replicator/src/couch_replicator_docs.erl |  33 +-
 .../src/couch_replicator_httpc.erl                 |  59 +-
 src/couch_replicator/src/couch_replicator_ids.erl  |  51 +-
 .../src/couch_replicator_scheduler.erl             |   2 +-
 .../src/couch_replicator_scheduler_job.erl         |   2 +-
 .../src/couch_replicator_utils.erl                 |  90 ++-
 .../src/couch_replicator_worker.erl                |   2 +-
 .../test/couch_replicator_proxy_tests.erl          |   2 +-
 16 files changed, 999 insertions(+), 124 deletions(-)
 rename src/couch_replicator/{src => include}/couch_replicator_api_wrap.hrl (86%)
 create mode 100644 src/couch_replicator/src/couch_replicator_auth.erl
 create mode 100644 src/couch_replicator/src/couch_replicator_auth_noop.erl
 create mode 100644 src/couch_replicator/src/couch_replicator_auth_session.erl

-- 
To stop receiving notification emails like this one, please contact
davisp@apache.org.

[couchdb] 01/01: Merge branch 'master' into fix-pse-fold-local-docs

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch fix-pse-fold-local-docs
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ec6a89d7b7036705acbc521e1ac2363961ab72d2
Merge: 19f3fa5 72b41c4
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Mon Mar 5 12:47:27 2018 -0600

    Merge branch 'master' into fix-pse-fold-local-docs

 rel/overlay/etc/default.ini                        |  15 +
 .../{src => include}/couch_replicator_api_wrap.hrl |  13 +-
 src/couch_replicator/src/couch_replicator.erl      |   2 +-
 .../src/couch_replicator_api_wrap.erl              |   7 +-
 src/couch_replicator/src/couch_replicator_auth.erl |  99 +++
 .../src/couch_replicator_auth_noop.erl             |  52 ++
 .../src/couch_replicator_auth_session.erl          | 692 +++++++++++++++++++++
 .../src/couch_replicator_changes_reader.erl        |   2 +-
 src/couch_replicator/src/couch_replicator_docs.erl |  33 +-
 .../src/couch_replicator_httpc.erl                 |  59 +-
 src/couch_replicator/src/couch_replicator_ids.erl  |  51 +-
 .../src/couch_replicator_scheduler.erl             |   2 +-
 .../src/couch_replicator_scheduler_job.erl         |   2 +-
 .../src/couch_replicator_utils.erl                 |  90 ++-
 .../src/couch_replicator_worker.erl                |   2 +-
 .../test/couch_replicator_proxy_tests.erl          |   2 +-
 16 files changed, 999 insertions(+), 124 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
davisp@apache.org.