vorotamoroz
b568c4b003
bump and releasing 0.25.79
2026-06-29 12:19:56 +01:00
vorotamoroz
be23fa51a1
(test): the E2E test on the real-Obsidian
2026-06-26 10:33:51 +00:00
vorotamoroz
6d4ae6dccb
bump
2026-06-23 12:10:05 +01:00
vorotamoroz
62f44e38c0
Releasing 0.25.77 ( #968 )
...
Squash commits
2026-06-19 17:45:37 +09:00
vorotamoroz
93dc03e86f
remove unused dependencies, update some dependencies
2026-06-17 10:05:45 +01:00
vorotamoroz
dae8443fe8
update more deps
2026-06-17 06:35:14 +01:00
vorotamoroz
88a8bcbd5a
barrel node specific modules to summarise the warnings
2026-06-17 06:15:25 +01:00
vorotamoroz
4a5283543d
for automatic review
2026-06-17 06:10:30 +01:00
vorotamoroz
7895336189
revert deno test
2026-06-17 06:08:40 +01:00
vorotamoroz
2d5cdccf7d
for automatic review
2026-06-17 05:51:01 +01:00
vorotamoroz
ae9c46f8f0
Fix import paths
2026-06-17 04:39:39 +01:00
vorotamoroz
dcd10cd690
Fix dependency management
2026-06-17 04:24:55 +01:00
vorotamoroz
5a35b71339
define workspace
2026-06-17 04:01:45 +01:00
vorotamoroz
0fc233686b
prettify and bump
2026-06-15 11:54:41 +01:00
vorotamoroz
a40929c9e4
fixed: enhance conflict handling by adding settings check for document writes
2026-06-08 10:47:34 +00:00
vorotamoroz
2d8a285201
Port new tests
2026-06-08 10:38:54 +00:00
vorotamoroz
a6e7dddf7f
Merge branch '0_25_74' into cli_test_deno
2026-06-08 11:29:06 +01:00
vorotamoroz
34162f747c
fix corrupted test, update submodule
2026-06-08 11:10:37 +01:00
vorotamoroz
9e87ee4da1
Merge branch 'main' into cli_vaultpath
2026-06-08 19:07:02 +09:00
vorotamoroz
c493fb6f66
Merge pull request #942 from vrtmrz/feat_cli_database_commands
...
feat: Added new remote management commands
2026-06-08 18:44:32 +09:00
vorotamoroz
cf173caf88
feat: decouple the database and vault directories
2026-06-08 10:43:10 +01:00
vorotamoroz
a41c7b2f70
Merge pull request #928 from starskyzheng/feat/cli-daemon-vault-option
...
feat(cli): add --vault option for daemon and mirror commands
2026-06-08 18:03:25 +09:00
vorotamoroz
5922186a0e
feat: Added new remote management commands
2026-06-08 04:23:22 +00:00
vorotamoroz
60f21eb9d2
detect loopback and coturn option
2026-06-05 09:44:17 +01:00
vorotamoroz
6b7816d334
add coturn for test
2026-06-05 09:39:39 +01:00
vorotamoroz
369e62ee8d
Improved: we can set empty for turnServer explicitly.
2026-06-05 09:27:19 +01:00
vorotamoroz
37593bbee6
Update CI to use deno
2026-06-05 09:07:38 +01:00
vorotamoroz
baa51a66a7
Merge branch 'main' into cli_test_deno
2026-06-05 08:34:31 +01:00
郑泽宇
be979a3bf1
fix(cli): respect mirror positional arg before --vault flag
...
Per vrtmrz's review feedback, restore the mirror [vault-path] positional
argument support with correct priority order:
mirror positional arg > --vault flag > databasePath
Also update --vault help text and CLI README with the new option.
2026-06-05 11:50:23 +08:00
vorotamoroz
f8998d5441
(fixed): No longer path corruption on windows environment (at least, pass the check) on CLI
2026-06-04 10:17:34 +01:00
vorotamoroz
e375860af8
fix importing issue and unit test issue
2026-06-03 06:58:19 +01:00
vorotamoroz
bb77426b7b
update dependencies and bump
2026-06-02 12:50:46 +01:00
vorotamoroz
7d2ba1b0b9
### Improved
...
- Database fetching (a.k.a. Reset Synchronisation on This Device) on the initialisation now supports streaming and is faster (CouchDB only)
- The database fetching process has been streamlined, and database operations are now suspended until it has been completed
- The initial synchronisation process has been simplified, making it easier to synchronise files with the remote server
- We can select the remote database to fetch from during the initialisation, when there are multiple remote databases configured (e.g. multiple CouchDBs or S3 remotes)
2026-06-02 12:34:46 +01:00
郑泽宇
fff6df535f
feat(cli): add --vault option for daemon and mirror commands
...
Allow specifying a separate vault directory for .md files, decoupled from
the database directory (where PouchDB data lives).
- Add --vault/-V flag to CLI options parser
- Use vaultPath (or fallback to databasePath) for file system operations
- Works with both daemon and mirror commands
- Log vault path alongside database path at startup
2026-05-28 16:44:34 +08:00
vorotamoroz
3ab80190d6
test fix ci (Redundant test)
2026-05-22 03:48:41 +00:00
vorotamoroz
8948bf2803
test cli:p2p use nonce for peername
2026-05-22 03:48:02 +00:00
vorotamoroz
486fd15c60
fix resouce handling
2026-05-22 03:46:56 +00:00
vorotamoroz
5fd85c71ca
test: chore: prettify
2026-05-22 03:20:28 +00:00
vorotamoroz
3693d6a6b6
test: add port ready, container cleanup
2026-05-22 03:19:48 +00:00
vorotamoroz
cc3c992b1d
cli: add large-file-test and benchmark between couchdb and p2p
2026-05-22 03:05:44 +00:00
vorotamoroz
df390ac456
test: fix deno test helpers
2026-05-22 03:02:11 +00:00
vorotamoroz
1167b41340
feat: add CLI commands to handle multiple remote configuration
2026-05-20 05:10:42 +01:00
vorotamoroz
60780678fd
Merge pull request #903 from Joysimple/cli-docker
...
bugfix: Add package-lock.json into docker build
2026-05-18 12:38:12 +09:00
vorotamoroz
83228e2077
Fix P2P replicator creation and enhance error handling in synchronization functions
2026-05-17 02:23:58 +09:00
Nikolay Sokolov
02673a1631
bugfix: Add package-lock.json into docker build
2026-05-14 23:17:37 -07:00
vorotamoroz
6a9bba702c
chore: ran prettier
2026-05-13 14:10:56 +01:00
vorotamoroz
a130e3700e
prettify
2026-05-13 14:06:50 +01:00
vorotamoroz
0549e901b2
(chore): removing DOM Operation
2026-05-13 14:06:49 +01:00
vorotamoroz
ad71355859
Merge pull request #893 from brian-spackman/fix-fractional-mtime-on-linux
...
fix: truncate sub-millisecond CLI mtimes to prevent mobile crash
2026-05-13 19:12:56 +09:00
Andrew Leech and Joysimple
67996f6d0a
cli: fix stale stat.size in NodeVaultAdapter causing corrupted file errors
...
chokidar stats are captured at poll time and may not reflect the file's
final byte length by the time vault.read() is called. The downstream
integrity check compares stat.size to content length; a mismatch causes
other LiveSync clients to reject the file as corrupted.
Fix by updating file.stat.size from the actual content in read() and
readBinary().
Co-authored-by: Joysimple <Joysimple@users.noreply.github.com >
2026-05-13 16:56:08 +10:00