This is an automated email from the ASF dual-hosted git repository.
davisp pushed a change to branch COUCHDB-3288-mixed-cluster-upgrade
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
omit fc3939c Handle attachments downgrades in a mixed cluster environment
omit 6a279b2 Allow for mixed db record definitions
omit e449a7e Add clause for mixed cluster upgrades
omit beae045 Remove public access to the db record
omit 44880dc Avoid bad match on really old databases
omit 66c951e Add a test helper for creating fake db records
omit aa5eddf Update couch_server to not use the db record
omit f8c1801 Move calculate_start_seq and owner_of
omit 9c9bb04 Reorganize exports from couch_db.erl
add d9e2940 Provide a more accurate size check for max_document_size limit
new c573758 Reorganize exports from couch_db.erl
new 046e054 Move calculate_start_seq and owner_of
new 204f6bc Update couch_server to not use the db record
new 244602f Add a test helper for creating fake db records
new 7e0e8da Avoid bad match on really old databases
new 02d77b2 Remove public access to the db record
new 7045048 Add clause for mixed cluster upgrades
new 1dc0fe7 Allow for mixed db record definitions
new 56ce55a Handle attachments downgrades in a mixed cluster environment
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 (fc3939c)
\
N -- N -- N refs/heads/COUCHDB-3288-mixed-cluster-upgrade
(56ce55a)
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 9 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:
rel/overlay/etc/default.ini | 13 +++-
src/chttpd/test/chttpd_db_doc_size_tests.erl | 2 +-
src/couch/src/couch_doc.erl | 2 +-
src/couch/src/couch_ejson_size.erl | 99 ++++++++++++++++++++++++++++
src/couch/test/couch_ejson_size_tests.erl | 72 ++++++++++++++++++++
5 files changed, 183 insertions(+), 5 deletions(-)
create mode 100644 src/couch/src/couch_ejson_size.erl
create mode 100644 src/couch/test/couch_ejson_size_tests.erl
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].