From dev-return-13752-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Dec 08 13:52:27 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 57321 invoked from network); 8 Dec 2010 13:52:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 13:52:26 -0000 Received: (qmail 50293 invoked by uid 500); 8 Dec 2010 13:52:26 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 50129 invoked by uid 500); 8 Dec 2010 13:52:26 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 50120 invoked by uid 99); 8 Dec 2010 13:52:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 13:52:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 13:52:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB8Dq1Gw017503 for ; Wed, 8 Dec 2010 13:52:01 GMT Message-ID: <22031607.15371291816321048.JavaMail.jira@thor> Date: Wed, 8 Dec 2010 08:52:01 -0500 (EST) From: "Fedor Indutny (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-979) Use list function for _changes API In-Reply-To: <14974510.13241291804140958.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969309#action_12969309 ] Fedor Indutny commented on COUCHDB-979: --------------------------------------- BTW, I think that _show function would be more useful, because if _changes was asked with ?feed=continuous option - ddocs will be rendered one by one. To my mind, this shouldn't be an exception. > Use list function for _changes API > ---------------------------------- > > Key: COUCHDB-979 > URL: https://issues.apache.org/jira/browse/COUCHDB-979 > Project: CouchDB > Issue Type: New Feature > Components: Database Core > Affects Versions: 1.0.1 > Reporter: Fedor Indutny > > Add functionality to transform _changes with list functions, for example: > http://somehost:5984/_design/name/_list/list-name/_changes?feed=longpoll -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.