Gabriel Horner
f93f889f8a
chore: bump to latest nbb w/ datascript update
2025-09-03 10:00:45 -04:00
Gabriel Horner
dac7ad37a6
fix: publishing doesn't load with latest shadow changes
2025-09-01 16:54:06 -04:00
Gabriel Horner
6a84e56984
enhance: working spike for export md command
...
export namespaces aren't reused yet. Fixed bug w/ get-block-and-children
not invoking correctly in nbb. Bumped all deps to use latest nbb-logseq
2025-08-26 11:27:34 -04:00
rcmerci
cd17afdc23
dev: rename prompts/clojure_errors.md to prompts/review.md
2025-08-26 17:22:46 +08:00
Tienson Qin
03a004e452
enhance: add bb ai:check-common-errors
2025-08-14 13:24:50 +08:00
charlie
aecff1e18f
Merge branch 'master' into enhance/mobile-silk
2025-08-12 10:40:30 +08: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
charlie
45499ba587
Merge branch 'master' into enhance/mobile-silk
2025-08-07 11:28:55 +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
a4d41f63ef
Merge branch 'master' into enhance/mobile-silk
2025-08-05 19:27:16 +08: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
Tienson Qin
18914d2fa2
fix: add workers to mobile and electron release
2025-07-28 12:43:24 +08:00
Tienson Qin
110f5b18e5
Merge branch 'master' into feat/hnswlib+transformer-js
2025-07-28 12:29:32 +08:00
Tienson Qin
48ae054ce8
fix: lint
2025-07-23 20:23:05 +08:00
Tienson Qin
fee8d1a34f
chore: remove mobile.ionic
2025-07-22 11:50:19 +08:00
Tienson Qin
9c0b6f9cfc
fix: lint
2025-07-12 16:59:51 +08:00
Tienson Qin
2d50ca5ce2
Merge branch 'master' into feat/hnswlib+transformer-js
2025-07-11 18:15:33 +08:00
Gabriel Horner
bb6ed709e5
refactor: use get-journal-page for finding a journal page
...
Only updated this in DB graph files since this is where they are
the most useful
2025-07-09 14:04:02 -04:00
Gabriel Horner
eabee3fe1c
chore: mv db only fns to db ns
...
Also add related names to linter
2025-07-09 13:26:12 -04:00
Gabriel Horner
f09a0ce296
chore: add another ns to separate linter
...
Also fix another lint
2025-07-09 12:09:54 -04:00
Gabriel Horner
cd655174aa
enhance(dev): add src/main/mobile to separate linter
...
Added to keep file graph code and other anti-patterns out of new mobile app
2025-07-08 11:45:08 -04:00
Gabriel Horner
623618a04b
fix: remove references to nonexistent static/yarn.lock
...
File was removed in #11903 . Also remove publishing script
that has been unused for some time
2025-07-08 09:25:14 -04:00
Tienson Qin
8d5a67492f
fix: patch
2025-07-04 20:06:13 +08:00
Tienson Qin
844bfbb784
Merge branch 'master' into feat/capacitor-new
2025-07-04 16:15:46 +08:00
Gabriel Horner
d63a5ffb6a
chore: update schema.org json file to latest version
...
Updated with `curl https://schema.org/version/latest/schemaorg-current-https.jsonld `.
Updated to latest version 29.2 from 22.0.
Added 19 tags, 48 properties and a number of fixes - https://schema.org/docs/releases.html
2025-07-03 21:45:28 -04:00
Tienson Qin
8a219cacc1
fix: update public/static to /static
2025-07-02 21:43:11 +08:00
Gabriel Horner
6251e48efc
enhance(dev): build :datetime properties for schema graph
...
Also fix intermittent issue with diffing previous exports and
misleading message for rangeIncludes
2025-07-02 15:23:01 +08:00
Gabriel Horner
16925777d6
fix(dev): rm unnecessary property conflicts for schema graph
...
Property conflict detection was based on older model where :block/name
was unique and built-in and user properties competed for same name
2025-07-02 15:23:01 +08:00
Gabriel Horner
c1cab09a31
enhance(dev): schema graph builds multiple parents for classes
...
know that extends is a :many
2025-07-02 15:23:01 +08:00
Gabriel Horner
62c618c75d
enhance(dev): build :datetime properties for schema graph
...
Also fix intermittent issue with diffing previous exports and
misleading message for rangeIncludes
2025-07-01 14:57:32 -04:00
Gabriel Horner
5d04681551
fix(dev): rm unnecessary property conflicts for schema graph
...
Property conflict detection was based on older model where :block/name
was unique and built-in and user properties competed for same name
2025-07-01 12:46:48 -04:00
Gabriel Horner
c315be920f
enhance(dev): schema graph builds multiple parents for classes
...
know that extends is a :many
2025-07-01 11:55:45 -04:00
Gabriel Horner
268889d0b7
chore: rename sqlite.build :build/class-parent to :build/class-extends
...
Matches new property name and its arity. :build/class-parent deprecated
2025-06-29 15:21:09 +08:00
Tienson Qin
ded9c8e517
fix: update :build/class-parent to multiple values
2025-06-29 15:21:09 +08:00
Gabriel Horner
b6cb12445c
enhance(dev): schema CLI supports optional export
...
instead of dump option. Dump option required some maintenance and and
export has the advantage of being able to save the created graph. The
only thing that dump had over export was refs which really shouldn't
change now that we've standardized on them with db-pipeline/add-listener
2025-06-26 17:57:05 -04:00
Tienson Qin
92ec65d61d
Merge branch 'master' into refactor/page-parent
2025-06-15 08:27:33 +08:00
Gabriel Horner
ec22e71df5
fix: bump nbb-logseq to include datascript and nbb fixes
2025-06-06 11:45:25 -04:00
Gabriel Horner
995f8c4c38
fix: worker lint
...
Make an exception for this require since it's only used in tests. Tried
to mv file-reset to tests but it touches too many tests
2025-05-29 00:39:51 +08:00
Gabriel Horner
3fe790d4d7
enhance(dev): scripts can read or write db graphs as full path files
...
This allows for easier use of debugging graphs as they are exported by
users as a file. Also DRYed up duplicated helper
2025-05-23 13:59:02 -04:00
Gabriel Horner
df9833040c
Merge branch 'feat/db' into refactor/page-parent
2025-05-20 13:35:14 -04:00
Gabriel Horner
c9c0fc9ec3
Merge branch 'master' into feat/db
2025-05-19 15:41:53 -04:00
Tienson Qin
c22f8693cc
fix: buildVersion should be a string
2025-05-19 23:40:55 +08:00
Tienson Qin
42778d36ae
Merge branch 'feat/db' into refactor/page-parent
2025-05-16 23:27:20 +08:00
Gabriel Horner
1d8869a4a3
chore: bump borkdude.rewrite-edn to latest
...
and use consistent alias
2025-05-14 15:55:50 -04:00
Gabriel Horner
6f7e2a94c3
enhance: bump nbb-logseq to include rewrite-clj
2025-05-14 15:50:37 -04:00
Gabriel Horner
62e5b7e306
chore: bump nbb-logseq to get rid of
...
node deprecation warnings with node 22 and get a year's worth of nbb
updates and fixes
2025-05-14 13:30:52 -04:00
Tienson Qin
61d5aa3605
Rename :logseq.property/parent to :logseq.property.class/extends
2025-05-14 17:56:35 +08:00
Gabriel Horner
dc0e224982
fix: most node tests failing to run
...
Upgrade better-sqlite3 to match node bump
2025-05-13 10:42:41 -04:00
Gabriel Horner
2c67b6de11
chore: cleanup unnecessary multi graph calls in db
...
namespaces. Add fn and related namespaces to linter
2025-05-09 15:05:14 -04:00