You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from @cdecker: Any chance we can use GH Actions to compile a repo summary that can be downloaded directly through GH pages (saves the SSH connection overhead, and does not need a full (recursive) clone)? That'd be perfect to keep the repo metadata sync minimal and quick. (see the sparse crates.io metadata refresh deployed in 1.71 as an example of what the advantages could be).
@endothermicdev thanks! Can you provide a bit more detail as to what this would be useful for, what the design would look like and/or how to test it? I can probably make something but I need more detail.
This could be useful when looking to update a plugin. Reckless could fetch this data and skip fetching the whole repository if there's no update to a plugin we care about. A last-modified date and either a checksum or the last commit affecting each plugin would be useful here. The benefit is that the github api request limit is rather low if you're not authenticated, so this could be lighter weight / quicker than fetching the whole repo on each check.
from @cdecker: Any chance we can use GH Actions to compile a repo summary that can be downloaded directly through GH pages (saves the SSH connection overhead, and does not need a full (recursive) clone)? That'd be perfect to keep the repo metadata sync minimal and quick. (see the sparse crates.io metadata refresh deployed in 1.71 as an example of what the advantages could be).
cc @endothermicdev
The text was updated successfully, but these errors were encountered: