Gabriel Horner
|
ec22e71df5
|
fix: bump nbb-logseq to include datascript and nbb fixes
|
2025-06-06 11:45:25 -04:00 |
|
Tienson Qin
|
c264599d6b
|
fix: valid datoms are skipped from tail address
|
2025-06-06 05:48:48 +08:00 |
|
Gabriel Horner
|
f6d8595645
|
fix: view edn export fails for group by
Fixes https://github.com/logseq/db-test/issues/300
|
2025-06-05 10:07:31 -04:00 |
|
Tienson Qin
|
17f5e9127c
|
fix: don't collapse blocks in list views if there's no children
|
2025-06-02 23:48:35 +08:00 |
|
Gabriel Horner
|
ec668757fe
|
fix(dev): exclude long running test in db dep
e.g. `yarn test -e long`
|
2025-06-02 09:42:49 -04:00 |
|
Gabriel Horner
|
1336b46941
|
chore: change test flag for use with test --exclude
:focus is for one-time dev use
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
ad190a0f3a
|
full-gc run when from user command
Also, update gc to run every 3 days
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
524260f6ec
|
add gc walk addresses
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
0f2f9485de
|
Increase test data to 1,000,000 datoms
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
a513cb53a3
|
fix: recursively delete unused addresses
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
06d7ed9b40
|
enhance: address suggestions from gabriel and zhiyuan
|
2025-06-02 11:13:43 +08:00 |
|
Gabriel Horner
|
3bee73b62f
|
chore: add comments inline
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
dda446262d
|
fix: doc
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
09eaac248f
|
fix: lint
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
2059f35ae2
|
fix: lint
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
0d217490a0
|
chore: remove focus metadata
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
af70449791
|
add gc test
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
dcc2868c77
|
add sqlite.debug and sqlite.gc ns for testing
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
f2b1dc2c6c
|
sync change backs to sqlite cli
|
2025-06-02 11:13:43 +08:00 |
|
Tienson Qin
|
d78bd64467
|
fix: alias references are not displayed in linked references
fix https://github.com/logseq/db-test/issues/292
|
2025-05-31 18:26:25 +08:00 |
|
Tienson Qin
|
b14696f8e2
|
fix: reference inheritance in page filter
|
2025-05-30 23:15:23 +08:00 |
|
Gabriel Horner
|
1ba4f57abf
|
fix: sorting by :date prop in table
Fixes https://github.com/logseq/db-test/issues/287
|
2025-05-29 09:17:34 -04:00 |
|
Gabriel Horner
|
04190d22a3
|
fix(regression): query builder for multiple property types including :checkbox
Fixes https://github.com/logseq/db-test/issues/288. Regression caused by
572d6f4390 . Confirmed this bug was
affecting the following non-ref, non-string property types:
:checkbox, :any, :keyword and :raw-number
|
2025-05-28 14:59:26 -04:00 |
|
Gabriel Horner
|
f9e6370f62
|
fix: large var in db dep
|
2025-05-27 12:22:57 -04:00 |
|
Gabriel Horner
|
e7583b8b8c
|
enhance: save git sha of new graph in kv/value
Will be useful for pinpointing if certain graphs are impacted by bugs.
graph-initial-schema-version is helpful but can stay the same for
awhile.
Closes
https://test.logseq.com/#/page/6835e455-69f6-4bbd-9865-b76fa57ce457
|
2025-05-27 12:14:20 -04:00 |
|
Tienson Qin
|
05597552da
|
chore: update clj-fractional-indexing
|
2025-05-27 04:54:58 +08:00 |
|
Tienson Qin
|
973ec2b240
|
chore: bump logseq/clj-fractional-indexing
|
2025-05-27 01:16:10 +08:00 |
|
Gabriel Horner
|
40254673a5
|
fix: existing user class failing import when
also specific in :build/property-classes
|
2025-05-26 10:29:51 -04: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 |
|
Tienson Qin
|
65f5b9cd64
|
enhance(ux): tag properties using select
|
2025-05-22 19:03:24 +08:00 |
|
rcmerci
|
75a053f918
|
fix: nbb cannot use glogi
|
2025-05-22 15:39:17 +08:00 |
|
rcmerci
|
ec7d488d49
|
fix: add glogi deps
|
2025-05-22 15:36:36 +08:00 |
|
rcmerci
|
5e60ce853d
|
test(e2e): dump console logs when test failed
|
2025-05-22 15:33:33 +08:00 |
|
Tienson Qin
|
021a84bcf2
|
fix: don't run id-ref->title-ref for file graphs
|
2025-05-22 14:54:34 +08:00 |
|
rcmerci
|
533ca23610
|
fix: schema of :logseq.property/empty-placeholder
|
2025-05-21 15:27:06 +08:00 |
|
Tienson Qin
|
c18af313b8
|
enhance: put selected choices on top and ensure stable order
|
2025-05-21 03:01:31 +08:00 |
|
Tienson Qin
|
d2b2eb3b48
|
fix: wrong backlinks number in all pages
|
2025-05-21 01:08:26 +08:00 |
|
rcmerci
|
120e6af065
|
chore: simplify some->> arg
|
2025-05-21 00:44:19 +08:00 |
|
Tienson Qin
|
fd8a939fc1
|
fix: recur-replace-uuid-in-block-title when there're ids in title
|
2025-05-20 23:01:58 +08:00 |
|
Gabriel Horner
|
30f71b5722
|
fix: new graphs invalid after recent property/empty-placeholder change
|
2025-05-20 09:06:19 -04:00 |
|
rcmerci
|
3fb4ae74ad
|
fix: add :block/uuid to :logseq.property/empty-placeholder entity (2)
|
2025-05-20 16:03:41 +08:00 |
|
rcmerci
|
3c4bd0643a
|
fix: add :block/uuid to :logseq.property/empty-placeholder entity
|
2025-05-20 15:54:35 +08:00 |
|
Tienson Qin
|
5746e03a0a
|
chore: downgrade persistent-sorted-set to 0.0.8
CI error https://github.com/logseq/logseq/actions/runs/15124002453/job/42512483343
|
2025-05-20 06:07:34 +08:00 |
|
Tienson Qin
|
789834a9af
|
fix: db missing addresses
This commit uses sql to ensure deleting addresses are not referenced
in any row.
|
2025-05-20 05:57:12 +08:00 |
|
Tienson Qin
|
6182c2f36a
|
fix: e2e tests
|
2025-05-20 01:44:44 +08:00 |
|
Gabriel Horner
|
dd94fbda9c
|
fix: lints
|
2025-05-19 10:06:17 -04:00 |
|
Gabriel Horner
|
929ae21d21
|
enhance: only run export patch for initial version up to 64.8
One less postwalk for large graphs. Dunno how long this patch will be
in. For https://github.com/logseq/db-test/issues/278
|
2025-05-19 10:02:51 -04:00 |
|
Tienson Qin
|
b8a831b38c
|
fix: recursively replace ref ids with title for search/prop value
|
2025-05-19 21:54:10 +08:00 |
|
Tienson Qin
|
9ceefde5b7
|
fix: show deep reference title instead of id when searching blocks
|
2025-05-19 21:54:10 +08:00 |
|
Tienson Qin
|
b473a20874
|
fix: can't remove hidden property pages
|
2025-05-19 17:57:38 +08:00 |
|