Commit Graph

19932 Commits

Author SHA1 Message Date
charlie
4cdf49aedd fix(plugins): avoid xss for the injected readme html content 2025-04-25 12:28:59 +08:00
Gabriel Horner
5efaf84507 fix: file graph failing to build entity on every load
On every load of a file graph, graphs were failing to transact
$$$views and erroring to console.  $$$views page isn't even used by file graphs
2025-04-24 16:21:33 -04:00
Tienson Qin
2d8b343691 fix: sentry frames error 2025-04-25 01:24:26 +08:00
Tienson Qin
38cc1d5c77 fix: sentry function error 2025-04-25 01:08:12 +08:00
Tienson Qin
6aee34e2ae chore: hide clear cache button 2025-04-25 01:04:23 +08:00
Tienson Qin
94cf0f313a chore: bump version to track missing addresses bug 2025-04-25 00:39:57 +08:00
Tienson Qin
ebfd85aebf fix: rebuild db from datoms if there're missing addresses 2025-04-25 00:30:14 +08:00
Tienson Qin
bec0dc7c30 Revert "chore: debug"
This reverts commit a6fb2bb4e5.
2025-04-24 23:51:19 +08:00
Tienson Qin
27d93663f3 fix: allow pages to be appears in unlinked refs 2025-04-24 23:20:51 +08:00
Tienson Qin
a6fb2bb4e5 chore: debug 2025-04-24 23:10:21 +08:00
Gabriel Horner
e0cb4e786f chore: bump nbb-logseq with datascript changes 2025-04-24 10:38:04 -04:00
rcmerci
71fb858cd9 test(e2e): split ns logseq.e2e.keyboard 2025-04-24 22:30:09 +08:00
rcmerci
7506c72523 test(e2e): update config.edn 2025-04-24 22:14:10 +08:00
Tienson Qin
2f7189f769 fix: can't import debug transit 2025-04-24 21:22:16 +08:00
rcmerci
dffc8fc55b test(e2e): fix util/new-graph 2025-04-24 21:04:40 +08:00
Tienson Qin
118c8c59b6 fix: remove table rows scrollbar
It happended because there're multiple rows share the same react key.
2025-04-24 20:48:58 +08:00
rcmerci
e3734264fc test(e2e): open 2 instances, login, create rtc-graph 2025-04-24 19:05:52 +08:00
rcmerci
e7edd933c7 fix: make header reactive on :user-groups and :rtc-running? 2025-04-24 19:05:52 +08:00
Tienson Qin
e78b1afa76 fix: include proprety values when loading page entity 2025-04-24 18:43:31 +08:00
Tienson Qin
974f917291 fix: no breadcrumb when switching from table view to list view 2025-04-24 17:32:33 +08:00
Tienson Qin
36659680ed fix: can't down asset file by clicking it
fixes https://github.com/logseq/db-test/issues/247
2025-04-24 16:08:34 +08:00
Tienson Qin
4611a1d1fd fix: can't collapse page properties if it has aliases only 2025-04-24 15:52:25 +08:00
Tienson Qin
0d7726cb57 fix: show alias page instead of source page on recent and favorite 2025-04-24 15:32:55 +08:00
Tienson Qin
5f3c8328f5 fix: templates not in alphabetical order
fixed https://github.com/logseq/db-test/issues/255
2025-04-24 15:22:42 +08:00
Tienson Qin
863af8a42c fix: closed values should be sorted by block/order 2025-04-24 15:05:47 +08:00
Tienson Qin
c986fafb12 enhance(ux): preserve choices order in multi-select 2025-04-24 14:57:14 +08:00
Tienson Qin
68eeb7424e fix: can't remove alias 2025-04-24 06:15:49 +08:00
Tienson Qin
358d56bbb3 fix: retract more invalid data 2025-04-24 05:26:44 +08:00
Gabriel Horner
23417ad2d8 chore: enable clj-e2e for "every" commit
i.e. commits that affect app behavior
2025-04-23 17:18:16 -04:00
Gabriel Horner
f11775dd76 refactor: have test repo use its own ns, logseq.e2e
Like any other repo, give it its own top-level ns to avoid conflicts
with other repos. Also removed unused ns that was generated
2025-04-23 16:32:55 -04:00
Tienson Qin
b6bff46979 fix: add object on private tags crashed 2025-04-24 04:24:47 +08:00
Gabriel Horner
8046549982 enhance(dev): run individual clj-e2e tests easily from cmdline
Also add more docs on setup and removed conflicting license. Don't think
it was intentional to have these tests as EPL and the rest as AGPL-3
2025-04-23 16:09:13 -04:00
Tienson Qin
ce20b0ead6 fix: don't update editing content from self client
Also, set edit content should be :block/title from an entity.
2025-04-24 03:58:50 +08:00
Tienson Qin
158c1091db move util and repl to /src 2025-04-24 02:27:16 +08:00
Gabriel Horner
401c2993f5 fix: files config for new clj-e2e workflow
Edits to the workflow itself should cause it to rerun
2025-04-23 13:27:52 -04:00
rcmerci
2c6247a8d7 chore: update .lsp & gitignore 2025-04-24 01:13:28 +08:00
Tienson Qin
2761b57850 chore: update clj e2e to apply on feat/db 2025-04-24 00:55:26 +08:00
Mega Yu
5f8f5b037c fix table view selection bug 2025-04-24 00:53:04 +08:00
Tienson Qin
d0a3e08958 enhance: add e2e tests for outliner ops (#11828)
* first e2e example

* Add wally repl pause/resume example

* use with-page-open

* add indent outdent test

* outliner add delete tests

* remove all timeout usage

* refactor: move fns to logseq.util

* Add commands tests for command trigger and node reference

* Add http-server

* add bb script to build release and run tests

* exit when tests finished

* Add clj e2e workflow

* increase slow-mo to 100
2025-04-24 00:51:22 +08:00
Tienson Qin
1fb34efc8c fix: lint 2025-04-23 23:35:05 +08:00
Tienson Qin
d42621864a Merge pull request #11819 from logseq/fix/multiple-tabs
feat: multiple tabs/windows support
2025-04-23 22:53:52 +08:00
Tienson Qin
34fcde1012 chore: remove both error handler and ui for no multi-tab support 2025-04-23 22:51:28 +08:00
Gabriel Horner
762b83a3c9 refactor: use less util/node-test? where possible
also add new ns to kondo lint
2025-04-23 10:30:00 -04:00
Tienson Qin
cdb7c17a8e Merge branch 'feat/db' into fix/multiple-tabs 2025-04-23 22:28:58 +08:00
rcmerci
37fc226d9b fix: skip start-rtc if conn not ready 2025-04-23 18:08:14 +08:00
rcmerci
814d3758ce enhance: replace by c.m/snapshot-of-flow 2025-04-23 17:11:29 +08:00
rcmerci
048bd106f6 enhance(rtc): try to restart-rtc when network-online event emits 2025-04-23 17:10:03 +08:00
rcmerci
d03810da2f enhance: update created-by-ref property when :block/title changed from empty to non-empty 2025-04-23 14:44:56 +08:00
Tienson Qin
85479ad337 fix: delete empty page error 2025-04-23 10:30:06 +08:00
Tienson Qin
25036f1f5a fix: ignore whitespaces 2025-04-23 08:45:06 +08:00