Gabriel Horner
a8468fdf23
chore: disable intermittently failing test
2025-12-02 13:53:42 -05:00
rcmerci
748690b16d
fix(test): fix rtc-basic-test
2025-12-03 00:01:26 +08:00
Gabriel Horner
17cc2603a7
chore: add flag to skip intermittenly failing e2e test
...
This has been failing intermittently for awhile with the latest being
https://github.com/logseq/logseq/actions/runs/19863440926/job/56919481889
2025-12-02 10:42:24 -05:00
rcmerci
ef79016156
test(rtc,e2e): fix rtc-basic-test for e2ee case
2025-11-24 11:40:18 +08:00
Tienson Qin
5d8c9a4f81
Add rtc e2e tests for page references
2025-11-14 18:46:42 +08:00
Tienson Qin
079c8944b8
fix: can't undo pasting at empty block
2025-11-10 08:48:47 +08:00
Gabriel Horner
a3b2ac98f0
fix: test from recent tag made private
2025-11-04 13:27:34 -05:00
Tienson Qin
6844292dec
add e2e test for nested pages in Library
2025-11-04 15:18:38 +08:00
Tienson Qin
1736691224
fix: get_all_pages api
2025-10-16 15:55:26 +08:00
Tienson Qin
4249c9e908
fix: can't set block property with closed value
2025-10-16 15:35:40 +08:00
Tienson Qin
bbb6d8aeb3
Add e2e tests for get_all_tags|properties|tag_objects
2025-10-16 14:29:08 +08:00
Tienson Qin
7ed7fb4f31
enhance: prefer ldb/transact! than d/transact!
2025-10-13 19:03:11 +08:00
Tienson Qin
787372c174
add create tag test
2025-10-13 16:55:04 +08:00
Tienson Qin
a92f2865d2
add more property-related tests
2025-10-13 16:33:09 +08:00
Tienson Qin
6871463d26
fix: plugins api e2e tests
2025-10-13 14:14:21 +08:00
Tienson Qin
3abf1475c0
add property-upsert-test
2025-10-11 19:27:13 +08:00
Tienson Qin
0933c9cae0
enhance: test all property types
2025-10-11 18:49:00 +08:00
Tienson Qin
4cc44a5ac9
fix: e2e tests
2025-10-10 18:31:35 +08:00
Tienson Qin
dbd15f7ed4
enhance: pre-validate when setting block property values
2025-10-10 16:20:53 +08:00
rcmerci
8c968464fb
dev: update agents.md, add bb e2e-test cmds
2025-09-26 22:11:13 +08:00
Tienson Qin
dd9a32d4de
refactor: RTC reuse :db/id for deleted blocks when undo/redo ( #12101 )
...
1. reuse old eids for block/uuid when apply-remote-ops
2. enhance: clear undo history when failed to validate db
Also, throw transact error from db worker
3. test(rtc): add timeout for wait-for cloud-idle
4. fix: rtc extra tests
5. enhance(test): retry new-block once when assert timeout
---------
Co-authored-by: rcmerci <rcmerci@gmail.com >
2025-09-15 22:29:45 +08:00
rcmerci
d9b2ca977a
chore(clj-e2e): add alias :dev-run-rtc-extra-test
2025-09-11 13:41:51 +08:00
Tienson Qin
3eab751feb
fix: delete an empty block doesn't preserve properties for the next
...
related to https://github.com/logseq/db-test/issues/470
2025-09-10 22:30:49 +08:00
charlie
28850387a1
enhance(android): update color definitions
2025-09-08 11:21:28 +08:00
charlie
2236f3fc14
enhance(api): add get_page_properties function and update related tests
2025-09-05 11:48:42 +08:00
Tienson Qin
ebfcf3c5f4
fix: e2e-tests
2025-09-03 19:40:40 +08:00
charlie
bc46cf7d14
enhance(api): improve append_block_in_page to handle current page context
2025-08-26 11:27:34 -04:00
Tienson Qin
c279d0e3b7
fix: e2e tests
2025-08-25 21:00:10 +08:00
Tienson Qin
099affdb9a
fix: e2e tests
2025-08-20 21:15:53 +08:00
Tienson Qin
d84d3f9652
enhance(ux): set/unset #Page to convert between page and block ( #11970 )
...
* enhance(ux): add/remove #Page to toggle page/block
* enhance(ux): "p t" to set tags for selected blocks
Updated "p a" to toggle displaying all properties including hidden ones.
* feat: cmd+k move blocks
* fix: block could be converted to page and create invalid nodes
Pages with block namespace parents is nonsensical and pages in
property values led to multiple validation errors. Also guard
against class and property pages as namespace parents
* fix: warn on failed cut+paste or indent/outdent of page blocks. Better to warn than silent failure which leaves user confused on
what happened.
---------
Co-authored-by: Gabriel Horner <gabriel@logseq.com >
2025-08-05 17:45:57 +08:00
Tienson Qin
67a0f7cd8c
Merge branch 'master' into feat/hnswlib+transformer-js
2025-07-31 20:08:29 +08:00
Tienson Qin
7605ed61a0
fix: rtc e2e tests
2025-07-29 12:53:37 +08:00
Tienson Qin
2d50ca5ce2
Merge branch 'master' into feat/hnswlib+transformer-js
2025-07-11 18:15:33 +08:00
Gabriel Horner
f736895b1b
fix: remove unused e2e-test namespace
...
workflow step and docs for tests deleted in #11903
2025-07-08 08:53:27 -04:00
Tienson Qin
122b6b7a45
Merge branch 'master' into feat/capacitor-new
2025-07-07 16:20:19 +08:00
Tienson Qin
e259be0c51
feat: quick add ( #11986 )
...
* feat: quick add
* enhance(ux): auto open block for editing for quick add
* enhance(ux): show notification after quick add
* add migration for quick add page
2025-07-07 16:18:53 +08:00
Tienson Qin
bc8b2de4ad
fix: separate page and block reference test
2025-07-04 02:13:44 +08:00
Tienson Qin
5b6538a3bc
fix: e2e tests
2025-07-03 18:00:46 +08:00
Tienson Qin
453ee3b3b4
fix: ensure website build doesn't rely on new mobile components
...
this commit also removes js e2e-tests
2025-07-02 22:38:32 +08:00
Tienson Qin
8a219cacc1
fix: update public/static to /static
2025-07-02 21:43:11 +08:00
Tienson Qin
13305e3169
Merge branch 'master' into feat/capacitor-new
2025-07-01 08:06:47 +08:00
Tienson Qin
a365154eec
fix: indentation after an embeded node
...
fixes https://github.com/logseq/db-test/issues/361
2025-06-30 23:28:47 +08:00
charlie
b6e3e98990
Merge branch 'master' into feat/capacitor-new
2025-06-28 11:06:25 +08:00
charlie
f4badf1321
fix(apis): e2e tests
2025-06-26 17:15:38 +08:00
charlie
f81849149d
enhance(plugins): add more property related e2e tests
2025-06-26 17:15:38 +08:00
charlie
d80d9a46d4
fix(apis): upsert property for the user property
2025-06-26 17:15:38 +08:00
charlie
9291e877c8
enhance(plugins): WIP add property related e2e tests
2025-06-26 17:15:38 +08:00
charlie
0a462208cb
enhance(plugins): WIP add more block property related e2e tests
2025-06-26 17:15:38 +08:00
charlie
388cddb08e
enhance(plugins): add block related e2e tests
2025-06-26 17:15:38 +08:00
charlie
08b824934c
Merge branch 'master' into feat/capacitor-new
2025-06-25 14:06:52 +08:00