mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1571] [MERGED] enh: Store continuation while sync is running to be able to resume after interrupts #1902
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#1902
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/1571
Author: @marcelklehr
Created: 4/1/2024
Status: ✅ Merged
Merged: 4/6/2024
Merged by: @marcelklehr
Base:
develop← Head:enh/interrupts📝 Commits (10+)
60375e0enh: Store continuation while sync is running to be able to resume after interrupts36b6400enh(ci/tests); Use github sha as seeda819d7bchore: Allow fuzzed testing with interrupts on nextcloud-bookmarks0e63a6cchore: Add debug output6f6bceafix: resolve module import deadlock1f4f1aefix: sort out some basic bugsdbf9266fix: null and undefinedff0a637fix: Split flagPostMoveMapping into server and local flags473a5a8fix: Implement proper donePlan logicc065a68fix: turn on fuzzed interrupt testing📊 Changes
15 files changed (+471 additions, -122 deletions)
View changed files
📝
.github/workflows/tests.yml(+1 -0)📝
src/lib/Account.ts(+67 -36)📝
src/lib/Diff.ts(+30 -1)📝
src/lib/Tree.ts(+10 -0)📝
src/lib/browser/BrowserAccount.ts(+2 -2)📝
src/lib/browser/BrowserAccountStorage.js(+8 -0)📝
src/lib/browser/BrowserController.js(+0 -16)📝
src/lib/interfaces/AccountStorage.ts(+3 -0)📝
src/lib/native/NativeAccountStorage.js(+8 -0)📝
src/lib/native/NativeController.js(+0 -2)📝
src/lib/strategies/Default.ts(+238 -48)📝
src/lib/strategies/Merge.ts(+8 -2)📝
src/lib/strategies/Unidirectional.ts(+77 -6)📝
src/test/test.js(+5 -8)📝
test/selenium-runner.js(+14 -1)📄 Description
fixes #1548
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.