You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Benoit Chesneau (JIRA)" <ji...@apache.org> on 2010/02/04 13:36:28 UTC

[jira] Updated: (COUCHDB-589) Simplify Query Server interface and Design Handlers

     [ https://issues.apache.org/jira/browse/COUCHDB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau updated COUCHDB-589:
------------------------------------

    Attachment: show_handle.404.diff

patch the put back 404 error handling in show.If ddoc member "show_handle_404" is true, shows can catch 404 error, else CoucDB return 404 error.

> Simplify Query Server interface and Design Handlers
> ---------------------------------------------------
>
>                 Key: COUCHDB-589
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-589
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: JavaScript View Server
>            Reporter: Chris Anderson
>            Assignee: Chris Anderson
>         Attachments: ddoc_qs.patch, design_handlers.patch, show_handle.404.diff
>
>
> This patch refactors list, show, update, filter, and view handling to have a unified interface for loading the design document and functions from it. It is a step on the path to removing a lot of function src passing overhead from the view server protocol.
> The patch also removes some old part of the API while improving other parts of the API.
> The big changes:
> Load the design document before handing it to the design document handlers. This removes a lot of duplicated code.
> Remove /db/_view handler. I think it's in our interest to remove the last bits of the old-style API before 0.11.
> I also clean up some rough edges in the API.
> I plan to commit this patch soon, but want to give people an opportunity to look it over.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.