From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS37560 197.231.220.0/22 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,RCVD_IN_XBL, SPF_FAIL,SPF_HELO_FAIL shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from 80x24.org (exit1.ipredator.se [197.231.221.211]) by dcvr.yhbt.net (Postfix) with ESMTP id 67A671F404 for ; Fri, 30 Mar 2018 20:53:45 +0000 (UTC) From: "Eric Wong (Contractor, The Linux Foundation)" To: meta@public-inbox.org Subject: [PATCH 0/4] v2 permissions Date: Fri, 30 Mar 2018 20:53:33 +0000 Message-Id: <20180330205337.19025-1-e@80x24.org> List-Id: Eric Wong (Contractor, The Linux Foundation) (4): convert: avoid redundant "done\n" statement for fast-import search: move permissions handling to InboxWritable t/v2writable: use simplify permissions reading v2: respect core.sharedRepository in git configs lib/PublicInbox/InboxWritable.pm | 68 ++++++++++++++++++++++++ lib/PublicInbox/SearchIdx.pm | 80 +++------------------------- lib/PublicInbox/V2Writable.pm | 26 +++++---- script/public-inbox-compact | 110 ++++++++++++++++++++++----------------- script/public-inbox-convert | 26 ++++++--- t/convert-compact.t | 43 +++++++++++++++ t/search.t | 28 +++++----- t/v2writable.t | 8 +-- 8 files changed, 231 insertions(+), 158 deletions(-)