This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch enhance_reduce_limit-2
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 7d33ebf30 parameterise reduce_limit threshold and ratio
add 2d734ab8a Fix time_seq since bug
add 57e453163 Remove unused includes
add 5eb4adbc4 Update Quickjs: optimize global var access, fix
use-after-free error
add d03614321 parameterise reduce_limit threshold and ratio
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 (7d33ebf30)
\
N -- N -- N refs/heads/enhance_reduce_limit-2 (d03614321)
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/chttpd/src/chttpd_db.erl | 1 -
src/chttpd/src/chttpd_handlers.erl | 2 -
src/chttpd/src/chttpd_plugin.erl | 2 -
src/chttpd/src/chttpd_stats.erl | 3 -
src/couch/src/couch_db_plugin.erl | 2 -
src/couch/src/couch_event_sup.erl | 2 -
src/couch/src/couch_httpd_multipart.erl | 2 -
src/couch/src/couch_httpd_vhost.erl | 2 -
src/couch/src/couch_stream.erl | 2 -
src/couch/src/couch_sup.erl | 2 -
src/couch/src/couch_time_seq.erl | 12 +-
src/couch/test/eunit/couch_time_seq_tests.erl | 37 +-
src/couch_index/src/couch_index_compactor.erl | 2 -
src/couch_index/src/couch_index_plugin.erl | 2 -
src/couch_log/src/couch_log_server.erl | 2 -
.../src/couch_mrview_update_notifier.erl | 2 -
src/couch_pse_tests/src/cpse_test_ref_counting.erl | 1 -
.../patches/01-spidermonkey-185-mode.patch | 6 +-
src/couch_quickjs/patches/02-test262-errors.patch | 10 +-
src/couch_quickjs/quickjs/quickjs-opcode.h | 11 +-
src/couch_quickjs/quickjs/quickjs.c | 1515 ++++++++++++--------
src/couch_quickjs/quickjs/test262_errors.txt | 16 +-
.../src/couch_replicator_auth_session.erl | 1 -
.../src/couch_replicator_httpc_pool.erl | 2 -
src/ddoc_cache/src/ddoc_cache_entry.erl | 3 -
src/dreyfus/src/dreyfus_rpc.erl | 1 -
src/fabric/src/fabric_db_create.erl | 1 -
src/fabric/src/fabric_db_delete.erl | 1 -
src/fabric/src/fabric_db_doc_count.erl | 2 -
src/fabric/src/fabric_db_info.erl | 1 -
src/fabric/src/fabric_db_partition_info.erl | 1 -
src/fabric/src/fabric_db_update_listener.erl | 1 -
src/fabric/src/fabric_db_uuids.erl | 1 -
src/fabric/src/fabric_design_doc_count.erl | 2 -
src/fabric/src/fabric_doc_atts.erl | 1 -
src/fabric/src/fabric_doc_missing_revs.erl | 1 -
src/fabric/src/fabric_group_info.erl | 1 -
src/global_changes/src/global_changes_plugin.erl | 2 -
src/mango/src/mango_cursor.erl | 1 -
src/mango/src/mango_cursor_nouveau.erl | 2 -
src/mango/src/mango_cursor_text.erl | 1 -
src/mango/src/mango_httpd.erl | 1 -
src/mem3/src/mem3_nodes.erl | 1 -
src/mem3/src/mem3_reshard_job_sup.erl | 2 -
src/mem3/src/mem3_rpc.erl | 1 -
45 files changed, 974 insertions(+), 693 deletions(-)