You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/05/23 19:39:48 UTC

[couchdb] branch otp-26-compat updated (e5a9bdd4d -> 453c698a5)

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

jaydoane pushed a change to branch otp-26-compat
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit e5a9bdd4d fixup: define term_to_bin in couch_epi.hrl
    omit 953839545 fixup: remove accidentally included `soak` script
    omit 4fd08c916 Convert `term_to_binary` to `?term_to_bin`
    omit 44f3a276c Add `term_to_bin/2` macro
    omit 14d8f8f1d Specify `{minor_version, 1}` for couch_epi hash
    omit 7c47e9444 Support OTP 26 base64 decode error
    omit 7408ff8dc Sort map keys in `couch_log_formatter`
    omit f63e12c8c Sort lists from maps
    omit 09398a7e3 Remove excl_archive_filters
    omit 842ac0ae1 Fix warning: variable bound multiple times
     add 951f1b946 Add a few more commit and query engine metrics
     add 834a2d31e Add missing stats description for Mango keys examined
     add 751c14dc3 mango: fix the faulty `index_array_length` tests
     add 649f47310 mango: remove redundant text service checks from the tests
     add 3ff87fafc optionally suppress version info in server response header
     add 2bbc89ce1 Use milliseconds for fsync time histogram
     add a4bad8d8e Bump requests from 2.27.1 to 2.31.0 in /src/mango
     add 1f363b764 Improve fsync metrics time calculation
     add 0748a1e7a Use a faster sets implementation available since OTP 24
     add 79b2b7c11 Revert "Bump requests from 2.27.1 to 2.31.0 in /src/mango"
     add 4cfdf3062 Fix warning: variable bound multiple times
     add 6194cfc68 Git ignore mango .hypothesis directory
     add a4bbb87d1 Remove excl_archive_filters
     add b7de21f46 Support OTP 26 base64 decode error
     add 7f13f640c Sort lists from maps
     add 453c698a5 Convert `term_to_binary` to `?term_to_bin`

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   (e5a9bdd4d)
            \
             N -- N -- N   refs/heads/otp-26-compat (453c698a5)

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:
 .gitignore                                         |   1 +
 rel/overlay/etc/default.ini                        |   4 +
 src/couch/priv/stats_descriptions.cfg              |  48 +++++++++
 src/couch/src/couch_bt_engine.erl                  |   1 +
 src/couch/src/couch_db_updater.erl                 |   4 +
 src/couch/src/couch_file.erl                       |  18 +++-
 src/couch/src/couch_httpd.erl                      |  15 ++-
 src/couch/src/couch_os_process.erl                 |   7 ++
 src/couch/src/couch_proc_manager.erl               |   8 +-
 src/couch/test/eunit/couch_file_tests.erl          | 115 +++++++++++++--------
 src/couch/test/eunit/couch_js_tests.erl            |   8 +-
 .../src/cpse_test_read_write_docs.erl              |   5 +-
 src/docs/src/config/http.rst                       |  10 ++
 src/global_changes/src/global_changes_listener.erl |   6 +-
 src/global_changes/src/global_changes_server.erl   |   6 +-
 src/mango/requirements.txt                         |   3 +-
 src/mango/test/04-key-tests.py                     |   3 +-
 src/mango/test/05-index-selection-test.py          |   8 +-
 src/mango/test/06-basic-text-test.py               |   3 +-
 .../test/10-disable-array-length-field-test.py     |   5 +-
 src/mem3/src/mem3_sync_event_listener.erl          |   6 +-
 21 files changed, 207 insertions(+), 77 deletions(-)