Commit Graph

484 Commits

Author SHA1 Message Date
Gabriel Horner
ef96a8d031 chore: remove db scripts made redundant by CLI 2025-12-12 10:17:12 -05:00
rcmerci
61daa0aff0 ci: separate build and parallel test jobs for rtc-extra-test 2025-12-12 22:17:31 +08:00
rcmerci
fa7c9f1025 ci: add rtc-extra-part2-test to github ci and run in parallel 2025-12-12 22:04:24 +08:00
Tienson Qin
84df4ad93a fix(ci): remove space 2025-12-10 17:36:09 +08:00
Tienson Qin
9fc2b2c73b fix: if: must be single-line 2025-12-10 17:26:09 +08:00
charlie
ad109277bf enhance(ci): add push trigger and conditional execution for build-docs workflow 2025-12-10 15:11:06 +08:00
charlie
e8d06f6fa8 chore(ci): update dependencies and add GitHub Actions workflow for syncing plugin documentation 2025-12-10 14:48:41 +08:00
Gabriel Horner
effcce3a64 fix: lockfile not updated for latest nbb-logseq 2025-12-09 11:01:30 -05:00
Tienson Qin
f594e2034f fix(rtc): batch store and validate db (#12249)
* fix(rtc): batch store and validate db

* fix: logseq.db/transact! shouldn't distinct tx-data

since move-op include 2 steps:
1. insert-block
2. update-attrs

This results in db invalid after step 1.

* refactor: add transact-with-temp-conn!

* bump nbb-logseq and add tests for ldb/transact* fns

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: rcmerci <rcmerci@gmail.com>
2025-12-09 20:47:37 +08:00
Tienson Qin
bc14bc0280 use macos-15-intel 2025-11-28 05:41:12 +08:00
Tienson Qin
da514009b3 use macos-15 2025-11-28 05:39:33 +08:00
Tienson Qin
1ee40210fc fix: use macos-14 for desktop release ci 2025-11-28 05:15:17 +08:00
Tienson Qin
ce6b4ff2df remove outdated build-ios workflow 2025-11-24 11:40:18 +08:00
Gabriel Horner
b9318281f3 fix: re-enable repeatable install now that it's fixed on master 2025-11-11 12:02:54 -05:00
Gabriel Horner
7bf2738744 fix: frozen-lockfile install
yarn.lock needed more updating after #12202
2025-11-11 11:31:23 -05:00
Tienson Qin
1949a8a2f9 fix: test website ci 2025-11-10 22:30:22 +08:00
Tienson Qin
9ebe370ec6 Enhance/native bottom tabs (#12202)
* enhance(ux): native bottom tabs on iOS

* fix: hide bottom tabs when sheet has been opened
2025-11-10 13:15:00 +08:00
Gabriel Horner
d9cad1260d chore: disable failing e2e check which prevents deploy
See
https://github.com/logseq/logseq/actions/runs/19182048455/job/54840890964
which fails to download artifact even though
87ad398399 e2e passes
2025-11-07 17:07:11 -05:00
rcmerci
d25cd4c1e9 fix(ci): clj-e2e.yml 2025-11-07 19:54:46 +08:00
Tienson Qin
d77ce05934 enhance: prevent deploy when e2e failed 2025-11-07 02:25:10 +08:00
Tienson Qin
6b4f0bc614 fix iOS CI 2025-10-11 16:16:49 +08:00
Tienson Qin
a7583aa671 fix: ci 2025-09-24 10:07:18 +08:00
Tienson Qin
59d631b425 fix: desktop-release ci 2025-09-24 09:31:58 +08:00
Tienson Qin
bee8fd9884 remove outdated codesign 2025-09-24 09:26:37 +08:00
Tienson Qin
d1c8686b92 use azure sign for windows 2025-09-24 09:22:52 +08:00
Marc Fargas
dd50195cce Add Windows ARM64 build 2025-09-24 09:16:28 +08:00
Tienson Qin
95eda21449 fix: ios CI 2025-09-19 12:33:36 +08:00
Tienson Qin
acf49c71e9 use xcode 26.0.0 2025-09-17 23:25:53 +08:00
Tienson Qin
1c74ae814e test iOS ci 2025-09-17 23:20:53 +08:00
Tienson Qin
d299fe6581 enable sentry source maps for iOS 2025-09-17 13:14:44 +08:00
Tienson Qin
2cfa73efde debug xcode runtime 2025-09-15 11:25:10 +08:00
Tienson Qin
2ffb6ef4dc remove dowload ios platform 2025-09-15 11:04:19 +08:00
Tienson Qin
248fefa13d use xcode 26.0.0 2025-09-15 11:02:08 +08:00
Tienson Qin
d4f44f99cd fix: ios release 2025-09-15 10:16:02 +08:00
Tienson Qin
0e87f9e19f upgrade java version to 21 for android build 2025-09-04 20:33:05 +08:00
Tienson Qin
89c4258e5d test android CI 2025-09-04 20:13:50 +08:00
Tienson Qin
abe03fdaca refactor: use webpack only for workers 2025-09-01 10:27:34 +08:00
Tienson Qin
c32dadb047 fix: iOS release 2025-08-15 00:02:26 +08:00
Salman Chishti
d65f81ef0a upgrading action versions (#12006)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2025-08-14 13:24:51 +08:00
Gabriel Horner
bdb5143031 enhance: add workflow to publish CLI 2025-08-11 17:05:39 -04:00
Gabriel Horner
c67e254b4a enhance: search cmd highlights search term and
allows for user specified limit of results.
Also enabled nbb-logseq tests for cli since first
test was introduced
2025-08-11 17:05:39 -04:00
Gabriel Horner
f86a7558c8 chore: add workflow for cli linters 2025-08-11 17:05:39 -04:00
Gabriel Horner
3700f4bc8f chore: bump node version to match new electron version
introduced in 1d9fa69296.
See https://releases.electronjs.org/release/v37.2.6 for node version
2025-08-07 10:30:53 -04:00
Tienson Qin
ab07860907 fix: release-electron
related to https://github.com/logseq/db-test/issues/411
2025-08-05 20:42:30 +08:00
Tienson Qin
11514a0c3c fix: remove mobile static from test website 2025-08-05 19:07:28 +08:00
Tienson Qin
238b071b62 fix: workflows 2025-07-28 19:11:41 +08:00
Tienson Qin
0c3697e972 fix: add workers to rtc test workflow 2025-07-28 12:50:06 +08:00
Tienson Qin
18914d2fa2 fix: add workers to mobile and electron release 2025-07-28 12:43:24 +08:00
Gabriel Horner
1616c633df chore: bump outdated versions on checkout action 2025-07-21 14:46:32 -04:00
Gabriel Horner
6924223c8c fix: gh workflows missing deps
This result in bugs as deps changes could break downstream dependents
since their workflows aren't run. outliner was missing graph-parser and
all deps were missing common
2025-07-21 14:46:32 -04:00