aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/routes/matches.rs
AgeCommit message (Expand)AuthorFilesLines
2022-07-06rename code_bundle to bot_versionIlion Beyst1-2/+2
2022-07-05migrate code_bundles to bot_versionsIlion Beyst1-2/+1
2022-07-04remove obsolete create match routeIlion Beyst1-100/+3
2022-06-10update RunMatch helper to allow for remote botsIlion Beyst1-1/+1
2022-06-10allow match_player code_bundle_id to be nullIlion Beyst1-2/+2
2022-04-28move match running logic to separate moduleIlion Beyst1-1/+0
2022-03-13apply clippy suggestionsIlion Beyst1-3/+2
2022-03-12typo: maches -> matchesIlion Beyst1-1/+2
2022-03-11add information about match players to match API objectIlion Beyst1-5/+9
2022-03-10save match players in databaseIlion Beyst1-3/+7
2022-02-16add MatchState to ApiMatchIlion Beyst1-0/+2
2022-02-12separate match data api from match log apiIlion Beyst1-0/+10
2022-02-08store demo matches in databaseIlion Beyst1-1/+1
2022-01-23run all bots in python docker for nowIlion Beyst1-6/+9
2022-01-03add match_state to matchesIlion Beyst1-2/+7
2022-01-02serve match logsIlion Beyst1-7/+25
2022-01-02store matches in databaseIlion Beyst1-7/+56
2022-01-01minimal port of start_match logicIlion Beyst1-2/+62
2022-01-01match form stubsIlion Beyst1-0/+12