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 (
Expand
)
Author
Files
Lines
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
2022-09-19
remove unneccesary print in game rules
Ilion Beyst
1
-1
/
+0
2022-09-18
show dispatches and timeouts in outputpane
Ilion Beyst
2
-30
/
+89
2022-09-18
log dispatches and timeouts
Ilion Beyst
2
-2
/
+19
2022-09-17
initial version of structured log display
Ilion Beyst
2
-1
/
+134
2022-09-17
log initial state
Ilion Beyst
1
-4
/
+9
2022-09-16
introduce turn-based log parser
Ilion Beyst
2
-24
/
+14
2022-09-15
log bad commands
Ilion Beyst
3
-46
/
+52
2022-09-15
remove obsolete test code
Ilion Beyst
2
-47
/
+0
2022-09-14
docs: extend docker instructions
Ilion Beyst
5
-64
/
+116
2022-09-14
add basic markdown document styling
Ilion Beyst
3
-6
/
+40
2022-09-13
add prism syntax highlighting theme
Ilion Beyst
2
-0
/
+127
2022-09-13
add local development doc page
Ilion Beyst
3
-0
/
+57
2022-09-12
add toc sidebar to docs site
Ilion Beyst
7
-55
/
+141
2022-09-11
redirect /docs to /docs/rules
Ilion Beyst
1
-0
/
+8
2022-09-10
show bot versions on bot page
Ilion Beyst
2
-14
/
+64
2022-09-10
allow retrieving bot code
Ilion Beyst
2
-0
/
+27
2022-09-10
refactor: introduce promise helper type
Ilion Beyst
1
-46
/
+30
2022-09-09
client_api: allow player to connect before match has started
Ilion Beyst
1
-39
/
+132
[prev]
[next]