Commit graph

13 commits

Author SHA1 Message Date
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
1a59972398 feat: support updating roles (closes #83) 2020-12-18 19:56:10 -05:00
2976b35505 chore(api): re-add roleypoly creation gated by root 2020-12-18 13:17:49 -05:00
e4e4bb9024 feat(UI): add role picker, auth helpers, refactor for viability 2020-12-18 00:14:30 -05:00
041fe49b05 fix(api): define auth token type as enum, export userAgent and use when discordFetch isn't 2020-12-17 16:46:58 -05:00
89fbb01142 feat(api): add revoke-session 2020-12-17 16:14:27 -05:00
823a99b4eb fix(api): prevent creation of Response objects outside of request time 2020-12-17 14:23:23 -05:00
0b384bfe5c feat(api): add get-picker-data; refactor fully away from old gRPC datatypes 2020-12-15 21:33:26 -05:00
c55ce3b828 feat(api): add get-slug 2020-12-15 15:29:25 -05:00
a85c4d5ddd add withSession, cacheLayer, and userAgent to discordFetch 2020-12-14 14:43:22 -05:00
22cbde52dd init to fetch guild slug 2020-12-13 22:06:27 -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