[PR #816] [MERGED] Implement failsafe #1761

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/816
Author: @marcelklehr
Created: 2/2/2021
Status: Merged
Merged: 2/2/2021
Merged by: @marcelklehr

Base: developHead: feature/failsafe


📝 Commits (4)

  • f0a52b2 Implement failsafe
  • 4f1d718 CI: Disable failsafe in benchmark tests
  • 2447589 Tests: Test failsafe
  • efaf544 Tests: Skip failsafe test in noCache conditions

📊 Changes

9 files changed (+145 additions, -8 deletions)

View changed files

📝 _locales/en/messages.json (+19 -1)
📝 src/lib/Account.js (+1 -0)
📝 src/lib/Tree.ts (+4 -0)
📝 src/lib/strategies/Default.ts (+10 -0)
📝 src/test/test.js (+55 -2)
📝 src/ui/components/AccountCard.vue (+7 -0)
src/ui/components/OptionFailsafe.vue (+36 -0)
📝 src/ui/components/OptionsNextcloudFolders.vue (+7 -3)
📝 src/ui/components/OptionsWebdav.vue (+6 -2)

📄 Description

Don't remove more than 50% of local bookmarks by default

Screenshot from 2021-02-02 13-55-13
Screenshot from 2021-02-02 13-54-45


🔄 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/816 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 2/2/2021 **Status:** ✅ Merged **Merged:** 2/2/2021 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `feature/failsafe` --- ### 📝 Commits (4) - [`f0a52b2`](https://github.com/floccusaddon/floccus/commit/f0a52b2bab6830ce89dcb3b9e1035047ae8e099b) Implement failsafe - [`4f1d718`](https://github.com/floccusaddon/floccus/commit/4f1d7183b3603b4145bf108202685a98e192ff45) CI: Disable failsafe in benchmark tests - [`2447589`](https://github.com/floccusaddon/floccus/commit/2447589123c74984253ebe6dbb2420514f8e374b) Tests: Test failsafe - [`efaf544`](https://github.com/floccusaddon/floccus/commit/efaf5447ef0e72cdcd586b49d016d9e6d4dfc990) Tests: Skip failsafe test in noCache conditions ### 📊 Changes **9 files changed** (+145 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `_locales/en/messages.json` (+19 -1) 📝 `src/lib/Account.js` (+1 -0) 📝 `src/lib/Tree.ts` (+4 -0) 📝 `src/lib/strategies/Default.ts` (+10 -0) 📝 `src/test/test.js` (+55 -2) 📝 `src/ui/components/AccountCard.vue` (+7 -0) ➕ `src/ui/components/OptionFailsafe.vue` (+36 -0) 📝 `src/ui/components/OptionsNextcloudFolders.vue` (+7 -3) 📝 `src/ui/components/OptionsWebdav.vue` (+6 -2) </details> ### 📄 Description Don't remove more than 50% of local bookmarks by default ![Screenshot from 2021-02-02 13-55-13](https://user-images.githubusercontent.com/986878/106603297-69b91300-655e-11eb-9a4d-815d0fea38db.png) ![Screenshot from 2021-02-02 13-54-45](https://user-images.githubusercontent.com/986878/106603299-6a51a980-655e-11eb-954d-7ebd22a128cf.png) --- <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:45 +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#1761
No description provided.