-
-
Notifications
You must be signed in to change notification settings - Fork 249
feat: Mark missed files from filesystem as "missing" #1977
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
Conversation
…oss various components
…FilterDrawer and Scan views
…lers for missing entries
…ng missing entries
…latform indications in UI
Running Code Quality on PRs by uploading data to Trunk will soon be removed. You can still run checks on your PRs using trunk-action - see the migration guide for more information. |
Test Results92 tests 92 ✅ 29s ⏱️ Results for commit 81f9a10. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for keeping the implementation clean 🫡
…lated logic for better tracking of missing files
…improved user interface
Description
This PR changes the scanner behaviour when any entity (rom, platform or firmware) is missing from the filesystem. Now instead of purging it from the database, will be marked as
missing
avoiding user data loss. If the file is restored (same path, same filename) and a scan is performed, will be unmarked asmissing
again.Checklist
Screenshots
Closes #1784, #1976