react/scripts
Andrew Clark f59465f403 Fix download-build script (#25493)
The download-build script works by scraping the CircleCI job number from
the GitHub status API. Yes, I know this is super hacky but last I
checked this was the least bad of not a lot of options. Because the
response is paginated, sometimes the status for the build job exceeds
the page size.

This increases the page size to 100 so this is less likely to happen.

It'd be great to find a better way to download the artifacts. I don't
love how brittle this solution is. I think switching to the GitHub
Checks API might be worth trying, but last I looked into it, it has
other flaws.
2022-12-03 09:54:38 -05:00
..
babel [DevTools] ignore tests without reactVersion pragma if REACT_VERSION specified (#24555) 2022-05-14 00:54:50 -04:00
bench Bump ecstatic from 2.2.1 to 2.2.2 in /scripts/bench (#20468) 2021-06-29 16:53:31 -04:00
circleci Add snapshot testing on e2e test failure (#24672) 2022-06-06 10:36:58 -07:00
devtools [DevTools][BE] Read username using gh in release script (#25270) 2022-09-15 18:12:46 -07:00
error-codes Split Cache into its own Dispatcher (#25474) 2022-10-12 23:13:39 -04:00
eslint Migrate from CLIEngine to the new ESLint class. (#22756) 2021-11-18 21:12:18 +00:00
eslint-rules Update safe-string-coercion to handle additions of string literals (#25286) 2022-10-04 12:29:36 -07:00
flow Flow upgrade to 0.190 (#25483) 2022-12-03 09:54:32 -05:00
git Remove leftover env variable logic in pre-commit hook 2015-09-01 14:35:47 -07:00
jest [react-dom] Reorganize react-dom internals to match react (#25277) 2022-09-15 15:31:31 -07:00
merge-fork Land forked reconciler changes (#24878) 2022-07-08 11:55:53 -04:00
perf-counters Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
prettier DevTools: Update named hooks match to use column number also (#21833) 2021-07-08 16:12:22 -04:00
print-warnings Add onRecoverableError option to hydrateRoot, createRoot (#23207) 2022-02-04 07:57:33 -08:00
release Fix download-build script (#25493) 2022-12-03 09:54:38 -05:00
rollup Scaffolding for react-dom/unstable_external-server-runtime (#25482) 2022-12-03 09:53:48 -05:00
shared Scaffolding for react-dom/unstable_external-server-runtime (#25482) 2022-12-03 09:53:48 -05:00
tasks Migrate from CLIEngine to the new ESLint class. (#22756) 2021-11-18 21:12:18 +00:00
yarn chore: upgrade to jest 24 (#15778) 2019-10-03 22:44:18 +05:30
authors AUTHORS 2013-09-09 23:42:54 -07:00