Commit Graph

21998 Commits

Author SHA1 Message Date
Tienson Qin
055a5cf6ca fix: parse inline tag as page 2025-11-21 01:46:35 +08:00
Gabriel Horner
43b09095ac fix: graph-parser lint 2025-11-20 12:13:04 -05:00
Gabriel Horner
23937b59fc fix(cli): mcp-server api mode can fail confusingly
Describe the required setup and fail fast with CLI instead
of lazily in the llm client
2025-11-20 12:13:04 -05:00
Tienson Qin
c488335f9d fix: typo 2025-11-21 01:09:13 +08:00
Tienson Qin
20aecdb27c fix: inline tag resolved as page when saving block 2025-11-21 00:52:43 +08:00
Tienson Qin
c4c4634bee fix: remove entity db/id from tx-data 2025-11-21 00:33:34 +08:00
Tienson Qin
e311e1b85c fix: don't create child tags when saving inline 2025-11-21 00:33:34 +08:00
Gabriel Horner
b699ebf24c fix(cli): most API commands not pinging API when $LOGSEQ_API_SERVER_TOKEN set 2025-11-20 10:20:17 -05:00
Tienson Qin
ddc8a566d7 fix: assets can't be synced to desktop
related to https://github.com/logseq/db-test/issues/595
2025-11-20 18:18:23 +08:00
Gabriel Horner
7bb8655d71 chore: remove unused errors-by-type 2025-11-19 23:31:04 -05:00
Gabriel Horner
79e75060d6 enhance(cli): Add validate command for local graph(s)
Improves :errors of invalid errors to be more user friendly.
Also enable closed-value validation optionally as it is useful
to have higher data quality for non RTC graphs
2025-11-19 17:51:45 -05:00
Gabriel Horner
4dce582d33 fix: frontend lint
Move ensure-db-graph check which provides clear and consistent
error messages instead of the inconsistent, confusing errors
we had before for file graphs
2025-11-18 12:21:12 -05:00
Gabriel Horner
d6a20e6a9b fix(cli): ensure cli commands are running against DB graphs
Fixed all local graphs and a couple of API commands
2025-11-18 11:56:45 -05:00
Gabriel Horner
5489e7572f enhance(cli): export-edn prints unexpected errors
especially when an invalid export-type is given
2025-11-18 09:51:20 -05:00
charlie
8c3e4f25c7 fix(property): improve cardinality handling for property types 2025-11-18 20:14:37 +08:00
Tienson Qin
8bd6acfb2a fix: relax closed values validation
because we can't ensure this when merging updates from server
2025-11-18 14:13:48 +08:00
Gabriel Horner
7b07116b41 enhance(cli): improve error messages for unspecified graphs
Introduced a breaking change for query and search commands where
graph(s) are specified as options instead of arguments. This
makes local graph usage consistent across all commands.
Also fixed in-app search not working and local query with multiple
graphs not querying from the right db
2025-11-17 17:40:23 -05:00
Gabriel Horner
62deed7e7f enhance(cli): add api mode for export-edn command
Also changes :graph from being a required arg to an option
2025-11-17 15:11:02 -05:00
charlie
60a38f888e fix(apis): simplify db ident retrieval in property handling 2025-11-16 20:26:07 +08:00
Tienson Qin
65627d819d fix: youtube embed 2025-11-14 20:34:15 +08:00
Tienson Qin
5d8c9a4f81 Add rtc e2e tests for page references 2025-11-14 18:46:42 +08:00
Tienson Qin
f9cd1acbff fix: refs not rebuilt when applying rtc remote ops 2025-11-14 18:22:22 +08:00
Tienson Qin
7c9cfadad6 fix: more migration issues for old graphs 2025-11-14 18:00:08 +08:00
Tienson Qin
0a54e807bb enhance(api): plugin class with ident like plugin.class.id/class-name (#12200)
* enhance(api): plugin class with ident like `plugin.class.id/class-name`
* enhance(apis): remove support for namespace separator in create tag
* enhance(apis): get tag with ident or uuid
* fix(lint): remove unused vars
* fix(apis): sanitize user property name
* enhance(apis): get tag ex info
* chore: bump libs version
---------
Co-authored-by: charlie <xyhp915@qq.com>
2025-11-14 10:48:08 +08:00
Tienson Qin
82a7ec13ec perf: get-recent-updated-pages 2025-11-14 01:13:29 +08:00
Tienson Qin
875e1b68c4 chore: no need to check indexeddb support anymore 2025-11-14 00:06:38 +08:00
Tienson Qin
955baafd7f fix: lint 2025-11-14 00:02:22 +08:00
Tienson Qin
5173a73c12 fix: db worker doesn't need to wait for plugin initialization 2025-11-13 23:54:52 +08:00
Tienson Qin
b17cc5e9da fix: tests 2025-11-13 23:32:55 +08:00
Tienson Qin
a626cec342 enhance(perf): reduce initial datoms that need to be loaded 2025-11-13 21:27:22 +08:00
Tienson Qin
f34d58acc7 fix: virtualized list shouldn't be nested 2025-11-13 14:05:39 +08:00
Tienson Qin
e8fef0d814 enhance(ux): render blocks together with parent page for list view 2025-11-13 12:34:40 +08:00
rcmerci
326d6dbd54 fix lint 2025-11-12 19:30:37 +08:00
rcmerci
7b6d6c4672 perf: add unsafe->Entity, faster 'Pages'
On Chrome, Mac M4Max
40000 pages graph, sorted by updated-at, from 1000+ms -> 200-300ms
2025-11-12 19:29:16 +08:00
Tienson Qin
a5ac90a0f3 revert xform 2025-11-12 06:39:52 +08:00
Tienson Qin
5942c1b988 enhance(ux): use dot icon for block node 2025-11-12 06:14:42 +08:00
Tienson Qin
4c6c3322fe enhance(ux): show node icon in search results 2025-11-12 06:03:26 +08:00
Tienson Qin
a7c8212df5 enhance(ux): same node render for both reference and embed
also use icon-component/get-node-icon-cp when possible
2025-11-12 03:57:18 +08:00
Tienson Qin
3b99f1344f fix: tag dialog 2025-11-12 03:07:28 +08:00
rcmerci
4a1975a8a6 fix lint 2025-11-12 02:51:55 +08:00
rcmerci
fb271b1d49 perf: faster 'Pages'
On Chrome, Mac M4Max
40000 pages graph, sorted by updated-at, from 1000+ms -> 200-300ms
2025-11-12 02:48:42 +08:00
Tienson Qin
1bae7b46fc enhance(ux): disable breadcrumb redirect in cmd+k results 2025-11-12 02:46:24 +08:00
Tienson Qin
04dd7a56d0 enhance: show the settings icon when configuring tag 2025-11-12 02:35:01 +08:00
Tienson Qin
f85546c15a fix: cmd+k shows configure tag but creating a new page
related to https://github.com/logseq/db-test/issues/583
2025-11-12 02:20:10 +08:00
Gabriel Horner
b9318281f3 fix: re-enable repeatable install now that it's fixed on master 2025-11-11 12:02:54 -05:00
Gabriel Horner
7bf2738744 fix: frozen-lockfile install
yarn.lock needed more updating after #12202
2025-11-11 11:31:23 -05:00
Tienson Qin
c8c2d780a6 fix: remove :block/level in old graphs 2025-11-11 01:41:56 +08:00
Tienson Qin
1949a8a2f9 fix: test website ci 2025-11-10 22:30:22 +08:00
Tienson Qin
76d8546604 fix: can't delete annotated pdf
related to https://github.com/logseq/db-test/issues/564
2025-11-10 20:34:57 +08:00
Tienson Qin
07d8d6c710 fix: invalid data for old graphs 2025-11-10 14:39:36 +08:00