Commit Graph

10 Commits

Author SHA1 Message Date
vorotamoroz 92d10f509f Merge main into refactor modules checkpoint
Keep the refactor_modules branch current with main and preserve the real Obsidian E2E progress.

Build and unit tests pass; real Obsidian hidden-file create/delete now pass, while hidden JSON conflict round-trip still needs follow-up.
2026-07-03 08:35:48 +00:00
vorotamoroz 54e6a761e5 (test): add local Obsidian E2E suite 2026-06-30 08:36:29 +00:00
vorotamoroz e916683b8d (test): customisation sync 2 2026-06-26 12:16:39 +00:00
vorotamoroz 7028a0857e (test): customisation sync 2026-06-26 12:02:29 +00:00
vorotamoroz 150f0700b0 (test): hidden file sync roundtrip and misc 2026-06-26 11:39:02 +00:00
vorotamoroz 36590ee762 (test): improve e2e CouchDB 2026-06-26 10:55:06 +00:00
vorotamoroz 4a33236c8f (test): improve e2e session helper 2026-06-26 10:46:45 +00:00
vorotamoroz be23fa51a1 (test): the E2E test on the real-Obsidian 2026-06-26 10:33:51 +00:00
vorotamoroz 559c3f351b feat: add unit tests for replicateResultProcessor and refactor replicator logging
- Introduced unit tests for the replicateResultProcessor, covering various scenarios including document enqueuing, snapshot handling, and processing of non-document changes.
- Refactored replicator to utilize a logging function from the host API instead of a global logger, enhancing log management.
- Updated mismatchedTweaksResolver to include logging through the host API, ensuring consistent logging practices across the application.
- Adjusted tests to mock the new logging behavior and verify log outputs.
2026-06-26 09:36:48 +00:00
vorotamoroz f954448ef8 Challenge: Make all modules testable, mockable and spied on! 2026-06-26 09:30:34 +01:00