Gabriel Horner
381664881e
fix(cli): show command doesn't display :map properties
...
Confirmed it does show all other user creatable property types
including :json
2026-04-06 12:07:53 -04:00
Gabriel Horner
a0fb6722aa
enhance(cli): show command displays public built-in props
...
Adds support for show to display several public built-in props
that weren't visible for. Confirmed this works for scheduled,
deadline, priority, description and user* properties
2026-04-06 11:59:04 -04:00
Tienson Qin
92999a6a76
use agent-browser for sync parallel clients tests
2026-04-06 23:02:48 +08:00
rcmerci
1f576f1f13
feat(cli-e2e): add db-sync part
2026-04-06 20:25:58 +08:00
Tienson Qin
c3df967f67
fix: undo/redo doesn't work for local graphs
2026-04-05 18:23:54 +08:00
Tienson Qin
8d0d1f5c7c
fix: insert block above
2026-04-05 18:21:05 +08:00
Mega Yu
6153078342
enhance i18n
2026-04-05 17:06:46 +08:00
rcmerci
40d546a5f7
Merge remote-tracking branch 'origin/master' into feat/cliable
2026-04-04 21:33:53 +08:00
rcmerci
5258fca1f1
refactor(sync): consolidate worker auth state and e2ee password flow
2026-04-04 20:39:20 +08:00
rcmerci
0402d27426
refactor(db-worker): remove <invoke-main-thread (4)
2026-04-04 10:04:54 +08:00
rcmerci
b701eedf80
refactor(db-worker,wip): remove :thread-api/input-idle <invoke-main-thread (3)
2026-04-04 10:04:54 +08:00
rcmerci
504f6fa3ce
refactor(db-worker,wip): remove asset related <invoke-main-thread (2)
2026-04-04 10:04:54 +08:00
rcmerci
30671bf4e1
refactor(db-worker,wip): remove <invoke-main-thread (1)
2026-04-04 10:04:54 +08:00
Tienson Qin
5522b30bcc
fix: checksum failed for empty target block insert
2026-04-03 16:01:11 +08:00
Gabriel Horner
94719a7376
enhance(cli): custom queries can optionally use
...
built-in rules by specifying '%' at end of :in
2026-04-02 18:00:49 -04:00
Gabriel Horner
53fb0da3d9
fix(cli): custom-query fails if name is a keyword
...
Bug caused by name binding masking core name fn.
Wouldn't have this bug if there weren't so many
:shadowed-var exclusions in clj-kondo/config.edn.
With --verbose, also show stack for exceptions. Leads
to faster fixing for us (and LLMs)
2026-04-02 16:45:53 -04: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
Gabriel Horner
2ebf226deb
fix(cli): query --inputs fails unexpectedly for incorrect
...
input. `--inputs=b1` was throwing 'No protocol method ICounted.-count defined'
instead of intended error message
2026-04-02 14:57:20 -04:00
Tienson Qin
e1c773bc5e
warning checksum mismatch
2026-04-02 23:48:51 +08:00
Tienson Qin
ad2231438a
Add :block/order to checksum
2026-04-02 22:22:25 +08:00
Tienson Qin
333f3e10b1
remove vector embeddings
2026-04-02 18:51:29 +08:00
Tienson Qin
5620af9a4e
fix: order conflict
2026-04-02 17:52:24 +08:00
Tienson Qin
2e788ebb3e
updte local checksum after recomputed
2026-04-02 15:50:40 +08:00
Tienson Qin
2185a5aecd
fix: undo doesn't handle retracting property history block
2026-04-02 12:47:24 +08:00
Tienson Qin
114d9f2ae1
dev: show diff data between client/server when checksum mismatch
2026-04-02 11:33:54 +08:00
Tienson Qin
319247beb3
fix: download graph should prefer ':thread-api/db-sync-download-graph-by-id'
2026-04-02 10:59:44 +08:00
rcmerci
50ac248893
fix lint
2026-04-01 23:43:52 +08:00
rcmerci
8e98d70ebb
feat(cli): add 'debug pull' cmd
2026-04-01 23:39:10 +08:00
Gabriel Horner
859b505836
fix(cli): unable to view help for query command
...
There was no way to see available query options. Now `query -h`
shows command options while `query` shows subcommands
2026-04-01 11:12:00 -04:00
Gabriel Horner
f9edbb0874
fix(cli): --update-{tags|properties} can't distinguish
...
between tags/properties with same name. Same bug as
0809a53e79
2026-04-01 09:51:16 -04:00
rcmerci
0e834140c0
enhance(cli): unify option --page/--name
2026-04-01 16:45:13 +08:00
Tienson Qin
e7ad82ee1c
fix: unreachable code
2026-04-01 15:46:15 +08:00
Tienson Qin
0a73edf870
fix: (wip) sync upload
2026-04-01 06:52:27 +08:00
Tienson Qin
9fa32ba886
fix: cli e2e
2026-04-01 05:35:05 +08:00
Tienson Qin
609c475144
merge: resolve cliable db-sync worker conflicts
2026-04-01 05:17:00 +08:00
Tienson Qin
3a04a0e582
refactor(db-sync): move import/download workflow into sync.download
2026-04-01 04:42:32 +08:00
Tienson Qin
cadb82c81d
fix: tests
2026-04-01 03:43:10 +08:00
Gabriel Horner
0809a53e79
fix(cli): upsert tag/property can't find tag/property
...
when there is a property and tag with the same name e.g. `logseq upsert
tag --name=Asset` gave incorrect tag-name-conflict error. The query fns
for property and tag incorrectly assumed that :block/name is unique and
didn't account for the app which does allow for properties, tags and
pages to all have the same name. This fix also allows properties and
tags to be created if there is a page with the same name
2026-03-31 15:34:43 -04:00
Tienson Qin
8c170bda12
set store debounce time to 100ms
2026-04-01 03:12:00 +08:00
Tienson Qin
b3e400c2ae
enhance(db-sync): move graph download to worker and stream kv snapshots
2026-04-01 03:04:23 +08:00
Tienson Qin
ffc67c92ec
Merge branch 'feat/cliable' of github.com:logseq/logseq into feat/cliable
2026-03-31 23:37:41 +08:00
Tienson Qin
2f3b53a28a
Merge branch 'master' into feat/cliable
2026-03-31 23:36:48 +08:00
rcmerci
ec4e31fa4b
enhance(cli): update --profile output
2026-03-31 21:41:12 +08:00
rcmerci
57aabd1e56
fix lint
2026-03-31 19:30:55 +08:00
Tienson Qin
39ea6207bd
fix: debounced store shouldn't be used for batch-transact!
2026-03-31 17:19:01 +08:00
rcmerci
4cedd99255
feat(cli): add 'graph backup' subcmd
2026-03-31 16:08:09 +08:00
Gabriel Horner
05fdb7d2ad
enhance(cli): completion for properties and tags
2026-03-30 14:22:07 -04:00
Gabriel Horner
e086d337b5
fix(cli): upsert property --type fails for json and string
...
These property types were failing with 'Invalid data' since they weren't
exposed for user properties
2026-03-30 12:45:44 -04:00
Gabriel Horner
ce7042842d
fix(cli): create property doesn't validate property title
...
App doesn't have this issue as property creation ends up going through
update branch. Also improve error message for incorrect tagged nodes.
"does not reference" is too ambiguous and doesn't mention that there's
something wrong with the tags relationship
2026-03-30 10:24:31 -04:00
Tienson Qin
2fe0de2271
add more undo/redo tests
2026-03-30 21:55:15 +08:00