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
path:
root
/
planetwars-matchrunner
/
src
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-11-27
client: don't freeze when bot does not produce output
Ilion Beyst
1
-3
/
+3
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
2
-2
/
+4
2022-09-23
remove unused function and file
Ilion Beyst
1
-18
/
+0
2022-09-23
ensure bots cleanly stop before a match completes
Ilion Beyst
5
-13
/
+39
2022-09-22
test docker runner timeouts
Ilion Beyst
2
-2
/
+2
2022-09-18
log dispatches and timeouts
Ilion Beyst
2
-2
/
+19
2022-09-17
log initial state
Ilion Beyst
1
-4
/
+9
2022-09-15
log bad commands
Ilion Beyst
2
-18
/
+52
2022-09-15
remove obsolete test code
Ilion Beyst
1
-44
/
+0
2022-08-28
raise turn limit to 500
Ilion Beyst
1
-1
/
+1
2022-07-24
pull docker bots before running them
Ilion Beyst
1
-0
/
+34
2022-07-11
tying it together: execute docker bots
Ilion Beyst
1
-8
/
+6
2022-06-04
docker_runner: disable cpu limits
Ilion Beyst
1
-5
/
+4
2022-05-28
Merge branch 'feature/leaderboard'
Ilion Beyst
2
-6
/
+19
2022-05-21
add resource limits to bots
Ilion Beyst
1
-0
/
+10
2022-05-21
stop and remove bot containers after match is finished
Ilion Beyst
1
-0
/
+24
2022-04-28
move match running logic to separate module
Ilion Beyst
1
-1
/
+0
2022-04-27
return winner when running a match
Ilion Beyst
2
-5
/
+19
2022-03-13
apply clippy suggestions
Ilion Beyst
6
-22
/
+33
2022-02-23
implement matchlogger
Ilion Beyst
5
-87
/
+160
2022-02-03
remove send_info method
Ilion Beyst
5
-18
/
+2
2022-01-23
run all bots in python docker for now
Ilion Beyst
1
-5
/
+12
2022-01-22
implement docker runner
Ilion Beyst
3
-153
/
+228
2022-01-22
define interface for running containerized bots
Ilion Beyst
1
-51
/
+67
2022-01-20
mount a code bundle into executor container
Ilion Beyst
1
-2
/
+7
2022-01-20
docker bot runner PoC
Ilion Beyst
1
-18
/
+51
2022-01-18
running a bot in docker PoC
Ilion Beyst
2
-3
/
+114
2022-01-01
extract matchrunner crate from planetwars-cli
Ilion Beyst
4
-0
/
+508