Commit Graph

300 Commits

Author SHA1 Message Date
Alec LaLonde
00339464c9 Added rank helpers for computing rank, hooked up to account migrator, with bonus tests 2021-02-19 15:59:30 -07:00
Pacien Boisson
ba4807f62c update schema.graphql 2021-02-18 21:00:43 -07:00
Pacien Boisson
8e461d5b5b removing backend-only permissions and changing permissions for quest_completion updates 2021-02-18 21:00:43 -07:00
Pacien Boisson
0054ed6e3b Fix repetition default value 2021-02-18 21:00:43 -07:00
Pacien Boisson
2bd0f12dcb Fixing down migration 2021-02-18 21:00:43 -07:00
Pacien Boisson
bba8a7fd5d Adding id field in quest_completion 2021-02-18 21:00:43 -07:00
Pacien Boisson
c0cb56be0a change quest repetition to PERSONAL, RECURRING, UNIQUE 2021-02-18 21:00:43 -07:00
Pacien Boisson
dac85d32db Use timestamptz instead of date 2021-02-18 21:00:43 -07:00
Pacien Boisson
2a87beb9a7 schema 2021-02-18 21:00:43 -07:00
Pacien Boisson
ab6137ad0b Permissions 2021-02-18 21:00:43 -07:00
Pacien Boisson
40118f6d75 Status defaults 2021-02-18 21:00:43 -07:00
Pacien Boisson
231ba8d479 Tracks 2021-02-18 21:00:43 -07:00
Pacien Boisson
f9f5a05b6a Squash migrations 2021-02-18 21:00:43 -07:00
Pacien Boisson
a439bb44e1 Quest models 2021-02-18 21:00:43 -07:00
Alec LaLonde
f6668d9f71 Persist personality type immediately rather than when saving player type 2021-02-18 20:55:47 -07:00
Pacien Boisson
3d84b35ec1 Revert react-timezone-select version (#353) 2021-02-17 18:51:08 +04:00
Pacien Boisson
682e0177d7 merge dependabot (#352)
* Bump react-timezone-select from 0.9.8 to 0.10.7

Bumps [react-timezone-select](https://github.com/ndom91/react-timezone-select) from 0.9.8 to 0.10.7.
- [Release notes](https://github.com/ndom91/react-timezone-select/releases)
- [Commits](https://github.com/ndom91/react-timezone-select/commits/v0.10.7)

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

* Bump @babel/core from 7.12.1 to 7.12.16

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.1 to 7.12.16.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.16/packages/babel-core)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-17 17:49:55 +04:00
dependabot[bot]
50b7eb063c Bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0 (#335)
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-17 17:31:22 +04:00
dependabot[bot]
4bb7be2af8 Bump eslint from 7.14.0 to 7.20.0 (#349)
Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.14.0...v7.20.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 12:18:00 +04:00
dependabot[bot]
f57a18e1bf Bump @graphql-codegen/introspection from 1.18.0 to 1.18.1 (#321)
Bumps [@graphql-codegen/introspection](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/introspection) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/introspection/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/introspection@1.18.1/packages/plugins/other/introspection)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 11:42:07 +04:00
The Lone Rōnin
6d6d75e6e4 Cross Browser Gradient for App Drawer (#294)
* Cross Browser Compatibility for Gradient with new hover animation

* [MyMeta] Use responsive units on the header and footer (#305)

* fixing menu drawer to display on Chromium

* switching footer layout to responsive units

* build failing b/c player is undefined

* refactoring bottom nav to use fewer explicit sizes

* fixed link issues and removed box from focused menu items ala.

* `Error serializing `.guild` returned from `getStaticProps` in "/guild/[guildname]"`

* codegen was removed, but some references linger

* switching profile options to icons to save space

* simplifying & making links clickable

* accidentally duplicated a parameter

* adding Chakra icons to web app

* removing version smudge from icons lib

* simplifying clumsy ternary statement

* lint cares that imports are in alphabetical order

* switching drawer images to next.js component (re: #294)

* satiating the linter

* moving BoxedNextImage to deign-system

* Fix server side rendering issues with backdrop filter

* boxing next.js images

* these only look broken in Chrome's mobile emulator 🍄

* making the serialization fix precisely correct 🎷

Co-authored-by: Will Holcomb <dys@dhappy.org>
Co-authored-by: Pacien Boisson <pakokrew@gmail.com>
2021-02-16 11:20:41 +04:00
dependabot[bot]
e76a5fd586 Bump uuid from 8.3.1 to 8.3.2 (#334)
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 11:17:47 +04:00
dependabot[bot]
8a9f7467ef Bump eslint-plugin-react from 7.20.3 to 7.22.0 (#336)
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.3 to 7.22.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.3...v7.22.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 11:17:23 +04:00
Hammad Jutt
f65ff31a23 Fix type errors 2021-02-06 13:13:00 -07:00
Hammad Jutt
12ba9dc315 Discord Bot MVP 2021-02-06 13:13:00 -07:00
ace-smart
c6e338387d Fix build card aspect ratio as the play card. #326 (#329) 2021-02-04 12:10:51 +04:00
Will Holcomb
e59618d319 codegen was removed, but some references linger 2021-02-01 20:52:28 -07:00
Hammad Jutt
15a90e7b56 Move schema.graphql to root of project and delete codegen package
central codegen package no longer needed since its being generated in each package separately as needed
2021-01-29 13:06:51 -07:00
Hammad Jutt
51089ae49e Use exact versions in package.json files
Since Dependabot is updating packages for us, we should only use exact version numbers to be explicit
for what version we are on and reduce chances of having incorrect versions installed
2021-01-29 13:04:49 -07:00
Hammad Jutt
b20c1fea27 Remove unused codegen stuff and update Hasura to latest version (#314) 2021-01-29 13:02:33 -07:00
dependabot[bot]
15d6ef06bc Bump babel-loader from 8.1.0 to 8.2.2 (#302)
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.1.0 to 8.2.2.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.1.0...v8.2.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 17:13:01 -07:00
dependabot[bot]
e90adbe9d9 Bump spacetime from 6.12.1 to 6.12.2 (#286)
Bumps [spacetime](https://github.com/spencermountain/spacetime) from 6.12.1 to 6.12.2.
- [Release notes](https://github.com/spencermountain/spacetime/releases)
- [Changelog](https://github.com/spencermountain/spacetime/blob/master/changelog.md)
- [Commits](https://github.com/spencermountain/spacetime/compare/6.12.1...6.12.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 17:12:47 -07:00
dependabot[bot]
a6df998042 Bump graphql-tools from 6.2.4 to 7.0.2 (#260)
Bumps [graphql-tools](https://github.com/ardatan/graphql-tools) from 6.2.4 to 7.0.2.
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Commits](https://github.com/ardatan/graphql-tools/compare/graphql-tools@6.2.4...graphql-tools@7.0.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 17:12:37 -07:00
dependabot[bot]
d24c246e3b Bump @graphql-codegen/typescript-operations from 1.17.8 to 1.17.13 (#287)
Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 1.17.8 to 1.17.13.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@1.17.13/packages/plugins/typescript/operations)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 17:12:18 -07:00
dependabot[bot]
0387fba817 Bump urql from 1.10.1 to 1.11.6 (#303)
Bumps [urql](https://github.com/FormidableLabs/urql/tree/HEAD/packages/react-urql) from 1.10.1 to 1.11.6.
- [Release notes](https://github.com/FormidableLabs/urql/releases)
- [Changelog](https://github.com/FormidableLabs/urql/blob/main/packages/react-urql/CHANGELOG.md)
- [Commits](https://github.com/FormidableLabs/urql/commits/urql@1.11.6/packages/react-urql)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-28 17:12:04 -07:00
Alec LaLonde
317b955e47 Fixed flashing on load with mobile footer drawer (#299) 2021-01-28 17:10:31 -07:00
Hammad Jutt
77b3a301d0 Update README.md 2021-01-27 12:02:19 -07:00
peth-yursick
6d768dc348 Delete MBTI placeholders directory 2021-01-27 16:38:54 +01:00
Hammad Jutt
0dabebbe04 Add case in SC migration script where user doesnt already have a SC identityID (#296) 2021-01-21 20:05:49 -07:00
Hammad Jutt
7492ae5bd6 Remove unused pages / components and fix usage of Wrap with WrapItem (#284)
* Remove unused pages / components

* Add WrapItem around components inside Wrap component

New version of Chakra requires WrapItem around any components that have Wrap

* Update LoginButton to link to own profile and show Avatar (#285)

* Update LoginButton to link to own profile and show Avatar

* Change SetupUsername to explicitly mention "username"
2021-01-18 11:44:52 -07:00
Pacien Boisson
7298a3c5ed Update FRONTEND.md (#288) 2021-01-18 11:10:45 -07:00
Pacien Boisson
c5f494d6d1 Add tokenlog.json (#291) 2021-01-18 11:10:34 -07:00
Hammad Jutt
83417aba16 Add step to remove duplicate players in migrateSourceCredAccounts handler (#280)
Some accounts in SourceCred get merged after they had already been added in the database (e.g. merging
a discord and discourse identity) which causes conflicts in the database when we try to set an
ETH address for the new merged account that conflicts with the old unmerged account.
2021-01-17 22:23:56 -07:00
Hammad Jutt
5a8a803657 Move SEED Ticker to left side (#282)
MetaGame logo was redundant and SEED ticker often gets covered by the App Drawer
2021-01-17 22:23:46 -07:00
Hammad Jutt
2e15ea22f5 Remove NextJS Build from Render config (#283)
Using Vercel now for the NextJS app
2021-01-17 22:23:36 -07:00
Hammad Jutt
78dd5bb20d Update chakra/core to chakra/react and cleanup theme setup (#281) 2021-01-17 21:27:36 -07:00
Alec LaLonde
ceaae6dc1a Force minimum row height, narrower column max width (#275) 2021-01-14 20:19:06 -07:00
dependabot[bot]
59b6a035df Bump styled-components from 5.2.0 to 5.2.1 (#265)
Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Changelog](https://github.com/styled-components/styled-components/blob/v5.2.1/CHANGELOG.md)
- [Commits](https://github.com/styled-components/styled-components/compare/v5.2.0...v5.2.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 20:05:45 -07:00
dependabot[bot]
f92ce87680 Bump eslint-plugin-jest from 23.20.0 to 24.1.3 (#258)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.1.3.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.20.0...v24.1.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 20:05:32 -07:00
dependabot[bot]
f7ab809dbc Bump ts-node-dev from 1.0.0-pre.62 to 1.1.1 (#252)
Bumps [ts-node-dev](https://github.com/whitecolor/ts-node-dev) from 1.0.0-pre.62 to 1.1.1.
- [Release notes](https://github.com/whitecolor/ts-node-dev/releases)
- [Changelog](https://github.com/whitecolor/ts-node-dev/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitecolor/ts-node-dev/commits/v1.1.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 20:05:20 -07:00