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 feeeda4 expose partitioned flag in GET /dbname info
discard f5b2e39 Enforce partition:id format in doc ids
discard c8e9dfb map documents to shards by their partition
new f1ee44c map documents to shards by their partition
new 172ef10 Enforce partition:id format in doc ids
new 60f39de expose partitioned flag in GET /dbname info
new 842da32 Allow partitioned option in mrviews
new 79e204b Select only the shard containing the partition, if specified
new 9e3f4d2 validate new partition arguments
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 (feeeda4)
\
N -- N -- N refs/heads/user-partitioned-dbs-4 (9e3f4d2)
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 6 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 | 4 ++--
src/couch/src/couch_doc.erl | 2 ++
src/couch_mrview/src/couch_mrview.erl | 5 +++++
src/couch_mrview/src/couch_mrview_http.erl | 3 +++
src/couch_mrview/src/couch_mrview_index.erl | 4 +++-
src/couch_mrview/src/couch_mrview_util.erl | 22 ++++++++++++++++++++++
src/fabric/include/fabric.hrl | 3 ++-
src/fabric/src/fabric.erl | 25 +++++++++++++++++++------
src/fabric/src/fabric_util.erl | 1 -
src/fabric/src/fabric_view.erl | 27 +++++++++++++++++++++++----
10 files changed, 81 insertions(+), 15 deletions(-)