Commit graph

17 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
Sam Carlton
34e3531f7d Change "Full Native" working to just "Native" 2021-10-23 14:49:29 -05:00
Sam Carlton
15d8969405 Remove github links and comments from formulae 2021-04-10 18:10:56 -05:00
Sam Carlton
84268bc926 Add code to list all Homebrew formulae 2021-03-13 17:44:28 -06:00
Sam Carlton
f19e8d2a5c Use Map for formulaeList 2021-03-13 17:33:49 -06:00
Sam Carlton
a5333b1939 Rename parseGithubDate to parseDate 2021-03-04 20:25:06 -06:00
Sam Carlton
c15e14d58c Fix homebrew using old status messages 2021-01-13 13:11:03 -06:00
Sam Carlton
07c42bbaf7 Disable native check logger 2020-12-26 12:14:36 -06:00
Sam Carlton
83ff5e0592 Check data for status from official api first 2020-12-26 12:04:36 -06:00
Sam Carlton
52f38fa269 Add back endpoints to app lists for function 2020-12-14 19:02:26 -06:00
Sam Carlton
63c405943e Make app endpoints a generated value 2020-12-11 14:04:03 -06:00
Sam Carlton
f02d49a6c3 List unreported homebrew formulae 2020-12-11 13:09:25 -06:00
Sam Carlton
837cf6f83c Remove unused data from JSON lists 2020-11-28 15:43:37 -06:00
Sam Carlton
fd63c02e2a Rename sections to categories 2020-11-28 15:16:56 -06:00
Sam Carlton
e578118bab List app categories from single file 2020-11-28 15:00:47 -06:00
Sam Carlton
497b8cde10 Add section icons 2020-11-27 23:30:50 -06:00
Sam Carlton
ec7a4eebff Fetch formula status for homebrew 2020-11-27 23:07:46 -06:00