aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/db/matches.rs
AgeCommit message (Expand)AuthorFilesLines
2022-08-04list matches for a specific botIlion Beyst1-0/+30
2022-07-30list only public matches in APIIlion Beyst1-22/+42
2022-07-30add is_public to matchesIlion Beyst1-0/+2
2022-07-25limit amount of matches used by rankerIlion Beyst1-2/+5
2022-07-23sort match players to ensure correct orderingIlion Beyst1-0/+5
2022-07-06rename code_bundle to bot_versionIlion Beyst1-6/+6
2022-07-05migrate code_bundles to bot_versionsIlion Beyst1-7/+7
2022-06-10update RunMatch helper to allow for remote botsIlion Beyst1-2/+2
2022-06-10allow match_player code_bundle_id to be nullIlion Beyst1-7/+16
2022-05-29save match winner in databaseIlion Beyst1-3/+10
2022-03-12typo: maches -> matchesIlion Beyst1-1/+1
2022-03-11add information about match players to match API objectIlion Beyst1-9/+46
2022-03-10save match players in databaseIlion Beyst1-5/+5
2022-02-15play matches asyncIlion Beyst1-1/+8
2022-02-08store demo matches in databaseIlion Beyst1-9/+12
2022-01-03add match_state to matchesIlion Beyst1-0/+3
2022-01-02serve match logsIlion Beyst1-1/+20
2022-01-02store matches in databaseIlion Beyst1-0/+97