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

rnewson pushed a change to branch user-partitioned-dbs-4
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 0f1b982  map documents to shards by their partition
 discard cab1728  Support and persist ?partitioned=true flag at db creation time
 discard 293b332  Add a generic 'props' list at db creation time
     new 081757b  Add a generic 'props' list at db creation time
     new 0dfca46  Support and persist ?partitioned=true flag at db creation time
     new c8e9dfb  map documents to shards by their partition
     new 09ddfeb  Enforce partition:id format in doc ids
     new 5afff82  expose partitioned flag in GET /dbname 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   (0f1b982)
            \
             N -- N -- N   refs/heads/user-partitioned-dbs-4 (5afff82)

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.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/chttpd/src/chttpd_db.erl       |   1 +
 src/couch/src/couch_bt_engine.erl  |  20 ++++++++++----------
 src/couch/src/couch_db.erl         |   5 +++++
 src/couch/src/couch_doc.erl        |  18 ++++++++++++++----
 src/couch/test/fixtures/test.couch | Bin 16482 -> 0 bytes
 src/fabric/src/fabric_db_info.erl  |  11 +++++++++--
 6 files changed, 39 insertions(+), 16 deletions(-)
 delete mode 100644 src/couch/test/fixtures/test.couch

Reply via email to