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

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


 discard 0dc1b98  validate partitioned design docs
     new 8de56b5  validate partitioned design docs
     new 90a0028  move view validation to chttp_view for partition checks
     new ab7e854  validate docs for _bulk_get and _bulk_docs
     new a2f460c  validate that a system db cannot be partitioned

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   (0dc1b98)
            \
             N -- N -- N   refs/heads/user-partitioned-dbs-6 (a2f460c)

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 4 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               | 30 ++++++++++++++++++++++++------
 src/chttpd/src/chttpd_view.erl             | 20 ++++++++++++++++++++
 src/couch/src/couch_doc.erl                |  2 +-
 src/couch_mrview/src/couch_mrview_util.erl | 14 --------------
 4 files changed, 45 insertions(+), 21 deletions(-)

Reply via email to