This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch erlang-25-uri-string
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 939378832 Erlang 25 compatibility - http_uri:parse -> uri_string:parse
add 428d280e4 Update CI to remove Erlang < 23
add b4aadedcb Update rebar config to remove Erlang < 23 support
add eb9884e95 Skip Erlang version != 20 in configure
add 11eea624b Set low erlang version in Jenkins.pr to 23 instead of 20
add 0a229d8fb Remove Erlang < 23 ifdefs and other macros
add 1d2ba3e5e Update erlfmt formatting for smoosh_server
add cb80c634a Lowest CI image version Erlang 23 doesn't have spidermonkey
1.8.5
add 3cf0e0f60 Erlang 25 compatibility - http_uri:parse -> uri_string:parse
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 (939378832)
\
N -- N -- N refs/heads/erlang-25-uri-string (3cf0e0f60)
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:
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(-)