This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch cache_grv
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard 2ced73b reuse GRV within an http request
add 4b10750 Allow administrators to optionally encrypt views
add a499d6f Retry filter_docs sequentially if the patch exceeds couchjs
stack
add 9e3637e Add test for splitting filter batches
add 753fc9a Merge pull request #3248 from
apache/changes_filter_all_docs_oom_main
add 475ff60 Add an "encryption" object to db info
add 647fd16 Merge pull request #3244 from apache/aegis_db_info
add 8267950 Remove ebtree caching
add 7d3caa9 Remove use of caching
add 1a13880 Fix flaky test
add 5a9c87a reuse GRV within an http request
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 (2ced73b)
\
N -- N -- N refs/heads/cache_grv (5a9c87a)
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:
src/aegis/src/aegis.erl | 11 ++
src/aegis/src/aegis_key_manager.erl | 8 ++
src/aegis/test/aegis_server_test.erl | 7 ++
src/chttpd/src/chttpd.erl | 2 +-
src/couch/src/couch_query_servers.erl | 14 ++-
src/couch/test/eunit/couch_query_servers_tests.erl | 55 +++++++++
src/couch_views/src/couch_views_trees.erl | 35 ++----
src/ebtree/src/ebtree.erl | 130 +++------------------
src/fabric/include/fabric2.hrl | 3 +-
src/fabric/src/fabric2_fdb.erl | 56 +++++----
src/fabric/test/fabric2_tx_options_tests.erl | 10 +-
11 files changed, 169 insertions(+), 162 deletions(-)