This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch implement-set-db-doc
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard a72fb93e3 Implement db doc updating
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 33c08bee5 Fix config options (#5642)
add e7266532b Handle plugin stops without crashing
add c6c5ba465 Reschedule scanner plugins if they return skip on start or
resume
add 9687356b5 Implement db doc updating
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 (a72fb93e3)
\
N -- N -- N refs/heads/implement-set-db-doc (9687356b5)
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 | 47 +++++---
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/couch_scanner/src/couch_scanner_plugin.erl | 29 +++--
src/couch_scanner/src/couch_scanner_server.erl | 2 +
.../test/eunit/couch_scanner_test.erl | 20 ++++
src/docs/src/api/database/changes.rst | 5 +-
src/docs/src/api/server/authn.rst | 91 +++++++++++++++
src/dreyfus/src/dreyfus_fabric_group1.erl | 4 +-
src/dreyfus/src/dreyfus_fabric_group2.erl | 4 +-
src/fabric/src/fabric_view_all_docs.erl | 2 +-
src/fabric/src/fabric_view_changes.erl | 2 +-
src/mango/test/02-basic-find-test.py | 2 +-
src/mango/test/mango.py | 44 ++++++--
src/setup/test/t-frontend-setup.sh | 4 +-
20 files changed, 385 insertions(+), 180 deletions(-)