Commit Graph

23218 Commits

Author SHA1 Message Date
Gabriel Horner
37d9ebda1f chore: remove file-specific graph-parser code
Also removed file graph code for markdown export as a prereq
2026-01-22 13:19:57 -05:00
Gabriel Horner
6c876a0be2 chore: convert last of frontend tests to db graphs
Now able to remove unused frontend.test.* namespaces.
Also removed file-graph specific handling of old attrs like
:block/ref-pages
2026-01-22 13:19:57 -05:00
Gabriel Horner
96a9f95622 fix: remove file graph code from query-dsl
Allows removing unused file-rules and common.marker. Also remove
any incorrect or unused references to file graph markers like NOW
2026-01-22 13:19:57 -05:00
Gabriel Horner
e07ff6dd88 chore: convert query-dsl tests to db graphs
Able to remove some dead code and add :build.test/title which
is reusable for future tests
2026-01-22 13:19:57 -05:00
Gabriel Horner
e01664bac4 chore: convert more frontend tests to db graph
Removed file graph specific tests in outliner.core-test and export-test.
Also fixed test for export-test as file graph exports didn't
reference pages in blocks
2026-01-22 13:19:57 -05:00
Gabriel Horner
e5778093a6 fix: convert model tests to use db graphs
Tweaked sqlite.build to allow :block/alias. Also modified
one test's assertions since there aren't pre-blocks anymore.
model tests are running as DB_GRAPH=1 with a hack for now
2026-01-22 13:19:57 -05:00
Gabriel Horner
20cbb626a0 fix: frontend and graph-parser tests and lints
Removed file specific test
2026-01-22 13:19:57 -05:00
Gabriel Horner
2bcc331916 fix: remove gp-db ns, especially since it's unused
or incorrect in case of graph-view. Removed file graph
specific tests that depended on gp-db
2026-01-22 13:19:57 -05:00
Gabriel Horner
273eef800b fix: remove needless db-graph? checks in outliner 2026-01-22 13:19:57 -05:00
Gabriel Horner
b91b892181 chore: remove unused file ns graph-parser.cli 2026-01-22 13:19:57 -05:00
Gabriel Horner
a4171a33eb fix: remove lint config for nonexistent fns 2026-01-22 13:19:57 -05:00
Gabriel Horner
5d4a91eb7e enhance(dev): Add more publish docs
enable linter now that namespaces are documented
2026-01-22 11:31:57 -05:00
Tienson Qin
2ea6a290a6 fix: leaf node encrypt/decrypt 2026-01-22 23:37:02 +08:00
Tienson Qin
0f3ec8c4eb fix: db row keys encrypt/decrypt 2026-01-22 19:32:48 +08:00
Tienson Qin
1f71f9e78e e2ee 2026-01-22 18:50:05 +08:00
charlie
6932114afc Merge branch 'master' of https://github.com/logseq/logseq 2026-01-22 14:38:22 +08:00
charlie
13e9781a1c enhance(ui): adjust image width in property value class 2026-01-22 14:37:41 +08:00
Tienson Qin
fc5ab5a199 fix: set local-tx to 0 when uploading graph 2026-01-22 11:13:37 +08:00
Tienson Qin
d8873c4158 upload don't use r2 2026-01-22 10:57:48 +08:00
Tienson Qin
c742bc50e0 add smart placement 2026-01-22 09:59:23 +08:00
Tienson Qin
573c915cf0 fix: max-sql-params 2026-01-22 08:13:37 +08:00
Gabriel Horner
a5fe0b8dd5 fix: publish not building in CI 2026-01-21 17:31:01 -05:00
Gabriel Horner
cd8f312b9f enhance(dev): add linters and workflow for publish
to have basic code quality checks. Test worker asset builds
successfully Also fix minor things caught by clj-kondo and carve.
2026-01-21 15:34:22 -05:00
Gabriel Horner
3e0d57bc32 chore: prefix deps workflows with 'deps-'
to organize workflow files better
2026-01-21 14:16:38 -05:00
Gabriel Horner
42f89e11ae chore: disable recent failing assertions until they are fixed 2026-01-21 13:11:09 -05:00
Gabriel Horner
7ca5c1de64 fix: unpublish not working for a local graph 2026-01-21 12:26:59 -05:00
Gabriel Horner
a24a7d48fe chore: add basic testing instructions
Move commented out PUBLISH-API-BASE so that it actually works
2026-01-21 12:26:59 -05:00
Tienson Qin
6c58b77392 Merge pull request #12296 from logseq/feat/bi-directional-properties
feat: bi-directional property
2026-01-22 00:53:06 +08:00
Gabriel Horner
094b65336a chore: rename new property to be feature specific
and encourage for more varied use
2026-01-22 00:52:47 +08:00
Tienson Qin
1e5026aa3f Update deps/db/src/logseq/db/frontend/property.cljs
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2026-01-22 00:52:47 +08:00
Tienson Qin
772bd04bda Update deps/db/src/logseq/db/frontend/property.cljs
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2026-01-22 00:52:47 +08:00
Tienson Qin
e5c378f6d9 remove repeat definitions of ls-api-call! 2026-01-22 00:52:47 +08:00
Tienson Qin
624b7c593a add e2e tests for bidirectional properties 2026-01-22 00:52:47 +08:00
Tienson Qin
ec0cc4549b fix: lint 2026-01-22 00:52:47 +08:00
Tienson Qin
cbece9e29f fix: lint 2026-01-22 00:52:47 +08:00
Tienson Qin
6d51d33f15 cljs port of pluralize.js 2026-01-22 00:52:47 +08:00
Tienson Qin
a0f737e3a8 enhance(ux): block collapse state should be isolated in container 2026-01-22 00:52:47 +08:00
Tienson Qin
bb9a51d020 fix: wrong effect 2026-01-22 00:52:47 +08:00
Tienson Qin
c978675abc add enable-bidirectional? property to excludes 2026-01-22 00:52:47 +08:00
Tienson Qin
ada37adbf1 fix: lint 2026-01-22 00:52:47 +08:00
Tienson Qin
bc5984e1a3 Update deps/db/src/logseq/db/frontend/property.cljs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-22 00:52:47 +08:00
Tienson Qin
bcb9f84469 add tests 2026-01-22 00:52:47 +08:00
Tienson Qin
e5521da233 enhance: able to edit property value of :string type
able to set plural form for tags
2026-01-22 00:52:47 +08:00
Tienson Qin
164d1c908c fix: async query bidirectional properties 2026-01-22 00:52:47 +08:00
Tienson Qin
ce3f0a6d94 ux enhancements 2026-01-22 00:52:47 +08:00
Tienson Qin
b5f8ed266a fix: bi-directional property should have classes specified 2026-01-22 00:52:47 +08:00
Tienson Qin
3f8c6cde92 feat: Bi-directional property 2026-01-22 00:52:47 +08:00
Tienson Qin
bebddd677e batch insert 2026-01-22 00:30:49 +08:00
Tienson Qin
c6952cbe6f test cpu limits 2026-01-21 23:58:54 +08:00
Tienson Qin
c5d740d101 fix migration 2026-01-21 23:38:21 +08:00