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
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-24
registry: include registry api version on all responses
Ilion Beyst
1
-5
/
+9
2022-11-24
registry: add basic error bodies
Ilion Beyst
1
-51
/
+109
2022-11-22
add is_ranked attribute to matches
Ilion Beyst
1
-2
/
+2
2022-10-13
basic test for list_matches and had_errors
Ilion Beyst
1
-2
/
+2
2022-10-13
save matchplayer had_errors in database
Ilion Beyst
1
-3
/
+9
2022-10-12
upgrade to diesel 2.0
Ilion Beyst
5
-35
/
+37
2022-10-11
add new bot stats endpoint
Ilion Beyst
1
-1
/
+1
2022-09-28
implement into_join_handle for RemoteBotHandle
Ilion Beyst
1
-3
/
+15
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-28
run ranker on all maps
Ilion Beyst
1
-7
/
+10
2022-08-26
add maps to matches api
Ilion Beyst
3
-7
/
+27
2022-07-30
add is_public to matches
Ilion Beyst
3
-2
/
+11
2022-07-25
limit amount of matches used by ranker
Ilion Beyst
1
-1
/
+3
2022-07-25
rename bot_api to client_api
Ilion Beyst
2
-22
/
+27
2022-07-24
pull docker bots before running them
Ilion Beyst
1
-2
/
+11
2022-07-23
store active version id in bots table
Ilion Beyst
4
-15
/
+26
2022-07-21
show match url in planetwars_client
Ilion Beyst
1
-0
/
+5
2022-07-20
wrap bot api in oneof for extendability
Ilion Beyst
1
-15
/
+27
2022-07-16
integrate registry with GlobalConfig
Ilion Beyst
1
-18
/
+39
2022-07-16
move storage paths to GlobalConfig
Ilion Beyst
2
-16
/
+14
2022-07-14
change runnerconfig to globalconfig
Ilion Beyst
3
-25
/
+14
2022-07-14
create a configuration to hold docker registry url
Ilion Beyst
3
-27
/
+50
2022-07-13
refactor: unify match save and spawn
Ilion Beyst
3
-25
/
+27
2022-07-12
refactor: delay BotSpec construction in RunMatch
Ilion Beyst
3
-44
/
+36
2022-07-11
tying it together: execute docker bots
Ilion Beyst
1
-6
/
+17
2022-07-09
refactor: pass on both Bot and BotVersion to MatchPlayer
Ilion Beyst
3
-18
/
+39
2022-07-08
create a new bot verison on docker push
Ilion Beyst
1
-5
/
+16
2022-07-07
refactor: rename save_code_bundle to save_code_string
Ilion Beyst
1
-1
/
+2
2022-07-07
NewBotVersion
Ilion Beyst
1
-3
/
+4
2022-07-06
rename code_bundle to bot_version
Ilion Beyst
4
-5
/
+5
2022-07-05
migrate code_bundles to bot_versions
Ilion Beyst
3
-4
/
+5
2022-07-04
Merge branch 'bot-api' into next
Ilion Beyst
4
-17
/
+315
2022-07-04
cleanup and comments
Ilion Beyst
1
-8
/
+3
2022-07-01
use file metadata for returning data ranges and lengths
Ilion Beyst
1
-12
/
+18
2022-07-03
verify blob digest on upload
Ilion Beyst
1
-5
/
+21
2022-06-30
make sure that all pushed data is actually written
Ilion Beyst
1
-4
/
+5
2022-06-27
implement admin login
Ilion Beyst
1
-12
/
+29
2022-06-24
don't allow accessing non-existing repositories
Ilion Beyst
1
-1
/
+1
2022-06-21
add auth to all registry routes
Ilion Beyst
1
-31
/
+75
2022-06-20
implement basic auth checking
Ilion Beyst
1
-23
/
+63
2022-06-20
rename route handler methods
Ilion Beyst
1
-12
/
+15
2022-06-19
basic docker login PoC
Ilion Beyst
1
-15
/
+42
2022-06-18
support docker pull
Ilion Beyst
1
-5
/
+47
2022-06-17
store blobs in sha256 directory
Ilion Beyst
1
-4
/
+6
2022-06-12
accept docker push
Ilion Beyst
2
-0
/
+216
2022-06-11
use RunMatch in bot_api service
Ilion Beyst
1
-23
/
+20
2022-06-10
update RunMatch helper to allow for remote bots
Ilion Beyst
2
-17
/
+42
[next]