You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/03/06 10:07:53 UTC

[couchdb] branch 1198-no-5986-fauxton updated (6e6f152 -> 47b044d)

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
jan@apache.org.

[couchdb] 01/01: Merge branch 'master' into 1198-no-5986-fauxton

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

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

commit 47b044d3ce010a483f0028dbcc0ea2656ea78a5b
Merge: 6e6f152 42aba99
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Tue Mar 6 11:07:51 2018 +0100

    Merge branch 'master' into 1198-no-5986-fauxton

 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(-)

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