This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch 3.3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from f6ddbe24c Fix documentation to reflect default_security change
new 008033ab5 fix undef when parsing replication doc body
new 181b809dd Add test coverage for replicator user_ctx parser
new e03bc117f add find_bugs makefile target for undefined functions
new 729ea9c17 feat: remove failed couch_plugins experiment
new d16fddd0a fix: undefined function warning
The 5 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:
Makefile | 5 +
rebar.config.script | 2 +-
rel/reltool.config | 2 -
src/couch/src/couch.app.src | 3 +-
src/couch_plugins/LICENSE | 202 -------------
src/couch_plugins/Makefile.am | 40 ---
src/couch_plugins/README.md | 159 ----------
src/couch_plugins/src/couch_plugins.app.src | 22 --
src/couch_plugins/src/couch_plugins.erl | 322 ---------------------
src/couch_plugins/src/couch_plugins_httpd.erl | 69 -----
.../src/couch_replicator_parse.erl | 9 +-
src/weatherreport/src/weatherreport_check_ioq.erl | 9 +-
12 files changed, 23 insertions(+), 821 deletions(-)
delete mode 100644 src/couch_plugins/LICENSE
delete mode 100644 src/couch_plugins/Makefile.am
delete mode 100644 src/couch_plugins/README.md
delete mode 100644 src/couch_plugins/src/couch_plugins.app.src
delete mode 100644 src/couch_plugins/src/couch_plugins.erl
delete mode 100644 src/couch_plugins/src/couch_plugins_httpd.erl