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/21 19:44:57 UTC

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

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 79d8c93  Handle libicu upgrades in views
 discard 6f580e6  Add get_collator_version/0 libicu API call
     add fedf37d  Non-zero instance_start_time
     add 3abcc42  Merge pull request #3901 from apache/nonzero_instance_start_time
     add 63a9d45  Enable exunit in check target
     add ab700ba  Do not start test name with "test "
     add 55d8278  Fix doc order in fabric_doc_update tests
     add 15ba244  Add get_collator_version/0 libicu API call
     add cca3e78  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   (79d8c93)
            \
             N -- N -- N   refs/heads/collation-view-versioning (cca3e78)

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:
 Makefile                                                  |  2 ++
 src/chttpd/src/chttpd_db.erl                              |  3 ++-
 .../src/couch_replicator_scheduler_job.erl                |  9 +++------
 src/fabric/src/fabric_db_info.erl                         |  5 +++--
 src/fabric/src/fabric_doc_update.erl                      | 10 +++++-----
 src/mem3/src/mem3.erl                                     | 15 +++++++++++++++
 test/elixir/test/attachments_test.exs                     |  2 +-
 test/elixir/test/design_docs_test.exs                     |  2 +-
 8 files changed, 32 insertions(+), 16 deletions(-)