aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/routes/bots.rs
AgeCommit message (Expand)AuthorFilesLines
2022-07-24create new bot flowIlion Beyst1-2/+10
2022-07-24add bot detail pageIlion Beyst1-6/+17
2022-07-24basic user profile pagesIlion Beyst1-3/+6
2022-07-23store active version id in bots tableIlion Beyst1-1/+2
2022-07-16move storage paths to GlobalConfigIlion Beyst1-5/+8
2022-07-07refactor: rename save_code_bundle to save_code_stringIlion Beyst1-2/+2
2022-07-07NewBotVersionIlion Beyst1-3/+4
2022-07-06rename code_bundle to bot_versionIlion Beyst1-4/+4
2022-07-05migrate code_bundles to bot_versionsIlion Beyst1-1/+1
2022-06-20upgrade to axum 0.5Ilion Beyst1-1/+1
2022-05-17implement leaderboard endpointIlion Beyst1-0/+7
2022-04-15validate bot namesIlion Beyst1-4/+53
2022-03-24require login for uploading botsIlion Beyst1-4/+10
2022-03-13apply clippy suggestionsIlion Beyst1-2/+2
2022-03-06return descriptive errors when saving botsIlion Beyst1-3/+27
2022-03-01don't allow overwriting bots for nowIlion Beyst1-3/+3
2022-02-28bot upload PoCIlion Beyst1-0/+31
2022-02-27save all uploaded code bundles in databaseIlion Beyst1-1/+1
2022-02-27make bot owner nullableIlion Beyst1-2/+2
2022-01-01minimal port of start_match logicIlion Beyst1-7/+3
2022-01-01match form stubsIlion Beyst1-0/+6
2021-12-31list uploaded code bundles on bot pageIlion Beyst1-4/+12
2021-12-30prototype code uploadIlion Beyst1-24/+35
2021-12-30prototype bots pagesIlion Beyst1-3/+14
2021-12-30rename to planetwars-serverIlion Beyst1-0/+75