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

jiahuili430 pushed a change to branch fix-config-options
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 8e94b0762 [fabric]: Make `all_docs_view_permsg_timeout` configurable
 discard 8a7afd458 [view_updater]: Add `queue_memory_cap` and `queue_item_cap`
 discard ae48032d8 [fabric]: `attachments_timeout` default should be `600000`
 discard 7c227dba8 [couchdb]: Add `delete_after_rename = true` option
 discard 5e7a67310 Fix typos
 discard a7e32e3ad Docs: `changes_timeout` is applicable for 
`_changes?feed=eventsource`
 discard 91ff59f2e config: `secret` was moved to `[chttpd_auth]` session
     add 32f37023a Print request/response body on errors from mango test suite
     add 9ed7e1a2b Merge pull request #5671 from 
apache/improve-errors-in-mango-tests
     add f95c15a52 Add setup documentation for two factor authentication (#5674)
     add 69bdb7e6c Replace `gen_server:format_status/2` with `format_status/1`
     add 791f60e0b config: `secret` was moved to `[chttpd_auth]` session
     add 970401256 Docs: `changes_timeout` is applicable for 
`_changes?feed=eventsource`
     add 57ab32b9c Fix typos
     add 619ffd3fc [couchdb]: Add `delete_after_rename = true` option
     add 58cecd03f [fabric]: `attachments_timeout` default should be `600000`
     add 392232f6b [view_updater]: Add `queue_memory_cap` and `queue_item_cap`
     add 6fdcc63f7 [fabric]: Make `all_docs_view_permsg_timeout` configurable

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8e94b0762)
            \
             N -- N -- N   refs/heads/fix-config-options (6fdcc63f7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 rel/overlay/etc/default.ini                        |  18 +--
 src/couch/src/couch_file.erl                       |   6 +-
 src/couch/src/couch_util.erl                       |   6 +-
 .../src/couch_replicator_auth_session.erl          |  24 ++--
 .../src/couch_replicator_httpc_pool.erl            |  47 ++++----
 .../src/couch_replicator_scheduler.erl             |  22 ++--
 .../src/couch_replicator_scheduler_job.erl         | 122 +++++++++++----------
 .../src/couch_replicator_worker.erl                |  82 ++++++++------
 src/docs/src/api/server/authn.rst                  |  91 +++++++++++++++
 src/mango/test/02-basic-find-test.py               |   2 +-
 src/mango/test/mango.py                            |  44 ++++++--
 11 files changed, 305 insertions(+), 159 deletions(-)

Reply via email to