Tienson Qin
1ae9e2c496
fix: extends tags query and support eid|title|db-ident
...
Previously `tags` doesn't return blocks that have children tag(s).
Also, `tags` support both db/ident and block/title to make it easy
to use:
(tags ?b #{144})
(tags ?b #{"Task"})
(tags ?b #{:logseq.class/Task})
2025-12-24 14:37:57 +08:00
Gabriel Horner
84db92bc19
fix: translations from #12258
2025-12-17 10:19:19 -05:00
Gabriel Horner
effcce3a64
fix: lockfile not updated for latest nbb-logseq
2025-12-09 11:01:30 -05:00
Tienson Qin
f594e2034f
fix(rtc): batch store and validate db ( #12249 )
...
* fix(rtc): batch store and validate db
* fix: logseq.db/transact! shouldn't distinct tx-data
since move-op include 2 steps:
1. insert-block
2. update-attrs
This results in db invalid after step 1.
* refactor: add transact-with-temp-conn!
* bump nbb-logseq and add tests for ldb/transact* fns
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: rcmerci <rcmerci@gmail.com >
2025-12-09 20:47:37 +08:00
rcmerci
1aff68e4b2
script: update create-graph-with-clojuredocs, add author property
2025-12-08 00:14:02 +08:00
rcmerci
af22f09748
script: update create-graph-with-clojuredocs
2025-12-07 23:49:43 +08:00
rcmerci
e90191f632
script: add create-graph-with-clojuredocs
2025-12-07 23:10:07 +08:00
Gabriel Horner
8fc56bfaa3
refactor: Update importer to use validate-local-db
...
Also update validation in DB scripts:
* replace alternative validate-db impl with standard CLI one
* Add validation to import script
* Choose to decouple other DB scripts from validate-db as it may go away
later
2025-12-04 10:30:56 -05:00
Gabriel Horner
b59164fa24
chore: add deps/cli to separate linter
2025-10-29 15:50:47 -04:00
Gabriel Horner
22c1fa0c18
chore: mv api cli fns to their own ns
...
Move to keep inline with recent api refactor.
Also more lint config for api
2025-10-22 15:26:51 -04:00
Gabriel Horner
f8b4277e60
fix: db api fn using file graph attributes + fns
2025-10-22 13:52:51 -04:00
Tienson Qin
d8809f0b7e
feat: cljs sdk ( #12168 )
...
Add clojurescript plugins API
2025-10-21 16:32:12 +08:00
Gabriel Horner
27d5a369fd
fix: bump to latest nbb-logseq to fix most logseq.db dependent ns
2025-10-13 21:34:00 -04:00
Paulo Bueno
6b68197e55
fix: Fix install-linux.sh and add uninstall option
...
- Fix broken installation with --user option
- Fix desktop icon link when in --user mode
- Add uninstall command (only installation, not user's data)
2025-10-07 02:42:01 -07:00
rcmerci
8c968464fb
dev: update agents.md, add bb e2e-test cmds
2025-09-26 22:11:13 +08:00
Gabriel Horner
823919e28a
fix: wrong log and separate linter
2025-09-25 12:03:20 -04:00
Tienson Qin
20a477c35b
refactor: move db graph page operations to outliner dep
2025-09-25 21:35:50 +08:00
Robin Lovelace
0696d51dc8
Add Linux installer script and update README ( #12115 )
...
- Add comprehensive install-linux.sh script in scripts/
- Script supports both system-wide and user-specific installation
- Handles desktop integration and sandbox permissions
- Supports version-specific installations
- Update README.md with Linux installer instructions
- Closes #12114
2025-09-22 15:27:56 +08:00
Tienson Qin
1e5ee6f25e
Add shortcuts to patch
2025-09-21 12:25:06 +08:00
Tienson Qin
5e16e2e95e
update shortcuts to manual
2025-09-20 04:37:56 +08:00
Tienson Qin
f15263edd6
fix: patch
2025-09-20 02:58:53 +08:00
rcmerci
9a55f24ff1
refactor: remove src/rtc_e2e_test
...
rtc-e2e-test already moved to clj-e2e
2025-09-09 22:37:46 +08:00
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