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/26 22:11:32 UTC

[couchdb] branch collation-view-versioning updated (d6e7d74 -> 04553af)

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 d6e7d74  Return the opaque collator version from _node/*/_versions
 discard 0346775  Emit collator versions in _design/*/_info
 discard dbd84b9  Add view 2.x, 3.2.1 and old collator upgrade tests
 discard b5c8ea2  Handle libicu upgrades in views
 discard 36ee9d0  Add get_collator_version/0 libicu API call
     add 77f34a1  Refactor Jenkins to dynamically generate stages
     add 016385f  Properly test for SM60 on ARM builds
     add 9cebe1e  Update mix.lock
     add a0fb595  Display 3.x build status in README
     add 995fdfd  Add get_collator_version/0 libicu API call
     add 9e660d0  Handle libicu upgrades in views
     add a6bd1a2  Add view 2.x, 3.2.1 and old collator upgrade tests
     add aa16fa6  Emit collator versions in _design/*/_info
     add 52fb327  Return the opaque collator version from _node/*/_versions
     add 04553af  Return collator version as binaries in _design/*/_info

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   (d6e7d74)
            \
             N -- N -- N   refs/heads/collation-view-versioning (04553af)

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:
 README.rst                                  |   4 +-
 build-aux/Jenkinsfile.full                  | 794 +++++++++-------------------
 build-aux/{README.Jenkins => README.md}     |  70 +--
 configure                                   |   4 +-
 mix.lock                                    |   4 +-
 src/chttpd/src/chttpd_node.erl              |  12 +-
 src/couch/src/couch_util.erl                |   9 +
 src/couch_mrview/src/couch_mrview_index.erl |   5 +-
 test/elixir/test/design_docs_test.exs       |   2 +-
 9 files changed, 300 insertions(+), 604 deletions(-)
 rename build-aux/{README.Jenkins => README.md} (70%)