[PR #1775] [MERGED] Move stability with same-titled folders #1933

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1775
Author: @marcelklehr
Created: 11/24/2024
Status: Merged
Merged: 11/25/2024
Merged by: @marcelklehr

Base: developHead: test/moving-stability


📝 Commits (9)

  • 8453562 enh(Scanner): Improve move matching
  • df906d6 test(Scanner): Move stability with same-titled folders
  • c5b679e Merge branch 'fix/move-stabiltiy-same-titled-folders' into test/moving-stability
  • 36101a8 fix: test
  • d3015b2 fix(Scanner): Fix move stability
  • 7aeea0f fix(Scanner): Fix move stability
  • d3bc7e8 test: Skip hierarhcy reversals 2 test for linkwarden
  • 350191a fix(test)
  • 36e6aa8 fix(test)

📊 Changes

5 files changed (+145 additions, -7 deletions)

View changed files

📝 src/lib/Scanner.ts (+16 -4)
📝 src/lib/Tree.ts (+20 -3)
📝 src/lib/strategies/Merge.ts (+3 -0)
📝 src/lib/strategies/Unidirectional.ts (+2 -0)
📝 src/test/test.js (+104 -0)

📄 Description

see https://github.com/floccusaddon/floccus/issues/1681


🔄 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/1775 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 11/24/2024 **Status:** ✅ Merged **Merged:** 11/25/2024 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `test/moving-stability` --- ### 📝 Commits (9) - [`8453562`](https://github.com/floccusaddon/floccus/commit/845356245c7a875259bbac2858fdc95cf9e07ed8) enh(Scanner): Improve move matching - [`df906d6`](https://github.com/floccusaddon/floccus/commit/df906d6c102fae336b47136ae51d851bc7dd1b22) test(Scanner): Move stability with same-titled folders - [`c5b679e`](https://github.com/floccusaddon/floccus/commit/c5b679e42f22a54785aeb8d8de899cb7f0867d8b) Merge branch 'fix/move-stabiltiy-same-titled-folders' into test/moving-stability - [`36101a8`](https://github.com/floccusaddon/floccus/commit/36101a84ede3bc8cddefe345bd1a54579cec132e) fix: test - [`d3015b2`](https://github.com/floccusaddon/floccus/commit/d3015b2fee0d653f98b8d09d8b11c7b638df08e6) fix(Scanner): Fix move stability - [`7aeea0f`](https://github.com/floccusaddon/floccus/commit/7aeea0f75cde3124151d4f1eec988e98f5a7ecf5) fix(Scanner): Fix move stability - [`d3bc7e8`](https://github.com/floccusaddon/floccus/commit/d3bc7e8cff51d04df04e1feb7141667939d0e5dc) test: Skip hierarhcy reversals 2 test for linkwarden - [`350191a`](https://github.com/floccusaddon/floccus/commit/350191a3a35b6c8d4ac245c842ed90b87a2b2a8b) fix(test) - [`36e6aa8`](https://github.com/floccusaddon/floccus/commit/36e6aa8679e1aac3d493938daf6e90386c408b9f) fix(test) ### 📊 Changes **5 files changed** (+145 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/Scanner.ts` (+16 -4) 📝 `src/lib/Tree.ts` (+20 -3) 📝 `src/lib/strategies/Merge.ts` (+3 -0) 📝 `src/lib/strategies/Unidirectional.ts` (+2 -0) 📝 `src/test/test.js` (+104 -0) </details> ### 📄 Description see https://github.com/floccusaddon/floccus/issues/1681 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:16 +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#1933
No description provided.