aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-24add simplebot source codeIlion Beyst1-0/+33
2022-02-24update sveltekit versionIlion Beyst3-4/+11
2022-02-24use sveltekit nodejs adapterIlion Beyst2-1/+2
2022-02-23show match pane when a match is selectedIlion Beyst3-6/+15
2022-02-23show bot stderrIlion Beyst4-15/+101
2022-02-23implement matchloggerIlion Beyst6-89/+162
2022-02-22poll for matches to completeIlion Beyst1-4/+19
2022-02-22persist bot code in localstorageIlion Beyst3-3/+35
2022-02-21add default code to get startedIlion Beyst2-1/+33
2022-02-20implement basic configurationIlion Beyst3-4/+18
2022-02-17adapt frontend to new match apiIlion Beyst1-3/+25
2022-02-16add MatchState to ApiMatchIlion Beyst2-1/+4
2022-02-15play matches asyncIlion Beyst2-5/+27
2022-02-12separate match data api from match log apiIlion Beyst2-1/+15
2022-02-09consume new match APIIlion Beyst2-8/+51
2022-02-08store demo matches in databaseIlion Beyst7-42/+54
2022-02-07styling: make sure visualizer does not overflowIlion Beyst1-0/+3
2022-02-07cleanup editor codeIlion Beyst2-15/+17
2022-02-07keep persistent EditorSession on demo pageIlion Beyst6-24/+49
2022-02-07visualizer: let window.global be handled by polyfillIlion Beyst1-4/+0
2022-02-05outline demo interfaceIlion Beyst3-12/+152
2022-02-04configure python mode and theme for ace editorIlion Beyst1-0/+6
2022-02-03remove send_info methodIlion Beyst5-18/+2
2022-02-02use ace editor for code editingIlion Beyst3-24/+40
2022-02-02temporary setup for showing submission match resultIlion Beyst2-4/+38
2022-02-02get started on submit pageIlion Beyst1-2/+27
2022-01-27allow retrieving match log for submitted botIlion Beyst2-2/+13
2022-01-27correct submitted bot pathIlion Beyst1-1/+1
2022-01-26add endpoint for standalone upload of bot codeIlion Beyst3-0/+72
2022-01-23run all bots in python docker for nowIlion Beyst2-11/+21
2022-01-22implement docker runnerIlion Beyst4-154/+230
2022-01-22define interface for running containerized botsIlion Beyst2-52/+68
2022-01-20mount a code bundle into executor containerIlion Beyst1-2/+7
2022-01-20docker bot runner PoCIlion Beyst2-18/+52
2022-01-18running a bot in docker PoCIlion Beyst2-3/+114
2022-01-17gitignore node_modulesIlion Beyst1-0/+1
2022-01-17BollardIlion Beyst1-1/+6
2022-01-04return user from login callIlion Beyst2-22/+25
2022-01-03add schema.patch to allow unused imports in schema fileIlion Beyst3-8/+13
2022-01-03add match_state to matchesIlion Beyst9-6/+56
2022-01-02basic match viewsIlion Beyst8-16/+149
2022-01-02serve match logsIlion Beyst3-8/+46
2022-01-02store matches in databaseIlion Beyst7-9/+194
2022-01-01minimal port of start_match logicIlion Beyst5-9/+82
2022-01-01extract matchrunner crate from planetwars-cliIlion Beyst10-12/+28
2022-01-01match form stubsIlion Beyst7-1/+112
2021-12-31npm run formatIlion Beyst10-209/+206
2021-12-31config updatesIlion Beyst2-4/+4
2021-12-31list uploaded code bundles on bot pageIlion Beyst4-15/+43
2021-12-30prototype code uploadIlion Beyst4-27/+69