Commit graph

510 commits

Author SHA1 Message Date
d4e8e8330a fix(Role): better role name color mapping 2020-12-19 15:04:45 -05:00
b956f3fa66 chore: package.json prettier 2020-12-18 21:09:29 -05:00
b7f82593df fix(RolePicker): prevent render of hidden categories 2020-12-18 21:03:40 -05:00
95dad8effa fix(Masthead): authed masthead should do index as /servers not /dashboard 2020-12-18 21:03:15 -05:00
4159622226 fix(PickerCategory): sort roles by position 2020-12-18 21:02:41 -05:00
51ae64e664 chore: add placeholder /servers with appshell 2020-12-18 21:02:07 -05:00
0e33aa8112 chore: getGuild should use enum authType 2020-12-18 21:01:39 -05:00
990ac3f3ca chore: bump packages 2020-12-18 21:01:14 -05:00
24996d801e ci: make metadata run parallel to the sync process 2020-12-18 19:57:01 -05:00
1a59972398 feat: support updating roles (closes #83) 2020-12-18 19:56:10 -05:00
c7381c3d66 chore(tf): rename url_map due to upstream bugs, attempt to not modify it 2020-12-18 15:53:38 -05:00
8ddf8e6aac chore(tf): bump google provider 2020-12-18 13:43:55 -05:00
2976b35505 chore(api): re-add roleypoly creation gated by root 2020-12-18 13:17:49 -05:00
ba52f7229d fix(tf): regex for matching domain suffix 2020-12-18 13:17:13 -05:00
692467d47f Merge branch 'feat/blackhole-non-rp-traffic' into main 2020-12-18 12:32:43 -05:00
6580abba1d fix(tf): api worker should have BOT_TOKEN binded 2020-12-18 00:57:01 -05:00
b5585f5ee9 chore: fix lint issues 2020-12-18 00:55:15 -05:00
b20c7a08d4 chore: bump npm packages 2020-12-18 00:43:51 -05:00
034466f447 chore: rip out roleypoly server data seeder 2020-12-18 00:43:34 -05:00
ee7ac47bc2 chore: fix failing tests 2020-12-18 00:18:32 -05:00
e4e4bb9024 feat(UI): add role picker, auth helpers, refactor for viability 2020-12-18 00:14:30 -05:00
3fe3cfc21f feat: support logout flow (closes #85) 2020-12-17 17:58:46 -05:00
9cdefefbcc ci: prospective; figure out why environment URL isn't being set 2020-12-17 17:17:38 -05:00
dependabot[bot]
8f5f8bc99b
Bump actions/setup-node from v2-beta to v2.1.4 (#81)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2-beta to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2-beta...c46424eee26de4078d34105d3de3cc4992202b1e)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 22:09:35 +00:00
447876be32 chore: remove mustAuthenticate from get-session 2020-12-17 16:54:56 -05:00
bb0987cab9 chore: remove get-slug commented code 2020-12-17 16:54:37 -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
e1120fd88a ci: add GH actions environments 2020-12-17 16:39:51 -05:00
529a3a6f2d docs: update with better user story data classification for persistent data 2020-12-17 16:15:48 -05:00
55c2f8615c chore(worker-emulator): fix some QoL issues 2020-12-17 16:15:04 -05:00
89fbb01142 feat(api): add revoke-session 2020-12-17 16:14:27 -05:00
b7921a830a fix(api): login-callback may have null user in rare cases 2020-12-17 15:01:40 -05:00
823a99b4eb fix(api): prevent creation of Response objects outside of request time 2020-12-17 14:23:23 -05:00
9c935f2847 chore: remove unused go code 2020-12-15 21:39:27 -05:00
0b384bfe5c feat(api): add get-picker-data; refactor fully away from old gRPC datatypes 2020-12-15 21:33:26 -05:00
823760dc2f chore: update @types/node, tslint-to-eslint convertors 2020-12-15 15:56:57 -05:00
6d1037f25e fix(types): permissions to string/bigint to prevent int scalability concerns 2020-12-15 15:54:39 -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
12d8e99513 inject fetch into KV emu 2020-12-14 14:10:24 -05:00
22cbde52dd init to fetch guild slug 2020-12-13 22:06:27 -05:00
e25b9c96c6 fix KV emulation ttl 2020-12-13 21:58:55 -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
dependabot[bot]
036a11803d
Bump github.com/onsi/gomega from 1.10.3 to 1.10.4 (#65)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.10.3...v1.10.4)

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:01 -05:00
dependabot[bot]
2660d1dad9
Bump hashicorp/setup-terraform from v1 to v1.3.2 (#69)
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from v1 to v1.3.2.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/setup-terraform/compare/v1...3d8debd658c92063839bc97da5c2427100420dec)

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:40:39 -05:00
8fe3d1dcf2 change KV emulation to leveldb, remove redis 2020-12-13 21:30:55 -05:00
3bca07c7d7 codestyle issues 2020-12-13 18:18:21 -05:00
140da31193 bump go packages 2020-12-13 17:48:16 -05:00
f4bc1ba950 bump npm packages 2020-12-13 17:46:38 -05:00
e0a2711459 change from cmd to entrypoint as buildkit is starting to complain 2020-12-13 17:43:14 -05:00