You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2022/08/24 16:07:20 UTC

[couchdb] branch fix-4119 updated (0e88304ae -> 97d9dbb53)

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

ronny pushed a change to branch fix-4119
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 0e88304ae simplify test
 discard 8ba2a3f50 simplify test
 discard 70a4f4502 simply test
 discard 5f455bbe8 added log level, fixed wrong section
 discard 65893fc0c better wording
 discard 11b8ae900 add test for cookie auth
 discard 30ce1519e add more checks
 discard fce9a6a61 Upgrade hash algorithm for cookie auth
     add 6c57f58dd Update couchdb-config to 2.2.0
     add 9a5d0de97 Update couchdb-mochiweb to v3.1.0
     add 264ad11f3 Add some utility functions to couch_replicator_test_helper
     add 1ec76df18 Update couch_replicator_attachments_too_large to use fabric
     add e1a947531 Update couch_replicator_compact_tests
     add 620bdea36 Update couch_replicator_connection_tests
     add 31185647f Update couch_replicator_create_target_with_options_tests
     add 381fe30d8 Update couch_replicator_error_reporting_tests
     add cad96318f Update couch_replicator_filtered_tests
     add 75e73da04 Update couch_replicator_httpc_pool_tests
     add 065b212e5 Update couch_replicator_id_too_long_tests
     add 9a6875f6b Update couch_replicator_large_atts_tests
     add ca46fa61c Update couch_replicator_many_leaves_tests
     add 033b8d5de Update couch_replicator_missing_stubs_tests
     add 9243298ef Update couch_replicator_proxy_tests
     add d831ec70e Update couch_replicator_rate_limiter_tests
     add 1e69eaac9 Update couch_replicator_retain_stats_between_job_runs
     add 8e6158972 Update couch_replicator_selector_tests
     add 609e7cc79 Update couch_replicator_small_max_request_size_target
     add e6db35b6b Update couch_replicator_use_checkpoints_tests
     add b9afb4590 update devcontainer
     add 7fabe4bfb update variable name and readme
     add 7a53ffcce moved the name property to the correct spot.
     add baef83f6b Address race in cpse_incref_decref test
     add 6f5a021f7 config section for require_valid_user is only [chttpd]
     add 133d6bb40 fix missing "=" for admin party in #4153
     add 8aba4469b Upgrade hash algorithm for cookie auth
     add f2bf3a1b0 add more checks
     add 774599ead add test for cookie auth
     add a9dc2e3ff better wording
     add cdddc692c added log level, fixed wrong section
     add fdb945dc3 simply test
     add cffce698b simplify test
     add 97d9dbb53 simplify 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   (0e88304ae)
            \
             N -- N -- N   refs/heads/fix-4119 (97d9dbb53)

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:
 .devcontainer/Dockerfile                           |  31 +-
 .devcontainer/devcontainer.json                    |  30 +-
 README-DEV.rst                                     |  16 ++
 README.rst                                         |  19 ++
 dev/run                                            |  12 +-
 rebar.config.script                                |   4 +-
 rel/overlay/etc/default.ini                        |   3 +-
 rel/overlay/etc/local.ini                          |   6 -
 src/chttpd/src/chttpd.erl                          |   2 +-
 src/couch/src/couch_httpd.erl                      |   2 +-
 src/couch/src/couch_httpd_auth.erl                 |   4 +-
 src/couch_pse_tests/src/cpse_test_ref_counting.erl |  11 +-
 .../src/couch_replicator_auth_session.erl          |   5 +-
 .../couch_replicator_attachments_too_large.erl     |  79 ++----
 .../test/eunit/couch_replicator_compact_tests.erl  | 314 +++++++++------------
 .../eunit/couch_replicator_connection_tests.erl    | 264 ++++++++---------
 ...replicator_create_target_with_options_tests.erl |  74 ++---
 .../couch_replicator_error_reporting_tests.erl     | 272 ++++++++----------
 .../test/eunit/couch_replicator_filtered_tests.erl | 257 +++++++----------
 .../eunit/couch_replicator_httpc_pool_tests.erl    |  96 +++----
 .../eunit/couch_replicator_id_too_long_tests.erl   |  82 ++----
 .../eunit/couch_replicator_large_atts_tests.erl    |  92 ++----
 .../eunit/couch_replicator_many_leaves_tests.erl   | 190 +++++--------
 .../eunit/couch_replicator_missing_stubs_tests.erl | 146 +++-------
 .../test/eunit/couch_replicator_proxy_tests.erl    | 137 +++++----
 .../eunit/couch_replicator_rate_limiter_tests.erl  |  77 +++--
 ...ch_replicator_retain_stats_between_job_runs.erl | 153 ++++------
 .../test/eunit/couch_replicator_selector_tests.erl | 121 +++-----
 ...ch_replicator_small_max_request_size_target.erl | 158 +++--------
 .../test/eunit/couch_replicator_test_helper.erl    | 134 ++++++---
 .../couch_replicator_use_checkpoints_tests.erl     | 182 ++++--------
 .../test/eunit/global_changes_hooks_tests.erl      |   2 +-
 32 files changed, 1185 insertions(+), 1790 deletions(-)