You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2020/02/26 22:11:25 UTC

[couchdb] branch prototype/fdb-layer-rebase updated (0a38dc4 -> 3d2559d)

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

davisp pushed a change to branch prototype/fdb-layer-rebase
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 0a38dc4  Add fdb_to_revinfo version compatibility unit test
 discard b351bfb  Fix bug in fdb_to_revinfo compatibility clauses
 discard 61808c5  Add fdb_to_revinfo compatibility with 5-tuple Val
 discard 9c611b2  Do not use the ddoc cache to load _changes filter design documents
 discard bff5624  Support setting base_url in Couch test helper (take 2)
 discard f432970  Revert "Support setting base_url in Couch test helper"
 discard a97b784  Add 410 status code to stats_descriptions
 discard ee4f15b  Improve validate_dbname test
 discard a1cb2d1  Let couch_jobs use its own metadata key
 discard 19176ce  Handle spurious 1009 (future_version) errors in couch_jobs pending
 discard 0756bc5  Re-use changes feed main transaction when including docs
 discard 92604a5  Test coverage: apply_open_doc_opts
 discard ae5db64  Test coverage: validate_dbname, validate_docid
 discard 4f69002  Test coverage: get_full_doc_info
 discard 4381bc9  Test coverage: list_dbs and list_dbs_info
 discard cc0caa8  Convert versionstamps to binaries
 discard e33059e  Add tests for database size tracking
 discard fa0e778  Track the size of data stored in a database
 discard e420880  Remove attachment headers field
 discard 22fe20b  Use {restart_tx, false} option in view index builder changes feed
 discard f20d675  Implement mult-transactional iterators for _changes feeds
 discard a4c9712  Support `GET /_dbs_info` endpoint
 discard 8135028  Implement `fabric2_db:list_dbs_info/1,2,3`
 discard 1346647  Implement async API for `fabric2_fdb:get_info/1`
 discard b6ea040  Track a database level view size rollup
 discard c7afdf8  Fix doc attachment tests
 discard c72dc78  Encode startkey/endkey for all_docs (#2538)
 discard 23eebc9  Add basic test case for b3 fix
 discard e33f315  fix b3 - Headers suppose to be strings
 discard 0f24c9d  Support setting base_url in Couch test helper
 discard 63cbddd  Support jaeger http reporter
 discard a6dac8e  reserve search namespace
 discard 7737094  Delete unused ets table creation
 discard a76dd56  Bump ioq to 2.1.3
     add e6bea66  Delete unused ets table creation
     add e5babfd  reserve search namespace
     add 1281ed7  Support jaeger http reporter
     add 1853e29  fix b3 - Headers suppose to be strings
     add 4e13dfb  Add basic test case for b3 fix
     add f9771d1  Encode startkey/endkey for all_docs (#2538)
     add c816fe7  Fix doc attachment tests
     add 9347146  Track a database level view size rollup
     add 32a8083  Implement async API for `fabric2_fdb:get_info/1`
     add a3ddc60  Implement `fabric2_db:list_dbs_info/1,2,3`
     add 7677664  Support `GET /_dbs_info` endpoint
     add 4c1e024  Implement mult-transactional iterators for _changes feeds
     add 33068e7  Use {restart_tx, false} option in view index builder changes feed
     add 7d48208  Remove attachment headers field
     add 397d4bb  Track the size of data stored in a database
     add 1ca85dc  Add tests for database size tracking
     add a5c439a  Convert versionstamps to binaries
     add e908630  Test coverage: list_dbs and list_dbs_info
     add 8411511  Test coverage: get_full_doc_info
     add a606507  Test coverage: validate_dbname, validate_docid
     add 6351ba6  Test coverage: apply_open_doc_opts
     add d703be7  Re-use changes feed main transaction when including docs
     add ccff076  Handle spurious 1009 (future_version) errors in couch_jobs pending
     add 2ec34b7  Let couch_jobs use its own metadata key
     add 94286e0  Improve validate_dbname test
     add 7f21fa5  Add 410 status code to stats_descriptions
     add a1b8da6  Support setting base_url in Couch test helper (take 2)
     add d2f19b0  Do not use the ddoc cache to load _changes filter design documents
     add 66dd4ed  Add fdb_to_revinfo compatibility with 5-tuple Val
     add cf6195a  Fix bug in fdb_to_revinfo compatibility clauses
     add 3d2559d  Add fdb_to_revinfo version compatibility unit test

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   (0a38dc4)
            \
             N -- N -- N   refs/heads/prototype/fdb-layer-rebase (3d2559d)

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.

No new revisions were added by this update.

Summary of changes:
 rebar.config.script      | 4 ----
 test/elixir/lib/couch.ex | 6 +++---
 2 files changed, 3 insertions(+), 7 deletions(-)