Commit graph

9 commits

Author SHA1 Message Date
ThatGuySam
d45b587434 Finish axios migration via shared native HTTP helper
Replace all in-scope axios callsites with a new helpers/http.js wrapper over native fetch, including JSON/text GET, JSON POST, HEAD checks, and transient 5xx retry behavior; update all browser, build, script, and proxy API clients to use it; add focused unit tests; and remove axios from package dependencies.

Constraint: Preserve API/build and deployment behavior while lowering transport surface area.

Rejected: inline fetch replacements at each callsite | rejected to avoid inconsistent error/retry semantics.

Confidence: high

Scope-risk: moderate

Directive: Keep helper in place as the transport boundary and update tests when changing request semantics.

Tested: pnpm run -s typecheck, pnpm -s run test-prebuild, pnpm -s run test, pnpm -s run test:browser, pnpm -s run netlify-build, smoke GETs on /apple-silicon-app-test and /apple-silicon-app-test/?version=2

Not-tested: branch/netlify deployment health in CI pipeline after merge
2026-04-06 12:09:16 -05:00
ThatGuySam
fcda9f0a02 chore(node): move repo tooling to node 24
Align local version markers and GitHub Actions with Node 24, switch the default test entrypoint to the maintained Vitest runner, and replace pnpm-incompatible npm helpers in repo scripts.

This also removes the obsolete AVA plus esm path and excludes disabled test fixtures from generic Vitest discovery so CI reflects the supported test surface.
2026-03-15 12:55:25 -05:00
Sam Carlton
9bc45ffc5a Prevent overwriting existing toml file 2022-05-17 15:33:07 -05:00
Sam Carlton
991bdf4261 Fix not properly trimming static part of path 2022-05-10 12:36:43 -05:00
Sam Carlton
cfb442324c Check if toml is file 2022-05-10 12:18:55 -05:00
Sam Carlton
01e8db4a78 Wait for toml file to write 2022-05-10 12:15:58 -05:00
Sam Carlton
eaf500e061 Fix missing import 2022-05-10 12:10:15 -05:00
Sam Carlton
571ac6d782 Wait for and confirrm toml file 2022-05-10 12:06:09 -05:00
Sam Carlton
5bbbc7f41c Add downloadStorkToml helper and script 2022-05-09 16:13:47 -05:00