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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A4F9C1F404 for ; Fri, 30 Mar 2018 01:20:48 +0000 (UTC) From: "Eric Wong (Contractor, The Linux Foundation)" To: meta@public-inbox.org Subject: [PATCH 0/9] minor tweaks and fixes Date: Fri, 30 Mar 2018 01:20:39 +0000 Message-Id: <20180330012048.15985-1-e@80x24.org> List-Id: Xapian seems poorly-optimized for the "gimme-the-most-recent-N-messages" request which hits the per-inbox homepage (/$INBOX/) so we make a minor tweak in hopes of making it less painful A few other fixes and improved instructions for creating a v2 mirror. Eric Wong (Contractor, The Linux Foundation) (9): search: warn on reopens and die on total failure v2writable: allow gaps in git partitions v2writable: convert some fatal reindex errors to warnings wwwstream: flesh out clone instructions for v2 v2writable: go backwards through alternate Message-IDs view: speed up homepage loading time with date clamp view: drop load_results msgtime: parse 3-digit years properly feed: optimize query for feeds, too MANIFEST | 1 + lib/PublicInbox/Feed.pm | 2 +- lib/PublicInbox/Inbox.pm | 20 ++++++++++++++++++++ lib/PublicInbox/MsgTime.pm | 3 +++ lib/PublicInbox/Search.pm | 4 +++- lib/PublicInbox/V2Writable.pm | 27 ++++++++++++++++++++++----- lib/PublicInbox/View.pm | 19 ++++++------------- lib/PublicInbox/WwwStream.pm | 25 ++++++++++++++++++++----- t/time.t | 28 ++++++++++++++++++++++++++++ 9 files changed, 104 insertions(+), 25 deletions(-) create mode 100644 t/time.t -- EW