Commit Graph

20 Commits

Author SHA1 Message Date
dependabot[bot] 02b3aef6db chore(deps-dev): bump vitest from 2.1.9 to 4.1.7 (#12)
* chore(deps-dev): bump vitest from 2.1.9 to 4.1.7

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.9 to 4.1.7.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.7/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(test): migrate to vitest@4 with vitest-pool-workers v0.16, cloudflareTest() API, and vite@6

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tiennm99 <tiennm99@outlook.com>
2026-05-23 18:29:02 +07:00
dependabot[bot] 765d69339b chore(deps): bump actions/setup-node from 4 to 6 (#10)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 18:20:05 +07:00
dependabot[bot] 404a17056e chore(deps): bump actions/checkout from 4 to 6 (#8)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-23 18:19:59 +07:00
tiennm99 cc9231f876 chore: add dependabot config (#7) 2026-05-23 10:48:49 +07:00
tiennm99 2477b1e868 chore(ci): bump node to 24 2026-05-13 10:52:29 +07:00
tiennm99 7890f95dba fix(ci): approve native dependency builds via pnpm-workspace.yaml allowBuilds 2026-05-13 10:39:09 +07:00
tiennm99 6ba2a49212 fix(ci): allow build scripts for esbuild, sharp, workerd via pnpm onlyBuiltDependencies 2026-05-13 10:34:07 +07:00
tiennm99 68028d8733 fix(ci): remove pnpm version override conflicting with packageManager 2026-05-13 10:29:06 +07:00
tiennm99 44465ad30e chore: migrate from npm to pnpm 2026-05-13 10:18:17 +07:00
tiennm99 186b428b67 fix(cron): use empty crons=[] to actually clear CF dashboard
Commenting out [triggers] left stale schedules visible in the CF
dashboard — Wrangler only pushes declared config, never removes
implicitly. An empty array is the explicit "clear schedules" signal.

Sample schedule preserved as a comment above the empty array so
re-enabling is a single-line edit.
2026-05-09 13:14:46 +07:00
tiennm99 54c45ab5d5 chore: park worker, recommend cron-job.org as primary scheduler
Comment out [triggers].crons in wrangler.toml — migrated this routine to
cron-job.org (free, verified) to keep the CF cron-trigger free-tier quota
available for other workers. Worker code, secrets, and observability
config stay intact so re-enabling is one toml uncomment + redeploy.

README restructured: lead with cron-job.org setup (signup → headers → JSON
body), demote CF Worker setup to a secondary path under "Using Cloudflare
Workers" for users who specifically want CF infra.
2026-05-09 13:07:59 +07:00
tiennm99 72c420abce feat(observability): enable full Workers Logs traces (100% sampling) 2026-05-09 12:03:47 +07:00
tiennm99 d07f2dbf07 feat(cron): simplify to single expression — 00:00 + hourly 05-23 UTC+7 2026-05-09 11:58:10 +07:00
tiennm99 14ebac0fa5 feat(cron): expand to 20 fires/day, packed into 5 expressions 2026-05-09 11:52:31 +07:00
tiennm99 75d609565d fix(ci): bump Node to 22 (wrangler 4 requires Node >=22) 2026-05-09 11:37:29 +07:00
tiennm99 f5c895eda5 docs: CHANGELOG v0.1.0 + planning artifacts 2026-05-09 11:29:07 +07:00
tiennm99 671ba6ad1b test: vitest in Workers pool, 12 cases incl token redaction + CI 2026-05-09 11:29:07 +07:00
tiennm99 3e68dd7fa4 feat: wrangler config with default 5x-daily crons (UTC+7) 2026-05-09 11:29:07 +07:00
tiennm99 9c52e313c3 feat: scheduled handler that fires Claude Code routines via /fire 2026-05-09 11:29:00 +07:00
tiennm99 3513ab8cf3 chore: init repo scaffold (Apache-2.0, package.json, .gitignore) 2026-05-09 11:28:49 +07:00