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
/
routes
/
demo.rs
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-10-12
upgrade to diesel 2.0
Ilion Beyst
1
-4
/
+5
2022-08-26
add maps to matches api
Ilion Beyst
1
-4
/
+11
2022-08-25
add map info to matches
Ilion Beyst
1
-0
/
+2
2022-07-30
add is_public to matches
Ilion Beyst
1
-0
/
+1
2022-07-23
store active version id in bots table
Ilion Beyst
1
-6
/
+4
2022-07-16
move storage paths to GlobalConfig
Ilion Beyst
1
-1
/
+1
2022-07-14
change runnerconfig to globalconfig
Ilion Beyst
1
-3
/
+4
2022-07-14
create a configuration to hold docker registry url
Ilion Beyst
1
-11
/
+17
2022-07-13
refactor: unify match save and spawn
Ilion Beyst
1
-5
/
+5
2022-07-12
refactor: delay BotSpec construction in RunMatch
Ilion Beyst
1
-2
/
+8
2022-07-09
refactor: pass on both Bot and BotVersion to MatchPlayer
Ilion Beyst
1
-6
/
+6
2022-07-07
refactor: rename save_code_bundle to save_code_string
Ilion Beyst
1
-2
/
+2
2022-07-06
rename code_bundle to bot_version
Ilion Beyst
1
-7
/
+7
2022-06-10
update RunMatch helper to allow for remote bots
Ilion Beyst
1
-2
/
+5
2022-06-10
allow match_player code_bundle_id to be null
Ilion Beyst
1
-2
/
+2
2022-04-28
move match running logic to separate module
Ilion Beyst
1
-69
/
+10
2022-03-13
apply clippy suggestions
Ilion Beyst
1
-2
/
+2
2022-03-11
add information about match players to match API object
Ilion Beyst
1
-3
/
+19
2022-03-10
save match players in database
Ilion Beyst
1
-3
/
+12
2022-03-03
allow selecting opponent in demo
Ilion Beyst
1
-3
/
+8
2022-02-27
retrieve opponent from bots database
Ilion Beyst
1
-18
/
+26
2022-02-27
save all uploaded code bundles in database
Ilion Beyst
1
-16
/
+8
2022-02-15
play matches async
Ilion Beyst
1
-4
/
+19
2022-02-08
store demo matches in database
Ilion Beyst
1
-25
/
+38
2022-01-27
allow retrieving match log for submitted bot
Ilion Beyst
1
-1
/
+8
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
1
-0
/
+70