This is an automated email from the ASF dual-hosted git repository.
davisp pushed a change to branch prototype/fdb-layer-get-dbs-info
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 8899334 fixup: add db size tests
discard ec59327 more db size tests
discard ae8d939 fixup: add size tests
discard a472206 fixup size tests
discard 9d5062b fixup: add size tests
discard 0161223 fixup: add size tracking
discard 052610c fixup: db size tests
discard 1cfd2a5 Fix doc attachment tests
discard a50fbfa fixup: add db size tracking
discard 04cbdbd Add database size tests
discard 9cecf8a Track the size of data stored in a database
discard 3d4970f Support `GET /_dbs_info` endpoint
discard 7505bfd Implement `fabric2_db:list_dbs_info/1,2,3`
discard b8b13ec Implement async API for `fabric2_fdb:get_info/1`
discard b2b5208 Track a database level view size rollup
add 17055f4 Encode startkey/endkey for all_docs (#2538)
add b50f17d Fix doc attachment tests
new 6cbc720 Track a database level view size rollup
new cf01a52 Implement async API for `fabric2_fdb:get_info/1`
new 1337fd0 Implement `fabric2_db:list_dbs_info/1,2,3`
new 123c241 Support `GET /_dbs_info` endpoint
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 (8899334)
\
N -- N -- N refs/heads/prototype/fdb-layer-get-dbs-info (123c241)
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 | 10 +-
src/couch/src/couch_att.erl | 19 -
src/fabric/include/fabric2.hrl | 7 +-
src/fabric/src/fabric2_db.erl | 11 +-
src/fabric/src/fabric2_fdb.erl | 144 +----
src/fabric/src/fabric2_util.erl | 65 +--
src/fabric/test/fabric2_db_size_tests.erl | 824 -----------------------------
src/fabric/test/fabric2_doc_crud_tests.erl | 5 +-
src/fabric/test/fabric2_doc_size_tests.erl | 340 ------------
test/elixir/test/all_docs_test.exs | 53 +-
10 files changed, 89 insertions(+), 1389 deletions(-)
delete mode 100644 src/fabric/test/fabric2_db_size_tests.erl
delete mode 100644 src/fabric/test/fabric2_doc_size_tests.erl