This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 63e09832a Ignore repeated interactive purges
new 428d280e4 Update CI to remove Erlang < 23
new b4aadedcb Update rebar config to remove Erlang < 23 support
new eb9884e95 Skip Erlang version != 20 in configure
new 11eea624b Set low erlang version in Jenkins.pr to 23 instead of 20
new 0a229d8fb Remove Erlang < 23 ifdefs and other macros
new 1d2ba3e5e Update erlfmt formatting for smoosh_server
new cb80c634a Lowest CI image version Erlang 23 doesn't have spidermonkey
1.8.5
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build-aux/Jenkinsfile.full | 2 +-
build-aux/Jenkinsfile.pr | 18 +-
configure | 4 +-
rebar.config.script | 12 +-
src/chttpd/src/chttpd.erl | 50 +++--
src/chttpd/src/chttpd_stats.erl | 7 +-
src/couch/include/couch_db.hrl | 24 ---
src/couch/src/couch_httpd.erl | 237 ++++++++++++---------
src/couch/src/couch_proc_manager.erl | 10 +-
src/couch/src/couch_query_servers.erl | 9 +-
src/couch/src/couch_util.erl | 23 --
src/couch_log/src/couch_log_monitor.erl | 12 --
.../src/couch_replicator_scheduler_job.erl | 93 ++++----
src/ddoc_cache/src/ddoc_cache_entry.erl | 5 +-
src/fabric/src/fabric_rpc.erl | 34 +--
src/fabric/src/fabric_util.erl | 14 --
src/fabric/src/fabric_view_all_docs.erl | 10 +-
src/jwtf/src/jwtf.erl | 23 --
src/mango/src/mango_httpd.erl | 10 +-
src/mango/src/mango_util.erl | 6 +-
src/rexi/src/rexi_server.erl | 45 ++--
src/smoosh/src/smoosh_server.erl | 23 +-
22 files changed, 310 insertions(+), 361 deletions(-)