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 (
Expand
)
Author
Files
Lines
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
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
2
-8
/
+28
2022-03-10
save match players in database
Ilion Beyst
2
-6
/
+19
2022-03-06
return descriptive errors when saving bots
Ilion Beyst
1
-3
/
+27
2022-03-03
allow selecting opponent in demo
Ilion Beyst
1
-3
/
+8
2022-03-01
don't allow overwriting bots for now
Ilion Beyst
1
-3
/
+3
2022-02-28
bot upload PoC
Ilion Beyst
1
-0
/
+31
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
2
-17
/
+9
2022-02-27
make bot owner nullable
Ilion Beyst
1
-2
/
+2
2022-02-16
add MatchState to ApiMatch
Ilion Beyst
1
-0
/
+2
2022-02-15
play matches async
Ilion Beyst
1
-4
/
+19
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
2
-26
/
+39
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
2
-0
/
+71
[next]