charlie
de99bb21b3
fix(electron): incorrect path join for Windows
2025-05-14 11:52:14 +08:00
Tienson Qin
5e1a968530
Merge branch 'master' into feat/db
2025-05-13 18:22:20 +08:00
Tienson Qin
c49ab05cd5
fix: url pathname needs to be decoded too
2025-05-09 01:56:15 +08:00
Tienson Qin
07781dabe8
enhance: log invalid url
2025-05-08 21:59:53 +08:00
charlie
7b86f9c8fe
fix(electron): image assets broken for Windows #11846
2025-05-08 21:38:58 +08:00
Gabriel Horner
7319e1541c
enhance: deprecate :journal/file-name-format for db graphs
...
Confirmed all uses of it are file only and fixed a case where db graph
could've accidentally used it (by having org-mode configured)
2025-05-06 14:44:58 -04:00
Gabriel Horner
584faf2f48
enhance: deprecate :default-templates config for db graphs
...
Db graph no longer invoke file graph config and queries for today
journal and on journal page load
2025-05-06 12:18:10 -04:00
Gabriel Horner
4f65a00c68
refactor: rename :logseq.task properties to :logseq.property
...
These are the only built-in properties that don't start with
:logseq.property
2025-05-06 12:29:09 +08:00
Gabriel Horner
6fa20a4853
fix: deprecate more file graph only :config
2025-05-05 16:51:05 -04:00
Gabriel Horner
e0cb4e786f
chore: bump nbb-logseq with datascript changes
2025-04-24 10:38:04 -04:00
rcmerci
e56d531f13
fix: use broadcast-to-clients! to postmessage to clients
2025-04-22 02:20:07 +08:00
Tienson Qin
1aca680ae4
Merge branch 'feat/db' into perf/app-start
2025-03-31 21:53:37 +08:00
rcmerci
d0422948cb
fix: add some comments for logseq.common.defkeywords
2025-03-26 02:08:30 +08:00
Tienson Qin
ed1f178e96
fix: generate persistent uuid for journal template blocks
2025-03-17 07:42:25 +08:00
Gabriel Horner
99c89ec3be
chore: bump nbb-logseq to include tc/to-date
2025-03-10 15:32:29 -04:00
Tienson Qin
b28e02f5f9
Filter data on the worker to reduce data that're sent to main thread
2025-03-10 08:43:06 +08:00
charlie
4dca58ff00
chore(dev): ignored errors
2025-02-28 10:55:20 +08:00
rcmerci
d567261e61
enhance: make build-db-initial-data idempotent ( #11750 )
...
* enhance: make build-db-initial-data idempotent (1)
handle logseq/{config.edn,custom.css,custom.js}
* test: add build-db-initial-data-test
2025-02-20 18:02:37 +08:00
Gabriel Horner
a4aacf022d
chore: use medley/dissoc-in instead of copied version
...
Can rely on medley as it is nbb compatible
2025-02-13 17:50:20 -05:00
Gabriel Horner
05496a0f69
fix: deprecate old srs config options
2025-01-28 11:49:58 -05:00
Gabriel Horner
68896c257f
Merge branch 'feat/db' into refactor/block-schema
2025-01-16 17:11:53 -05:00
Gabriel Horner
e61f046be5
fix: publishing failing to load on undefined LSPluginCore
...
Plugins shouldn't be on for publishing. Moved PUBLISHING to
common-config as it is now relied on by frontend.util. Also removes
needless state/publishing? and its wonky initialization
2025-01-16 11:44:05 -05:00
Tienson Qin
20fad17f5d
Merge branch 'feat/db' into refactor/block-schema
2025-01-16 01:01:06 +08:00
Gabriel Horner
2a4f49e541
enhance: importer can import :logseq.task/scheduled
...
Follow up to #11654 . Fixes
https://test.logseq.com/#/page/677d36f0-5d8f-4b82-85ad-486d81a46e7e
2025-01-14 08:43:21 -05:00
Tienson Qin
e318e0d6c1
Merge branch 'feat/db' into refactor/block-schema
2025-01-12 16:48:19 +08:00
rcmerci
1c5761e279
enhance(rtc): ignore entities if possible when init upload/download
2025-01-10 16:04:21 +08:00
rcmerci
9db946c605
enhance: apply defkeywords to built-in classes, add some rtc related keywords
2025-01-09 18:07:13 +08:00
Gabriel Horner
b44d644aba
fix: deps tests failing to run due to missing var
2025-01-08 09:16:39 -05:00
Gabriel Horner
90924816f9
fix: common lints
2025-01-08 09:11:22 -05:00
rcmerci
8470da1786
enhance: defkeywords all built-in-properties
2025-01-08 22:00:08 +08:00
rcmerci
7b9ae93982
enhance: add logseq.common.defkeywords
2025-01-08 21:22:22 +08:00
Gabriel Horner
cadb00279c
fix: exporter :datetime tests failing locally
...
caused by e522c73fe2
2025-01-07 17:11:51 -05:00
Tienson Qin
e522c73fe2
fix: Task doesn't repeat with a user :date property
2025-01-07 19:57:56 +08:00
Gabriel Horner
0b87c36d65
chore: remove unused deps from common
2025-01-03 15:19:54 -05:00
Gabriel Horner
3d42cf7522
fix: bump nbb-logseq so that nbb scripts
...
that have already downloaded feat-db-v16 can use the latest nbb-logseq
2025-01-02 16:09:25 -05:00
Tienson Qin
64734820df
Merge branch 'feat/db' into feat/repeated-tasks
2024-12-29 16:05:24 +08:00
rcmerci
c2bb6eb86b
fix lint
2024-12-29 12:20:28 +08:00
rcmerci
4ad4019bf5
perf: faster has-tag?
2024-12-28 23:37:57 +08:00
rcmerci
f7815b487d
fix: nbb test
2024-12-28 16:39:33 +08:00
rcmerci
26e2fad13d
fix: move missionary_util to deps/common, fix some deps issue
2024-12-28 14:22:16 +08:00
Tienson Qin
f888e163af
chore: disable deadline tests because CI local time could be changed
2024-12-26 23:10:16 +08:00
Tienson Qin
704ae4d3f8
fix: tests
2024-12-26 23:01:12 +08:00
Tienson Qin
cdd4ccfccf
refactor: update deadline to :datetime type
2024-12-26 22:29:30 +08:00
Tienson Qin
e514e02d5f
bump nbb-logseq
2024-12-26 15:33:53 +08:00
Tienson Qin
d74a52a8de
enhance: add default value support for built-in property definition
2024-12-20 18:02:53 +08:00
Gabriel Horner
b250e262d2
enhance: journal pages and blocks are created on their journal day
...
Fixes https://github.com/logseq/db-test/issues/77
2024-11-13 14:22:25 -05:00
Gabriel Horner
1a7a2b25ed
chore: add a couple assertions for between queries
...
from #11565 . Also stop logging errors for valid between queries and
deleted unused test code
2024-11-11 16:32:35 -05:00
Gabriel Horner
0036a5d9de
fix: invalid throws and remove unused values
...
Caught by updating to latest kondo
2024-10-31 14:12:09 -04:00
Tienson Qin
61d91bd16d
refactor: remove # heading chars from block/title
...
fixes https://github.com/logseq/db-test/issues/129
2024-10-14 16:53:23 +08:00
Gabriel Horner
d4b7720573
fix: remove last {{query reference seen in db graphs
...
Also fix return val of previous commit
2024-09-25 14:24:02 -04:00