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 0CAED17A18 for ; Mon, 2 Feb 2015 21:10:48 +0000 (UTC) Received: (qmail 89796 invoked by uid 500); 2 Feb 2015 21:09:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 89734 invoked by uid 500); 2 Feb 2015 21:09:50 -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 89722 invoked by uid 99); 2 Feb 2015 21:09:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 21:09:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD36CE035D; Mon, 2 Feb 2015 21:09:49 +0000 (UTC) From: willholley To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-fabric pull request: Respect doc_options during _changes s... Content-Type: text/plain Date: Mon, 2 Feb 2015 21:09:49 +0000 (UTC) GitHub user willholley opened a pull request: https://github.com/apache/couchdb-fabric/pull/12 Respect doc_options during _changes serialization When including full documents in the changes feed response, respect doc_options (e.g. attachments=true) during JSON serialization. Combined with https://github.com/apache/couchdb-chttpd/pull/23 this fixes COUCHDB-2522. You can merge this pull request into a Git repository by running: $ git pull https://github.com/willholley/couchdb-fabric 2522-support-attachments-on-changes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fabric/pull/12.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 #12 ---- commit 7d65eb75878cddb707404f10995bd831e53cbfdd Author: Will Holley Date: 2015-02-02T21:02:27Z Respect doc_options during _changes serialization When including full documents in the changes feed response, respect doc_options (e.g. attachments=true) during JSON serialization. COUCHDB-2522 ---- --- 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. ---