Tienson Qin
c9acb4df39
fix(ci): cli e2e cache key
2026-05-12 22:13:55 +08:00
Tienson Qin
250993c328
ci: run cli tests in parallel
2026-05-12 22:10:13 +08:00
rcmerci
882694e4f4
fix(ci): random fails when parallel execution of cli-e2e test
...
so we are switching it to --jobs 1 for now
2026-05-05 16:24:57 +08:00
rcmerci
ebb0732f45
dev: remove ns logseq.cli.integration-test
2026-05-04 21:54:47 +08:00
rcmerci
eca0ab1a36
Merge remote-tracking branch 'origin/master' into feat/cliable
2026-04-28 18:17:17 +08:00
megayu
79c25837cb
Migrate from yarn to pnpm ( #12529 )
...
* migrate yarn to pnpm
* chore: update pnpm version to 10.33.0 across all package.json files
* chore: update .npmrc and package.json for improved dependency management
* chore: unify Clojure, Node, and Java version in workflow files
* fix: enable shamefully-hoist for now and add electron, keytar to onlyBuiltDependencies
* feat: add cider/piggieback dependency and update nREPL middleware configuration to silence warnings
* ensure pnpm setup prior to node setup
* fix: update logseq/bb-tasks git SHA
* feat: add pnpm configuration for onlyBuiltDependencies in package.json
* feat: add onlyBuiltDependencies configuration for better-sqlite3 in pnpm settings
* chore: update pnpm lockfile
* fix: resolve merge conflicts
* fix: remove invisible characters from markdown headers
* fix: update .npmrc comments for clarity on lockfile usage
* Revert "feat: add cider/piggieback dependency and update nREPL middleware configuration to silence warnings"
This reverts commit 70a111936f .
* fix: remove invisible characters from various README files and add .editorconfig
* fix: clarify lockfile resolution process in SKILL.md
---------
Co-authored-by: Tienson Qin <tiensonqin@gmail.com >
2026-04-24 23:40:25 +08:00
Tienson Qin
e048996880
Merge branch 'master' into feat/cliable
2026-04-22 21:07:00 +08:00
rcmerci
4b13d67a88
Merge remote-tracking branch 'origin/master' into feat/cliable
2026-04-18 10:25:32 +08:00
Mega Yu
d6bc0b75ec
Merge branch 'master' into enhance/i18n
2026-04-17 20:26:15 +08:00
megayu
76285de44b
refactor: toolchain upgrade ( #12517 )
...
* chore(deps): upgrade Clojure version to 1.12.4 across multiple dependency files
* chore: bump shadow-cljs to 3.3.6
* chore: bump org.clojure/clojurescript to 1.12.134
* chore(deps): upgrade Clojure version to 1.12.4 in workflow files
* chore(deps): upgrade Java version to 21 in workflow files
* chore(deps): upgrade Node.js version to 24 in workflow files
* chore(deps): upgrade Node.js version to 24 in Dockerfile
* feat(updater): migrate electron-forge to electron-builder
* fix wrong android app version
* fix workflow
* feat(dependency-upgrade): add max-update-interval option for dependency audits
* chore(deps): upgrade electron-builder and electron-updater
* fix: update manual verification instructions for Electron shim cache
* chore: update shadow-cljs version to 3.4.4 across all dependencies
* chore: upgrade electron version to 41.2.1
* chore: update metosin/malli dependency to latest
* chore: upgrade cider-nrepl version to 0.59.0 in dependencies
* chore: upgrade clj-kondo version to 2026.04.15 and fix warning
* chore: move Electron windows build configuration from yml to ci
* chore: update Electron signing configuration to extend from base config
* fix: replace icon file for NSIS compatibility
* chore: resolve metosin/malli version conflicts
* chore: upgrade jdk to 21 in e2e workflow
---------
Co-authored-by: Tienson Qin <tiensonqin@gmail.com >
2026-04-17 19:40:01 +08:00
Mega Yu
a565386528
chore: remove ripgrep installation step from CI workflow
2026-04-15 21:28:23 +08:00
Mega Yu
32a1b18c72
chore: add update logseq-i18n-lint binary workflow
2026-04-15 20:01:09 +08:00
Mega Yu
d7470632f3
feat(lang-lint): add linting for hardcoded strings and refactor translation validations
2026-04-03 11:47:01 +08:00
Gabriel Horner
b513b94026
fix: new property and class idents don't have suffix
...
when created from app or cli. Moving db-worker to node changed the
js/process exist check in db-ident ns. Brought back env var for
straightforward fix. I checked other process checks and this was the
only one affected this way. Also remove double testing for graph-parser as
it hasn't provided any benefit and yet another place where we kept
juggling this env var
2026-03-25 13:54:14 -04:00
Gabriel Horner
031c2b705d
enhance(dev): Add --verbose to cli E2E
...
Also add tests to nearest workflow
2026-03-20 16:22:29 -04:00
Gabriel Horner
c6a6156188
fix: CLI integration tests failing in CI
...
Also split out integration tests to separate step and command as they
have their own setup
2026-03-12 15:12:34 +08:00
Gabriel Horner
f28e001b5a
enhance: ensure export EDN is idempotent across import and export
...
An EDN export should consistently produce the same EDN when imported
into a new graph and re-exported. This adds initial fn, cli option and
test to ensure this. There are some known TODOs. diff-graphs script was
removed as it was being used as a subset of the workflow provided by the
--roundtrip option
2026-02-18 15:23:41 -05:00
Gabriel Horner
9bac0416a4
chore: bump to latest bb ( #12398 )
...
Also bump related setup-clojure action
2026-02-17 09:10:36 -05:00
Tienson Qin
54844ff95f
no need to run db-sync tests in build CI
...
because it's already handled by its own dep ci test
2026-02-06 19:08:52 +08:00
Gabriel Horner
ed805f039f
chore: cleanup bb tasks after file graph removal
...
Remove needless 'db-' prefix for several dev tasks. Remove linter for
file and db graph separation. It served us well :)
2026-01-22 13:19:58 -05:00
Gabriel Horner
e07ff6dd88
chore: convert query-dsl tests to db graphs
...
Able to remove some dead code and add :build.test/title which
is reusable for future tests
2026-01-22 13:19:57 -05:00
Gabriel Horner
a6503cc2f3
fix: add back validation of properties graph to CI
...
Accidentally taken out w/ last refactor
2025-12-30 14:50:30 -05:00
Gabriel Horner
ef96a8d031
chore: remove db scripts made redundant by CLI
2025-12-12 10:17:12 -05: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
Gabriel Horner
7bf2738744
fix: frozen-lockfile install
...
yarn.lock needed more updating after #12202
2025-11-11 11:31:23 -05: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
Salman Chishti
be340b5ee4
upgrading action versions ( #12006 )
...
Co-authored-by: Tienson Qin <tiensonqin@gmail.com >
2025-08-14 13:23:46 +08: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
Gabriel Horner
623618a04b
fix: remove references to nonexistent static/yarn.lock
...
File was removed in #11903 . Also remove publishing script
that has been unused for some time
2025-07-08 09:25:14 -04:00
Gabriel Horner
f736895b1b
fix: remove unused e2e-test namespace
...
workflow step and docs for tests deleted in #11903
2025-07-08 08:53:27 -04:00
Gabriel Horner
32a29f5f3d
enhance(dev): CLI can diff other export types
2025-06-26 17:02:14 -04:00
Gabriel Horner
7a7995e96f
fix: test affected by option alias change
2025-06-26 14:08:30 -04:00
rcmerci
0dc912d93b
chore: remove feat/db related things in ci yml files
2025-05-30 00:35:20 +08:00
Gabriel Horner
3552c1870c
Revert "ci: update yml"
...
This reverts commit 4696c1f3fd .
Noticed tests aren't running on our own PRs e.g. #11887 .
We'll especially need tests to run on PRs off master
2025-05-28 10:26:05 -04:00
rcmerci
4696c1f3fd
ci: update yml
2025-05-27 20:17:41 +08:00
Tienson Qin
0627ae6371
test github ci
2025-05-27 05:07:16 +08:00
Tienson Qin
c48e230c6a
Merge branch 'master' into feat/db
2025-05-26 16:38:50 +08:00
Tienson Qin
97669c46e2
test: downgrade electron
2025-05-24 16:16:12 +08:00
rcmerci
7d010b299c
ci: update yml
2025-05-23 22:24:36 +08:00
Tienson Qin
5e1a968530
Merge branch 'master' into feat/db
2025-05-13 18:22:20 +08:00
Tienson Qin
3949893ee0
chore: bump node version to 22 for all workflows
2025-05-08 21:45:12 +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
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
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
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