[PR #703] [MERGED] Sync fixes #1718

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/703
Author: @marcelklehr
Created: 10/23/2020
Status: Merged
Merged: 10/24/2020
Merged by: @marcelklehr

Base: developHead: fix/bm-4.x-tests


📝 Commits (10+)

  • 92ae4e1 Revert "Small performance improvements"
  • ff2bd0c CI: Remove bm@stable nc@19
  • 9dd6335 Readd performance improvements
  • 34384e5 Remove hash recalculation
  • 8ccb87d Sync: Fix Merge strategy
  • ea34df7 Sync: Fix Unidirectional strategies
  • 28b99e0 NextcloudFolders: Fix _getChildren for old APIs
  • d44a583 Fix _getChildren for old APIs
  • 3bb00e0 Fix _getChildren for old APIs
  • a0c55f0 tests: Change meaning oldAPI

📊 Changes

9 files changed (+98 additions, -147 deletions)

View changed files

📝 .github/workflows/tests.yml (+0 -5)
📝 src/lib/Tree.ts (+1 -1)
📝 src/lib/adapters/NextcloudFolders.ts (+82 -135)
📝 src/lib/interfaces/Resource.ts (+1 -1)
📝 src/lib/strategies/Default.ts (+0 -4)
📝 src/lib/strategies/Merge.ts (+4 -0)
📝 src/lib/strategies/Overwrite.js (+4 -0)
📝 src/lib/strategies/Slave.js (+4 -0)
📝 src/test/test.js (+2 -1)

📄 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/703 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 10/23/2020 **Status:** ✅ Merged **Merged:** 10/24/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `fix/bm-4.x-tests` --- ### 📝 Commits (10+) - [`92ae4e1`](https://github.com/floccusaddon/floccus/commit/92ae4e1635cfa275def2728509bf8714d352a611) Revert "Small performance improvements" - [`ff2bd0c`](https://github.com/floccusaddon/floccus/commit/ff2bd0ce1350f21d7d612460e9982800997143d7) CI: Remove bm@stable nc@19 - [`9dd6335`](https://github.com/floccusaddon/floccus/commit/9dd6335679023e24a019592388a0cfcc6035b303) Readd performance improvements - [`34384e5`](https://github.com/floccusaddon/floccus/commit/34384e5ebcfddcccadc15f53bc4bb0477394b2f6) Remove hash recalculation - [`8ccb87d`](https://github.com/floccusaddon/floccus/commit/8ccb87dbe513d146a1ba20639cad941ed66ce919) Sync: Fix Merge strategy - [`ea34df7`](https://github.com/floccusaddon/floccus/commit/ea34df74309644a7e7015650e7257e3e0c666d5d) Sync: Fix Unidirectional strategies - [`28b99e0`](https://github.com/floccusaddon/floccus/commit/28b99e07421ead090c15874ef868fc99e51b0daf) NextcloudFolders: Fix _getChildren for old APIs - [`d44a583`](https://github.com/floccusaddon/floccus/commit/d44a5838b5134e6fdc0769895bd87a4bc450cc54) Fix _getChildren for old APIs - [`3bb00e0`](https://github.com/floccusaddon/floccus/commit/3bb00e0069adb68ed9620f3e61f49fcc6353522a) Fix _getChildren for old APIs - [`a0c55f0`](https://github.com/floccusaddon/floccus/commit/a0c55f042f8b15383339e41d238bfa5c4a770646) tests: Change meaning oldAPI ### 📊 Changes **9 files changed** (+98 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tests.yml` (+0 -5) 📝 `src/lib/Tree.ts` (+1 -1) 📝 `src/lib/adapters/NextcloudFolders.ts` (+82 -135) 📝 `src/lib/interfaces/Resource.ts` (+1 -1) 📝 `src/lib/strategies/Default.ts` (+0 -4) 📝 `src/lib/strategies/Merge.ts` (+4 -0) 📝 `src/lib/strategies/Overwrite.js` (+4 -0) 📝 `src/lib/strategies/Slave.js` (+4 -0) 📝 `src/test/test.js` (+2 -1) </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:37 +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#1718
No description provided.