Commit graph

90 commits

Author SHA1 Message Date
b20c7a08d4 chore: bump npm packages 2020-12-18 00:43:51 -05:00
e4e4bb9024 feat(UI): add role picker, auth helpers, refactor for viability 2020-12-18 00:14:30 -05:00
823760dc2f chore: update @types/node, tslint-to-eslint convertors 2020-12-15 15:56:57 -05:00
dependabot[bot]
961cdab975
Bump ini from 1.3.5 to 1.3.8 (#75)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Katalina <kayteh@users.noreply.github.com>
2020-12-13 21:41:31 -05:00
8fe3d1dcf2 change KV emulation to leveldb, remove redis 2020-12-13 21:30:55 -05:00
f4bc1ba950 bump npm packages 2020-12-13 17:46:38 -05:00
dependabot[bot]
404a7b651e
Bump @types/styled-components from 5.1.4 to 5.1.5 (#72)
Bumps [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 00:06:36 -05:00
a44983b088 chore: add cloudflare worker emulator and supporting bits. now fully offline! 2020-12-11 21:09:55 -05:00
25a94089f8 update ts-eslint and jest types 2020-12-08 01:47:49 -05:00
ff973b9349 add wrangler to devDeps so CI can run it 2020-12-06 18:14:27 -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
558207872d fix a bunch of build issues 2020-12-03 10:16:15 -05:00
4dc0eeaee3 chore: prettier 2020-12-05 03:14:52 -05:00
156bd8f06e Merge branch 'gcf' into main
Signed-off-by: Katalina Okano <git@kat.cafe>
2020-12-05 03:11:12 -05:00
aad0987dce port full auth flow to cf workers 2020-12-05 03:09:20 -05:00
9eeb946389 initial port to cfworkers i guess 2020-12-03 00:32:07 -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
1dd910a5f6 strip out bazel, grpc 2020-11-22 01:26:41 -05:00
5fcac53be2 feat(editor): add basis of role editor pane 2020-10-25 02:27:55 -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
35e4c94e56 chore: update npm packages.. part2 2020-10-24 14:51:50 -04:00
f163350057 chore: update npm packages 2020-10-24 14:40:07 -04:00
682fe0842d chore: fix dep pinning, update react, @babel/core 2020-10-16 04:34:45 -04:00
a33aa3841c chore: tslint to eslint 2020-10-15 00:17: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
3d867c1db0 chore: fix storybook for realsies 2020-10-14 12:49:21 -04:00
c7afd84e1e chore: prettier shell stuff 2020-10-11 19:10:05 -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
e33e6f8574 chore: add rpc stuff i guess idk 2020-10-10 12:54:43 -04:00
70fa51d4a1 chore: prettier 2020-10-10 04:36:22 -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
dependabot[bot]
101c476739
chore(deps-dev): bump typescript from 4.0.2 to 4.0.3 (#7)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 16:01:27 -04:00
dependabot[bot]
a8ceb8b3ed
chore(deps-dev): bump prettier from 2.1.1 to 2.1.2 (#8)
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 13:03:45 -04:00
dependabot[bot]
064f5bda47
chore(deps-dev): bump @bazel/typescript from 2.2.0 to 2.2.1 (#9)
Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/bazelbuild/rules_nodejs/releases)
- [Changelog](https://github.com/bazelbuild/rules_nodejs/blob/stable/CHANGELOG.md)
- [Commits](https://github.com/bazelbuild/rules_nodejs/commits/HEAD/packages/typescript)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 12:59:10 -04:00
68254ddd13 re-init because of weird subtree shit 2020-09-15 22:25:26 -04:00