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 2022/02/04 17:55:12 UTC

[couchdb] branch collation-view-versioning updated (42d9726 -> a2121e1)

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

vatamane pushed a change to branch collation-view-versioning
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 42d9726  View collation upgrade tests
 discard 0d9a51e  Automatically compact views with multiple collator versions
 discard 3e019df  Track libicu collator versions in the view header
 discard a4ce7d1  Return the opaque collator version from _node/*/_versions
 discard acd713b  Add get_collator_version/0 libicu API call
     add d8daa1c  Add get_collator_version/0 libicu NIF function
     add c454b43  Return the opaque collator version from _node/*/_versions
     add 24acee2  Track libicu collator versions in the view header
     add fde19c5  Automatically compact views with multiple collator versions
     add a2121e1  View collation upgrade tests

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   (42d9726)
            \
             N -- N -- N   refs/heads/collation-view-versioning (a2121e1)

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/couch/test/eunit/couchdb_views_tests.erl       |   4 +-
 .../fixtures/1f2c24bc334d701c2048f85e7438eef1.view | Bin 8320 -> 4230 bytes
 src/couch/test/eunit/fixtures/colltest1.couch      | Bin 24768 -> 24768 bytes
 src/couch_mrview/src/couch_mrview_util.erl         |  41 ++++++++++++++++++---
 4 files changed, 38 insertions(+), 7 deletions(-)