Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: store API responses in a local registry for offline mode #68

Merged
merged 4 commits into from
Oct 2, 2024

Conversation

mircearoata
Copy link
Member

The current offline mode implementation does not track URLs, known file hashes, and, more importantly, available targets, resulting in offline mode being completely unusable because no mod version is found to be available on any target.

This PR caches the complete version information when it is fetched during online mode and stores it in an SQLite database to be used by the local provider.

@mircearoata mircearoata merged commit bf6d6b0 into master Oct 2, 2024
10 checks passed
@budak7273 budak7273 deleted the feature/offline-registry branch October 10, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants