Commit graph

210 commits

Author SHA1 Message Date
Ilion Beyst
4a7229b175 correct submitted bot path 2022-01-27 19:12:18 +01:00
Ilion Beyst
294c75823d add endpoint for standalone upload of bot code 2022-01-26 20:54:19 +01:00
Ilion Beyst
a79b338e90 run all bots in python docker for now 2022-01-23 13:23:23 +01:00
Ilion Beyst
f62196d983 implement docker runner 2022-01-22 14:32:43 +01:00
Ilion Beyst
3dd940321c define interface for running containerized bots 2022-01-22 12:41:29 +01:00
Ilion Beyst
c569070d5c mount a code bundle into executor container 2022-01-20 20:30:56 +01:00
Ilion Beyst
5f1c7385c7 docker bot runner PoC 2022-01-20 20:57:39 +01:00
Ilion Beyst
3e18c840d1 running a bot in docker PoC 2022-01-18 20:17:13 +01:00
Ilion Beyst
98384183cc gitignore node_modules 2022-01-17 23:56:11 +01:00
Ilion Beyst
02c0e41b80 Bollard 2022-01-17 23:35:23 +01:00
Ilion Beyst
9ccea2ea17 return user from login call 2022-01-04 23:24:31 +01:00
Ilion Beyst
32131da678 add schema.patch to allow unused imports in schema file 2022-01-03 23:44:01 +01:00
Ilion Beyst
5b10d5e98e add match_state to matches 2022-01-03 23:36:19 +01:00
Ilion Beyst
1cde40b459 basic match views 2022-01-02 17:57:40 +01:00
Ilion Beyst
69331eb08a serve match logs 2022-01-02 17:56:52 +01:00
Ilion Beyst
85dcf3ba2f store matches in database 2022-01-02 16:14:03 +01:00
Ilion Beyst
bdb77f97d6 minimal port of start_match logic 2022-01-01 16:32:55 +01:00
Ilion Beyst
4a077c7c65 extract matchrunner crate from planetwars-cli 2022-01-01 12:10:02 +01:00
Ilion Beyst
e145947d05 match form stubs 2022-01-01 11:26:49 +01:00
Ilion Beyst
8d3b8fd8aa npm run format 2021-12-31 11:38:06 +01:00
Ilion Beyst
74d0189d37 config updates 2021-12-31 11:29:27 +01:00
Ilion Beyst
3e902bb56e list uploaded code bundles on bot page 2021-12-31 11:24:25 +01:00
Ilion Beyst
0f27ca80fb prototype code upload 2021-12-30 23:41:47 +01:00
Ilion Beyst
f5e8b4093a prototype bots pages 2021-12-30 23:40:37 +01:00
Ilion Beyst
c6ca7cf2d1 nest api routes under /api 2021-12-30 16:38:02 +01:00
Ilion Beyst
4912a0dbe7 barebones authentication 2021-12-30 16:34:50 +01:00
Ilion Beyst
522f4270e8 init SvelteKit frontend 2021-12-30 14:15:40 +01:00
Ilion Beyst
3edf5d60f5 rename to planetwars-server 2021-12-30 11:45:59 +01:00
Ilion Beyst
71ee6c99e9 move assets to visualizer package 2021-12-29 22:54:30 +01:00
Ilion Beyst
0c6d978442 separate out visualizer library 2021-12-29 21:25:29 +01:00
Ilion Beyst
3eeaab6cec Merge branch 'backend-server' 2021-12-29 19:56:31 +01:00
Ilion Beyst
1fb4a5151b migrate to axum 2021-12-29 16:11:27 +01:00
Ilion Beyst
ee5af8d076 implement build command 2021-12-28 19:28:19 +01:00
Ilion Beyst
6d176ac99f show relative path to match log 2021-12-28 16:09:41 +01:00
Ilion Beyst
51b52db78b sort matches descending in time 2021-12-28 15:04:37 +01:00
Ilion Beyst
dacc05a41b refactor workspace code 2021-12-28 14:57:41 +01:00
Ilion Beyst
5ca8dd4c84 add websocket stub 2021-12-27 22:18:46 +01:00
Ilion Beyst
109e06ecad fix npm run build-wasm 2021-12-26 22:24:23 +01:00
Ilion Beyst
0418a6b46a show match name in matchbrowser 2021-12-26 22:14:59 +01:00
Ilion Beyst
044e13940e add general README 2021-12-26 22:01:27 +01:00
Ilion Beyst
31b439ee31 rebrand project to workspace 2021-12-26 22:00:20 +01:00
Ilion Beyst
0d03a0fbc2 refactor commands 2021-12-26 21:54:26 +01:00
Ilion Beyst
c04d4a449b rename to planetwars-cli 2021-12-26 21:07:19 +01:00
Ilion Beyst
b1e9490f55 add match meta header to logs 2021-12-25 21:49:16 +01:00
Ilion Beyst
e681eb91cd implement webserver backend 2021-12-25 20:30:09 +01:00
Ilion Beyst
003c551e73 implement basic MatchBrowser component 2021-12-25 20:28:10 +01:00
Ilion Beyst
92a13bac92 add init-project command 2021-12-25 17:48:54 +01:00
Ilion Beyst
d0a0fcfded cli for running matches 2021-12-25 14:45:05 +01:00
Ilion Beyst
d0af8d3bbf use vite-plugin-wasm-pack 2021-12-23 19:25:56 +01:00
Ilion Beyst
c26f72890f fix frontend build 2021-12-23 18:22:14 +01:00