[PR #1080] [CLOSED] Test old APIs #1811

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1080
Author: @marcelklehr
Created: 3/15/2022
Status: Closed

Base: developHead: test/old-apis


📝 Commits (7)

  • ba6a65a Fix: Always merge in Unidirectional sync
  • 040be9a Merge: Don't remove UPDATEs
  • d525a00 LocalTabs: Implement orderFolder
  • 219f355 Tab sync: Do not remove duplicated tabs on sync
  • 114bb59 Fix Unidirectional sync
  • 8ad5363 Tests: Don't use hashing for testing old APIs
  • 3950d45 Tests: Use hashing for testing old APIs

📊 Changes

7 files changed (+50 additions, -74 deletions)

View changed files

📝 src/lib/Account.ts (+4 -15)
📝 src/lib/LocalTabs.ts (+25 -1)
📝 src/lib/strategies/Default.ts (+6 -3)
📝 src/lib/strategies/Merge.ts (+0 -4)
📝 src/lib/strategies/Unidirectional.ts (+13 -35)
src/lib/strategies/UnidirectionalMerge.ts (+0 -13)
📝 src/test/test.js (+2 -3)

📄 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/1080 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 3/15/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `test/old-apis` --- ### 📝 Commits (7) - [`ba6a65a`](https://github.com/floccusaddon/floccus/commit/ba6a65a39d39bc713013393a41f728cf7f9c890a) Fix: Always merge in Unidirectional sync - [`040be9a`](https://github.com/floccusaddon/floccus/commit/040be9a3ea09804bf30bbda86c3940d12d2c3631) Merge: Don't remove UPDATEs - [`d525a00`](https://github.com/floccusaddon/floccus/commit/d525a0075764a64d305df0225c36b3e10f4634fd) LocalTabs: Implement orderFolder - [`219f355`](https://github.com/floccusaddon/floccus/commit/219f3550ff0a7f650413002dd2bcbca9ca6002ae) Tab sync: Do not remove duplicated tabs on sync - [`114bb59`](https://github.com/floccusaddon/floccus/commit/114bb592b803a9b9074abdcbfb1645d4f91284b6) Fix Unidirectional sync - [`8ad5363`](https://github.com/floccusaddon/floccus/commit/8ad5363eeec4a6a4345e1c77d7a865d06185be0d) Tests: Don't use hashing for testing old APIs - [`3950d45`](https://github.com/floccusaddon/floccus/commit/3950d4503168a7f86f757fa0f8a2d5ecb9ad134b) Tests: Use hashing for testing old APIs ### 📊 Changes **7 files changed** (+50 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/Account.ts` (+4 -15) 📝 `src/lib/LocalTabs.ts` (+25 -1) 📝 `src/lib/strategies/Default.ts` (+6 -3) 📝 `src/lib/strategies/Merge.ts` (+0 -4) 📝 `src/lib/strategies/Unidirectional.ts` (+13 -35) ➖ `src/lib/strategies/UnidirectionalMerge.ts` (+0 -13) 📝 `src/test/test.js` (+2 -3) </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:54 +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#1811
No description provided.