aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/modules/matches.rs
AgeCommit message (Expand)AuthorFilesLines
2022-10-13save matchplayer had_errors in databaseIlion Beyst1-3/+9
2022-10-12upgrade to diesel 2.0Ilion Beyst1-5/+6
2022-08-26add maps to matches apiIlion Beyst1-3/+11
2022-07-30add is_public to matchesIlion Beyst1-1/+9
2022-07-24pull docker bots before running themIlion Beyst1-2/+11
2022-07-16move storage paths to GlobalConfigIlion Beyst1-14/+11
2022-07-14change runnerconfig to globalconfigIlion Beyst1-11/+5
2022-07-14create a configuration to hold docker registry urlIlion Beyst1-11/+22
2022-07-13refactor: unify match save and spawnIlion Beyst1-14/+18
2022-07-12refactor: delay BotSpec construction in RunMatchIlion Beyst1-38/+22
2022-07-11tying it together: execute docker botsIlion Beyst1-6/+17
2022-07-09refactor: pass on both Bot and BotVersion to MatchPlayerIlion Beyst1-8/+33
2022-07-06rename code_bundle to bot_versionIlion Beyst1-2/+2
2022-07-05migrate code_bundles to bot_versionsIlion Beyst1-2/+3
2022-06-10update RunMatch helper to allow for remote botsIlion Beyst1-14/+36
2022-05-29save match winner in databaseIlion Beyst1-3/+9
2022-04-28move match running logic to separate moduleIlion Beyst1-0/+102