From: Eric Wong <e@80x24.org> To: meta@public-inbox.org Subject: [PATCH 0/5] clone|fetch: flesh out partial mirror support Date: Fri, 24 Sep 2021 10:56:40 +0000 [thread overview] Message-ID: <20210924105645.8627-1-e@80x24.org> (raw) The --epoch=RANGE feature discussed last week[1] is implemented. There's also a bunch of fixes and improvements for handling partial fetches from work started last week. There's also a significant amount of work done to ensure the client-side code works on servers running old, pre-manifest versions of public-inbox. I'm not sure if there's pre-manifest.js.gz versions of public-inbox out there, but it's only ~2 years old and I can understand if some admins have been preoccupied with the pandemic and unable to upgrade :/ [1] https://public-inbox.org/meta/20210917002204.GA13112@dcvr/T/#u Eric Wong (5): clone|--mirror: support --epoch=RANGE for partial clones fetch: fix skipping with multi-epoch inboxes clone|--mirror: fix and test against pre-manifest WWW clone|fetch|--mirror: cull manifest in partial mirrors fetch: support v2 w/o manifest on old WWW Documentation/lei-add-external.pod | 15 +++ Documentation/public-inbox-clone.pod | 15 +++ lib/PublicInbox/Fetch.pm | 27 ++++-- lib/PublicInbox/LEI.pm | 2 +- lib/PublicInbox/LeiMirror.pm | 130 +++++++++++++++++++++++--- lib/PublicInbox/TestCommon.pm | 1 + script/public-inbox-clone | 3 +- t/lei-mirror.t | 8 ++ t/v2mirror.t | 135 +++++++++++++++++++++++++-- 9 files changed, 306 insertions(+), 30 deletions(-)
next reply other threads:[~2021-09-24 10:56 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-09-24 10:56 Eric Wong [this message] 2021-09-24 10:56 ` [PATCH 1/5] clone|--mirror: support --epoch=RANGE for partial clones Eric Wong 2021-09-24 10:56 ` [PATCH 2/5] fetch: fix skipping with multi-epoch inboxes Eric Wong 2021-09-24 10:56 ` [PATCH 3/5] clone|--mirror: fix and test against pre-manifest WWW Eric Wong 2021-09-24 10:56 ` [PATCH 4/5] clone|fetch|--mirror: cull manifest in partial mirrors Eric Wong 2021-09-24 10:56 ` [PATCH 5/5] fetch: support v2 w/o manifest on old WWW Eric Wong 2021-09-25 3:21 ` [PATCH 6/5] t/v2mirror: check dependencies for legacy test Eric Wong
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://public-inbox.org/README * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210924105645.8627-1-e@80x24.org \ --to=e@80x24.org \ --cc=meta@public-inbox.org \ --subject='Re: [PATCH 0/5] clone|fetch: flesh out partial mirror support' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://80x24.org/public-inbox.git 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).