From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E8E541F9FC for ; Wed, 17 Mar 2021 07:02:18 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] www: extindex stuff Date: Tue, 16 Mar 2021 23:02:13 -0800 Message-Id: <20210317070218.7971-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: extindex.{url,coderepo,infourl} knobs should all be working, altid may work, but might not be useful. coderepo visibility is also improved. Eric Wong (5): www_stream: add trailing slash for help and color links extindex: add some validation and config knobs for WWW config: lazy-load coderepos, support extindex www: improve visibility of coderepos tests: show lsof output on deleted-file-check failures MANIFEST | 1 + lib/PublicInbox/Config.pm | 122 +++++++++++++++++++------------ lib/PublicInbox/ExtSearch.pm | 2 +- lib/PublicInbox/Git.pm | 2 +- lib/PublicInbox/TestCommon.pm | 28 ++++++- lib/PublicInbox/View.pm | 5 +- lib/PublicInbox/WWW.pm | 2 +- lib/PublicInbox/WwwAtomStream.pm | 6 +- lib/PublicInbox/WwwStream.pm | 27 ++++--- lib/PublicInbox/WwwText.pm | 2 +- t/config.t | 6 +- t/extindex-psgi.t | 48 ++++++++++++ t/httpd-corner.t | 3 +- t/nntpd.t | 5 +- t/psgi_v2.t | 30 ++------ 15 files changed, 191 insertions(+), 98 deletions(-) create mode 100644 t/extindex-psgi.t