Commit graph

18 commits

Author SHA1 Message Date
Maxime Bloch
3dea109886
add persistency, update server url in client and server js 2019-10-08 18:14:07 +02:00
Hannes Klinckaert
7916873589 add live requests to all valid routes 2019-10-02 13:22:51 +02:00
Hannes Klinckaert
f226a4e51a moved socket.emit to the live_request function 2019-10-02 13:12:08 +02:00
Hannes Klinckaert
a00d93b632 added checks to make sure runs and indexes are numbers #5 2019-10-02 11:29:01 +02:00
flynn
9a44e83637 Merge branch 'master' into 'client'
# Conflicts:
#   watcher/app.py
2019-09-27 19:41:37 +02:00
Maxime Bloch
35bb6dd5fc
add profiling code to test lru cache, remove js popup 2019-09-27 19:25:47 +02:00
Maxime Bloch
c6e93f8c7f
fix socket message not sending 2019-09-27 17:43:33 +02:00
Maxime Bloch
9a9669d87d
add cors to server, fix client requests 2019-09-27 15:20:10 +02:00
Maxime Bloch
b4fd3f9710
fix socket request for live requests, not sure why emit doesnt work there 2019-09-26 17:47:25 +02:00
Hannes Klinckaert
44c48730c0 start implementing live request tracking 2019-09-23 18:21:28 +02:00
Maxime Bloch
e74c2f4634
working websockets for the current run.
Added initial ws sync on page load
Added start and handoff updates via ws
2019-09-22 03:11:19 +02:00
Maxime Bloch
d0f11b7c22
Merge branch 'master' of ssh://git.zeus.gent:2222/kelder/rubygoldberg-tracker 2019-09-20 23:50:13 +02:00
Maxime Bloch
d5ee0a2044
Merge branch 'master' of ssh://git.zeus.gent:2222/kelder/rubygoldberg-tracker 2019-09-20 17:01:11 +02:00
Maxime Bloch
66848e0bf5
add client ideas, add checks for data override 2019-09-20 17:00:44 +02:00
Hannes Klinckaert
bc5fcc9da2 made server available to other people on local network 2019-09-20 16:42:59 +02:00
Maxime Bloch
c66b256b54
add requirements and readme instructions 2019-09-20 14:55:11 +02:00
Maxime Bloch
a1d438f04d
move html to templates folder 2019-09-20 14:47:55 +02:00
Maxime Bloch
a3d1d44bb3
make server and client 2019-09-20 14:27:07 +02:00
Renamed from app.py (Browse further)