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/01/16 06:40:25 UTC

[couchdb] branch collation-view-versioning updated (80c225c -> 79d8c93)

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 80c225c  Handle libicu upgrades in views
     add 7954aca  Expose `decode/4` to skip decoding steps
     add c0d1a74  Use Debian Stable, add Erlang 24 to CI (#3895)
     add b7a3a4f  Drop support for Ubuntu 16.04
     add 6f580e6  Add get_collator_version/0 libicu API call
     add 79d8c93  Handle libicu upgrades in views

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   (80c225c)
            \
             N -- N -- N   refs/heads/collation-view-versioning (79d8c93)

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                         | 47 ----------------------
 build-aux/Jenkinsfile.pr                           | 45 ++++++++++++++++-----
 mix.exs                                            |  2 +-
 .../priv/couch_ejson_compare/couch_ejson_compare.c | 19 ++++++++-
 src/couch/src/couch_ejson_compare.erl              |  6 ++-
 src/couch/test/eunit/couch_ejson_compare_tests.erl |  9 +++++
 src/couch_mrview/include/couch_mrview.hrl          |  2 +-
 src/couch_mrview/src/couch_mrview_util.erl         | 23 +++++------
 src/jwtf/src/jwtf.erl                              | 16 ++++++--
 9 files changed, 92 insertions(+), 77 deletions(-)