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-server
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-08
implement grpc match creation PoC
Ilion Beyst
1
-32
/
+54
2022-06-07
timeout when player never connects
Ilion Beyst
1
-9
/
+23
2022-06-06
bot api: handle timeouts and disconnects
Ilion Beyst
1
-8
/
+55
2022-06-06
send player_id through request metadata
Ilion Beyst
1
-3
/
+16
2022-06-06
implement PlayerRouter
Ilion Beyst
1
-26
/
+45
2022-06-05
baby steps towards a working bot api
Ilion Beyst
1
-10
/
+140
2022-06-04
ranker: implement weight and bias
Ilion Beyst
1
-12
/
+102
2022-06-04
implement MLE ranker
Ilion Beyst
1
-29
/
+178
2022-05-31
set up gprc server
Ilion Beyst
2
-0
/
+31
2022-05-30
significantly lower max_update to obtain a stable ranking
Ilion Beyst
1
-1
/
+1
2022-05-29
save match winner in database
Ilion Beyst
3
-6
/
+20
2022-05-28
fix order of arguments in ranker
Ilion Beyst
1
-2
/
+2
2022-05-27
implement simple elo rating
Ilion Beyst
1
-4
/
+59
2022-05-17
implement leaderboard endpoint
Ilion Beyst
3
-1
/
+36
2022-05-09
add ratings table
Ilion Beyst
3
-1
/
+48
2022-04-28
move match running logic to separate module
Ilion Beyst
6
-74
/
+144
2022-04-27
restructure server entrypoint for ranker
Ilion Beyst
4
-22
/
+34
2022-04-15
validate bot names
Ilion Beyst
1
-4
/
+53
2022-04-09
add validation to user registration
Ilion Beyst
2
-5
/
+88
2022-03-24
require login for uploading bots
Ilion Beyst
1
-4
/
+10
2022-03-13
apply clippy suggestions
Ilion Beyst
6
-23
/
+19
2022-03-12
typo: maches -> matches
Ilion Beyst
2
-2
/
+3
2022-03-11
add information about match players to match API object
Ilion Beyst
3
-17
/
+74
2022-03-10
save match players in database
Ilion Beyst
4
-13
/
+26
2022-03-06
return descriptive errors when saving bots
Ilion Beyst
1
-3
/
+27
2022-03-03
allow selecting opponent in demo
Ilion Beyst
1
-3
/
+8
2022-03-01
don't allow overwriting bots for now
Ilion Beyst
1
-3
/
+3
2022-02-28
bot upload PoC
Ilion Beyst
2
-0
/
+32
2022-02-27
retrieve opponent from bots database
Ilion Beyst
2
-18
/
+30
2022-02-27
seed simplebot on server startup
Ilion Beyst
1
-0
/
+26
2022-02-27
save all uploaded code bundles in database
Ilion Beyst
8
-25
/
+59
2022-02-27
make bot owner nullable
Ilion Beyst
3
-5
/
+5
2022-02-24
remove old Rocket artifacts
Ilion Beyst
1
-2
/
+0
2022-02-20
implement basic configuration
Ilion Beyst
1
-4
/
+16
2022-02-16
add MatchState to ApiMatch
Ilion Beyst
2
-1
/
+4
2022-02-15
play matches async
Ilion Beyst
2
-5
/
+27
2022-02-12
separate match data api from match log api
Ilion Beyst
2
-1
/
+15
2022-02-08
store demo matches in database
Ilion Beyst
5
-40
/
+52
2022-01-27
allow retrieving match log for submitted bot
Ilion Beyst
2
-2
/
+13
2022-01-27
correct submitted bot path
Ilion Beyst
1
-1
/
+1
2022-01-26
add endpoint for standalone upload of bot code
Ilion Beyst
3
-0
/
+72
2022-01-23
run all bots in python docker for now
Ilion Beyst
1
-6
/
+9
2022-01-04
return user from login call
Ilion Beyst
1
-6
/
+7
2022-01-03
add schema.patch to allow unused imports in schema file
Ilion Beyst
2
-8
/
+12
2022-01-03
add match_state to matches
Ilion Beyst
5
-3
/
+47
2022-01-02
serve match logs
Ilion Beyst
3
-8
/
+46
2022-01-02
store matches in database
Ilion Beyst
5
-9
/
+177
2022-01-01
minimal port of start_match logic
Ilion Beyst
4
-9
/
+77
2022-01-01
match form stubs
Ilion Beyst
5
-1
/
+29
2021-12-31
list uploaded code bundles on bot page
Ilion Beyst
2
-4
/
+18
[prev]
[next]