aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server
AgeCommit message (Expand)AuthorFilesLines
2022-02-27save all uploaded code bundles in databaseIlion Beyst9-26/+60
2022-02-27make bot owner nullableIlion Beyst4-6/+6
2022-02-24remove old Rocket artifactsIlion Beyst2-4/+0
2022-02-20implement basic configurationIlion Beyst3-4/+18
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-08store demo matches in databaseIlion Beyst7-42/+54
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 Beyst1-6/+9
2022-01-04return user from login callIlion Beyst1-6/+7
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-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-01match form stubsIlion Beyst5-1/+29
2021-12-31list uploaded code bundles on bot pageIlion Beyst2-4/+18
2021-12-30prototype code uploadIlion Beyst3-26/+40
2021-12-30prototype bots pagesIlion Beyst4-3/+22
2021-12-30nest api routes under /apiIlion Beyst1-10/+10
2021-12-30rename to planetwars-serverIlion Beyst22-0/+629