[PR #651] [MERGED] Refactor sync #1688

Closed
opened 2026-02-25 23:30:32 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: enh/expand-tests


📝 Commits (10+)

  • df417aa Updat js-base64
  • 8f49d1b Tests: Clean up a bit and introduce a new test for old APIs
  • f4c98e5 Tests: Go more crazy with the fuzzy test
  • 41c4fb2 Fix non-nextcloud tests
  • c474b1f Fix one test
  • b7ac6b7 Fix one test
  • 3253e30 Fix tests
  • 2fc7b72 Try to fix fuzzy test
  • 82d3a51 Try to fix fuzzy test
  • 4ee5ea9 NextcloudFolders: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/651 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 8/31/2020 **Status:** ✅ Merged **Merged:** 10/4/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `enh/expand-tests` --- ### 📝 Commits (10+) - [`df417aa`](https://github.com/floccusaddon/floccus/commit/df417aaa5db591dd3442ce509198f69e201daf89) Updat js-base64 - [`8f49d1b`](https://github.com/floccusaddon/floccus/commit/8f49d1b0a23be005f7547942f3c0cf1de2c7b32b) Tests: Clean up a bit and introduce a new test for old APIs - [`f4c98e5`](https://github.com/floccusaddon/floccus/commit/f4c98e578d09ef8f944b5ec0aec7f4af04336428) Tests: Go more crazy with the fuzzy test - [`41c4fb2`](https://github.com/floccusaddon/floccus/commit/41c4fb20cf6956877f4da332c1953ff2c4fc33f4) Fix non-nextcloud tests - [`c474b1f`](https://github.com/floccusaddon/floccus/commit/c474b1f01735ddebe8ad80758c2754b4519f8cec) Fix one test - [`b7ac6b7`](https://github.com/floccusaddon/floccus/commit/b7ac6b7d07eed70d27bd02247ac48c254c23bab9) Fix one test - [`3253e30`](https://github.com/floccusaddon/floccus/commit/3253e3051ba15eb7785d56c259f279fa7e75a9ef) Fix tests - [`2fc7b72`](https://github.com/floccusaddon/floccus/commit/2fc7b7203e41733b945a149960e859b5f3d72465) Try to fix fuzzy test - [`82d3a51`](https://github.com/floccusaddon/floccus/commit/82d3a51d0761aa1540cb531e2373bb56900427ef) Try to fix fuzzy test - [`4ee5ea9`](https://github.com/floccusaddon/floccus/commit/4ee5ea9a8e19c1d93290ff8a96e20119a30f6698) NextcloudFolders: Speedup getCompleteBookmarksTree ### 📊 Changes **47 files changed** (+9042 additions, -5573 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1688
No description provided.