index
:
planetwars.dev
main
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-10-30
add filtering and infinite scroll to BotMatches
Ilion Beyst
2
-26
/
+100
2022-10-30
allow filtering map in bot matches
Ilion Beyst
3
-0
/
+18
2022-10-30
design new BotMatch view
Ilion Beyst
10
-15
/
+269
2022-10-30
type fixes
Ilion Beyst
2
-3
/
+3
2022-10-29
chore: add docker-compose.yml
Stijn Seghers
1
-0
/
+11
2022-10-28
show matches that had errors on bot page
Ilion Beyst
1
-26
/
+28
2022-10-28
update selects on SubmitPane
Ilion Beyst
1
-4
/
+4
2022-10-26
hide 'older' link when there is only one page
Ilion Beyst
1
-1
/
+2
2022-10-25
fix ordering in list_matches
Ilion Beyst
2
-4
/
+8
2022-10-25
fix matches page filter params propagation
Ilion Beyst
2
-26
/
+38
2022-10-24
create simple stats page
Ilion Beyst
2
-3
/
+175
2022-10-16
only show playerlog to bot owner
Ilion Beyst
1
-25
/
+44
2022-10-15
only show bot stderr to its owner
Ilion Beyst
2
-2
/
+23
2022-10-15
show player logs on view match page
Ilion Beyst
8
-158
/
+216
2022-10-14
allow filtering for had_errors
Ilion Beyst
4
-2
/
+36
2022-10-13
basic test for list_matches and had_errors
Ilion Beyst
3
-6
/
+85
2022-10-13
save matchplayer had_errors in database
Ilion Beyst
5
-4
/
+32
2022-10-13
implement ListBotMatches, allow querying matches by bot/opponent pair
Ilion Beyst
4
-24
/
+111
2022-10-13
refactor: deduplicate match queries
Stijn Seghers
1
-35
/
+21
2022-10-12
upgrade to diesel 2.0
Ilion Beyst
24
-220
/
+357
2022-10-12
filter matches for outcome
Ilion Beyst
2
-3
/
+33
2022-10-11
add new bot stats endpoint
Ilion Beyst
4
-1
/
+94
2022-10-11
CI: skip installing diesel-cli if already cached
Ilion Beyst
1
-1
/
+1
2022-10-10
load match log asynchronously
Ilion Beyst
1
-7
/
+10
2022-10-10
enable request & response compression
Ilion Beyst
3
-4
/
+106
2022-10-09
check in Cargo.lock
Ilion Beyst
2
-2
/
+2738
2022-10-06
add test database in CI
Ilion Beyst
1
-6
/
+19
2022-10-06
add cargo cache to test build
Ilion Beyst
1
-1
/
+12
2022-10-06
run matchrunner tests in CI
Ilion Beyst
1
-0
/
+31
2022-10-05
full integration test: sign up, create bot, play match
Ilion Beyst
1
-0
/
+102
2022-10-05
extract poll_match_until_complete function
Ilion Beyst
1
-28
/
+49
2022-10-04
refactor: separate out test setup
Ilion Beyst
1
-49
/
+96
2022-10-04
rough but functional integration test
Ilion Beyst
2
-10
/
+121
2022-10-03
clear database between test runs
Ilion Beyst
1
-1
/
+22
2022-09-30
add integration test stub
Ilion Beyst
3
-9
/
+75
2022-09-29
rules: clarify combat resolution
Ilion Beyst
1
-3
/
+9
2022-09-28
add basic combat tests
Ilion Beyst
1
-1
/
+82
2022-09-28
implement into_join_handle for RemoteBotHandle
Ilion Beyst
1
-3
/
+15
2022-09-27
test playeroutcomes
Ilion Beyst
1
-2
/
+29
2022-09-26
track player status and return player outcomes from match
Ilion Beyst
2
-48
/
+68
2022-09-25
propagate PlayerAction::Terminated
Ilion Beyst
2
-1
/
+7
2022-09-24
detect bot crashes
Ilion Beyst
4
-12
/
+28
2022-09-24
test regular docker runner operation
Ilion Beyst
2
-0
/
+21
2022-09-24
refactor: helpers for match setup
Ilion Beyst
1
-10
/
+29
2022-09-23
remove unused function and file
Ilion Beyst
2
-74
/
+0
2022-09-23
ensure bots cleanly stop before a match completes
Ilion Beyst
6
-14
/
+41
2022-09-22
test docker runner timeouts
Ilion Beyst
4
-13
/
+50
2022-09-20
add a basic matchrunner test
Ilion Beyst
3
-0
/
+69
2022-09-19
update docs
Ilion Beyst
2
-11
/
+40
- divide rules doc in sections - clarify turn order - document logging to stderr - bump turn limit to 500
2022-09-19
remove unneccesary print in game rules
Ilion Beyst
1
-1
/
+0
[next]