unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/7] www_coderepo updates
@ 2023-01-28 11:02 Eric Wong
  2023-01-28 11:02 ` [PATCH 1/7] www_coderepo: tree: quiet and 404 on non-existent refs Eric Wong
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eric Wong @ 2023-01-28 11:02 UTC (permalink / raw)
  To: meta

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(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-28 11:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 11:02 [PATCH 0/7] www_coderepo updates Eric Wong
2023-01-28 11:02 ` [PATCH 1/7] www_coderepo: tree: quiet and 404 on non-existent refs Eric Wong
2023-01-28 11:02 ` [PATCH 2/7] www_coderepo: support /$REPO/tags.atom endpoint Eric Wong
2023-01-28 11:02 ` [PATCH 3/7] www_coderepo: fix snapshot link generation Eric Wong
2023-01-28 11:02 ` [PATCH 4/7] www_coderepo: reduce utf8::decode calls Eric Wong
2023-01-28 11:02 ` [PATCH 5/7] repo_atom: translate: account for multiple args Eric Wong
2023-01-28 11:02 ` [PATCH 6/7] www_coderepo: support $REPO/refs/{heads,tags}/ endpoints Eric Wong
2023-01-28 11:02 ` [PATCH 7/7] www_coderepo: summary: fix mis-linkification of `...' Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).