aboutsummaryrefslogtreecommitdiff
path: root/planetwars-server/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2022-06-20upgrade to axum 0.5Ilion Beyst1-4/+8
2022-06-12accept docker pushIlion Beyst1-0/+12
2022-05-17implement leaderboard endpointIlion Beyst1-0/+1
2022-04-27restructure server entrypoint for rankerIlion Beyst1-12/+27
2022-03-13apply clippy suggestionsIlion Beyst1-5/+3
2022-02-28bot upload PoCIlion Beyst1-0/+1
2022-02-27seed simplebot on server startupIlion Beyst1-0/+26
2022-02-27save all uploaded code bundles in databaseIlion Beyst1-5/+12
2022-02-24remove old Rocket artifactsIlion Beyst1-2/+0
2022-02-20implement basic configurationIlion Beyst1-4/+16
2022-02-12separate match data api from match log apiIlion Beyst1-1/+5
2022-02-08store demo matches in databaseIlion Beyst1-4/+0
2022-01-27allow retrieving match log for submitted botIlion Beyst1-1/+5
2022-01-26add endpoint for standalone upload of bot codeIlion Beyst1-0/+1
2022-01-03add match_state to matchesIlion Beyst1-0/+1
2022-01-02serve match logsIlion Beyst1-0/+1
2022-01-02store matches in databaseIlion Beyst1-1/+4
2022-01-01minimal port of start_match logicIlion Beyst1-0/+5
2022-01-01match form stubsIlion Beyst1-1/+5
2021-12-30prototype code uploadIlion Beyst1-1/+4
2021-12-30prototype bots pagesIlion Beyst1-0/+1
2021-12-30nest api routes under /apiIlion Beyst1-10/+10
2021-12-30rename to planetwars-serverIlion Beyst1-0/+85