Commit graph

22 commits

Author SHA1 Message Date
Ilion Beyst d13d131130 move storage paths to GlobalConfig 2022-07-16 21:22:03 +02:00
Ilion Beyst ec5c91d37b change runnerconfig to globalconfig 2022-07-14 21:50:42 +02:00
Ilion Beyst 00459f9e3d create a configuration to hold docker registry url 2022-07-14 20:53:08 +02:00
Ilion Beyst 668409e76d refactor: unify match save and spawn 2022-07-13 19:36:07 +02:00
Ilion Beyst e69bd14f1d refactor: delay BotSpec construction in RunMatch 2022-07-12 20:54:00 +02:00
Ilion Beyst ec1d50f655 refactor: pass on both Bot and BotVersion to MatchPlayer 2022-07-09 20:01:05 +02:00
Ilion Beyst 0f14dee499 refactor: rename save_code_bundle to save_code_string 2022-07-07 19:13:55 +02:00
Ilion Beyst d7b7585dd7 rename code_bundle to bot_version 2022-07-06 22:41:27 +02:00
Ilion Beyst a376698073 update RunMatch helper to allow for remote bots 2022-06-10 21:49:32 +02:00
Ilion Beyst 5ee66c9c9b allow match_player code_bundle_id to be null 2022-06-10 21:09:33 +02:00
Ilion Beyst 7b142554d8 move match running logic to separate module 2022-04-28 21:31:49 +02:00
Ilion Beyst fd52e266c6 apply clippy suggestions 2022-03-13 15:20:03 +01:00
Ilion Beyst 63695c299c add information about match players to match API object 2022-03-11 00:41:18 +01:00
Ilion Beyst 523de3ba06 save match players in database 2022-03-10 23:35:42 +01:00
Ilion Beyst b70328227e allow selecting opponent in demo 2022-03-03 21:12:18 +01:00
Ilion Beyst edb3ead976 retrieve opponent from bots database 2022-02-27 22:57:06 +01:00
Ilion Beyst 22a8f3d619 save all uploaded code bundles in database 2022-02-27 20:35:22 +01:00
Ilion Beyst ebd01757e8 play matches async 2022-02-15 19:54:29 +01:00
Ilion Beyst fc10359997 store demo matches in database 2022-02-08 20:13:24 +01:00
Ilion Beyst bfbcc173f8 allow retrieving match log for submitted bot 2022-01-27 19:22:48 +01:00
Ilion Beyst 4a7229b175 correct submitted bot path 2022-01-27 19:12:18 +01:00
Ilion Beyst 294c75823d add endpoint for standalone upload of bot code 2022-01-26 20:54:19 +01:00