dan13ram
d0df909759
feat: added opensea api key to gcp-deploy
2022-02-28 20:28:28 -08:00
W.J. “dysbulic” H
c11e65a571
fixing deployment environment to avoid cross-PR deactivations 🎰
2022-02-28 20:28:28 -08:00
W.J. “dysbulic” H
58baac0d44
debugging authentication process ⛺
2022-02-28 20:28:28 -08:00
W.J. “dysbulic” H
9d05a4facf
logs seems to have the desired effect; screwed up the contents 🎒
2022-02-28 20:28:28 -08:00
W.J. “dysbulic” H
412553d65b
testing if log parameter affects the GitHub deployment 🍅
2022-02-28 20:28:28 -08:00
W.J. “dysbulic” H
35e47d5e01
printing github object caused the run to fail 🧐
2022-02-28 20:28:28 -08:00
W.J. “dysbulic” H
cf2f70a4b8
adding caniuse to remove outdated db warning & trying to fix deployment report link 🧘
2022-02-28 20:28:28 -08:00
δυς
5ae41e26a6
Clean Up & Simplify the Type System ( #1116 )
2022-02-28 20:28:28 -08:00
δυς
ead933fccf
Miscellaneous changes pulled from #1078 ( #1115 )
...
#1078 is at about 4,000 lines changed and includes both code implementing features and unrelated functional and stylistic changes. This set of changes is about ⅓ of the total and should be largely independent.
These changes include:
* have Dependabot ignore `patch` version changes
* switch the cache invalidation Hasura action to asynchronous
* add a uniqueness constraint on the combination of player and skill ids
* print a comprehensible error message in the db seeding script on network errors
* add a mutex on the account creation process & allow it to happen only once *(subsequent runs were failing b/c of the uniqueness constraint on the ETH address & returning `null` (closes #1098 ))
* adds some more profile editing related types
* renames `HighLow7dType` to `HighLowType`
* refactors the `ColorBar` component to include links to a color explanation
* replaces `fake-tag`'s `gql` string identifier with the dependency-free `/* GraphQL */`
* rename `lib/hooks/useUserXp.ts` to `useUserXP.ts`
* fixed some typings to remove `any`s
* bumped some library versions & fixed the version numbers of some others
2022-02-28 20:28:28 -08:00
δυς
f30eb9d99e
Break GitHub Deployment Action Into Jobs ( #1103 )
2022-02-28 20:28:28 -08:00
dan13ram
e7d037bbb5
fix: prefetching personalityInfo on profile page
2022-02-28 20:28:28 -08:00
δυς
5a5d6e2915
Reading and Writing Profile Info From Ceramic ( #943 )
...
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
2022-02-28 20:28:28 -08:00
polimyl
e0b89c3b68
limit max preview instances to 1 because hasura hates not being alone
2021-10-27 19:35:33 -06:00
polimyl
7969084ebf
add github api token and sourcecred branch env vars to previews
2021-10-27 19:35:33 -06:00
polimyl
12333af101
temporarily move package.json so npm doesnt install packages from it
2021-10-27 19:35:33 -06:00
polimyl
01c3986e07
install missing packages in seeding step
2021-10-27 19:35:33 -06:00
polimyl
c67d1a545f
add seeding step to preview deploy workflow
2021-10-27 19:35:33 -06:00
polimyl
daa1c2b3dd
enable hasura console on previews
2021-10-15 21:06:24 -06:00
polimyl
ee8652d90b
fix database deletion for cloudrun previews
2021-10-06 20:44:20 -06:00
polimyl
54b56c8bee
reorder steps to build and deploy everything sequentially
2021-10-06 20:44:20 -06:00
polimyl
f7acb529de
various fixes for cloudrun previews
2021-10-06 20:44:20 -06:00
polimyl
97885fd2c8
add file argument to hasura build step to make the action happy
2021-10-06 20:44:20 -06:00
polimyl
871ac25776
make cloudrun deploy step dependent on build-and-push
2021-10-06 20:44:20 -06:00
polimyl
4d3737d260
fix service account key references in cloudrun workflows
2021-10-06 20:44:20 -06:00
polimyl
bf5493539c
add workflow that undeploys previews of pull requests
2021-10-06 20:44:20 -06:00
polimyl
19ab1faab6
add workflow that deploys previews of pull requests
2021-10-06 20:44:20 -06:00
Alec LaLonde
5206ccebf2
Remove debugging step from CI
2021-08-26 10:10:01 -06:00
Will Holcomb
bcfb9323df
reverting the timeout for Hasura to wait on the backend 🤹
2021-07-28 06:38:25 +05:30
Will Holcomb
d8ecd97b4b
preparing to squash migrations into one 🦑
2021-07-28 06:38:25 +05:30
Hammad Jutt
5df397175f
Setup action to nightly merge master into develop
2021-06-13 23:57:34 -06:00
Hammad Jutt
8a6054f70e
Release develop branch to prod ( #598 )
...
* Bump next from 10.2.0 to 10.2.2 (#574 )
Bumps [next](https://github.com/vercel/next.js ) from 10.2.0 to 10.2.2.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.2.0...v10.2.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @chakra-ui/react from 1.6.1 to 1.6.2 (#580 )
Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases )
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/react@1.6.1...@chakra-ui/react@1.6.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @types/node from 15.3.0 to 15.3.1 (#577 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 15.3.0 to 15.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update migrateSourceCredAccounts scripts to use Eth address as source of truth
* Add githubApiToken to backend config
* Bump ethers from 5.1.4 to 5.2.0 (#589 )
Bumps [ethers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/ethers ) from 5.1.4 to 5.2.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases )
- [Changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.2.0/packages/ethers )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @typeit/discord from 4.0.9 to 4.0.10 (#585 )
Bumps [@typeit/discord](https://github.com/OwenCalvin/discord.ts ) from 4.0.9 to 4.0.10.
- [Release notes](https://github.com/OwenCalvin/discord.ts/releases )
- [Changelog](https://github.com/OwenCalvin/discord.ts/blob/master/CHANGELOG.md )
- [Commits](https://github.com/OwenCalvin/discord.ts/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump js-base64 from 3.6.0 to 3.6.1 (#590 )
Bumps [js-base64](https://github.com/dankogai/js-base64 ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/dankogai/js-base64/releases )
- [Commits](https://github.com/dankogai/js-base64/compare/3.6.0...3.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @types/node from 15.3.1 to 15.6.1 (#594 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 15.3.1 to 15.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump next-transpile-modules from 7.0.0 to 7.2.0 (#584 )
Bumps [next-transpile-modules](https://github.com/martpie/next-transpile-modules ) from 7.0.0 to 7.2.0.
- [Release notes](https://github.com/martpie/next-transpile-modules/releases )
- [Commits](https://github.com/martpie/next-transpile-modules/compare/7.0.0...7.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @types/react from 17.0.5 to 17.0.6 (#576 )
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.5 to 17.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use staging backend host for staging Hasura instance
* github actions for develop branch
* Add github secret to staging-backend env
* Fix token config in render.yaml
Matches whats configured in Render dashboard
* Bump next from 10.2.2 to 10.2.3 (#612 )
Bumps [next](https://github.com/vercel/next.js ) from 10.2.2 to 10.2.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v10.2.2...v10.2.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump typescript from 4.2.4 to 4.3.2 (#611 )
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ethers from 5.2.0 to 5.3.0 (#616 )
Bumps [ethers](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/ethers ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases )
- [Changelog](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.3.0/packages/ethers )
---
updated-dependencies:
- dependency-name: ethers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @chakra-ui/react from 1.6.2 to 1.6.3 (#621 )
Bumps [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui ) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases )
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/react@1.6.2...@chakra-ui/react@1.6.3 )
---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump sourcecred from 0.8.7 to 0.9.0 (#623 )
Bumps [sourcecred](https://github.com/sourcecred/sourcecred ) from 0.8.7 to 0.9.0.
- [Release notes](https://github.com/sourcecred/sourcecred/releases )
- [Commits](https://github.com/sourcecred/sourcecred/compare/sourcecred-v0.8.7...sourcecred-v0.9.0 )
---
updated-dependencies:
- dependency-name: sourcecred
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dan13ram <dan13ram@gmail.com >
2021-06-02 18:26:14 +05:30
dan13ram
0d6f01d3a2
updated github actions to debug hasura
2021-05-13 14:46:23 -06:00
dan13ram
373c3c88ad
fixed intermittent github workflow build errors
2021-05-12 07:48:20 -06:00
dan13ram
8517a26048
Upgrade dependencies ( #486 )
...
* upgraded storybook dependencies
* upgraded web dependencies
* updated timezone selector
* upgrade chakra in metamaps
* upgraded react-dnd in metamaps
* upgraded framer-motion
* fixed types in metamaps
* upgraded eslint
* upgraded lerna, husky and graphql
* upgraded node version
* removed metamaps package
* fixed all eslint issues
* ran yarn format to prettier format all files
* updated lint-staged & husky scripts
* add executable perms to pre-push scripts
* updated yarn.lock
* fixed eslint and moved chakra icons to ds
* fixed emotion errors
* removed extra useContext
* update yarn.lock
* upgraded more packages
* removed unnecessary .huskyrc.json
* lint fix
2021-05-01 12:46:48 +05:30
Alec LaLonde
05b1348339
Wait for backend to come up before building web
2021-04-29 23:00:40 -06:00
Alec LaLonde
3c3d4097a7
Test docker container in build
2021-04-29 23:00:40 -06:00
Alec LaLonde
18a7eb2499
Re-added guild discord_invite_url column as it should be public
2021-04-21 10:07:34 -06:00
Alec LaLonde
6661e3e0b5
Spin up services for the web build to point to
2021-03-20 19:20:18 -06:00
Hammad Jutt
731a56ed73
Add build workflow to CI so errors can be shown in GitHub instead of Vercel ( #217 )
2020-12-15 09:23:18 +05:30
dependabot[bot]
22b6124058
Bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.8.0 ( #61 )
...
* Bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.8.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.8.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
* Fix github token in automerge
* Remove automerge
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hammad Jutt <jutt@ualberta.ca >
2020-08-05 17:06:05 -06:00
Hammad Jutt
fc9762d02c
Fix automerge action
2020-08-05 02:23:07 -06:00
Hammad Jutt
d736aa8276
Move to v2 dependabot config
2020-08-05 02:03:49 -06:00
Hammad Jutt
e7e929f5de
Move typecheck to happen before lint
2020-08-04 21:09:51 -06:00
Hammad Jutt
b16219fdf1
Remove restore key for CI cache
2020-07-29 14:36:41 -06:00
Hammad Jutt
25d89a52d6
Fallback to restore previous node_modules cache in github action
2020-07-27 12:23:29 -06:00
Hammad Jutt
c7f74aa211
Setup CI to run linting / typechecking / unit testing with Github Actions
2020-07-26 10:52:22 -06:00