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
a83583081c
Sort apps by time by default
2022-05-21 13:30:17 -05:00
Sam Carlton
947ed4bf52
Hide merges by default
2022-05-09 16:40:16 -05:00
Sam Carlton
4cbde7c8f5
Test for non-alpanumeric characters in readme
2021-11-28 20:46:17 -06:00
Sam Carlton
34e3531f7d
Change "Full Native" working to just "Native"
2021-10-23 14:49:29 -05:00
Sam Carlton
eefd19004e
Make bundleId array
2021-07-10 22:54:50 -05:00
Sam Carlton
86ed9f50c8
Merge related links
2021-05-25 09:34:04 -05:00
Sam Carlton
33c7623bfd
Merge aliases into README app listings
2021-05-25 09:12:44 -05:00
Sam Carlton
848023788c
Map App Store genres to categories
2021-04-24 16:11:04 -05:00
Sam Carlton
f53e81eb8e
Fix tags saving as empty object/Set
2021-04-24 15:09:48 -05:00
Sam Carlton
00f1f1397c
Move makeSlug to function
2021-04-17 22:36:06 -05:00
Sam Carlton
7330018f94
Add app store genres as app tags
2021-04-17 18:45:22 -05:00
Sam Carlton
7412d74115
Fix new categories breaking site
2021-03-10 13:44:00 -06:00
Sam Carlton
43c1fecb2a
Add 🧪 Apple Silicon App Tested link to scan apps
2021-03-05 13:33:43 -06:00
Sam Carlton
7c4d36ac9d
Add uncategorized category
2021-03-04 21:29:39 -06:00
Sam Carlton
9ee920d4f3
Integrate app scans into main app list
2021-03-04 20:46:39 -06:00
Sam Carlton
a5333b1939
Rename parseGithubDate to parseDate
2021-03-04 20:25:06 -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
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
e45947fcb5
Move statuses into file
2020-11-26 16:35:44 -06:00
Sam Carlton
f5319bc8d8
Disable saving commits to file
2020-11-21 17:19:20 -06:00
Sam Carlton
25f5343b25
Add commit dates to apps
2020-11-21 15:36:59 -06:00
Sam Carlton
ae81543a45
Add endpoints property to apps
2020-11-20 15:50:08 -06:00
Sam Carlton
474c06738d
Enable filtering by status
2020-11-20 13:35:03 -06:00
Sam Carlton
334cd6842e
Stop logging end marker
2020-11-20 12:39:18 -06:00
Sam Carlton
7ceabf3a42
Fix other lists getting listed
2020-11-20 12:37:43 -06:00
Sam Carlton
feded332a1
Clone README when generating
2020-11-17 12:43:06 -06:00
Sam Carlton
dad8f955d4
Fix periods breaking rendered pages
2020-11-12 19:50:51 -06:00
Sam Carlton
37d427dec1
Add app status property
2020-09-21 18:50:47 -05:00
Sam Carlton
ec0c8f6b79
Add Labels for sections
2020-09-21 18:01:59 -05:00
Sam Carlton
67826885c7
Fix issue with splitting link dashes
2020-09-19 23:50:49 -05:00
Sam Carlton
ad2557e7c6
Include related links in App List
2020-09-19 18:29:58 -05:00
Sam Carlton
26c3f13fb7
Add build-app-list helper
2020-09-16 00:13:44 -05:00