Commit Graph

54 Commits

Author SHA1 Message Date
rcmerci
08a479f2c8 feat(cli): add cmd 'sync asset download' 2026-05-08 15:23:36 +08:00
rcmerci
7a731c6044 enhance(cli): render block/link in show 2026-05-06 15:29:01 +08:00
rcmerci
f5b122ddd5 enhance(cli): add --enable-sync to 'graph create' 2026-05-04 21:13:13 +08:00
rcmerci
1d027cba3a fix(cli): cli block-ref rendering 2026-05-01 22:43:50 +08:00
rcmerci
12b4c3399d fix(cli,db-worker): not keep empty new graph when sync download failed 2026-04-30 00:18:12 +08:00
rcmerci
eca0ab1a36 Merge remote-tracking branch 'origin/master' into feat/cliable 2026-04-28 18:17:17 +08:00
rcmerci
f751f27a63 refactor(cli): remove --data-dir, add --root-dir
--data-dir: ~/logseq/graphs
--root-dir: ~/logseq

All other configuration files and data directories are derived from the root-dir
2026-04-24 22:35:00 +08:00
rcmerci
23fda434ff fix(cli-e2e): dont delete skill.md in e2e cleanup 2026-04-24 14:29:15 +08:00
rcmerci
59d5569dbf fix(sync,cli): dont upload the same graph multi times 2026-04-24 13:24:49 +08:00
Mega Yu
c28b6648a3 fix(db-worker): keep fresh locks during sync startup 2026-04-23 15:39:38 +08:00
rcmerci
8554608722 feat(cli-e2e): 'bb dev:cli-e2e-sync' support for parallel execution 2026-04-23 11:07:46 +08:00
rcmerci
821225fd1f dev: remove unnecessary logs and repeated compilation of db-worker-node 2026-04-22 22:22:42 +08:00
rcmerci
1b6ce67163 enhance(cli-e2e): update cli-e2e-sync, fix cli-e2e --jobs 2026-04-22 21:55:41 +08:00
Mega Yu
fb5019f52e normalize JSON-escaped Windows paths in output assertions 2026-04-22 20:26:51 +08:00
Mega Yu
21a0821e21 update shell command to use 'bash' instead of '/bin/bash' 2026-04-22 20:26:15 +08:00
Mega Yu
017f226ed4 add NO_COLOR environment variable to cli-e2e configuration 2026-04-22 20:25:06 +08:00
Tienson Qin
fd6bdff4cc fix(cli-e2e): disable keychain only in e2e runs 2026-04-22 15:31:13 +08:00
rcmerci
d0ea93a867 enhance(cli-e2e): add jobs-based(default=4) parallel case execution for non-sync cases 2026-04-21 23:12:47 +08:00
rcmerci
1bdba923eb fix sync test 2026-04-20 10:56:44 +08:00
rcmerci
21efd3439a enhance(cli-e2e): update e2ee-password option for cli-e2e-sync 2026-04-19 17:38:55 +08:00
rcmerci
db79b0faff fix(cli): other updates after merge master 2026-04-19 12:01:17 +08:00
rcmerci
194118b298 enhance(cli): atomic behavior for upsert commands 2026-04-17 20:07:57 +08:00
rcmerci
88e0f91bd9 enhance(cli-e2e): update wait_sync_status in cli-e2e-sync 2026-04-12 20:18:52 +08:00
rcmerci
bc2b8bd11e enhance(cli-e2e): add step timings and manifest lint/template system 2026-04-11 23:33:11 +08:00
rcmerci
cdfe541552 enhance(cli): update list asset output columns 2026-04-11 21:48:21 +08:00
rcmerci
1ae912fd92 feat(cli): add list/upsert asset 2026-04-11 17:31:49 +08:00
rcmerci
1a5939112a enhance(cli-e2e): add sync suite fixtures, timings, and port cleanup 2026-04-11 15:49:45 +08:00
rcmerci
94be3a0bbb enhance(cli): remove 'server status'; add 'server cleanup' 2026-04-10 23:07:04 +08:00
rcmerci
9bac1ae4dd feat(cli): add skill show/install 2026-04-10 11:38:42 +08:00
rcmerci
d36dfc9947 enhance(cli): options cleanup in task cmds 2026-04-08 17:51:17 +08:00
rcmerci
e41aee18b2 feat(cli): add 'list node' 2026-04-08 16:06:33 +08:00
rcmerci
bdc87e4edc enhance(cli): options cleanup in list cmds 2026-04-08 12:53:19 +08:00
rcmerci
9855011e62 feat(cli): add task related cmds 2026-04-07 22:39:04 +08:00
rcmerci
0214980a95 test(cli-e2e): add 2 sync cases 2026-04-07 17:18:58 +08:00
rcmerci
146674fcfd test(cli-e2e): add happy-path sync cases 2026-04-07 14:25:32 +08:00
rcmerci
1f576f1f13 feat(cli-e2e): add db-sync part 2026-04-06 20:25:58 +08:00
Gabriel Horner
bf3303b1d6 fix(cli): built-in queries should return more than
just integers. Also remove block-search since `logseq search` does this
better
2026-04-02 15:27:55 -04:00
rcmerci
8e98d70ebb feat(cli): add 'debug pull' cmd 2026-04-01 23:39:10 +08:00
rcmerci
0e834140c0 enhance(cli): unify option --page/--name 2026-04-01 16:45:13 +08:00
rcmerci
4cedd99255 feat(cli): add 'graph backup' subcmd 2026-03-31 16:08:09 +08:00
rcmerci
1afc0e558c enhance(cli): search cmd use --content option 2026-03-29 20:53:57 +08:00
rcmerci
23daff7dbd enhance(cli): add example subcmd 2026-03-27 23:17:02 +08:00
rcmerci
59d0e5777b enhance(cli): add search subcmd 2026-03-26 21:57:25 +08:00
rcmerci
ce2dcfc566 067-logseq-cli-json-namespaced-keys.md 2026-03-26 15:16:14 +08:00
rcmerci
cb68930ec8 066-logseq-cli-list-property-cardinality-column.md 2026-03-26 14:20:03 +08:00
Gabriel Horner
0009e7cc21 enhance(cli): import edn can import into existing graph
This functionality is available in the old cli so making sure it's
available in the new one. Also update messaging so it's clear when a new
graph is created
2026-03-25 17:52:58 -04:00
rcmerci
bad48702e8 enhance(cli-e2e): update spec :cmd -> :cmds 2026-03-24 16:40:32 +08:00
rcmerci
d88ae59990 enhance(cli-e2e): add bb cleanup 2026-03-22 17:49:45 +08:00
rcmerci
1010341f56 enhance(cli-e2e): use 'bash -c' instead of 'bash -lc' 2026-03-22 16:51:30 +08:00
rcmerci
c5995a6652 test(cli-e2e): block-upsert-update-id-custom-many-property-json 2026-03-22 16:00:49 +08:00