From dev-return-15187-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Mar 12 10:32:22 2011 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 19931 invoked from network); 12 Mar 2011 10:32:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Mar 2011 10:32:22 -0000 Received: (qmail 24436 invoked by uid 500); 12 Mar 2011 10:32:21 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 24383 invoked by uid 500); 12 Mar 2011 10:32:21 -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 24375 invoked by uid 99); 12 Mar 2011 10:32:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Mar 2011 10:32:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Mar 2011 10:32:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 684A539E110 for ; Sat, 12 Mar 2011 10:31:59 +0000 (UTC) Date: Sat, 12 Mar 2011 10:31:59 +0000 (UTC) From: "Caolan McMahon (JIRA)" To: dev@couchdb.apache.org Message-ID: <1835996796.15341.1299925919423.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1726382066.12043.1299797159414.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (COUCHDB-1089) Let anonymous users access _active_tasks for view generation estimates MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006024#comment-13006024 ] Caolan McMahon commented on COUCHDB-1089: ----------------------------------------- @Dale: if you find support for that patch I'd also consider exposing the filter and its parameters if a filter is used for replication. It could open up some really nice UI possiblities. Providing these details could make setting up custom sync with couchapps a user rather than an admin thing. Also, if we decide to expose _active_tasks on a per-database level it would make sense to expose it at the root level under a vhost (much like /_session). > Let anonymous users access _active_tasks for view generation estimates > ---------------------------------------------------------------------- > > Key: COUCHDB-1089 > URL: https://issues.apache.org/jira/browse/COUCHDB-1089 > Project: CouchDB > Issue Type: Improvement > Components: HTTP Interface, JavaScript View Server > Reporter: max ogden > Priority: Minor > Labels: http, view > Original Estimate: 3h > Remaining Estimate: 3h > > Currently you have to be a database administrator to access _active_tasks. For UX purposes I would like to allow anyone to see view generation statuses, preferably on a per database level. This solves the problem of the first user to generate a view that then receives no time estimate as to when their process will be completed. I can't think of an application use case for making replication data public. > I spoke with Volker Mische about the implementation details on this issue and he asserted after a code dive that it appears achievable, though the innards of the view status code were not familiar to him. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira