[ 
https://issues.apache.org/jira/browse/COUCHDB-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14253619#comment-14253619
 ] 

ASF GitHub Bot commented on COUCHDB-1145:
-----------------------------------------

GitHub user iilyak opened a pull request:

    https://github.com/apache/couchdb-fabric/pull/8

    Don't do manual filtering of _design docs

    Since namespace support was added we can rely on it instead
    
    COUCHDB-1145

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/iilyak/couchdb-fabric 1145-_local_docs-handler

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fabric/pull/8.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8
    
----
commit f44e627ed883f122bd9c78dc51b1578f13040423
Author: ILYA Khlopotov <iil...@ca.ibm.com>
Date:   2014-12-19T16:36:05Z

    Don't do manual filtering of _design docs
    
    Since namespace support was added we can rely on it instead
    
    COUCHDB-1145

----


> As a CouchApp developer, I'd like access to a listing of local-only (_local) 
> docs.
> ----------------------------------------------------------------------------------
>
>                 Key: COUCHDB-1145
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1145
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: HTTP Interface
>            Reporter: Benjamin Young
>              Labels: api-addition, futon
>
> I'm seeing an increased use of _local/{doc}  in CouchApps for storing local 
> config data that should not be replicated for security reasons or because 
> they want it to stay local for instance identification.
> Currently, those docs can only be retrieved if the app developer knows 
> they're there--which may be fine for the app developer. However, if the local 
> user/admin who installed the CouchApp wanted to see the data stored, they 
> can't--at least not via Futon...they'd have to use some pretty complex Erlang 
> via the Erlang shell (re: davisp).
> Please consider making _local doc listing available to the REST API, so it 
> can be exposed to Futon (and others).
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to