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
/
matches.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-12
upgrade to diesel 2.0
Ilion Beyst
1
-8
/
+8
2022-10-12
filter matches for outcome
Ilion Beyst
1
-2
/
+10
2022-08-27
show map info for matches
Ilion Beyst
1
-0
/
+4
2022-08-23
create maps table
Ilion Beyst
1
-5
/
+2
2022-08-16
return pagination object from list matches API
Ilion Beyst
1
-7
/
+30
2022-08-08
implement before and after filters for matches
Ilion Beyst
1
-3
/
+2
2022-08-04
list matches for a specific bot
Ilion Beyst
1
-3
/
+17
2022-08-02
add parameters to recent_matches api endpoint
Ilion Beyst
1
-3
/
+25
2022-07-31
add winner to match api responses
Ilion Beyst
1
-0
/
+2
2022-07-30
list only public matches in API
Ilion Beyst
1
-2
/
+4
2022-07-25
limit amount of matches used by ranker
Ilion Beyst
1
-1
/
+1
2022-07-16
move storage paths to GlobalConfig
Ilion Beyst
1
-4
/
+5
2022-07-06
rename code_bundle to bot_version
Ilion Beyst
1
-2
/
+2
2022-07-05
migrate code_bundles to bot_versions
Ilion Beyst
1
-2
/
+1
2022-07-04
remove obsolete create match route
Ilion Beyst
1
-100
/
+3
2022-06-10
update RunMatch helper to allow for remote bots
Ilion Beyst
1
-1
/
+1
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
-1
/
+0
2022-03-13
apply clippy suggestions
Ilion Beyst
1
-3
/
+2
2022-03-12
typo: maches -> matches
Ilion Beyst
1
-1
/
+2
2022-03-11
add information about match players to match API object
Ilion Beyst
1
-5
/
+9
2022-03-10
save match players in database
Ilion Beyst
1
-3
/
+7
2022-02-16
add MatchState to ApiMatch
Ilion Beyst
1
-0
/
+2
2022-02-12
separate match data api from match log api
Ilion Beyst
1
-0
/
+10
2022-02-08
store demo matches in database
Ilion Beyst
1
-1
/
+1
2022-01-23
run all bots in python docker for now
Ilion Beyst
1
-6
/
+9
2022-01-03
add match_state to matches
Ilion Beyst
1
-2
/
+7
2022-01-02
serve match logs
Ilion Beyst
1
-7
/
+25
2022-01-02
store matches in database
Ilion Beyst
1
-7
/
+56
2022-01-01
minimal port of start_match logic
Ilion Beyst
1
-2
/
+62
2022-01-01
match form stubs
Ilion Beyst
1
-0
/
+12