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
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-10-30
allow filtering map in bot matches
Ilion Beyst
1
-0
/
+11
2022-10-25
fix ordering in list_matches
Ilion Beyst
1
-2
/
+2
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
1
-0
/
+2
2022-10-13
basic test for list_matches and had_errors
Ilion Beyst
1
-4
/
+6
2022-10-13
implement ListBotMatches, allow querying matches by bot/opponent pair
Ilion Beyst
1
-1
/
+12
2022-10-12
upgrade to diesel 2.0
Ilion Beyst
5
-51
/
+54
2022-10-12
filter matches for outcome
Ilion Beyst
1
-2
/
+10
2022-10-11
add new bot stats endpoint
Ilion Beyst
1
-0
/
+39
2022-09-10
allow retrieving bot code
Ilion Beyst
1
-0
/
+26
2022-08-28
add missing maps routes
Ilion Beyst
1
-0
/
+19
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
1
-0
/
+1
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-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-30
add is_public to matches
Ilion Beyst
1
-0
/
+1
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
1
-1
/
+1
2022-07-24
create new bot flow
Ilion Beyst
1
-2
/
+10
2022-07-24
add bot detail page
Ilion Beyst
1
-6
/
+17
2022-07-24
basic user profile pages
Ilion Beyst
2
-4
/
+7
2022-07-23
store active version id in bots table
Ilion Beyst
2
-7
/
+6
2022-07-16
move storage paths to GlobalConfig
Ilion Beyst
3
-10
/
+14
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
2
-4
/
+4
2022-07-07
NewBotVersion
Ilion Beyst
1
-3
/
+4
2022-07-06
rename code_bundle to bot_version
Ilion Beyst
3
-13
/
+13
2022-07-05
migrate code_bundles to bot_versions
Ilion Beyst
2
-3
/
+2
2022-07-04
remove obsolete create match route
Ilion Beyst
1
-100
/
+3
2022-07-04
Merge branch 'bot-api' into next
Ilion Beyst
2
-7
/
+10
2022-06-20
upgrade to axum 0.5
Ilion Beyst
2
-4
/
+4
2022-06-10
update RunMatch helper to allow for remote bots
Ilion Beyst
2
-3
/
+6
2022-06-10
allow match_player code_bundle_id to be null
Ilion Beyst
3
-5
/
+5
2022-05-17
implement leaderboard endpoint
Ilion Beyst
1
-0
/
+7
2022-04-28
move match running logic to separate module
Ilion Beyst
2
-70
/
+10
2022-04-15
validate bot names
Ilion Beyst
1
-4
/
+53
2022-04-09
add validation to user registration
Ilion Beyst
1
-3
/
+82
2022-03-24
require login for uploading bots
Ilion Beyst
1
-4
/
+10
2022-03-13
apply clippy suggestions
Ilion Beyst
3
-7
/
+6
[next]