[PR #1071] [MERGED] Test interrupts on nextcloud-bookmarks #1807

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1071
Author: @marcelklehr
Created: 3/10/2022
Status: Merged
Merged: 3/11/2022
Merged by: @marcelklehr

Base: developHead: test/interrupts-on-nextcloud-bookmarks


📝 Commits (10+)

  • ed69676 Implement timed locks for GoogleDrive and WebDAV
  • a0351ba Test locking
  • e6993b1 Fix locking test
  • b2610d5 CI: Always load tests before executing them
  • be734ca CI: Fix encrypted tests
  • faac8cb Fix Locking test to work with Google Drive
  • 85e87b1 Don't run locking test on old nc bookmarks versions
  • fc7e00a CI: Run tests against bm@stable4
  • 9fafc72 Locking test add error assertions
  • 99e88dd Google Drive: Fix timed locking

📊 Changes

5 files changed (+90 additions, -31 deletions)

View changed files

📝 .github/workflows/tests.yml (+7 -0)
📝 src/lib/adapters/GoogleDrive.ts (+8 -4)
📝 src/lib/adapters/WebDav.js (+15 -11)
📝 src/test/index.js (+7 -4)
📝 src/test/test.js (+53 -12)

📄 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/1071 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 3/10/2022 **Status:** ✅ Merged **Merged:** 3/11/2022 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `test/interrupts-on-nextcloud-bookmarks` --- ### 📝 Commits (10+) - [`ed69676`](https://github.com/floccusaddon/floccus/commit/ed696761fc5da6b717edaa4872158ab8db73ab22) Implement timed locks for GoogleDrive and WebDAV - [`a0351ba`](https://github.com/floccusaddon/floccus/commit/a0351ba3a5254dee6a699a96cae7cb6266bf525c) Test locking - [`e6993b1`](https://github.com/floccusaddon/floccus/commit/e6993b104fe471adf9cc89987b1f338d81f96707) Fix locking test - [`b2610d5`](https://github.com/floccusaddon/floccus/commit/b2610d5186cca39afd3dd4f752ad16f2d01608b5) CI: Always load tests before executing them - [`be734ca`](https://github.com/floccusaddon/floccus/commit/be734ca92306383d197c26d0a9092574136ee3bd) CI: Fix encrypted tests - [`faac8cb`](https://github.com/floccusaddon/floccus/commit/faac8cb98cf3387efb48bd83404abd30968d2352) Fix Locking test to work with Google Drive - [`85e87b1`](https://github.com/floccusaddon/floccus/commit/85e87b1e1cdfe9ab4f7cccfe80604b504121fce0) Don't run locking test on old nc bookmarks versions - [`fc7e00a`](https://github.com/floccusaddon/floccus/commit/fc7e00a6e9a4bd82edc3a64e8126d63bf328b4bb) CI: Run tests against bm@stable4 - [`9fafc72`](https://github.com/floccusaddon/floccus/commit/9fafc722789af7c0d51cd1fa78235649f9733bc1) Locking test add error assertions - [`99e88dd`](https://github.com/floccusaddon/floccus/commit/99e88dd1ec046bf9fa6b4de677f84e654a6ca8c1) Google Drive: Fix timed locking ### 📊 Changes **5 files changed** (+90 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tests.yml` (+7 -0) 📝 `src/lib/adapters/GoogleDrive.ts` (+8 -4) 📝 `src/lib/adapters/WebDav.js` (+15 -11) 📝 `src/test/index.js` (+7 -4) 📝 `src/test/test.js` (+53 -12) </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:53 +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#1807
No description provided.