You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/02/24 22:08:01 UTC

[couchdb] branch persistent-term-features updated (0cabc8b91 -> 184ad2fa8)

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

vatamane pushed a change to branch persistent-term-features
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 0cabc8b91 Enable FIPS mode at runtime
     add 7a2705ac6 hide shard-sync and purge documents from `_local_docs`
     add b702a5edf inspect the document more precisely to avoid skipping user docs
     add 8f519ba04 add tests to cover hiding resp showing system docs
     add ac600d1bb add a notice that purge documents are only visible with `include_system=true`
     add 184ad2fa8 Enable FIPS mode at runtime

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   (0cabc8b91)
            \
             N -- N -- N   refs/heads/persistent-term-features (184ad2fa8)

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:
 src/chttpd/src/chttpd_db.erl                      |   9 +-
 src/chttpd/test/eunit/chttpd_local_docs_tests.erl | 198 ++++++++++++++++++++++
 src/couch_mrview/src/couch_mrview.erl             |  84 +++++----
 src/docs/src/cluster/purging.rst                  |   6 +-
 4 files changed, 265 insertions(+), 32 deletions(-)
 create mode 100644 src/chttpd/test/eunit/chttpd_local_docs_tests.erl