Commit Graph

14146 Commits (1536d9aff53bd7c3d61f9c650e363a09a68843c4)

Author SHA1 Message Date
Charlie 7db164ab47
Enhance: APIs related issues (#10782)
* fix(plugins): load unpacked package for the existed plugin

* enhance(plugin): increase timeout time for the plugin handshake

* enhance(api): support option to insert block with auto ordered list

* fix(api): skip empty target for the batch insertion blocks

* fix(api): before option for the batch blocks insertion

* enhance(api): types

* chore: bump minor version

* fix(apis): Empty `payload.uuid` when executing onMacroRendererSlotted inside query table
2024-01-16 15:47:56 +08:00
Tienson Qin 1ca1554fcc
Merge pull request #10793 from logseq/refactor/pipeline-worker
Refactor: move pipeline works and RTC to the db worker
2024-01-16 15:44:24 +08:00
Tienson Qin a619850998 Merge branch 'feat/db' into refactor/pipeline-worker 2024-01-16 15:42:18 +08:00
rcmerci d42003fff9 fix(rtc): update schema 2024-01-16 15:07:47 +08:00
Tienson Qin 83d128ecb0 fix: bullet blink when creating a new block 2024-01-16 15:00:57 +08:00
Tienson Qin 45348a694b Revert "Remove unused state"
This reverts commit 8419afe007.
2024-01-16 13:27:48 +08:00
Tienson Qin 77bcd70a2a fix: slow performance for block delete 2024-01-16 13:24:55 +08:00
Tienson Qin a3d5fc699d fix: don't run transact! macro if db requests are not finished yet 2024-01-16 13:24:55 +08:00
Tienson Qin 9b344e12f7 remove hacks 2024-01-16 13:24:55 +08:00
Tienson Qin 8419afe007 Remove unused state 2024-01-16 13:24:55 +08:00
Tienson Qin 1249b26b4c Edit block earlier to not slow down editing when deleting a block 2024-01-16 13:24:55 +08:00
Tienson Qin d69c7ab66c enhance(perf): delete block 2024-01-16 13:24:55 +08:00
Gabriel Horner 34222b3436 chore: bump nbb-logseq that points to upstream nbb 2024-01-15 18:07:49 -05:00
Gabriel Horner 2305d09cc8 chore: DRY up duplicated vars and needless/confusing aliases 2024-01-15 16:51:27 -05:00
Gabriel Horner ca020fcdb3 fix: loading all new deps namespaces in nbb
- bb test:load-all-namespaces-with-nbb now passes for all deps
- Updated nbb-logseq to support cljs.core/Atom
- Adjusted datascript.impl.entity with previous datascript.db require
  so that correct loading occurs in nbb
- fixed missing deps in logseq.outliner
- Converted a minor cljs.spec to malli since malli is nbb compatible
- Changed exists? to some? since they are functionally equivalent for
  the given arg and some? is nbb compatible
2024-01-15 12:43:16 -05:00
rcmerci 34c1471462 enhance(rtc): update <upload-client-op-loop 2024-01-16 00:46:50 +08:00
Tienson Qin 6fd20c0638 fix: more tests 2024-01-16 00:40:56 +08:00
Tienson Qin af895d68c9 fix: editor e2e tests 2024-01-15 23:04:49 +08:00
eliovir d20e3ffc19 Update fr.edn
Handle more plural forms (0, nil).
2024-01-15 08:47:27 -05:00
hasecilu 4ec33f7179 i18n: Update Spanish translation 2024-01-15 08:45:02 -05:00
ingepettersen 88b23c2266
enhance(i18n): Update Norwegian translation (#10849)
* Update Norwegian translation

* Minor fixes to translation files
2024-01-15 08:44:03 -05:00
Tienson Qin 23561e3701 fix: headings 2024-01-15 19:45:29 +08:00
Tienson Qin 33f9ec2b00 fix: remove unused ns import 2024-01-15 19:09:04 +08:00
Tienson Qin 819c8614d3 fix: fs e2e tests and page rename 2024-01-15 18:50:48 +08:00
Tienson Qin d2b6f17af3 fix: page search e2e-tests 2024-01-15 17:41:26 +08:00
Tienson Qin 1d5a8b5c27 fix: current page 2024-01-15 17:37:41 +08:00
Mark Lansky 1d24ca784b
chore: upgrade @swc/core (#10857) 2024-01-15 17:14:02 +08:00
rcmerci d9691ab113 fix lint 2024-01-15 17:02:27 +08:00
rcmerci 6b435dda25 enhance(rtc): update-asset handler 2024-01-15 17:02:27 +08:00
Tienson Qin 20a06f820d fix: page rename e2e test 2024-01-15 16:04:57 +08:00
Tienson Qin 4a3a164c99 fix: url e2e tests 2024-01-15 16:03:01 +08:00
Tienson Qin af8478a6ec fix: editor e2e tests 2024-01-15 15:35:34 +08:00
Tienson Qin 774a159451 fix: history e2e tests 2024-01-14 16:55:07 +08:00
Tienson Qin 029ed109b9 fix: page rename undo/redo 2024-01-14 16:33:50 +08:00
Tienson Qin 54106610cb fix: heading e2e tests 2024-01-14 16:00:14 +08:00
Tienson Qin 732b87a63f fix: code block e2e test 2024-01-14 15:33:06 +08:00
Tienson Qin d13cc0c120 clean code 2024-01-14 14:38:57 +08:00
Tienson Qin 9886a4d63c fix: dissoc page write if something bad happens
So that the app can continue save db writes to files.
2024-01-14 14:22:32 +08:00
Tienson Qin b55e4e7380 fix: db requests could be dropped if some requests not finished yet 2024-01-14 12:55:55 +08:00
Gabriel Horner 74a76f0365 chore: dry up db-based vars and update related lint 2024-01-12 17:25:21 -05:00
Gabriel Horner 951e7cc841 fix: ns-docstring and large-var deps lints
Also fixed db-and-file-graphs-separate lint and moved gp-property tests
that should be moved since their source code has moved from frontend
to gp-property
2024-01-12 17:03:09 -05:00
Gabriel Horner 66f57104ab fix: fail-invalid? option on in-app db validation
alert can't be called in a worker
2024-01-12 15:12:18 -05:00
Gabriel Horner 690764aa52 fix: unused time dep and duplicated time-ms fns
cljs-time shouldn't be added to nbb.edn since it's already included in
nbb-logseq (since parts of it aren't nbb compatible). duplicated
time-ms fns can now be removed since they are available to all deps
from common dep
2024-01-12 10:41:22 -05:00
rcmerci facc75f635
fix(export): remove prefix spaces when no-indent (#10807)
* fix(export): remove prefix spaces when no-indent
* fix(export): fix remove-prefix-spaces-in-Plain

use full_content for Src ast when no-indent
2024-01-12 14:26:17 +08:00
dependabot[bot] d276fbf106 chore(deps): bump follow-redirects in /packages/amplify
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 13:12:30 +08:00
charlie ece3b6df69 fix: tests 2024-01-12 12:48:16 +08:00
charlie 628153a76b fix(e2e): tests 2024-01-12 12:47:45 +08:00
Andelf 6ebf012518 fix(ci): android build tools path 2024-01-12 12:44:28 +08:00
Andelf 4ad7a57ed3 fix(android/watcher): wrong relpath calculation 2024-01-12 11:25:21 +08:00
Tienson Qin db118de59b fix: can't zoom in/out 2024-01-12 07:16:25 +08:00