Commit Graph

21074 Commits

Author SHA1 Message Date
Gabriel Horner
0ecc41e19e enhance: unexpected failures print more helpful stack and context 2025-08-11 17:05:39 -04:00
Gabriel Horner
cf02369a20 enhance: query DB graph(s) 2025-08-11 17:05:39 -04:00
Gabriel Horner
6f1d6bd437 chore: add clj-kondo config 2025-08-11 17:05:39 -04:00
Gabriel Horner
a64bea57c8 enhance: add --version
Also print global options in help and error if db version not installed
2025-08-11 17:05:39 -04:00
Gabriel Horner
f86a7558c8 chore: add workflow for cli linters 2025-08-11 17:05:39 -04:00
Gabriel Horner
1b1a4e5004 enhance: show can display multiple graphs
Also git-sha may not be present on older graphs
2025-08-11 17:05:39 -04:00
Gabriel Horner
38c6c99faa enhance: show graph cmd 2025-08-11 17:05:39 -04:00
Gabriel Horner
241c1c104e refactor: have one fn to fetch ~/logseq/graphs dir
Also add deps.edn to cli dep which is needed for reuse with frontend
2025-08-11 17:05:39 -04:00
Gabriel Horner
1765148851 fix: remove unused CI flag
Was used for removed e2e tests. Test rtc just in case
2025-08-11 17:05:39 -04:00
Gabriel Horner
887d91d2ac enhance: start CLI dep and implement list command
Also move common db graph list to shared ns and move common prefix
constants to common-config
2025-08-11 17:05:39 -04:00
Tienson Qin
12e1f35cc4 enhance(ux): filter by empty and not empty value 2025-08-10 22:53:05 +08:00
Tienson Qin
921d815491 fix: filter datetime rows filter out rows with empty value
fixed https://github.com/logseq/db-test/issues/386
2025-08-10 21:14:53 +08:00
Tienson Qin
8f29bc17db fix: page blink when inserting new block when zoom-in a block 2025-08-10 13:23:08 +08:00
Tienson Qin
808f0f0fac fix: typo 2025-08-10 12:59:38 +08:00
Tienson Qin
1e1f4bb51b fix: remove outdated checksum entities when validating db 2025-08-10 12:56:50 +08:00
Tienson Qin
7685760aff fix: check asset exists before transacting checksum
related to https://github.com/logseq/db-test/issues/415
2025-08-10 12:48:39 +08:00
rcmerci
123d03f293 fix: use transit for :inflateGraphsInfo ipc 2025-08-09 22:25:48 +08:00
rcmerci
ca4b5c5266 fix(export): ignore :logseq.property/created-by-ref when export-edn 2025-08-08 14:10:05 +08:00
Tienson Qin
da73a6c48e fix: add journal day ref to scheduled and deadline properties only
not all :datetime properties
2025-08-08 00:09:58 +08:00
Gabriel Horner
3700f4bc8f chore: bump node version to match new electron version
introduced in 1d9fa69296.
See https://releases.electronjs.org/release/v37.2.6 for node version
2025-08-07 10:30:53 -04:00
Tienson Qin
e2d8fe3088 fix: don't send cookie to youtube website on electron
related to https://github.com/logseq/logseq/issues/12031
2025-08-07 11:02:37 +08:00
Tienson Qin
1d9fa69296 chore: bump electron to 37 2025-08-07 09:33:49 +08:00
Gabriel Horner
707f49bc4f fix: nbb-logseq bundling and quirky datascript requires (#12032)
* fix: nbb-logseq bundling and quirky datascript requires

* fix: bump nbb-logseq for node version incompatibility
2025-08-06 13:16:50 -04:00
Tienson Qin
1cccba3901 enhance(ux): warning if webgpu is not supported on browser 2025-08-06 12:53:56 +08:00
Tienson Qin
ab07860907 fix: release-electron
related to https://github.com/logseq/db-test/issues/411
2025-08-05 20:42:30 +08:00
Tienson Qin
9d594637c4 fix: don't infer hidden blocks 2025-08-05 20:27:18 +08:00
Tienson Qin
78a054eec7 fix: posthog not defined in release mode 2025-08-05 20:08:42 +08:00
Tienson Qin
11514a0c3c fix: remove mobile static from test website 2025-08-05 19:07:28 +08:00
Tienson Qin
d84d3f9652 enhance(ux): set/unset #Page to convert between page and block (#11970)
* enhance(ux): add/remove #Page to toggle page/block

* enhance(ux): "p t" to set tags for selected blocks

Updated "p a" to toggle displaying all properties including hidden ones.

* feat: cmd+k move blocks

* fix: block could be converted to page and create invalid nodes

Pages with block namespace parents is nonsensical and pages in
property values led to multiple validation errors. Also guard
against class and property pages as namespace parents

* fix: warn on failed cut+paste or indent/outdent of page blocks. Better to warn than silent failure which leaves user confused on
what happened. 

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2025-08-05 17:45:57 +08:00
Tienson Qin
a2eee34d80 Merge pull request #12009 from logseq/feat/hnswlib+transformer-js
feat: semantic search
2025-08-04 23:08:38 +08:00
Tienson Qin
af41e7ea3d Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-04 23:08:23 +08:00
Gabriel Horner
a407035d80 fix: app and other builds no longer require shadow-cljs config hack
Reverts bug fix for
347323b7d6
and for other builds. This bug no longer applies b/c :shared is no
longer used or b/c of shadow-cljs update
2025-08-04 10:41:55 -04:00
Tienson Qin
3025c94d28 fix: checkbox property value should be aligned center 2025-08-04 20:40:53 +08:00
Tienson Qin
a918e5b6f1 enhance(ux): show edit button instead of 00:00 for datetime property 2025-08-03 16:58:19 +08:00
Tienson Qin
c2c8727f6c Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-03 16:40:22 +08:00
Tienson Qin
be69292346 set *publishing? 2025-08-03 16:37:45 +08:00
Tienson Qin
11eb0f38a6 use official @sqlite.org/sqlite-wasm instead of our fork 2025-08-03 14:33:47 +08:00
Gabriel Horner
74fa24cb1e fix: publishing no longer has bug requiring shadow-cljs config hack
Reverts bug fix from
a80a182a8f.
Confirmed dev and release work for publishing. This bug may no longer
apply b/c :shared is no longer used or b/c of shadow-cljs update
2025-08-01 19:24:06 -04:00
Gabriel Horner
182a51a85e fix: publishing app in prod mode
Also fix watch-publishing-frontend which had stopped working awhile back
with shadow-cljs update
2025-08-01 17:56:39 -04:00
Gabriel Horner
f7e32108f2 enhance(dev): add more workers and db ns to linters 2025-08-01 14:37:18 -04:00
Gabriel Horner
cf4153b1cd fix: yarn watch 2025-08-01 13:49:31 -04:00
Tienson Qin
c9e446fd86 fix: application Crash when trying to populate node property
fixed https://github.com/logseq/db-test/issues/402
2025-08-01 13:45:04 +08:00
Tienson Qin
fe93a31563 fix: macros not rendering in property value and views
fixed https://github.com/logseq/db-test/issues/151
fixed https://github.com/logseq/db-test/issues/388
2025-08-01 03:56:37 +08:00
Tienson Qin
3fc53f4778 fix: add missing code-editor.js to mobile
related to https://github.com/logseq/db-test/issues/400
2025-08-01 03:22:19 +08:00
Tienson Qin
25b0e25d4f fix: page tags not showing on page view in iOS
fixed https://github.com/logseq/db-test/issues/399
2025-08-01 03:03:43 +08:00
Tienson Qin
de67a46e92 fix: video assets can not play on desktop app
fixed https://github.com/logseq/db-test/issues/398
2025-08-01 02:37:57 +08:00
Tienson Qin
1fe46682e4 Merge branch 'master' into feat/hnswlib+transformer-js 2025-08-01 00:14:28 +08:00
Tienson Qin
8c402676a9 fix: page references with same name in one block (#12017)
* fix: page references with the same name in one block

* fix: empty :block/name for Library pages

* fix: invalid call to uuid-string?

trace suddenly showing up in multiple CLI calls

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2025-08-01 00:09:31 +08:00
Tienson Qin
1e8d7de446 fix: load progress in shared worker 2025-08-01 00:03:22 +08:00
Tienson Qin
1e84a21042 enhance: use sharedworker for inference to reduce memory usage 2025-07-31 22:38:44 +08:00