Commit Graph

410 Commits

Author SHA1 Message Date
Gabriel Horner
c9c0fc9ec3 Merge branch 'master' into feat/db 2025-05-19 15:41:53 -04:00
Gabriel Horner
fa869a4c77 chore: temporarily disable nightly build to allow testing of 0.10.11-rc1 2025-05-19 15:28:21 -04:00
Tienson Qin
a55e43e817 chore: set clj-e2e tests timeout to 30m 2025-05-20 02:48:20 +08:00
Gabriel Horner
28675be54b enhance(dev): cljs tests can run with or without repeatable idents 2025-05-16 11:29:22 -04:00
Gabriel Horner
f7717da7a9 fix: e2e tests failing because old version of node
Also bump other outdated node versions in workflows
2025-05-13 11:25:50 -04:00
Tienson Qin
dab5b98e1e chore: don't build android apk for db release 2025-05-13 18:43:31 +08:00
Tienson Qin
5e1a968530 Merge branch 'master' into feat/db 2025-05-13 18:22:20 +08:00
Tienson Qin
17c1fffe20 chore: disable old e2e-test for release 2025-05-12 15:54:08 +08:00
Tienson Qin
3949893ee0 chore: bump node version to 22 for all workflows 2025-05-08 21:45:12 +08:00
Tienson Qin
a13fb9ab4c fix: remove old builds for self-hosted windows code sign 2025-05-08 15:56:18 +08:00
Tienson Qin
93bb8ac224 chore: bump electron to 36.2.0 2025-05-08 14:53:00 +08:00
Tienson Qin
f4e5755c78 fix: ci hang 2025-05-08 06:15:01 +08:00
Tienson Qin
d05717588d Revert "chore: set node version to 22"
This reverts commit 859ca3c872.
2025-05-08 04:49:32 +08:00
Tienson Qin
859ca3c872 chore: set node version to 22 2025-05-08 04:20:23 +08:00
Tienson Qin
4ea9fc78cb Merge branch 'master' into feat/db 2025-05-08 00:15:51 +08:00
Gabriel Horner
8bb9721de0 Remove workflow that is no longer needed 2025-05-07 11:11:12 -04:00
Gabriel Horner
fe0c6db54a chore: ensure master on all branches 2025-05-07 11:03:49 -04:00
Tienson Qin
6dc535eae9 update android-actions 2025-05-07 01:56:23 +08:00
Tienson Qin
7aa52903c3 use actions/download-artifact@v4 2025-05-07 00:15:05 +08:00
rcmerci
4bf2bb18ab test(e2e): update ci yml 2025-05-06 11:33:29 +08:00
rcmerci
aea2dd00a0 test(e2e): screenshot when assert err 2025-05-01 18:05:40 +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
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
Tienson Qin
2761b57850 chore: update clj e2e to apply on feat/db 2025-04-24 00:55:26 +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
Gabriel Horner
cf114803ff remove silent failing of CI jobs
Can't debug failures if we can't see their output e.g.
https://github.com/logseq/logseq/actions/runs/14252668697/job/39948918589?pr=11807
2025-04-04 08:34:31 -04:00
Gabriel Horner
e1f7bdfa9d enhance(dev): add test of export,create and diff to CI
A more thorough test than ones in unit tests
2025-03-17 11:59:16 -04:00
Sean Casey
24ab09bd2c .github/workflows: update download-artifact actions to v4 2025-03-13 04:30:04 +08:00
Gabriel Horner
c294f078b6 Merge branch 'master' into feat/db 2025-03-11 13:27:33 -04:00
Tienson Qin
0ff5471aba fix: use ubuntu-22.04 instead of latest for desktop release
Related bug: https://github.com/electron/electron/issues/41066.
2025-03-11 23:17:36 +08:00
Tienson Qin
7fb2d74566 fix: use actions/upload-artifact@v4 2025-03-11 23:17:36 +08:00
Gabriel Horner
c6a2ea6959 fix(dev): script fails on -h
Also minor db scripts cleanup
2025-03-06 16:21:21 -05:00
charlie
4c2a4dcd00 chore(dev): github actions 2025-02-26 13:17:51 +08:00
charlie
332835f62f enhance(deploy): update source map handling and adjust deployment directory 2025-02-26 12:10:10 +08:00
charlie
d0d404ac57 chore(dev): update github actions 2025-02-26 11:25:59 +08:00
charlie
4f46554c75 chore(dev): update github actions 2025-02-25 18:15:39 +08:00
charlie
cfbebe6e0e chore(dev): update github actions 2025-02-25 17:59:32 +08:00
Casey Labs
c87e622531 .github/workflows: update actions/upload-artifact to v4
v3 is deprecated: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
2025-02-25 16:13:09 +08:00
Casey Labs
594db1adbe build-desktop-release.yml: update actions/upload-artifact to v4
v3 is deprecated: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
2025-02-25 16:13:09 +08:00
Tienson Qin
0d57b2a141 Revert "fix: set source-map-include-sources-content to true for test site"
This reverts commit 1c40777df9.
2025-02-24 17:28:28 +08:00
Tienson Qin
1c40777df9 fix: set source-map-include-sources-content to true for test site 2025-02-21 17:10:46 +08:00
Tienson Qin
28730b860b fix: use rtc production configuration for test 2025-02-21 16:29:59 +08:00
Gabriel Horner
89a108f846 Merge branch 'master' into feat/db 2024-12-19 11:44:00 -05:00
Tienson Qin
0f63988b4e chore: use macos-14 for arm64 build 2024-12-11 16:10:10 +08:00
Tienson Qin
af2fed8f63 fix: set arm64 image to macos-13-arm64 2024-12-11 15:42:23 +08:00
Andelf
c1dead5ed0 fix(ci): change timestamp server 2024-12-10 22:53:19 +08:00
Gabriel Horner
838d97d7ea Bump to NODE_VERSION 20 as our electron version requires it (#11636)
https://github.com/electron/electron/blob/main/docs/tutorial/electron-timelines.md
2024-12-10 20:20:44 +08:00
Tienson Qin
ebc2ea31de fix: MacOS CI for x64 2024-12-10 18:46:05 +08:00
Gabriel Horner
b95d17840a Bump to NODE_VERSION 20 as our electron version requires it (#11636)
https://github.com/electron/electron/blob/main/docs/tutorial/electron-timelines.md
2024-12-05 17:06:10 -05:00
Gabriel Horner
02e4937604 Merge branch 'master' into feat/db 2024-12-03 09:22:20 -05:00