Commit graph

360 commits

Author SHA1 Message Date
Ilion Beyst 9ed7d7ab2f render planet names 2022-11-06 21:44:56 +01:00
Ilion Beyst fdc2ab9421 msdf font renderen 2022-11-06 18:07:16 +01:00
Ilion Beyst d3845eb85f integrate UserControls into main navbar 2022-11-04 07:31:29 +01:00
Ilion Beyst 698ae8d15e add logo and page titles 2022-11-03 21:49:45 +01:00
Ilion Beyst b1f8062b85 basic responsive navbar 2022-11-03 20:19:57 +01:00
Ilion Beyst 1afd5b5404 highlight active tab 2022-11-01 23:04:46 +01:00
Ilion Beyst 0e65f04e1e move bot versions to its own tab 2022-11-01 22:36:19 +01:00
Ilion Beyst 06a8ed945b tabbed bot page 2022-10-31 20:31:03 +01:00
Ilion Beyst 8d556bbff1 add filtering and infinite scroll to BotMatches 2022-10-30 16:23:35 +01:00
Ilion Beyst f429adb4f8 allow filtering map in bot matches 2022-10-30 16:23:35 +01:00
Ilion Beyst 00d31df58d design new BotMatch view 2022-10-30 16:23:35 +01:00
Ilion Beyst 67c8a2780c type fixes 2022-10-30 16:23:35 +01:00
Stijn Seghers 33cd3a85f3 chore: add docker-compose.yml 2022-10-29 13:27:43 +02:00
Ilion Beyst 60e9f900bd show matches that had errors on bot page 2022-10-28 07:46:12 +02:00
Ilion Beyst 5369212cf4 update selects on SubmitPane 2022-10-28 07:34:16 +02:00
Ilion Beyst b162d381fa hide 'older' link when there is only one page 2022-10-26 20:36:37 +02:00
Ilion Beyst 095ad981db fix ordering in list_matches 2022-10-25 18:09:58 +02:00
Ilion Beyst 55c76db7b6 fix matches page filter params propagation 2022-10-25 18:57:58 +02:00
Ilion Beyst e3164246e1 create simple stats page 2022-10-24 07:19:52 +02:00
Ilion Beyst 03cdbbc003 only show playerlog to bot owner 2022-10-16 12:42:20 +02:00
Ilion Beyst 79479ba8ba only show bot stderr to its owner 2022-10-15 23:58:52 +02:00
Ilion Beyst 8feccfeb23 show player logs on view match page 2022-10-15 23:28:36 +02:00
Ilion Beyst b51b7a331d allow filtering for had_errors 2022-10-14 14:09:32 +02:00
Ilion Beyst 353ecd4c16 basic test for list_matches and had_errors 2022-10-13 23:42:44 +02:00
Ilion Beyst eb2cbb15fb save matchplayer had_errors in database 2022-10-13 22:22:45 +02:00
Ilion Beyst 2278ecd258 implement ListBotMatches, allow querying matches by bot/opponent pair 2022-10-13 17:45:11 +02:00
Stijn Seghers ce07419bbc refactor: deduplicate match queries 2022-10-13 15:32:13 +02:00
Ilion Beyst ae57359353 upgrade to diesel 2.0 2022-10-12 22:52:15 +02:00
Ilion Beyst ed016773b1 filter matches for outcome 2022-10-12 21:08:00 +02:00
Ilion Beyst 19b9a6ea1b add new bot stats endpoint 2022-10-11 22:58:42 +02:00
Ilion Beyst 8651f1d8f1 CI: skip installing diesel-cli if already cached 2022-10-11 13:53:08 +02:00
Ilion Beyst 3f34ffcafc load match log asynchronously 2022-10-10 13:51:37 +02:00
Ilion Beyst f7eedc6ca1 enable request & response compression 2022-10-10 13:23:18 +02:00
Ilion Beyst 505ea6a23d check in Cargo.lock 2022-10-09 22:42:00 +02:00
Ilion Beyst 2cfd6cdeec add test database in CI 2022-10-06 16:34:18 +02:00
Ilion Beyst 0678c21e09 add cargo cache to test build 2022-10-06 15:42:46 +02:00
Ilion Beyst 2518807c1e run matchrunner tests in CI 2022-10-06 15:31:21 +02:00
Ilion Beyst 9825d2c49e full integration test: sign up, create bot, play match 2022-10-05 21:14:09 +02:00
Ilion Beyst df44ef055e extract poll_match_until_complete function 2022-10-05 19:44:16 +02:00
Ilion Beyst 45d6172814 refactor: separate out test setup 2022-10-04 18:44:04 +02:00
Ilion Beyst 790da3cf1a rough but functional integration test 2022-10-04 07:02:46 +02:00
Ilion Beyst f6da362f94 clear database between test runs 2022-10-03 07:26:39 +02:00
Ilion Beyst 8f6b34db10 add integration test stub 2022-09-30 17:28:24 +02:00
Ilion Beyst 8178148996 rules: clarify combat resolution 2022-09-29 21:14:52 +02:00
Ilion Beyst f5e96da28e add basic combat tests 2022-09-28 19:02:38 +02:00
Ilion Beyst c4f78f2dad implement into_join_handle for RemoteBotHandle 2022-09-28 07:12:36 +02:00
Ilion Beyst f777baa4f2 test playeroutcomes 2022-09-27 07:14:47 +02:00
Ilion Beyst 2a37b96da2 track player status and return player outcomes from match 2022-09-26 19:57:22 +02:00
Ilion Beyst b7bcbdd3a6 propagate PlayerAction::Terminated 2022-09-25 11:06:50 +02:00
Ilion Beyst f7261e165b detect bot crashes 2022-09-24 23:37:23 +02:00