aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/routes
AgeCommit message (Expand)AuthorFilesLines
2022-06-20upgrade to axum 0.5Ilion Beyst2-4/+4
2022-05-17implement leaderboard endpointIlion Beyst1-0/+7
2022-04-28move match running logic to separate moduleIlion Beyst2-70/+10
2022-04-15validate bot namesIlion Beyst1-4/+53
2022-04-09add validation to user registrationIlion Beyst1-3/+82
2022-03-24require login for uploading botsIlion Beyst1-4/+10
2022-03-13apply clippy suggestionsIlion Beyst3-7/+6
2022-03-12typo: maches -> matchesIlion Beyst1-1/+2
2022-03-11add information about match players to match API objectIlion Beyst2-8/+28
2022-03-10save match players in databaseIlion Beyst2-6/+19
2022-03-06return descriptive errors when saving botsIlion Beyst1-3/+27
2022-03-03allow selecting opponent in demoIlion Beyst1-3/+8
2022-03-01don't allow overwriting bots for nowIlion Beyst1-3/+3
2022-02-28bot upload PoCIlion Beyst1-0/+31
2022-02-27retrieve opponent from bots databaseIlion Beyst1-18/+26
2022-02-27save all uploaded code bundles in databaseIlion Beyst2-17/+9
2022-02-27make bot owner nullableIlion Beyst1-2/+2
2022-02-16add MatchState to ApiMatchIlion Beyst1-0/+2
2022-02-15play matches asyncIlion Beyst1-4/+19
2022-02-12separate match data api from match log apiIlion Beyst1-0/+10
2022-02-08store demo matches in databaseIlion Beyst2-26/+39
2022-01-27allow retrieving match log for submitted botIlion Beyst1-1/+8
2022-01-27correct submitted bot pathIlion Beyst1-1/+1
2022-01-26add endpoint for standalone upload of bot codeIlion Beyst2-0/+71
2022-01-23run all bots in python docker for nowIlion Beyst1-6/+9
2022-01-04return user from login callIlion Beyst1-6/+7
2022-01-03add match_state to matchesIlion Beyst1-2/+7
2022-01-02serve match logsIlion Beyst1-7/+25
2022-01-02store matches in databaseIlion Beyst1-7/+56
2022-01-01minimal port of start_match logicIlion Beyst2-9/+65
2022-01-01match form stubsIlion Beyst3-0/+19
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 Beyst2-3/+15
2021-12-30rename to planetwars-serverIlion Beyst3-0/+171