vorotamoroz
a41c829c10
fix: preserve U+FEFF at chunk boundaries ( #1010 )
2026-07-14 02:15:57 +09:00
Ouyang Xingyuan
f28d886603
perf(cli): compile ignore patterns once
...
Long-running CLI processes rebuilt the same minimatch ASTs for every checked path.
Compile patterns while loading ignore rules and reuse them until the rules are reloaded.
Refs #1006
2026-07-13 10:47:35 +08:00
vorotamoroz
57e26f1079
Enforce rooted storage path contracts
2026-07-12 20:40:38 +09:00
vorotamoroz
dbb8d2be22
test: establish storage adapter contracts
2026-07-12 20:40:38 +09:00
vorotamoroz
a60932d9e4
Strengthen CLI benchmark verification
2026-07-12 20:02:29 +09:00
vorotamoroz
fd3e8416b7
Move CLI E2E runner into CLI tests
2026-07-12 20:02:29 +09:00
vorotamoroz
af72cac4e3
Add scoped CLI benchmark metadata
2026-07-12 20:02:29 +09:00
vorotamoroz
7d26f0ae35
Add P2P signalling-only netem benchmark
2026-07-12 20:02:29 +09:00
vorotamoroz
008a5ace06
Add P2P split-container netem stress fixture
2026-07-12 20:02:29 +09:00
vorotamoroz
b1955703b9
Record P2P selected candidate paths
2026-07-12 20:02:29 +09:00
vorotamoroz
39065e15e3
Add CouchDB netem shim benchmark
2026-07-12 20:02:29 +09:00
vorotamoroz
2fcdbbc4da
Stabilise CLI P2P smoke readiness
2026-07-12 20:02:29 +09:00
vorotamoroz
ef655a2976
Add Compose-based CLI network benchmarks
2026-07-12 20:02:29 +09:00
vorotamoroz
2d42b92a89
bump
2026-07-07 12:15:58 +00:00
vorotamoroz
9d9b512f3f
Merge remote-tracking branch 'origin/main' into test/obsidian-real-e2e
2026-06-30 09:18:08 +00:00
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
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