mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 06:06:05 +03:00
[PR #651] [MERGED] Refactor sync #1688
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#1688
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/651
Author: @marcelklehr
Created: 8/31/2020
Status: ✅ Merged
Merged: 10/4/2020
Merged by: @marcelklehr
Base:
develop← Head:enh/expand-tests📝 Commits (10+)
df417aaUpdat js-base648f49d1bTests: Clean up a bit and introduce a new test for old APIsf4c98e5Tests: Go more crazy with the fuzzy test41c4fb2Fix non-nextcloud testsc474b1fFix one testb7ac6b7Fix one test3253e30Fix tests2fc7b72Try to fix fuzzy test82d3a51Try to fix fuzzy test4ee5ea9NextcloudFolders: Speedup getCompleteBookmarksTree📊 Changes
47 files changed (+9042 additions, -5573 deletions)
View changed files
📝
.eslintrc.json(+6 -4)📝
.github/workflows/tests.yml(+16 -16)📝
_locales/en/messages.json(+6 -3)📝
gulpfile.js(+11 -17)📝
manifest.json(+1 -0)📝
package-lock.json(+3858 -164)📝
package.json(+11 -3)📝
src/lib/Account.js(+21 -15)➕
src/lib/AdapterFactory.ts(+14 -0)📝
src/lib/Controller.js(+1 -8)➕
src/lib/Diff.ts(+210 -0)📝
src/lib/LocalTree.ts(+57 -50)📝
src/lib/Logger.js(+1 -1)📝
src/lib/Mappings.ts(+28 -13)➖
src/lib/OrderTracker.js(+0 -76)➕
src/lib/Scanner.ts(+197 -0)➖
src/lib/Tree.js(+0 -259)➕
src/lib/Tree.ts(+334 -0)➖
src/lib/adapters/Caching.js(+0 -230)➕
src/lib/adapters/Caching.ts(+225 -0)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.