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
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
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
5d4a91eb7e
enhance(dev): Add more publish docs
...
enable linter now that namespaces are documented
2026-01-22 11:31:57 -05: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
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
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
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
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
Gabriel Horner
98ab051328
fix: importing journals with tags
...
Fixes https://github.com/logseq/db-test/issues/588
2026-01-20 10:24:19 -05:00
Tienson Qin
c2582d3c24
fix: available choices still shows other tags' scoped choices
2026-01-06 08:52:57 +08:00
Gabriel Horner
5748905057
fix ref-property tests pointing to property rule
...
Also add back property tests as it is still a useful rule
2026-01-05 14:44:49 -05:00
Tienson Qin
a9a9905b05
feat: tag-scoped property choices ( #12295 )
...
* feat: tag-scoped property choices
* Able to hide global choices per tag
* add e2e tests
2026-01-04 13:42:27 +08:00
Tienson Qin
8fd006babb
enhance: api createTag supports :tagProperties
2026-01-03 13:43:20 +08:00
Tienson Qin
10846fdaa3
fix: asset wrong order
2026-01-01 20:35:44 +08:00
Tienson Qin
8fc093c1c9
fix: can't set number 9 as property value
...
because it's empty-placeholder
2026-01-01 19:59:57 +08:00
Tienson Qin
aafa50dcc7
fix: :block/warning value should be keyword
2026-01-01 17:09:56 +08:00
Tienson Qin
0f949b739c
fix: tests
2026-01-01 14:20:33 +08:00
Tienson Qin
b55550ed3e
add :logseq.kv/local-graph-uuid
2026-01-01 14:11:39 +08:00
Tienson Qin
15585f1481
mod+m to publish
2025-12-31 23:28:16 +08:00
Tienson Qin
76ebafac6c
enhance: preserve block collapsed state when publishing
2025-12-31 20:24:03 +08:00
Tienson Qin
3b14336474
fix: set limit to passsword kdf iterations on cloudflare workers
2025-12-30 22:45:38 +08:00
Tienson Qin
5376779d42
deploy new version
2025-12-30 21:15:33 +08:00
Tienson Qin
8de2542f8c
use salted PBKDF2 hash
2025-12-30 21:02:56 +08:00
Tienson Qin
f9a3fb50b9
remove skip_auth
2025-12-30 20:54:40 +08:00
Tienson Qin
918dc0766a
fix: set auth to be required on staging and prod
2025-12-30 20:41:39 +08:00
Tienson Qin
304195c7da
fix: typo
2025-12-30 20:29:40 +08:00
Tienson Qin
a0a7748e76
home page
2025-12-30 20:27:25 +08:00
Tienson Qin
adb7b8e364
fix: tagged nodes
2025-12-30 18:48:40 +08:00
Tienson Qin
6bc2fb1a0a
fix: don't show published url property
2025-12-30 17:57:35 +08:00
Tienson Qin
45d592ecd5
enhance: show close button when search box opened
2025-12-30 17:03:24 +08:00