Tienson Qin
27f0c2d271
test(sync): add schema-first import avet regression
2026-04-13 22:09:24 +08:00
Tienson Qin
3000d28d15
fix(sync): unlink db on reset import
2026-04-13 22:05:14 +08:00
Gabriel Horner
22c7736751
fix(cli): remove block --id can remove built-in nodes
...
files, empty-placeholder and import-tx idents could all be deleted.
Ents with :kv/value would error unintentionally with
'No protocol method INode.-del defined for type null:'.
Now these all gracefully error
2026-04-13 10:02:36 -04:00
Mega Yu
f10db4a934
enhance port input handling and optimize ui
2026-04-13 21:14:44 +08:00
Tienson Qin
927795d73c
fix: should transact all schema related datoms first
2026-04-13 18:56:31 +08:00
Tienson Qin
6e737b78ac
fix: db unlisten
2026-04-13 18:25:03 +08:00
Mega Yu
69b7a0e893
improve i18n
2026-04-13 14:39:53 +08:00
Tienson Qin
0fc0bb8cef
Rename logseq cloud to sync
2026-04-13 13:01:30 +08:00
hoellen
8997638e5b
Custom Sync Server URL ( #12459 )
...
* Add custom sync server
Co-authored-by: Tienson Qin <tiensonqin@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-13 13:00:19 +08:00
Tienson Qin
5818b578d5
update podfile lock
2026-04-13 12:38:35 +08:00
rcmerci
28cd63907f
enhance(cli): humanize human-mode output formatting (2)
2026-04-12 21:57:13 +08:00
rcmerci
1db53d14fb
enhance(cli): humanize human-mode output formatting
2026-04-12 21:24:01 +08:00
rcmerci
88e0f91bd9
enhance(cli-e2e): update wait_sync_status in cli-e2e-sync
2026-04-12 20:18:52 +08:00
Tienson Qin
174fd15c8e
fix(sync): stabilize incremental checksum updates
2026-04-12 19:27:05 +08:00
Tienson Qin
3dd7302dc9
fix(db-sync): handle duplicate :block/uuid in incremental checksum
...
Account for duplicate :block/uuid datom multiplicity during incremental checksum delta calculation.
Expand touched eids to uuid peers and apply digest add/remove by tuple counts.
Add regression fixture+test from rebased retract mismatch log.
2026-04-12 17:46:14 +08:00
Tienson Qin
30bb4acc27
fix: stabilize undo/redo raw tx replay order
2026-04-12 15:55:52 +08:00
Tienson Qin
9baeee6e49
simplify transact ops
2026-04-12 15:41:22 +08:00
rcmerci
bc2b8bd11e
enhance(cli-e2e): add step timings and manifest lint/template system
2026-04-11 23:33:11 +08:00
rcmerci
8281d344d9
fix(cli): upsert task --priority not working
2026-04-11 22:52:08 +08:00
rcmerci
cdfe541552
enhance(cli): update list asset output columns
2026-04-11 21:48:21 +08:00
Gabriel Horner
86bf58d0b6
fix (cli): upsert commands fail with partial updates
...
Running `upsert block -c b1 --update-tags='["nonexistent-tag"]'`
errors for the nonexistent tag but surprisingly still
creates a block with no indication that it was created. Fixed this
and a similar case for `upsert page`. Also cleaned up `upsert task`
which had unnecessary error throwing which could also result in the
same error type. Longer term we need a better solution than moving
all error/validation checks to the beginning of each upsert
2026-04-11 09:24:10 -04:00
rcmerci
1ae912fd92
feat(cli): add list/upsert asset
2026-04-11 17:31:49 +08:00
rcmerci
1a5939112a
enhance(cli-e2e): add sync suite fixtures, timings, and port cleanup
2026-04-11 15:49:45 +08:00
Mega Yu
39577a1ba4
improve i18n in packages/ui
2026-04-11 09:42:33 +08:00
Tienson Qin
6cda7fc869
fix: align outliner and db-sync tests with history-op changes
2026-04-11 07:24:28 +08:00
Gabriel Horner
5904433787
chore: mark more long running tests to keep "-e long" useful for local full runs
2026-04-10 11:58:05 -04:00
Gabriel Horner
963cdf9234
fix: recycled/deleted page can't be restored by user
...
When a user deletes a page and then restores it by creating it again with cmd-k,
the page wasn't restored. The previously recycled page and its block are
now restored when the page is re-created
2026-04-10 11:30:06 -04:00
Mega Yu
476fba4fc3
refactor(quick-add): simplify logical and remove duplicated button
2026-04-10 23:14:30 +08:00
rcmerci
94be3a0bbb
enhance(cli): remove 'server status'; add 'server cleanup'
2026-04-10 23:07:04 +08:00
Mega Yu
5a752ef99d
fix multiple logic errors caused by date format switching
2026-04-10 22:58:48 +08:00
rcmerci
22f1e6c867
refactor(cli): centralize output mode handling
2026-04-10 22:06:20 +08:00
Mega Yu
7522b53b6a
feat(i18n): remove trailing spaces in update-available messages across multiple locales
2026-04-10 22:03:57 +08:00
Mega Yu
5fc9e4aa51
improve dev right sidebar layout
2026-04-10 21:22:35 +08:00
Mega Yu
2306464e94
feat(page): improve error screen layout and styling for better user experience
2026-04-10 20:13:17 +08:00
Mega Yu
c54c54b65d
feat(settings): update theme icons and adjust styles for better appearance
2026-04-10 19:01:55 +08:00
Mega Yu
da07a518d5
feat(date): add new date format "yyyy-MM-dd EEE" for journal titles
2026-04-10 18:42:10 +08:00
Mega Yu
066514f545
feat(i18n): always show hint in cmdk and add translations for apply theme action
2026-04-10 18:40:35 +08:00
Mega Yu
1cff73eddd
remove deprecated code
2026-04-10 18:17:00 +08:00
Mega Yu
9b8ee19c18
feat(i18n): add authentication error handling and localization
2026-04-10 17:45:55 +08:00
Mega Yu
ca1f1ab69b
fix: prevent interval memory leaks in countdown timer
2026-04-10 17:39:45 +08:00
Mega Yu
445f2e5ae8
fix: change email input type to email for better validation
2026-04-10 17:23:51 +08:00
Mega Yu
d9a09213c7
feat(i18n): packages/ui
2026-04-10 17:18:54 +08:00
Mega Yu
35416905ee
improve i18n
2026-04-10 16:36:13 +08:00
rcmerci
7dabea4361
enhance(cli): add logseq-cli-maintenance skill
2026-04-10 15:30:00 +08:00
Tienson Qin
32806264ce
fix: reversed datoms should be normalized too for rebase
2026-04-10 14:49:54 +08:00
Mega Yu
3ac92e7485
improve i18n
2026-04-10 14:39:29 +08:00
rcmerci
9bac1ae4dd
feat(cli): add skill show/install
2026-04-10 11:38:42 +08:00
Tienson Qin
bf04d4cf5d
refactor(sync): move client ops to sqlite and harden history ops
2026-04-10 05:44:34 +08:00
Tienson Qin
bbe75823c0
add ADR to store client ops in sqlite tables
2026-04-10 04:39:17 +08:00
Gabriel Horner
0e1340a413
fix(cli): upsert page on deleted/recycled page
...
restores it. Also disable editing of deleted page to keep consistent
with app
2026-04-09 16:37:37 -04:00