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
/
db
/
matches.rs
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-10-14
allow filtering for had_errors
Ilion Beyst
1
-1
/
+3
2022-10-13
save matchplayer had_errors in database
Ilion Beyst
1
-1
/
+20
2022-10-13
implement ListBotMatches, allow querying matches by bot/opponent pair
Ilion Beyst
1
-23
/
+12
2022-10-13
refactor: deduplicate match queries
Stijn Seghers
1
-35
/
+21
2022-10-12
upgrade to diesel 2.0
Ilion Beyst
1
-46
/
+50
2022-10-12
filter matches for outcome
Ilion Beyst
1
-1
/
+23
2022-10-11
add new bot stats endpoint
Ilion Beyst
1
-0
/
+53
2022-08-29
show only completed matches in match log
Ilion Beyst
1
-0
/
+3
2022-08-26
add maps to matches api
Ilion Beyst
1
-0
/
+1
2022-08-25
add map info to matches
Ilion Beyst
1
-2
/
+23
2022-08-23
create maps table
Ilion Beyst
1
-8
/
+2
2022-08-12
abstract matches pagination logic
Ilion Beyst
1
-42
/
+52
2022-08-08
implement before and after filters for matches
Ilion Beyst
1
-5
/
+30
2022-08-04
list matches for a specific bot
Ilion Beyst
1
-0
/
+30
2022-07-30
list only public matches in API
Ilion Beyst
1
-22
/
+42
2022-07-30
add is_public to matches
Ilion Beyst
1
-0
/
+2
2022-07-25
limit amount of matches used by ranker
Ilion Beyst
1
-2
/
+5
2022-07-23
sort match players to ensure correct ordering
Ilion Beyst
1
-0
/
+5
2022-07-06
rename code_bundle to bot_version
Ilion Beyst
1
-6
/
+6
2022-07-05
migrate code_bundles to bot_versions
Ilion Beyst
1
-7
/
+7
2022-06-10
update RunMatch helper to allow for remote bots
Ilion Beyst
1
-2
/
+2
2022-06-10
allow match_player code_bundle_id to be null
Ilion Beyst
1
-7
/
+16
2022-05-29
save match winner in database
Ilion Beyst
1
-3
/
+10
2022-03-12
typo: maches -> matches
Ilion Beyst
1
-1
/
+1
2022-03-11
add information about match players to match API object
Ilion Beyst
1
-9
/
+46
2022-03-10
save match players in database
Ilion Beyst
1
-5
/
+5
2022-02-15
play matches async
Ilion Beyst
1
-1
/
+8
2022-02-08
store demo matches in database
Ilion Beyst
1
-9
/
+12
2022-01-03
add match_state to matches
Ilion Beyst
1
-0
/
+3
2022-01-02
serve match logs
Ilion Beyst
1
-1
/
+20
2022-01-02
store matches in database
Ilion Beyst
1
-0
/
+97