You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/01 19:55:10 UTC

[1/2] chttpd commit: updated refs/heads/master to a5f5f11

Repository: couchdb-chttpd
Updated Branches:
  refs/heads/master 2e0413b80 -> a5f5f11a2


Remove chttpd_handlers:provider

`provider` function is no longer needed since providers defined by
couch_epi_plugin behaviour.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/cfc97a93
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/cfc97a93
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/cfc97a93

Branch: refs/heads/master
Commit: cfc97a9397f097128e790117e6371a61b68a42c8
Parents: 6b18a8e
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Thu Oct 1 10:40:16 2015 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Thu Oct 1 10:40:16 2015 -0700

----------------------------------------------------------------------
 src/chttpd_handlers.erl | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/cfc97a93/src/chttpd_handlers.erl
----------------------------------------------------------------------
diff --git a/src/chttpd_handlers.erl b/src/chttpd_handlers.erl
index d4a5e27..9305632 100644
--- a/src/chttpd_handlers.erl
+++ b/src/chttpd_handlers.erl
@@ -13,7 +13,6 @@
 -module(chttpd_handlers).
 
 -export([
-    provider/2,
     url_handler/2,
     db_handler/2,
     design_handler/2
@@ -27,10 +26,6 @@
 %% API Function Definitions
 %% ------------------------------------------------------------------
 
-provider(App, Module) ->
-    couch_epi_functions:childspec(chttpd_handlers_subscription,
-       App, ?SERVICE_ID, Module).
-
 url_handler(HandlerKey, DefaultFun) ->
     select(collect(url_handler, [HandlerKey]), DefaultFun).
 


[2/2] chttpd commit: updated refs/heads/master to a5f5f11

Posted by kx...@apache.org.
Merge remote-tracking branch 'github/pr/78'


Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/a5f5f11a
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/a5f5f11a
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/a5f5f11a

Branch: refs/heads/master
Commit: a5f5f11a2be6caa64e34e3e5d50b46e068943624
Parents: 2e0413b cfc97a9
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Oct 1 20:53:29 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Oct 1 20:53:29 2015 +0300

----------------------------------------------------------------------
 src/chttpd_handlers.erl | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------