Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE5B911847 for ; Fri, 28 Mar 2014 20:30:29 +0000 (UTC) Received: (qmail 40175 invoked by uid 500); 28 Mar 2014 20:30:28 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 40131 invoked by uid 500); 28 Mar 2014 20:30:27 -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 40123 invoked by uid 99); 28 Mar 2014 20:30:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 20:30:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C6A7691580A; Fri, 28 Mar 2014 20:30:26 +0000 (UTC) From: chewbranca To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-couch-mrview pull request: 1993 bigcouch couch mrview Content-Type: text/plain Date: Fri, 28 Mar 2014 20:30:26 +0000 (UTC) GitHub user chewbranca opened a pull request: https://github.com/apache/couchdb-couch-mrview/pull/1 1993 bigcouch couch mrview You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/couchdb-couch-mrview 1993-bigcouch-couch-mrview Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-couch-mrview/pull/1.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 #1 ---- commit b6582614ba1da218e47f241eba8d0cdcbbd2edd1 Author: Russell Branca Date: 2014-03-27T20:57:23Z Move vacc and lacc records into couch_mrview.hrl for use in chttpd commit 23c16c0ffbcb8a79fb4cf3969b3b698929642597 Author: Russell Branca Date: 2014-03-27T21:43:14Z Allow couch_mrview_http to be more usable in chttpd This makes a number of updates to useful utility functions in couch_mrview, especially around parsing of requests, handling view rows, and interacting with view source code. The `parse_qs` function was updated to allow for parsing params from json bodies in addition to just query strings. The view_cb function is also updated to allow for reuse in chttpd, and also for better flow control of when to start and complete chunked responses, which is critical for multi view queries in COUCHDB-523. commit 3688736b81c8b8b6485cb136eea836bd729d152f Author: Russell Branca Date: 2014-03-27T21:44:11Z Add mutli view query support COUCHDB-523 commit 6cb1bd8eda740b322f0128ef8638e704c945c2b8 Author: Russell Branca Date: 2014-03-27T21:45:10Z Allow couch_mrview_show to be more fully utilized by chttpd_show ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---