Skip to content

Commit

Permalink
feat: remove failed couch_plugins experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jan 5, 2023
1 parent 33ee216 commit 3cc22f4
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 819 deletions.
1 change: 0 additions & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ SubDirs = [
"src/couch_index",
"src/couch_mrview",
"src/couch_replicator",
"src/couch_plugins",
"src/couch_pse_tests",
"src/couch_stats",
"src/couch_peruser",
Expand Down
2 changes: 0 additions & 2 deletions rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
couch_index,
couch_log,
couch_mrview,
couch_plugins,
couch_replicator,
couch_stats,
couch_event,
Expand Down Expand Up @@ -99,7 +98,6 @@
{app, couch_index, [{incl_cond, include}]},
{app, couch_log, [{incl_cond, include}]},
{app, couch_mrview, [{incl_cond, include}]},
{app, couch_plugins, [{incl_cond, include}]},
{app, couch_replicator, [{incl_cond, include}]},
{app, couch_stats, [{incl_cond, include}]},
{app, couch_event, [{incl_cond, include}]},
Expand Down
3 changes: 1 addition & 2 deletions src/couch/src/couch.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
{"_replicate", "{couch_replicator_httpd, handle_req}"},
{"_uuids", "{couch_httpd_misc_handlers, handle_uuids_req}"},
{"_stats", "{couch_stats_httpd, handle_stats_req}"},
{"_session", "{couch_httpd_auth, handle_session_req}"},
{"_plugins", "{couch_plugins_httpd, handle_req}"}
{"_session", "{couch_httpd_auth, handle_session_req}"}
]},
{httpd_db_handlers, [
{"_all_docs", "{couch_mrview_http, handle_all_docs_req}"},
Expand Down
202 changes: 0 additions & 202 deletions src/couch_plugins/LICENSE

This file was deleted.

40 changes: 0 additions & 40 deletions src/couch_plugins/Makefile.am

This file was deleted.

0 comments on commit 3cc22f4

Please sign in to comment.