Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-24 | add simplebot source code | Ilion Beyst | 1 | -0/+33 | |
2022-02-24 | update sveltekit version | Ilion Beyst | 3 | -4/+11 | |
2022-02-24 | use sveltekit nodejs adapter | Ilion Beyst | 2 | -1/+2 | |
2022-02-23 | show match pane when a match is selected | Ilion Beyst | 3 | -6/+15 | |
2022-02-23 | show bot stderr | Ilion Beyst | 4 | -15/+101 | |
2022-02-23 | implement matchlogger | Ilion Beyst | 6 | -89/+162 | |
2022-02-22 | poll for matches to complete | Ilion Beyst | 1 | -4/+19 | |
2022-02-22 | persist bot code in localstorage | Ilion Beyst | 3 | -3/+35 | |
2022-02-21 | add default code to get started | Ilion Beyst | 2 | -1/+33 | |
2022-02-20 | implement basic configuration | Ilion Beyst | 3 | -4/+18 | |
2022-02-17 | adapt frontend to new match api | Ilion Beyst | 1 | -3/+25 | |
2022-02-16 | add MatchState to ApiMatch | Ilion Beyst | 2 | -1/+4 | |
2022-02-15 | play matches async | Ilion Beyst | 2 | -5/+27 | |
2022-02-12 | separate match data api from match log api | Ilion Beyst | 2 | -1/+15 | |
2022-02-09 | consume new match API | Ilion Beyst | 2 | -8/+51 | |
2022-02-08 | store demo matches in database | Ilion Beyst | 7 | -42/+54 | |
2022-02-07 | styling: make sure visualizer does not overflow | Ilion Beyst | 1 | -0/+3 | |
2022-02-07 | cleanup editor code | Ilion Beyst | 2 | -15/+17 | |
2022-02-07 | keep persistent EditorSession on demo page | Ilion Beyst | 6 | -24/+49 | |
2022-02-07 | visualizer: let window.global be handled by polyfill | Ilion Beyst | 1 | -4/+0 | |
2022-02-05 | outline demo interface | Ilion Beyst | 3 | -12/+152 | |
2022-02-04 | configure python mode and theme for ace editor | Ilion Beyst | 1 | -0/+6 | |
2022-02-03 | remove send_info method | Ilion Beyst | 5 | -18/+2 | |
2022-02-02 | use ace editor for code editing | Ilion Beyst | 3 | -24/+40 | |
2022-02-02 | temporary setup for showing submission match result | Ilion Beyst | 2 | -4/+38 | |
2022-02-02 | get started on submit page | Ilion Beyst | 1 | -2/+27 | |
2022-01-27 | allow retrieving match log for submitted bot | Ilion Beyst | 2 | -2/+13 | |
2022-01-27 | correct submitted bot path | Ilion Beyst | 1 | -1/+1 | |
2022-01-26 | add endpoint for standalone upload of bot code | Ilion Beyst | 3 | -0/+72 | |
2022-01-23 | run all bots in python docker for now | Ilion Beyst | 2 | -11/+21 | |
2022-01-22 | implement docker runner | Ilion Beyst | 4 | -154/+230 | |
2022-01-22 | define interface for running containerized bots | Ilion Beyst | 2 | -52/+68 | |
2022-01-20 | mount a code bundle into executor container | Ilion Beyst | 1 | -2/+7 | |
2022-01-20 | docker bot runner PoC | Ilion Beyst | 2 | -18/+52 | |
2022-01-18 | running a bot in docker PoC | Ilion Beyst | 2 | -3/+114 | |
2022-01-17 | gitignore node_modules | Ilion Beyst | 1 | -0/+1 | |
2022-01-17 | Bollard | Ilion Beyst | 1 | -1/+6 | |
2022-01-04 | return user from login call | Ilion Beyst | 2 | -22/+25 | |
2022-01-03 | add schema.patch to allow unused imports in schema file | Ilion Beyst | 3 | -8/+13 | |
2022-01-03 | add match_state to matches | Ilion Beyst | 9 | -6/+56 | |
2022-01-02 | basic match views | Ilion Beyst | 8 | -16/+149 | |
2022-01-02 | serve match logs | Ilion Beyst | 3 | -8/+46 | |
2022-01-02 | store matches in database | Ilion Beyst | 7 | -9/+194 | |
2022-01-01 | minimal port of start_match logic | Ilion Beyst | 5 | -9/+82 | |
2022-01-01 | extract matchrunner crate from planetwars-cli | Ilion Beyst | 10 | -12/+28 | |
2022-01-01 | match form stubs | Ilion Beyst | 7 | -1/+112 | |
2021-12-31 | npm run format | Ilion Beyst | 10 | -209/+206 | |
2021-12-31 | config updates | Ilion Beyst | 2 | -4/+4 | |
2021-12-31 | list uploaded code bundles on bot page | Ilion Beyst | 4 | -15/+43 | |
2021-12-30 | prototype code upload | Ilion Beyst | 4 | -27/+69 | |