Commit Graph

23218 Commits

Author SHA1 Message Date
Gabriel Horner
06b43ba5b7 fix(regression): publishing not starting
Weird loading issue for publishing with :block/tags. Put in workaround
for now. Also disabled more rtc tasks for publishing
2025-05-29 15:29:26 -04:00
Tienson Qin
ecaf7fc0ae fix: clear selection when swipe to toggle a selected block 2025-05-30 02:52:30 +08:00
Tienson Qin
7d7a50075d Merge branch 'master' into feat/capacitor-new 2025-05-30 02:02:20 +08:00
rcmerci
0dc912d93b chore: remove feat/db related things in ci yml files 2025-05-30 00:35:20 +08:00
rcmerci
86838ef5b2 chore: disable e2e.yml, now using clj-e2e.yml 2025-05-30 00:29:52 +08:00
Tienson Qin
cb24489cfb Merge pull request #9858 from logseq/feat/db
Database version
2025-05-30 00:08:51 +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
rcmerci
a47479037f chore: update clj-rtc-e2e.yml 2025-05-29 14:51:58 +08:00
rcmerci
c95e1aad7f test(e2e,rtc): add another conflict update case 2025-05-29 14:49:03 +08:00
charlie
8f8991d108 Merge branch 'feat/db' into feat/capacitor-new 2025-05-29 11:06:22 +08: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
995f8c4c38 fix: worker lint
Make an exception for this require since it's only used in tests. Tried
to mv file-reset to tests but it touches too many tests
2025-05-29 00:39:51 +08:00
Tienson Qin
ce791172ab fix: lint 2025-05-29 00:39:51 +08:00
Tienson Qin
a2936ba5ef fix: backup file and notify existing one 2025-05-29 00:39:51 +08:00
Gabriel Horner
f846ec9dae fix: repo test
need to stub worker-state config instead of state config. Also removed
unused async code in test fn
2025-05-29 00:39:51 +08:00
Gabriel Horner
ab014e318b fix: frontend lint 2025-05-29 00:39:51 +08:00
Gabriel Horner
5d377787ec fix: regression on fixing dupe block ids
fixes graph-parser tests
2025-05-29 00:39:51 +08:00
Tienson Qin
4ed15c7dac fix: extracted-block-ids should be existing block from another page
or extracted blocks from the current file.
2025-05-29 00:39:51 +08:00
Tienson Qin
92639087d4 fix: sync calls for test version 2025-05-29 00:39:51 +08:00
Tienson Qin
2a74fc3d7e Add test version of alter-file 2025-05-29 00:39:51 +08:00
Tienson Qin
33b6433dc9 wip: move file parse to worker 2025-05-29 00:39:51 +08:00
Tienson Qin
6051be610f enhance: disable deleting addrs until ref-counted delete 2025-05-29 00:22:46 +08:00
Gabriel Horner
3552c1870c Revert "ci: update yml"
This reverts commit 4696c1f3fd.

Noticed tests aren't running on our own PRs e.g. #11887.
We'll especially need tests to run on PRs off master
2025-05-28 10:26:05 -04:00
charlie
073db80052 fix(capacitor): release asset path 2025-05-28 22:19:27 +08:00
charlie
7a2a570dd1 fix(capacitor): is capacitor platform flag 2025-05-28 21:44:59 +08:00
Tienson Qin
40d6f2e237 fix: virtualized list on mobile 2025-05-28 21:41:20 +08:00
charlie
49f3c78ff6 enhance(capacitor): incorrect scroll container for virtual list 2025-05-28 21:14:50 +08:00
Tienson Qin
db2073878b fix: logout 2025-05-28 20:42:12 +08:00
charlie
f7d3798cce fix(capacitor): use memory fs temporarily 2025-05-28 20:26:15 +08:00
Tienson Qin
5dff847fda fix: re-enable graph remove on mobile 2025-05-28 20:03:54 +08:00
Tienson Qin
e9a41643aa fix: show remote graphs 2025-05-28 19:51:28 +08:00
charlie
41320b8744 fix(capacitor): incorrect resource 2025-05-28 19:27:26 +08:00
Tienson Qin
09926e0f04 enhance: disallow zoom on mobile 2025-05-28 19:18:28 +08:00
Tienson Qin
dbf46ed303 fix: theme 2025-05-28 18:56:44 +08:00
Tienson Qin
ab475a262a inject device info 2025-05-28 18:56:44 +08:00
charlie
10032669d5 fix(capacitor): incorrect resource 2025-05-28 18:25:41 +08:00
charlie
6955747049 fix: missing files 2025-05-28 18:18:02 +08:00
charlie
6bc47f641e chore(capacitor): ionic ui 2025-05-28 18:14:01 +08:00
rcmerci
900efe1076 test(e2e,rtc): fix new-block to make it work correctly in rtc env 2025-05-28 17:53:13 +08:00
Tienson Qin
db2810a286 wip: add selection bar 2025-05-28 17:20:53 +08:00
charlie
d1b5fabc45 fix(capacitor): ionic resources 2025-05-28 17:18:27 +08:00
rcmerci
4f6c0fee28 test(e2e,rtc): update rtc-outliner-conflict-update-test 2025-05-28 16:58:37 +08:00
rcmerci
f02269e3da test(e2e,rtc): update rtc-outliner-conflict-update-test 2025-05-28 16:30:06 +08:00
Tienson Qin
cae478b63c fix: restore block position after swiping 2025-05-28 16:26:25 +08:00
rcmerci
c14b7e8d30 test(e2e,rtc): simplify rtc-outliner-test 2025-05-28 15:51:15 +08:00
charlie
8dc1bc09ca chore(capacitor): release scripts 2025-05-28 14:58:34 +08:00
rcmerci
193e603547 fix: escape more regex meta chars
add related testcases
2025-05-28 14:40:35 +08:00
Tienson Qin
0f1430e91c reduce gaps between page title and blocks 2025-05-28 11:05:23 +08:00
Tienson Qin
fc2a35f9cb enhance: remove database icon and set muted for other buttons 2025-05-28 10:55:12 +08:00
Tienson Qin
26113f47c7 enhance(ux): search support both recent search and updates 2025-05-28 10:40:26 +08:00