Commit graph

87 commits

Author SHA1 Message Date
Sorrel Bri
0ccce5f73b return created app in server 2019-10-13 10:25:14 -07:00
Sorrel Bri
ba63ae2d58 config server:run 2019-10-13 10:22:33 -07:00
Sorrel Bri
500bdd8037 config gunicorn server:app 2019-10-13 10:16:56 -07:00
Sorrel Bri
7c440b33f3 empty commit 2019-10-12 12:59:32 -07:00
Sorrel Bri
ef5bedb810 try renaming server command to run 2019-10-12 12:50:58 -07:00
Sorrel Bri
3051de03aa fix module:app typo 2019-10-12 12:47:59 -07:00
Sorrel Bri
e2c1c03bfc try no web 2019-10-12 12:45:50 -07:00
Sorrel Bri
6f38328c26 try geventWebSocketWorker in procfile 2019-10-12 12:43:15 -07:00
Sorrel Bri
c70336ffce add worker-class eventlet to procfile 2019-10-12 12:40:13 -07:00
Sorrel Bri
e5d77a8398 define server:server 2019-10-12 12:34:05 -07:00
Sorrel Bri
b70a126958 try changing gunicorn command 2019-10-12 12:30:09 -07:00
Sorrel Bri
9c76ab65e4 try removing 3 from release in Procfile 2019-10-12 12:23:22 -07:00
Sorrel Bri
fd8021c21f add gunicorn 2019-10-12 11:53:37 -07:00
Sorrel Bri
90fa05c10e add / message 2019-10-12 11:28:21 -07:00
Sorrel Bri
f43e064570 add secret key to prod config 2019-10-12 11:07:24 -07:00
Sorrel Bri
b136ede418 add heroku psql db to config 2019-10-12 10:54:23 -07:00
Sorrel Bri
e34dc47a1c add server to Procfile 2019-10-12 10:50:24 -07:00
Sorrel Bri
4b08ba9b94 add db upgrade 2019-10-12 10:40:12 -07:00
sorrelbri
c14688f1e8
Merge pull request #20 from sorrelbri/dev
test deployment
2019-10-12 10:30:47 -07:00
sorrelbri
8b6fe54866
Merge pull request #19 from sorrelbri/sj-create-game-patch
split socket concerns
2019-10-12 00:21:21 -07:00
Sorrel Bri
f09cf80719 split socket concerns 2019-10-12 00:16:00 -07:00
sorrelbri
ce0c0bf98f
Merge pull request #18 from sorrelbri/sj-configuration
sj configuration
2019-10-11 23:08:10 -07:00
Sorrel Bri
864d33486d move config to environment variables 2019-10-11 23:04:11 -07:00
Sorrel Bri
9d6d482c91 debug room socket conneciton 2019-10-11 22:23:38 -07:00
sorrelbri
cd1f6a8a44
Merge pull request #17 from sorrelbri/sj-serve-game
establish game socketio room connection
2019-10-11 14:08:58 -07:00
Sorrel Bri
7eeac76af9 establish game socketio room connection 2019-10-11 13:56:28 -07:00
sorrelbri
63982a2615
Merge pull request #16 from sorrelbri/sj-serve-game
serve basic game data
2019-10-11 11:56:42 -07:00
Sorrel Bri
e378697974 serve basic game data 2019-10-11 11:55:35 -07:00
sorrelbri
e1f97d9cab
Merge pull request #15 from sorrelbri/sj-serve-new-models
sj serve new models
2019-10-10 23:32:35 -07:00
Sorrel Bri
1a8c4de394 serve new games via socket 2019-10-10 23:31:27 -07:00
Sorrel Bri
085ae0f682 init room socket 2019-10-10 23:06:22 -07:00
sorrelbri
e4d7c1ad46
Merge pull request #14 from sorrelbri/sj-model-refactor
sj model refactor
2019-10-10 17:55:59 -07:00
Sorrel Bri
b4bb9181a1 change model_id to model 2019-10-10 17:52:43 -07:00
Sorrel Bri
76b2afe94e debug one to many relationships 2019-10-10 17:41:49 -07:00
sorrelbri
3229ab0f96
Merge pull request #12 from sorrelbri/sj-gameroom-endpoints
sj gameroom endpoints
2019-10-10 15:02:23 -07:00
Sorrel Bri
df3313d089 refactor database models 2019-10-10 14:57:29 -07:00
Sorrel Bri
e6fa8a7e31 serve gamerooms index 2019-10-09 16:27:41 -07:00
sorrelbri
254655eed4
Merge pull request #11 from sorrelbri/sj-gameroom-endpoints
create room
2019-10-09 15:48:43 -07:00
Sorrel Bri
69c33c3a75 create room 2019-10-09 15:42:38 -07:00
Sorrel Bri
e5e7bb2a3f make migrations for GameRoomsUsers join table 2019-10-09 10:06:06 -07:00
sorrelbri
078bbec462
Merge pull request #10 from sorrelbri/sj-namespace-socket
init namespace socket
2019-10-09 10:03:32 -07:00
sorrelbri
75e4ef40d3
Merge pull request #9 from sorrelbri/sj-room-endpoints
sj room endpoints
2019-10-09 10:02:50 -07:00
sorrelbri
5cd715c4c3
Merge pull request #8 from sorrelbri/sj-socket
implement bidrectional socketio
2019-10-09 10:00:53 -07:00
Sorrel Bri
8fdd92f1c9 init namespace socket 2019-10-09 00:20:36 -07:00
Sorrel Bri
9380f0485c debug auth 2019-10-09 00:08:37 -07:00
Sorrel Bri
8cd0856728 add rooms post route 2019-10-08 22:53:37 -07:00
Sorrel Bri
34182fdc23 stub jwt_required decorator to protect routes 2019-10-08 18:03:46 -07:00
Sorrel Bri
33584d6147 refactor api endpoints 2019-10-08 17:18:40 -07:00
Sorrel Bri
2bafe9102c add room endpoints 2019-10-08 16:56:28 -07:00
Sorrel Bri
2daacc05c9 implement bidrectional socketio 2019-10-07 16:28:11 -07:00