Commit Graph

114 Commits

Author SHA1 Message Date
Hammad Jutt
d19df2ed44 Setup .graphqlconfig and update schema 2020-08-21 10:57:31 -06:00
Hammad Jutt
6ee27a3695 Fix backend build and add graphql codegen watch to web:dev 2020-08-17 15:05:17 -06:00
dependabot[bot]
ca4fd2e697 Bump eslint-plugin-import from 2.21.2 to 2.22.0
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 14:57:01 -06:00
dependabot[bot]
4f737449ab Bump @typescript-eslint/eslint-plugin from 3.8.0 to 3.9.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.8.0 to 3.9.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.9.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 14:27:16 -06:00
dependabot[bot]
56d0bd4168 Bump eslint-import-resolver-typescript from 2.0.0 to 2.2.1
Bumps [eslint-import-resolver-typescript](https://github.com/alexgorbatchev/eslint-import-resolver-typescript) from 2.0.0 to 2.2.1.
- [Release notes](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.0.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 14:26:43 -06:00
dependabot[bot]
6c9c239c4c Bump @testing-library/jest-dom from 4.2.4 to 5.11.3
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 4.2.4 to 5.11.3.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v4.2.4...v5.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 14:26:17 -06:00
dependabot[bot]
5a78e5ae97 Bump concurrently from 5.2.0 to 5.3.0
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases)
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v5.2.0...v5.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 14:26:01 -06:00
Hammad Jutt
9b4e36b2c3 Clean up colors in theme and fix redundant backgroundSize 2020-08-17 14:25:04 -06:00
Hammad Jutt
19bd2ce197 Update error handling 2020-08-17 14:25:04 -06:00
Hammad Jutt
92ef36ebbf Update Hasura CLI version 2020-08-17 14:25:04 -06:00
Hammad Jutt
b2a114bbdd Setup URQL with own backend and create basic player list page 2020-08-17 14:25:04 -06:00
Hammad Jutt
78ee9e156c Add NextJS environment vars and remove app-react from Render build 2020-08-17 14:25:04 -06:00
Hammad Jutt
f05f69ddc2 Add rank to publicly exposed fields on Player object 2020-08-17 01:40:03 -06:00
Hammad Jutt
d0b581d308 Fix getBoxProfile resolver for players with no ETH address 2020-08-17 01:40:03 -06:00
Hammad Jutt
4c2bb981cf Update backend Dockerfile to include codegen 2020-08-16 20:23:05 -06:00
Kris Urbas
ba683acd26 define a few meta components in storybook (#55) 2020-08-17 00:28:48 +10:00
Hammad Jutt
59a0e8f627 Hotfix migration 2020-08-16 01:52:54 -06:00
Hammad Jutt
e39aa189e3 Implement Player Ranks 2020-08-16 01:52:20 -06:00
Hammad Jutt
1840efc886 Setup Cron trigger to handle sourceCred Migration 2020-08-16 01:45:27 -06:00
Hammad Jutt
c27c77eb74 Setup handler to migrate SC ledger accounts to Database Players 2020-08-16 01:45:27 -06:00
Hammad Jutt
bcb69ad307 Simplify type defs for backend config.ts (#69) 2020-08-15 14:04:10 -06:00
Hammad Jutt
7e0e42a2ff Generate Typesafe SDK for Hasura in Backend (#68) 2020-08-15 02:26:29 -06:00
dan13ram
357f292ace added layout for profile setup (#67)
* added layout for profile setup

* fixed fonts & links
2020-08-14 23:08:09 -06:00
dependabot[bot]
231b5a6307 Bump graphql-request from 3.0.0-next.4 to 3.0.0 (#66)
Bumps [graphql-request](https://github.com/prisma/graphql-request) from 3.0.0-next.4 to 3.0.0.
- [Release notes](https://github.com/prisma/graphql-request/releases)
- [Commits](https://github.com/prisma/graphql-request/compare/3.0.0-next.4...3.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-13 15:25:28 -06:00
dependabot[bot]
cecf3a3879 Bump eslint-plugin-jest from 23.18.0 to 23.20.0 (#65)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.18.0 to 23.20.0.
- [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.18.0...v23.20.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-13 15:25:12 -06:00
dan13ram
6466104e55 Layouts for RegisterPlayer and SuccessPlayer (#63)
* registerPlayer & successPlayer layout done

* moved to chakra-ui@next

* added meta components and icons

* refactored code based on review comments

* using React.ComponentProps for getting correct props

* using jpeg for background images

* removed unwanted `declare module`

* changed font naming in design-system

* fixed fontFamily in packge web

* using Heading component for MetaHeading
2020-08-13 13:44:46 -06:00
The Lone Rōnin
9a9deaf727 Metamaps base prototype (#50)
* Metamaps base prototype

Fixed project scaffolding

* Resolved all lint related issues

Resolved all issues related to lint compliance
2020-08-06 15:04:47 -06:00
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
dan13ram
e03ffe2763 login landing page + fixed fonts (#51)
* login landing page + fixed fonts

* fixed eslint errors

* fixed most of typecheck errors

* review comments incorporated
2020-08-05 02:04:57 -06:00
Hammad Jutt
d736aa8276 Move to v2 dependabot config 2020-08-05 02:03:49 -06:00
Hammad Jutt
476c3aaddc Setup Dependabot to keep packages up to date 2020-08-05 02:03:49 -06:00
Hammad Jutt
dbe4f046d8 Update dependencies and fix updateBoxProfile handler.ts 2020-08-05 01:45:56 -06:00
Hammad Jutt
c82ba547b6 Fix command for backend Dockerfile 2020-08-05 00:18:57 -06:00
Hammad Jutt
9b83f0c70d Update Hasura to 1.3.0 2020-08-04 21:09:51 -06:00
Hammad Jutt
bf8489f1b4 Remove unused remote relationship 2020-08-04 21:09:51 -06:00
Hammad Jutt
e7e929f5de Move typecheck to happen before lint 2020-08-04 21:09:51 -06:00
Hammad Jutt
d26150e90d Reformat files and update yarn.lock 2020-08-04 21:09:51 -06:00
Hammad Jutt
d0662178f3 Setup codegen for backend resolvers and improve 3Box types 2020-08-04 21:09:51 -06:00
Hammad Jutt
de77d805e6 Remove unnecesarry typedefs 2020-08-04 21:09:51 -06:00
Hammad Jutt
f2ec2b2f27 rename codegen package, fix generated types and move graphql-codegen deps to root 2020-08-04 21:09:51 -06:00
Pacien Boisson
790a0cc78c using a remote schema instead of an action for getBoxProfile 2020-08-04 21:09:51 -06:00
Pacien Boisson
a60aa62a94 add ethereumAddress to getBoxProfile 2020-08-04 21:09:51 -06:00
Pacien Boisson
51a4eddbbd added getBoxProfile action 2020-08-04 21:09:51 -06:00
Pacien Boisson
2212579662 get3BoxProfile handler 2020-08-04 21:09:51 -06:00
Hammad Jutt
c2b8ad307e Refromat files and fix config 2020-08-04 20:29:08 -06:00
Pacien Boisson
1be652efe4 lint 2020-08-04 20:29:08 -06:00
Pacien Boisson
5e578ef987 fetch box profile from hasura 2020-08-04 20:29:08 -06:00
Pacien Boisson
84a76ad2fe Correct authentication webhook and frontend with ethereum_address in Player 2020-08-04 20:29:08 -06:00
Pacien Boisson
9cdfa26a78 lint 2020-08-04 20:29:08 -06:00