Commit graph

231 commits

Author SHA1 Message Date
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
dependabot[bot]
16b614c180
Bump actions/upload-artifact from v1 to v2.2.1 (#60)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...726a6dcd0199f578459862705eed35cda05af50b)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-12 00:18:24 -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
c3e5eff1d7 docs: update readme for quickstart 2020-12-11 21:45:59 -05:00
a44983b088 chore: add cloudflare worker emulator and supporting bits. now fully offline! 2020-12-11 21:09:55 -05:00
6ddb3e3192 fix digest.txt typo when getting digests from artifacts 2020-12-11 00:27:56 -05:00
63a377867b tf fmt upon cf origin cert.tf 2020-12-11 00:21:46 -05:00
18583f145a add cf origin certs, swap LB to HTTPS 2020-12-11 00:16:58 -05:00
961989197c add bot deploy 2020-12-11 00:16:03 -05:00
25a94089f8 update ts-eslint and jest types 2020-12-08 01:47:49 -05:00
39efe219c8 always redirect to api:/login-bounce instead of making the user interact with the page -- offically disabling DM auth 2020-12-08 01:30:05 -05:00
5d17105eba load auth login ui config from server only 2020-12-08 01:02:53 -05:00
4dbca37917 fix github.ref matcher 2 2020-12-07 23:51:37 -05:00
f97ced4433 fix github.ref matcher 2020-12-07 23:49:53 -05:00
6ba252d34c wire build to deploy, e2e CICD!@ 2020-12-07 23:48:54 -05:00
473031150b terraform fmt 2020-12-07 22:53:02 -05:00
afdf331070 fix default tagging for cloud run 2020-12-07 22:49:54 -05:00
22b15ec16a oMerge branch 'main' of github.com:roleypoly/roleypoly into main 2020-12-07 22:35:11 -05:00
07e008fb49 add better digest fetcher 2020-12-07 22:33:18 -05:00
181df2df40 use alternate path for getting digest 2020-12-07 00:20:34 -05:00
1bcb571205 fix tag output keys 2020-12-06 23:42:43 -05:00
e4b80db558 removing trailing slash from mappings 2020-12-06 23:26:10 -05:00
853aa3ca00 use region mapper for artifact urls 2020-12-06 23:12:56 -05:00
ecda7e21d2 fix tag output mapping 2020-12-06 23:01:51 -05:00
6ed7bda678 fix tags.tfvars pathname 2020-12-06 22:57:43 -05:00
0e69066aad set correct key for worker artifact path 2020-12-06 22:45:58 -05:00
d8bda6fb43 try pulling secrets from gcloud for tf 2020-12-06 22:36:11 -05:00
441b24045d set working-directory for tf runs 2020-12-06 21:52:15 -05:00
d5094f94f9 attempted TF_DATA fix 2020-12-06 21:39:38 -05:00