This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch feat/conf
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 082c716 feat: move [native_]query_server & os_daemons setup out of
runtime config
add 4cfe45b feat: remove deprecated os_daemons
add 65f7847 feat: point to branch on couhc_config that is needed here
add fb2de18 test: fix os proc tests
add bc02a65 remove deprecated http proxy code and tests from couch_httpd
No new revisions were added by this update.
Summary of changes:
rebar.config.script | 2 +-
src/chttpd/test/chttpd_view_test.erl | 1 +
src/couch/src/couch_httpd_proxy.erl | 426 --------------------------
src/couch/src/couch_os_daemons.erl | 405 -------------------------
src/couch/src/couch_proc_manager.erl | 6 +-
src/couch/src/couch_secondary_sup.erl | 1 -
src/couch/test/couchdb_http_proxy_tests.erl | 454 ----------------------------
src/couch/test/couchdb_os_daemons_tests.erl | 259 ----------------
src/couch/test/couchdb_os_proc_pool.erl | 7 +-
9 files changed, 8 insertions(+), 1553 deletions(-)
delete mode 100644 src/couch/src/couch_httpd_proxy.erl
delete mode 100644 src/couch/src/couch_os_daemons.erl
delete mode 100644 src/couch/test/couchdb_http_proxy_tests.erl
delete mode 100644 src/couch/test/couchdb_os_daemons_tests.erl