From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1AF541F47C for ; Sat, 28 Jan 2023 11:03:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1674903803; bh=SURBSLDF3OIQ+QmDHGqQvN32kMasRJZoWDEMz2IQ0yQ=; h=From:To:Subject:Date:From; b=xtHL9JAa60geOGH4FlE9YDF7ym/O/clIdrWWCTWVPygOIFTurNFc17mqWGhp+T1CC dviN2ubFYsriRDwk1FJ8A3YbsLJruwQfjCj0wYGCyK0a0lbwmflRrIFtZneRqFL58o hMhwWrmyiRQvShcr5m1XOMGwlJd1PLikPtLEAJHs= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] www_coderepo updates Date: Sat, 28 Jan 2023 11:02:48 +0000 Message-Id: <20230128110255.2950084-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Not aiming to achieve feature parity with cgit, but trying to minimize 404s and provide hints/education for CLI git usage... And having an Atom feed for just tags (not all commits) can be nice... Eric Wong (7): www_coderepo: tree: quiet and 404 on non-existent refs www_coderepo: support /$REPO/tags.atom endpoint www_coderepo: fix snapshot link generation www_coderepo: reduce utf8::decode calls repo_atom: translate: account for multiple args www_coderepo: support $REPO/refs/{heads,tags}/ endpoints www_coderepo: summary: fix mis-linkification of `...' lib/PublicInbox/RepoAtom.pm | 64 +++++++++--- lib/PublicInbox/RepoTree.pm | 22 ++++- lib/PublicInbox/WwwCoderepo.pm | 173 +++++++++++++++++++++++---------- t/solver_git.t | 15 +++ 4 files changed, 209 insertions(+), 65 deletions(-)