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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
refactor: delay BotSpec construction in RunMatch
Ilion Beyst
5
-47
/
+45
2022-07-11
tying it together: execute docker bots
Ilion Beyst
1
-6
/
+17
2022-07-09
refactor: pass on both Bot and BotVersion to MatchPlayer
Ilion Beyst
4
-24
/
+45
2022-07-08
create a new bot verison on docker push
Ilion Beyst
1
-5
/
+16
2022-07-07
refactor: rename save_code_bundle to save_code_string
Ilion Beyst
4
-6
/
+7
2022-07-07
NewBotVersion
Ilion Beyst
3
-11
/
+14
2022-07-06
rename code_bundle to bot_version
Ilion Beyst
12
-31
/
+35
2022-07-05
migrate code_bundles to bot_versions
Ilion Beyst
9
-38
/
+37
2022-07-05
migrate code_bundles to bot_versions
Ilion Beyst
2
-0
/
+8
2022-07-04
remove obsolete create match route
Ilion Beyst
2
-101
/
+4
2022-07-04
Merge branch 'bot-api' into next
Ilion Beyst
12
-31
/
+355
2022-07-04
cleanup and comments
Ilion Beyst
1
-8
/
+3
2022-07-01
use file metadata for returning data ranges and lengths
Ilion Beyst
1
-12
/
+18
2022-07-03
verify blob digest on upload
Ilion Beyst
1
-5
/
+21
2022-06-30
make sure that all pushed data is actually written
Ilion Beyst
1
-4
/
+5
2022-06-27
implement admin login
Ilion Beyst
1
-12
/
+29
2022-06-24
don't allow accessing non-existing repositories
Ilion Beyst
1
-1
/
+1
2022-06-21
add auth to all registry routes
Ilion Beyst
1
-31
/
+75
2022-06-20
implement basic auth checking
Ilion Beyst
1
-23
/
+63
2022-06-20
upgrade to axum 0.5
Ilion Beyst
5
-12
/
+19
2022-06-20
rename route handler methods
Ilion Beyst
1
-12
/
+15
2022-06-19
basic docker login PoC
Ilion Beyst
2
-15
/
+43
2022-06-18
support docker pull
Ilion Beyst
1
-5
/
+47
2022-06-17
store blobs in sha256 directory
Ilion Beyst
1
-4
/
+6
2022-06-12
accept docker push
Ilion Beyst
4
-0
/
+230
2022-06-11
use RunMatch in bot_api service
Ilion Beyst
1
-23
/
+20
2022-06-10
update RunMatch helper to allow for remote bots
Ilion Beyst
5
-22
/
+50
2022-06-10
allow match_player code_bundle_id to be null
Ilion Beyst
7
-13
/
+24
2022-06-09
consistently use player_key and player_id
Ilion Beyst
1
-10
/
+10
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
2
-10
/
+141
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
4
-0
/
+45
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
5
-6
/
+26
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
5
-1
/
+57
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
3
-5
/
+89
2022-03-24
require login for uploading bots
Ilion Beyst
1
-4
/
+10
2022-03-13
apply clippy suggestions
Ilion Beyst
6
-23
/
+19
[next]