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-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 DD38F1F403 for ; Sat, 8 Oct 2022 08:24:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1665217488; bh=5izw878K61e9n/j5cEknoglAiqRWlvgpKt+/VCXzE3k=; h=From:To:Subject:Date:From; b=fhjoad3zUlf5jO/yiP3SQM0KQReiqA9a02EESi+Y2mDYH+Zne/4BRzq2RIk7pDVKH aKvqN+D2k36lR0MNWxOnNyIMK35zI3xxwtBqMYjjKCx5+X+A3wBrpPLcn0gkN/j0Fj xVcVmOSiEFmbWeoy4IDmIwi2M13g+mmGcIiAi7yk= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] www: some coderepo stuff Date: Sat, 8 Oct 2022 08:24:43 +0000 Message-Id: <20221008082448.9856-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 5/5 is clearly incomplete, but it's nicer than broken links before in $CODEREPO/$OID/s/ endpoints. Deployed to https://yhbt.net/lore/git.git//s/#related Eric Wong (5): config: remove {-cgitrc_unparsed} field www_coderepo: wire up snapshots from summary www_coderepo: update blurb on the goal/purpose of this www: cgit: fix fallback to WwwCoderepo on array responses www_coderepo: allow searching one extindex|inbox Documentation/public-inbox-config.pod | 4 +++ lib/PublicInbox/Config.pm | 9 ++++- lib/PublicInbox/GitHTTPBackend.pm | 6 +++- lib/PublicInbox/Inbox.pm | 3 +- lib/PublicInbox/RepoSnapshot.pm | 4 ++- lib/PublicInbox/ViewVCS.pm | 31 ++++++++++++++--- lib/PublicInbox/WwwCoderepo.pm | 50 +++++++++++++++++++++++---- t/solver_git.t | 6 ++++ 8 files changed, 99 insertions(+), 14 deletions(-)