aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-04integrate UserControls into main navbarIlion Beyst3-126/+90
2022-11-03add logo and page titlesIlion Beyst6-20/+110
2022-11-03basic responsive navbarIlion Beyst3-28/+82
2022-11-01highlight active tabIlion Beyst2-15/+32
2022-11-01move bot versions to its own tabIlion Beyst3-43/+90
2022-10-31tabbed bot pageIlion Beyst3-45/+90
2022-10-30add filtering and infinite scroll to BotMatchesIlion Beyst2-26/+100
2022-10-30allow filtering map in bot matchesIlion Beyst3-0/+18
2022-10-30design new BotMatch viewIlion Beyst10-15/+269
2022-10-30type fixesIlion Beyst2-3/+3
2022-10-29chore: add docker-compose.ymlStijn Seghers1-0/+11
2022-10-28show matches that had errors on bot pageIlion Beyst1-26/+28
2022-10-28update selects on SubmitPaneIlion Beyst1-4/+4
2022-10-26hide 'older' link when there is only one pageIlion Beyst1-1/+2
2022-10-25fix ordering in list_matchesIlion Beyst2-4/+8
2022-10-25fix matches page filter params propagationIlion Beyst2-26/+38
2022-10-24create simple stats pageIlion Beyst2-3/+175
2022-10-16only show playerlog to bot ownerIlion Beyst1-25/+44
2022-10-15only show bot stderr to its ownerIlion Beyst2-2/+23
2022-10-15show player logs on view match pageIlion Beyst8-158/+216
2022-10-14allow filtering for had_errorsIlion Beyst4-2/+36
2022-10-13basic test for list_matches and had_errorsIlion Beyst3-6/+85
2022-10-13save matchplayer had_errors in databaseIlion Beyst5-4/+32
2022-10-13implement ListBotMatches, allow querying matches by bot/opponent pairIlion Beyst4-24/+111
2022-10-13refactor: deduplicate match queriesStijn Seghers1-35/+21
2022-10-12upgrade to diesel 2.0Ilion Beyst24-220/+357
2022-10-12filter matches for outcomeIlion Beyst2-3/+33
2022-10-11add new bot stats endpointIlion Beyst4-1/+94
2022-10-11CI: skip installing diesel-cli if already cachedIlion Beyst1-1/+1
2022-10-10load match log asynchronouslyIlion Beyst1-7/+10
2022-10-10enable request & response compressionIlion Beyst3-4/+106
2022-10-09check in Cargo.lockIlion Beyst2-2/+2738
2022-10-06add test database in CIIlion Beyst1-6/+19
2022-10-06add cargo cache to test buildIlion Beyst1-1/+12
2022-10-06run matchrunner tests in CIIlion Beyst1-0/+31
2022-10-05full integration test: sign up, create bot, play matchIlion Beyst1-0/+102
2022-10-05extract poll_match_until_complete functionIlion Beyst1-28/+49
2022-10-04refactor: separate out test setupIlion Beyst1-49/+96
2022-10-04rough but functional integration testIlion Beyst2-10/+121
2022-10-03clear database between test runsIlion Beyst1-1/+22
2022-09-30add integration test stubIlion Beyst3-9/+75
2022-09-29rules: clarify combat resolutionIlion Beyst1-3/+9
2022-09-28add basic combat testsIlion Beyst1-1/+82
2022-09-28implement into_join_handle for RemoteBotHandleIlion Beyst1-3/+15
2022-09-27test playeroutcomesIlion Beyst1-2/+29
2022-09-26track player status and return player outcomes from matchIlion Beyst2-48/+68
2022-09-25propagate PlayerAction::TerminatedIlion Beyst2-1/+7
2022-09-24detect bot crashesIlion Beyst4-12/+28
2022-09-24test regular docker runner operationIlion Beyst2-0/+21
2022-09-24refactor: helpers for match setupIlion Beyst1-10/+29