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 (
Collapse
)
Author
Files
Lines
2022-11-23
implement create new map endpoint
Ilion Beyst
2
-7
/
+120
2022-11-22
add is_ranked attribute to matches
Ilion Beyst
4
-3
/
+14
2022-10-30
allow filtering map in bot matches
Ilion Beyst
3
-0
/
+18
2022-10-25
fix ordering in list_matches
Ilion Beyst
2
-4
/
+8
2022-10-15
only show bot stderr to its owner
Ilion Beyst
1
-0
/
+2
2022-10-14
allow filtering for had_errors
Ilion Beyst
3
-2
/
+16
2022-10-13
basic test for list_matches and had_errors
Ilion Beyst
2
-6
/
+8
2022-10-13
save matchplayer had_errors in database
Ilion Beyst
3
-4
/
+30
2022-10-13
implement ListBotMatches, allow querying matches by bot/opponent pair
Ilion Beyst
4
-24
/
+111
2022-10-13
refactor: deduplicate match queries
Stijn Seghers
1
-35
/
+21
2022-10-12
upgrade to diesel 2.0
Ilion Beyst
20
-187
/
+213
2022-10-12
filter matches for outcome
Ilion Beyst
2
-3
/
+33
2022-10-11
add new bot stats endpoint
Ilion Beyst
4
-1
/
+94
2022-10-10
enable request & response compression
Ilion Beyst
1
-0
/
+2
2022-09-30
add integration test stub
Ilion Beyst
1
-8
/
+15
2022-09-28
implement into_join_handle for RemoteBotHandle
Ilion Beyst
1
-3
/
+15
2022-09-10
allow retrieving bot code
Ilion Beyst
2
-0
/
+27
2022-09-10
refactor: introduce promise helper type
Ilion Beyst
1
-46
/
+30
2022-09-09
client_api: allow player to connect before match has started
Ilion Beyst
1
-39
/
+132
2022-09-02
implement map selection in cli
Ilion Beyst
1
-2
/
+5
2022-08-30
registry: ensure that files have been closed before calculating checksums
Ilion Beyst
1
-1
/
+3
2022-08-29
show only completed matches in match log
Ilion Beyst
1
-0
/
+3
2022-08-28
add missing maps routes
Ilion Beyst
1
-0
/
+19
2022-08-28
run ranker on all maps
Ilion Beyst
1
-7
/
+10
2022-08-27
show map info for matches
Ilion Beyst
1
-0
/
+4
2022-08-27
allow selecting a map in editor view
Ilion Beyst
2
-0
/
+2
2022-08-26
add maps to matches api
Ilion Beyst
6
-13
/
+45
2022-08-25
add map info to matches
Ilion Beyst
2
-2
/
+25
2022-08-25
create db::maps module
Ilion Beyst
2
-0
/
+32
2022-08-23
create maps table
Ilion Beyst
3
-13
/
+18
2022-08-16
return pagination object from list matches API
Ilion Beyst
1
-7
/
+30
2022-08-12
abstract matches pagination logic
Ilion Beyst
1
-42
/
+52
2022-08-09
create password reset utility
Ilion Beyst
3
-8
/
+83
Co-authored-by: Wout Schellaert <wout.schellaert@gmail.com>
2022-08-08
implement before and after filters for matches
Ilion Beyst
2
-8
/
+32
2022-08-04
list matches for a specific bot
Ilion Beyst
2
-3
/
+47
2022-08-02
add parameters to recent_matches api endpoint
Ilion Beyst
2
-4
/
+26
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
3
-25
/
+47
2022-07-30
add is_public to matches
Ilion Beyst
6
-2
/
+15
2022-07-25
don't allow registering reserved usernames
Ilion Beyst
1
-0
/
+6
2022-07-25
limit amount of matches used by ranker
Ilion Beyst
3
-4
/
+9
2022-07-25
rename bot_api to client_api
Ilion Beyst
3
-24
/
+29
2022-07-24
pull docker bots before running them
Ilion Beyst
1
-2
/
+11
2022-07-24
create new bot flow
Ilion Beyst
1
-2
/
+10
2022-07-24
add bot detail page
Ilion Beyst
3
-8
/
+25
2022-07-24
basic user profile pages
Ilion Beyst
4
-7
/
+10
2022-07-23
store active version id in bots table
Ilion Beyst
8
-30
/
+74
2022-07-23
sort match players to ensure correct ordering
Ilion Beyst
1
-0
/
+5
2022-07-21
show match url in planetwars_client
Ilion Beyst
2
-0
/
+8
2022-07-21
re-enable bot_api server
Ilion Beyst
1
-0
/
+2
[next]