Commit graph

48 commits

Author SHA1 Message Date
3291f9aacc
big overhaul (#474)
* miniflare init

* feat(api): add tests

* chore: more tests, almost 100%

* add sessions/state spec

* add majority of routes and datapaths, start on interactions

* nevermind, no interactions

* nevermind x2, tweetnacl is bad but SubtleCrypto has what we need apparently

* simplify interactions verify

* add brute force interactions tests

* every primary path API route is refactored!

* automatically import from legacy, or die trying.

* check that we only fetch legacy once, ever

* remove old-src, same some historic pieces

* remove interactions & worker-utils package, update misc/types

* update some packages we don't need specific pinning for anymore

* update web references to API routes since they all changed

* fix all linting issues, upgrade most packages

* fix tests, divorce enzyme where-ever possible

* update web, fix integration issues

* pre-build api

* fix tests

* move api pretest to api package.json instead of CI

* remove interactions from terraform, fix deploy side configs

* update to tf 1.1.4

* prevent double writes to worker in GCS, port to newer GCP auth workflow

* fix api.tf var refs, upgrade node action

* change to curl-based script upload for worker script due to terraform provider limitations

* oh no, cloudflare freaked out :(
2022-01-31 20:35:22 -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
aad0987dce port full auth flow to cf workers 2020-12-05 03:09:20 -05:00
ab9fe30b42 start redoing ci/cd and devops 2020-12-02 21:44:49 -05:00
c9cb4c95bc finish login story 2020-12-01 23:14:27 -05:00
a23184efd2 add basic oauth bounces 2020-11-24 22:27:56 -05:00
1dd910a5f6 strip out bazel, grpc 2020-11-22 01:26:41 -05:00
e61f827645 chore: add react & styled-components to react macro, as most are implied. 2020-10-24 21:46:48 -04:00
4c3f5de0f6 fix(design-system): fix typist tests 2020-10-24 21:02:41 -04:00
b3c384421b feat(design-system): port molecules 2020-10-24 18:03:55 -04:00
a0b4392b05 chore: restructure bazel macros 2020-10-15 00:51:53 -04:00
89f237cf22
feat: Add majority of design system components, build system fixes (#11)
* feat(design-system): pre-port of roleypoly/ui

* feat(design-system): port molecules

* chore(design-system): prettier

* feat(design-system): add intro card and MDX components

* fix(common/utils): hack fixtures test data moved to design-system, update accordingly

* chore: document protoReflection.ts

* fix(design-system): some molecules missed the magic fuckery

* ci: keep going on bazel test failures

* fix(design-system): server masthead molecule missed the magic fuckery

* chore: fix ts paths

* chore: fix docker publisher

* chore: fix docker publisher names

* chore(discord-bot): fix publisher

* chore(discord-bot): fix publisher
2020-10-14 22:33:01 -04:00
61f6c3b34b fix(common): fix utils tests by improving jest dependency resolution 2020-10-12 17:38:33 -04:00
5b440ffa8d feat(common): port utils, tests currently broken 2020-10-11 19:19:12 -04:00
c7afd84e1e chore: prettier shell stuff 2020-10-11 19:10:05 -04:00
9823670084 chore: fix markdown prettier formatting 2020-10-11 15:56:35 -04:00
efe1e5ea5e ci: move dev-container again, just dont run it with everything else 2020-10-11 15:36:42 -04:00
ac830fc946 chore: add jest tests, cleanup rpc 2020-10-11 15:10:20 -04:00
2d919c6053 feat(rpc): port RPC repo to bazel monorepo 2020-10-11 05:53:35 -04:00
00dff464df feat(design-system): use rpcs 2020-10-10 12:52:30 -04:00
4a4015f765 feat(design-system): convert roles to monorepo and stories, add legacy rpc package 2020-10-10 04:18:23 -04:00
72ea639c5d feat(design-system): port most of ui atoms to bazel monorepo and new storybook 2020-10-09 15:17:23 -04:00
b834066479 chore: redo container publishing, port dev-container to bazel 2020-10-07 02:02:52 -04:00
a58d07f16a chore: re-run gazelle after gazelle update-repos 2020-10-06 13:29:07 -04:00
0002cefd7f chore: sync tinkering updates 2020-10-06 13:25:16 -04:00
1803cd3c6c ci: another manifest.json generation attempt 2020-09-27 00:55:34 -04:00
34c4039517 ci: fix bazel path in versions script 2020-09-27 00:41:01 -04:00
49d44df231 feat: add midori skeleton, bot scaffolding, CD seeds 2020-09-27 00:32:15 -04:00
74348afa47 chore: fix an intermittent gazelle race 2020-09-23 21:13:02 -04:00
ff27f1080b ci: add build stamping 2020-09-22 23:23:13 -04:00
c40961b1b2 chore: cleanup after gazelle, it's a lil dirty 2020-09-15 23:32:39 -04:00
bb83575308 chore: make gazelle run with go generate 2020-09-15 23:08:29 -04:00
68254ddd13 re-init because of weird subtree shit 2020-09-15 22:25:26 -04:00