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 6D7FB10C2F for ; Tue, 30 Dec 2014 21:06:19 +0000 (UTC) Received: (qmail 25933 invoked by uid 500); 30 Dec 2014 21:06:19 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 25871 invoked by uid 500); 30 Dec 2014 21:06:19 -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 25853 invoked by uid 99); 30 Dec 2014 21:06:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 21:06:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kxepal@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 21:06:13 +0000 Received: by mail-we0-f170.google.com with SMTP id w61so1576020wes.29 for ; Tue, 30 Dec 2014 13:04:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vWhLg1jb/p62EqOxC1q0HKAjZdv/9kJx9ENKjs0eKdg=; b=tv2xxX/KBQ/EZ1+86e5IHSr2uvzwI8tYwkml4OqsLkbjo7oFgDjP+nDt6RPcFZXVGE pHxgUSeEe1aMq8UTeIm6AuV1ac3QroYiyLndVyaVV/v6mTmzaysz+nIOdZGrG3UMwBZD r4Lys/MKPriiCTmoes94Dd/gtk7rHg/jcMW4yxWgIVnyVaIoWb5peXeVtgz6242OYJa+ kdTQGzPJ73bAOboDHy0Zid6LT1xe59CQ/jVtz5ATNqkf2qhSrh/76vT2jAC3Dslr1ITO 3oMqZgy0Q9Hp6rj2v9XPvTyZtGrFLjSR7eRxKGrqwBJq7r3RBjNjop11j98ywGx43tQG cg2Q== MIME-Version: 1.0 X-Received: by 10.194.188.13 with SMTP id fw13mr121161209wjc.83.1419973462787; Tue, 30 Dec 2014 13:04:22 -0800 (PST) Received: by 10.180.82.101 with HTTP; Tue, 30 Dec 2014 13:04:22 -0800 (PST) In-Reply-To: References: Date: Wed, 31 Dec 2014 01:04:22 +0400 Message-ID: Subject: Re: number of PRs which needs some review and merge From: Alexander Shorin To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Ilya, Took a look on what I can. Multipart changes are indeed too complex and need more detailed review. You made awesome work and hope these PRs wouldn't be the last (: Best wishes and Happy New Year! -- ,,,^..^,,, On Tue, Dec 30, 2014 at 9:52 PM, Ilya Khlopotov wrote: > > > > Hello I have a number of PRs which needs some review and merge. I > appreciate you help with it. > Below is the list > > 1. Add an ability to tell if view was up to date without querying it. > https://issues.apache.org/jira/browse/COUCHDB-2526 > https://github.com/apache/couchdb-fabric/pull/9 > https://github.com/apache/couchdb-couch-index/pull/3 > > 2. clearing out .delete directories in couch_server:init prevents boot of > the node > https://issues.apache.org/jira/browse/COUCHDB-2524 > https://github.com/apache/couchdb-couch/pull/27 > > 3. Deduplicate attachements on compaction > https://issues.apache.org/jira/browse/COUCHDB-2516 > https://github.com/apache/couchdb-couch/pull/24 > > 4. As a CouchApp developer, I'd like access to a listing of local-only > (_local) docs. > https://issues.apache.org/jira/browse/COUCHDB-1145 > https://github.com/apache/couchdb/pull/291 > https://github.com/apache/couchdb-couch-mrview/pull/13 > https://github.com/apache/couchdb-couch/pull/26 -- need second > opinion on the use of pipe > https://github.com/apache/couchdb-documentation/pull/10 > https://github.com/apache/couchdb-fabric/pull/8 > > 5. There is also multipart refactoring but it seems it is not going to be > merged > https://github.com/apache/couchdb-couch/pull/19 > https://github.com/apache/couchdb-chttpd/pull/11 > https://github.com/apache/couchdb-couch-replicator/pull/4 > > Best regards, > ILYA