jaydoane commented on a change in pull request #1605: Feature/user partitioned
databases
URL: https://github.com/apache/couchdb/pull/1605#discussion_r224316022
##########
File path: src/chttpd/src/chttpd_db.erl
##########
@@ -250,21 +251,73 @@ handle_view_cleanup_req(Req, Db) ->
ok = fabric:cleanup_index_files_all_nodes(Db),
send_json(Req, 202, {[{ok, true}]}).
+
+handle_partition_req(#httpd{
+ path_parts=[DbName, <<"_partition">>, Partition, _Design, Name,
<<"_",_/binary>> = Action | _Rest]
Review comment:
Presumably we will need to add any new endpoints to
showroom/cloudant_actions.erl for them to work using fine grained actions or
database level access? cc/ @mikerhodes
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services