aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/routes/matches.rs
AgeCommit message (Expand)AuthorFilesLines
2022-08-04list matches for a specific botIlion Beyst1-3/+17
2022-08-02add parameters to recent_matches api endpointIlion Beyst1-3/+25
2022-07-31add winner to match api responsesIlion Beyst1-0/+2
2022-07-30list only public matches in APIIlion Beyst1-2/+4
2022-07-25limit amount of matches used by rankerIlion Beyst1-1/+1
2022-07-16move storage paths to GlobalConfigIlion Beyst1-4/+5
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