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

jan pushed a change to branch 1198-no-5986-fauxton
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 6e6f152  Prevent access to Fauxton on node-local port (5986)
     add 9b99722  Remove unused code for starting compactions
     add 4a73d03  re-enable "flaky" test in quest to nail down #745
     add 72b41c4  Implement pluggable authentication and session support for 
replicator
     add 2c43e62  This fixes couch_bt_engine:fold_local_docs/4
     add 5ef942a  feat: introduce snooze_period to reduce compaction_daemon 
load.
     add 0761b6a  fix: simplify config integer get
     add 58fef34  feat: bump the compaction daemon check_interval to one hour
     add e5bf9d4  doc: add snooze_period doc to default.ini
     add 42aba99  feat: demote view index opening/closing to log level debug
     new 47b044d  Merge branch 'master' into 1198-no-5986-fauxton

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                        |  23 +-
 src/couch/src/couch_bt_engine.erl                  |   5 +-
 src/couch/src/couch_compaction_daemon.erl          |  11 +-
 src/couch/src/couch_db.erl                         |  13 +-
 src/couch/test/couchdb_compaction_daemon_tests.erl |   1 +
 src/couch_index/src/couch_index.erl                |   6 +-
 .../{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 +-
 ...ch_replicator_small_max_request_size_target.erl |  28 +-
 22 files changed, 1036 insertions(+), 159 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
j...@apache.org.

Reply via email to