1
0
mirror of synced 2025-12-25 11:03:37 -05:00
Commit Graph

9 Commits

Author SHA1 Message Date
Mike Surowiec
37f73f0bb3 Heroku dev deps (#19431)
* fix: req.csrfToken doesn't always exist (e.g. 500 page)

* feat: update dockerfile and add nextjs to build

* fix: run linter

* move @babel deps -> dev deps

* move webpack looking things from deps -> dev deps

* move pa11y-ci to optional dep

* explicitly include optional deps for pa11y

* allow heroku dev deps to be installed

* fix: update postcss module

* fix: update dockerfile build

* tmp: disable renderReact

* see if another deploy is slower/faster

* move a few more packages to devDeps

* upgrade to package-lock v2

* use dayjs instead of date-fns

* move cross-env to devDeps

* remove unused 'del' package

* commit husky precommit hooks

* add hrtime to clone-for-build.js

* Revert "add hrtime to clone-for-build.js"

This reverts commit 70ee647bacce833f4ed2f621f62c63c1d85e5413.

* update babel/eslint

* fix: remove unused plugin

* try a .slugignore

* fix: heroku-postbuild to use npm run build

* fix: i cannot spell dereferenced

* add .next/cache to heroku cacheDirectories

* test cached build

* remove aws-sdk, see what breaks

* move jest-puppeteer to optional deps

* fix: update browser-test.yml to use newer node version

* move jimp to optional dependencies

* move puppeteer to optional dependencies

* fix: ci optional include

* fix: bad copy pasta

* remove previous react experiment

* update tests/README.md with note about optional deps

* bump node test version back to 14

* convert package-lock back to v1

* fix: use node 15.x to leverage npm optional deps

* fix: optional dep install

* test: see what happens with heroku/nodejs-typescript buildpack

* back to heroku/nodejs buildpack

* move jest to optional

* revert jest move

* remove .slugignore

* cleanup dockerfile, move xlsx-population to optional, add comment about optional deps

* Update Dockerfile

Co-authored-by: James M. Greene <JamesMGreene@github.com>

Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-05-24 15:40:50 -07:00
Chiedo John
63f21fd83d Move back to 2x dynos (#18609)
Co-authored-by: chiedo <chiedo@users.noreply.github.com>
2021-04-06 16:20:56 -04:00
Chiedo John
ddad608a02 Test smaller dynos (#18371)
Co-authored-by: chiedo <chiedo@users.noreply.github.com>
2021-03-25 09:45:27 -04:00
James M. Greene
6e20ed7927 Implement app clustering (#17752)
* Install throng for easy cluster management
* Extract the Express app construction into its own file
* Switch server.js to use app clustering for deployed environments
* Worker count is based on the lesser of process.env.WEB_CONCURRENCY and the count of CPUs
* Reading clustered output is difficult, let's prefix the std{out,err} streams

Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2021-03-19 20:07:46 +00:00
Chiedo John
4262cae231 Remove DataDog from Staging (#17036)
Remove DataDog from staging

Co-authored-by: chiedo <chiedo@users.noreply.github.com>
2020-12-17 10:42:46 -05:00
Chiedo John
ae9beaae5b Remove DE language from staging (#17038)
Co-authored-by: chiedo <chiedo@users.noreply.github.com>
2020-12-17 10:25:40 -05:00
Kevin Heis
f329b5f388 Run only english on staging (#16992)
* Run only english on staging

* Revert "Run only english on staging"

This reverts commit af34c7a4497db4867a6f3facd34af316cd6b4b9a.

* Update app.json

* Update app.json

Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2020-12-15 23:11:32 +00:00
Jason Etcovitch
42694f4355 Datadog on staging (#16982)
* Include Datadog buildpack

* Add heroku_app tag to statsd
2020-12-15 15:02:03 -05:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00