aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/modules/bot_api.rs
AgeCommit message (Collapse)AuthorFilesLines
2022-07-25rename bot_api to client_apiIlion Beyst1-299/+0
2022-07-23store active version id in bots tableIlion Beyst1-4/+3
2022-07-21show match url in planetwars_clientIlion Beyst1-0/+5
2022-07-20wrap bot api in oneof for extendabilityIlion Beyst1-15/+27
2022-07-14change runnerconfig to globalconfigIlion Beyst1-3/+4
2022-07-14create a configuration to hold docker registry urlIlion Beyst1-12/+17
2022-07-13refactor: unify match save and spawnIlion Beyst1-4/+4
2022-07-12refactor: delay BotSpec construction in RunMatchIlion Beyst1-5/+10
2022-07-09refactor: pass on both Bot and BotVersion to MatchPlayerIlion Beyst1-1/+1
2022-07-06rename code_bundle to bot_versionIlion Beyst1-1/+1
2022-06-11use RunMatch in bot_api serviceIlion Beyst1-23/+20
2022-06-09consistently use player_key and player_idIlion Beyst1-10/+10
2022-06-08implement grpc match creation PoCIlion Beyst1-32/+54
2022-06-07timeout when player never connectsIlion Beyst1-9/+23
2022-06-06bot api: handle timeouts and disconnectsIlion Beyst1-8/+55
2022-06-06send player_id through request metadataIlion Beyst1-3/+16
2022-06-06implement PlayerRouterIlion Beyst1-26/+45
2022-06-05baby steps towards a working bot apiIlion Beyst1-10/+140
2022-05-31set up gprc serverIlion Beyst1-0/+30