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


    omit cf347a78a purge deleted documents that exceed TTL
     add 7ac5387bf Upgrade erlfmt and rebar3
     add e81df64ff Implement prop updates for shards
     add 66f7487ab Unify and fix fabric db meta setters
     add ad4801277 Document that _all_dbs endpoint supports inclusive_end query 
param
     add 8d1d09d41 Merge pull request #5653 from apache/all_dbs_inclusive_end
     add de73c457c Retry call to dreyfus index on noproc errors
     add aa56b9ff2 Remove absolete clauses from dreyfus
     add 546cae70d Remove pointless message
     add 691e7c7d1 Add delay before retry
     add f589a51cd Merge pull request #5649 from apache/retry-on-noproc-errors
     add c1162fa75 dev: support multiarch names (Debian based systems) (#5626)
     add e2fbdd479 Use upgraded Erlang CI images
     add 62edb6768 purge deleted documents that exceed TTL

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   (cf347a78a)
            \
             N -- N -- N   refs/heads/auto-delete-tseq (62edb6768)

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:
 build-aux/Jenkinsfile.full                     |   4 +-
 build-aux/Jenkinsfile.pr                       |   4 +-
 configure                                      |   6 +-
 src/couch/rebar.config.script                  |  64 ++++++--------
 src/couch/src/couch_db.erl                     |  40 +++++++--
 src/couch/src/couch_db_updater.erl             |  20 +++--
 src/docs/src/api/server/common.rst             |   2 +
 src/dreyfus/src/dreyfus_rpc.erl                |  41 +++++----
 src/fabric/src/fabric.erl                      |  12 +++
 src/fabric/src/fabric_db_meta.erl              |  89 ++++++++++---------
 src/fabric/src/fabric_rpc.erl                  |   4 +
 src/fabric/test/eunit/fabric_db_info_tests.erl |  18 +++-
 src/fabric/test/eunit/fabric_meta_tests.erl    | 117 +++++++++++++++++++++++++
 13 files changed, 306 insertions(+), 115 deletions(-)
 create mode 100644 src/fabric/test/eunit/fabric_meta_tests.erl

Reply via email to