Hammad Jutt
18adfa46d2
Reformat all existing code
2020-07-13 11:11:04 -06:00
Pacien Boisson
a127df4669
Rollback CI=true in yarn app:start
2020-07-13 11:06:24 -06:00
Pacien Boisson
ecfec24234
Added frontend section in readme
2020-07-13 11:06:24 -06:00
Hammad Jutt
db26a50c3b
Setup husky, prettier, and lint-staged
2020-07-13 11:06:24 -06:00
Hammad Jutt
33e079c2ce
Centralize gitignore file
2020-07-13 11:06:24 -06:00
Hammad Jutt
26c9bfa134
Cleanup / simplify package.json scripts and names
2020-07-13 11:06:24 -06:00
Hammad Jutt
914908813f
remove extra yarn.lock and type definitions
2020-07-13 11:06:24 -06:00
Hammad Jutt
3e0e11cc36
Add GPL3 license
2020-07-13 11:06:24 -06:00
Hammad Jutt
209f5df23d
Centralize typescript package to root package.json
2020-07-13 11:06:24 -06:00
Hammad Jutt
1ea05b6e19
Update Readme
2020-07-12 11:41:52 -06:00
Hammad Jutt
5de1a5eba5
Simplify Render config
2020-07-12 11:41:52 -06:00
Hammad Jutt
c063c3c41a
Setup explicit ports to prevent broken deployment on Render
...
https://github.com/hasura/graphql-engine/issues/3904
2020-07-12 11:41:52 -06:00
Hammad Jutt
aa22456bfb
Fix type errors in app
2020-07-12 11:41:52 -06:00
Hammad Jutt
ccf37a5b4e
Update build script for react-app
2020-07-12 11:41:52 -06:00
Hammad Jutt
063c8f91db
Setup deployment config for Render
2020-07-12 11:41:52 -06:00
dependabot[bot]
243ddfcf11
Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend ( #11 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-12 12:41:44 +02:00
Hammad Jutt
5cfd7d88dd
Setup multistage build to allow running backend server in dev mode so we dont have to run it outside Docker
...
This will automatically restart the backend server in docker anytime there are changes to the original
source files instead of copying over when running in dev mode. In production, it will still do the
normal copy/build.
2020-07-06 01:55:44 -06:00
Hammad Jutt
675c0e0046
Update Hasura to 1.3 beta and setup actions codegen
2020-07-06 01:55:27 -06:00
Hammad Jutt
d76fb891f1
Allow overriding HASURA_GRAPHQL_ENABLE_CONSOLE
2020-07-06 01:55:27 -06:00
Pacien Boisson
d7713f983b
Finish docker/lerna ( #13 )
...
* Fix console output with lerna for backend
* fix app start command
* Hasura waits that databse is up
* Update readme
2020-06-26 18:22:37 -06:00
Pacien Boisson
899335594a
[WIP] Fix docker with lerna ( #8 )
...
* trying to fix Backend docker image with lerna
* fix dockerfile CMD
* Fix Dockerfile build
* Fix 3box types
Co-authored-by: Hammad Jutt <jutt@ualberta.ca >
2020-06-08 00:49:39 -06:00
Pacien Boisson
214f3f65c2
3box profiles ( #9 )
...
* Fix auth
* Added 3box profile info
* Added player names in list
* Added hasura action to fetch verified accounts on 3Box
* Added usernames
* fix router
2020-05-13 02:02:21 -06:00
Pacien Boisson
7747ff69d0
Architecture update ( #7 )
...
* Fix errors with profile_rank ENUM
* Upgrade to Hasura 1.2.1
* Rename Profile to Account
* Common JS package
* rm app-react/lib/did
* Better login management
2020-05-08 21:54:00 +02:00
Mano
e2b3691259
added frontend code ( #6 )
2020-05-01 13:27:58 -06:00
Hammad Jutt
545b243f87
Fix graphql codegen
2020-04-18 11:39:01 -06:00
Hammad Jutt
1c5955ce32
Update Hasura to latest version
2020-04-18 11:39:01 -06:00
Hammad Jutt
4c3ff4934f
Update imports to use non-default exports
2020-04-18 11:39:01 -06:00
Hammad Jutt
86dea11c52
Add typecheck all packages script to root package.json
2020-04-18 00:42:19 -06:00
Hammad Jutt
995778c29e
Use strict typesafety and fix type errors
2020-04-18 00:42:19 -06:00
Hammad Jutt
502a55c2ed
Use Yarn Workspaces
2020-04-18 00:42:19 -06:00
Pacien Boisson
c684b9d836
Base architecture ( #1 )
...
* Hasura and base models
* Added role public SELECT permissions
* Added role player UPDATE permissions
* basic backend api
* Added SELECT permissions for player
* Update backend to typescript
* init app-react
* Add apollo
* graphql-codegen not working well...
* Added web3 to web app
* connecting frontend with web3
* Auth webhook verifies eth signature
* Update frontend to fetch player_id
2020-04-16 10:20:15 +02:00
Pacien Boisson
30c2df6211
Init repo
2020-04-15 12:44:22 +02:00