Commit graph

18 commits

Author SHA1 Message Date
f5fb729ce7 port bot to rust, upgrade response, and cut away some of the tf cruft 2022-02-06 19:16:08 -05:00
0c9f60ccd9 fix(bot): upgrade node verison to 16 2022-01-22 18:56:11 -05:00
10e095656f chore: update codestyle due to prettier/rule updates 2021-06-30 08:02:36 -04:00
3190d41a9e
feat(bot): add dockerfile for JS rewrite, fix some loose ends (#210) 2021-04-03 17:53:05 -04:00
f24d2fcc99
chore: update prettier tab width for consistency (#175) 2021-03-13 22:54:34 -05:00
2ff6588030
Refactor node packages to yarn workspaces & ditch next.js for CRA. (#161)
* chore: restructure project into yarn workspaces, remove next

* fix tests, remove webapp from terraform

* remove more ui deployment bits

* remove pages, fix FUNDING.yml

* remove isomorphism

* remove next providers

* fix linting issues

* feat: start basis of new web ui system on CRA

* chore: move types to @roleypoly/types package

* chore: move src/common/utils to @roleypoly/misc-utils

* chore: remove roleypoly/ path remappers

* chore: renmove vercel config

* chore: re-add worker-types to api package

* chore: fix type linting scope for api

* fix(web): craco should include all of packages dir

* fix(ci): change api webpack path for wrangler

* chore: remove GAR actions from CI

* chore: update codeql job

* chore: test better github dar matcher in lint-staged
2021-03-12 18:04:49 -05:00
d66fcd1cde chore: instead of HUSKY=0, just disable scripts. they aren't necessary. 2020-12-20 01:29:49 -05:00
7e007b7e86 chore: add HUSKY=0 to ui dockerfile 2020-12-20 01:04:27 -05:00
8fe3d1dcf2 change KV emulation to leveldb, remove redis 2020-12-13 21:30:55 -05:00
e0a2711459 change from cmd to entrypoint as buildkit is starting to complain 2020-12-13 17:43:14 -05:00
3626c43a3d use mhart alpine images because they smol 2020-12-06 21:22:41 -05:00
e305efbd1c strip dev packages for ui docker build, removed before while debugging 2020-12-06 21:14:37 -05:00
9ba1334e2b ui needs to be receptive to $PORT 2020-12-06 06:41:31 -05:00
b62166abda ui container fixes 2020-12-06 06:26:43 -05:00
2e1e63a789 prettier organize imports 2020-12-05 23:20:44 -05:00
80db505a11 setup dev containers again 2020-12-03 12:56:12 -05:00
558207872d fix a bunch of build issues 2020-12-03 10:16:15 -05:00
ab9fe30b42 start redoing ci/cd and devops 2020-12-02 21:44:49 -05:00