mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[PR #2008] [MERGED] Fix "failed to map parentId" errors and other correctness fixes #1978
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1978
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/2008
Author: @marcelklehr
Created: 7/30/2025
Status: ✅ Merged
Merged: 8/2/2025
Merged by: @marcelklehr
Base:
develop← Head:fix/correctness-fixes📝 Commits (10+)
112a321fix: Fix "failed to map parentId" errors0b65ac9fix(SyncProcess): Correct variable names in reconcileReorderings()ca77653fix: Refactor and speed up Diff.findChain45df376fix(Diff.findChain): Improve cache key construction perfd573db7fix(BrowserTree): Do not move items across folders in orderFolder()cf56c72fix(Diff): Fix findChains()2253d42fix(Mappings): Fix mappable()1be0c22fix(SyncProcess): reconcileReorderings based on both donePlans226b029fixupdb02934fix(reconcileReorderings): Fix ID comparisons📊 Changes
7 files changed (+135 additions, -61 deletions)
View changed files
📝
src/lib/Diff.ts(+38 -15)📝
src/lib/Mappings.ts(+9 -2)📝
src/lib/browser/BrowserTree.ts(+4 -0)📝
src/lib/strategies/Default.ts(+62 -35)📝
src/lib/strategies/Merge.ts(+3 -3)📝
src/lib/strategies/Unidirectional.ts(+6 -0)📝
src/test/test.js(+13 -6)📄 Description
Signed-off-by: Marcel Klehr mklehr@gmx.net
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.