This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch auto-delete-tseq
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 1114a32dd Document new endpoints and config settings
discard 9686dfd30 purge deleted documents that exceed TTL
discard 992b619f1 add get/set interface for auto purge properties
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 329d567bb add get/set interface for auto purge properties
add 826588d4a purge deleted documents that exceed TTL
add 4ec05c6b1 Document new endpoints and config settings
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 (1114a32dd)
\
N -- N -- N refs/heads/auto-delete-tseq (4ec05c6b1)
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/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/setup/test/t-frontend-setup.sh | 4 +-
15 files changed, 309 insertions(+), 159 deletions(-)