Commit graph

64 commits

Author SHA1 Message Date
Yiming Cao
7b387cd967
ci: switch publish workflow to npm trusted publishing (#2680)
Some checks failed
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 22:25:15 -07:00
Yiming Cao
cb49667434
feat(ide): add telemetry tracking to VSCode extension (#2505) 2026-03-21 16:57:09 -07:00
Copilot
5bff0253f5
Switch CI from BuildJet to GitHub-hosted runners (#2446)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2026-03-04 16:26:45 -08:00
Yiming Cao
0d19325f30
chore: update Claude code review wf (#2444)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2026-03-04 15:51:57 -08:00
Yiming Cao
fc703b8f42
chore: clean up repo merging stale files (#2370) 2026-02-11 11:51:44 +08:00
ymc9
2564cd457b Merge remote-tracking branch 'v3/dev' into dev 2026-02-10 16:20:19 +08:00
Yiming Cao
99f68e2f7b
feat(orm): mysql support (#616)
* WIP(orm): mysql support

* WIP: more progress with fixing tests

* WIP: get all client api tests pass

* WIP: get all tests pass

* fix executor

* add MySQL to CI matrix

* fix sqlite test runs

* fix test

* fix delete readback check

* set mysql container max connections

* fix tests

* fix test

* refactor: extract duplicated mysql/pg code into base class

* address PR comments

* refactor: remove order by duplicated code

* refactor: optimize stripTableReference

* addressing PR comments

* fix tests
2026-01-24 23:21:36 +08:00
Yiming Cao
67bb5ab8ec
feat: split bump-version into bump-patch and bump-minor commands (#538)
- Updated GitHub Actions workflow to accept version_type input (patch/minor)
- Modified bump-version.ts script to support both patch and minor version increments
  - Patch: increments patch version (e.g., 3.0.5 → 3.0.6)
  - Minor: increments minor version and resets patch to 0 (e.g., 3.0.5 → 3.1.0)
- Replaced single bump-version command with two separate commands:
  - bump-patch: triggers workflow with version_type=patch
  - bump-minor: triggers workflow with version_type=minor

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 12:19:03 +08:00
Yiming Cao
fe731f726a
refactor: extract client-helpers package, update svelte-query to v6 (#535) 2025-12-27 22:49:19 +08:00
Yiming Cao
0e1401186e
chore: update CI sample update script (#531) 2025-12-24 17:31:21 +08:00
Yiming Cao
d3bfc9dc77
fix(CI): add bun setup (#462) 2025-12-02 13:23:41 +08:00
Yiming Cao
3c22e342ab
test(bun): basic e2e tests (#457)
* test(bun): basic e2e tests

* update CI

* update

* update

* update
2025-12-02 06:42:29 +08:00
Yiming Cao
310bbe93fc
chore: fix sample update workflow (#355)
* chore: fix sample update workflow

* update
2025-11-02 10:26:23 -08:00
Yiming Cao
1f2edf1852
chore: add sample update workflow (#353) 2025-11-02 09:57:25 -08:00
Yiming Cao
f9baaaf012
fix(policy): run pg/sqlite tests, misc dual db compatibility fixes (#260)
* fix(policy): run pg/sqlite tests, misc dual db compatibility fixes

* addressing review comments, cleaning up text search casing

* addressing pr comments

* try fixing CI

* update

* fix tests

* update
2025-09-22 16:16:15 -07:00
Yiming Cao
b02958d9a6
chore: fix telemetry token (#236)
* chore: fix telemetry token

* update

* update

* try again

* update

* update

* update

* update

* update

* update

* update

* fix
2025-09-03 23:56:51 -07:00
Yiming Cao
e013774347
chore: fix telemetry env var for publish CI (#230)
* chore: fix telemetry env var for publish CI

* update test and config

* update

* remove unused settings
2025-09-02 18:02:47 +08:00
Yiming Cao
808a7a6349
feat: CLI telemetry (#220)
* feat: CLI telemetry

* update

* update

* update

* update
2025-08-31 15:22:34 +08:00
Yiming Cao
288770549c
chore: update pnpm to latest 9.x (#2212) 2025-08-08 18:36:52 +08:00
Yiming Cao
1f7a44d6f5
chore: add release to discord workflow (#127) 2025-07-30 16:53:43 +08:00
Yiming Cao
a0c79b0943
chore: addressing PR comments (#120) 2025-07-28 23:54:49 +08:00
Yiming Cao
a27a132092
Add claude GitHub actions (#104)
* Claude PR Assistant workflow

* Claude Code Review workflow
2025-07-18 09:44:03 +08:00
Yiming Cao
1259376fbc
chore: update CI scripts (#67) 2025-07-02 19:05:07 +02:00
Yiming Cao
72de807b5a
test: more test cases (#63) 2025-07-01 10:37:07 +02:00
Yiming Cao
5c3914506e
chore: fix bump version script (#55)
* chore: fix bump version script

* update CI script

* update
2025-06-28 11:04:12 +02:00
Yiming Cao
d55b5361ab
chore: add publish and release CI workflow (#52) 2025-06-28 10:07:10 +02:00
Yiming Cao
294f382c2e
chore: fix CI bump version script (#48) 2025-06-28 07:34:41 +02:00
Yiming Cao
7427ed0b01
chore: fix version bump script output (#47)
* chore: fix version bump script output

* update CI script
2025-06-28 07:32:50 +02:00
Yiming Cao
9a1f59b64a
chore: update bump version script (#46) 2025-06-28 07:20:07 +02:00
Yiming Cao
c7e9057958
chore: CI workflow for bumping version (#43) 2025-06-28 06:45:13 +02:00
Yiming Cao
3a84a35e45
chore: set up turborepo (#35)
* chore: set up turborepo

* fix build

* fix

* update lock file
2025-06-21 22:25:24 +08:00
Yiming Cao
1cda5309a7
chore: setup dev container (#25) 2025-06-16 18:32:09 +08:00
Yiming Cao
22246e87c9
chore: enable lint and CI (#17)
* chore: enable lint and CI

* get rid of cyclic dependencies

* add missing eslint plugin packages

* fix build
2025-06-13 09:49:11 +08:00
ymc9
03a86bff46 fix: release to discord CI fix 2025-06-03 15:11:20 -07:00
ymc9
0c5e296da9 chore: upgrade upload-artifact CI action 2025-02-08 00:02:06 -08:00
Yiming
40e2c2e203
chore: fix codeql config (#1915) 2024-12-16 11:11:42 +08:00
Yiming
8d6a710432
chore: exclude IDE packages from regular build (#1911) 2024-12-13 09:30:38 +08:00
Yiming
58d9d91b68
chore: add GitHub WF to push releases to Discord (#1796) 2024-10-22 08:42:37 -07:00
Yiming
18a48770d1
chore: enable corepack and upgrade pnpm (#1543) 2024-06-29 09:08:16 -07:00
Yiming
debf6eec12
Chore/upgrade ossf scorecard (#1445) 2024-05-13 12:07:58 +08:00
Yiming
c292ba91a0
chore: upgrade ossf/scorecard CI action (#1443) 2024-05-13 11:56:17 +08:00
Yiming
fcfc2d3276
chore: bump version (#1394) 2024-05-01 16:20:43 +08:00
Yiming
7a159489ce
chore: reduce CI runs (#1385) 2024-04-26 09:16:05 +08:00
Yiming
a331fb407c
chore: fix CI score card settings (#1283) 2024-04-24 21:25:45 +08:00
Yiming
420df87bf1
merge v2 to dev (#1281)
Co-authored-by: Augustin <43639468+Azzerty23@users.noreply.github.com>
Co-authored-by: Jonathan Stevens <jonathan.stevens@resnovas.com>
Co-authored-by: Jonathan S <jonathan.stevens@eventiva.co.uk>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ErikMCM <70036542+ErikMCM@users.noreply.github.com>
Co-authored-by: Jason Kleinberg <ustice@gmail.com>
Co-authored-by: Jonathan S <punk.gift9475@alias.org.uk>
Co-authored-by: Jiasheng <jiashengguo@outlook.com>
2024-04-24 21:19:41 +08:00
Yiming
a0ce48546c
chore: include nuxt sample in github CI update (#1202) 2024-03-31 13:43:29 -07:00
Yiming
1ae38c13d0
chore: add github workflow for updating sample repros on release (#1169) 2024-03-21 10:45:17 -07:00
Yiming
da53753f1b
chore: improve test run speed (#1018) 2024-02-20 15:22:56 -08:00
Yiming
c0d60a00ea
fix: optimize generated trpc typing and fix "select" issue (#972) 2024-01-31 12:02:59 +08:00
Yiming
cdd0f552da
chore: fix dependency alerts (#928) 2024-01-03 17:10:37 +08:00