From commits-return-32341-archive-asf-public=cust-asf.ponee.io@couchdb.apache.org Mon Mar 5 21:42:15 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 08DDA180608 for ; Mon, 5 Mar 2018 21:42:14 +0100 (CET) Received: (qmail 79712 invoked by uid 500); 5 Mar 2018 20:42:14 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 79695 invoked by uid 99); 5 Mar 2018 20:42:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2018 20:42:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7E5FC827BD; Mon, 5 Mar 2018 20:42:13 +0000 (UTC) Date: Mon, 05 Mar 2018 20:42:13 +0000 To: , "' commits@couchdb.apache.org" , '@gitbox.apache.org, Subject: [couchdb] branch fix/compaction-daemon updated (b884abc -> b321635) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152028253334.5092.3204502478581416942@gitbox.apache.org> From: jan@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/fix/compaction-daemon X-Git-Reftype: branch X-Git-Oldrev: b884abc6f9762e4ffc65d85a0c655cb1ac0d917a X-Git-Newrev: b3216354003089ba58d4c178ec33f68d2e5accf6 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jan pushed a change to branch fix/compaction-daemon in repository https://gitbox.apache.org/repos/asf/couchdb.git. from b884abc feat: demote view index opening/closing to log level debug 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 new b321635 Merge branch 'master' into fix/compaction-daemon 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/couch/src/couch_bt_engine.erl | 5 +- .../{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 +- 18 files changed, 1017 insertions(+), 139 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.