feat(v0.7): Lovable integration, torrent lifecycle hardening, and engine synchronization - #1
Merged
Merged
Conversation
…on, and CI workflow
… largest-file scanner, add torrent unit tests
…ering, external engine stop reconciliation and UI selected total display
…n rollback, and error handling
…ize storage errors
…on and canonical infohash extraction
…option, and typed APIError
…nfirmation polling
…bility via bounded polling
…ery and priority verification
…job reconciliation or orphan adoption Remove unconditional StopDownload from isSameJob reconciliation path in acquireTorrentMetadata — metadata may still be fetching from DHT/peers. Remove unconditional StopTorrents from AdoptTorrent engine method — orphan magnet adoption must not kill in-progress metadata acquisition. The existing verifyTorrentStopped safety gate after metadata/files become available already ensures the torrent is stopped before AwaitingSelection. Strengthen TestExistingMagnet_StillFetchingMetadata_NotPrematurelyStopped: after StopDownload, metadata can never arrive (simulating qBittorrent killing DHT). Test now fails against old code, passes after fix. Add TestOrphanMagnet_MetadataIncomplete_AdoptDoesNotStop: verifies orphan adoption does not stop in-progress metadata acquisition.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR merges the complete v0.7 release branch (\eat/v0.7-lovable-integration) into \main.
Summary of Changes
1. Lovable UI Integration & Design System
2. Torrent Lifecycle & Engine Hardening
3. Test & Quality Verification
pm test -- --run), 0 TypeScript type errors (
pm run typecheck), and clean production build (
pm run build).