Daniel Dolezal daniel156161
  • Joined on 2024-03-30
daniel156161 pushed to alpine at Docker/borgBackup-Docker 2026-04-11 23:42:43 +02:00
06c3aca483 Merge branch 'main' into alpine
44937b6493 update build workflow
Compare 2 commits »
daniel156161 pushed to main at Docker/borgBackup-Docker 2026-04-11 23:31:59 +02:00
44937b6493 update build workflow
daniel156161 pushed to alpine at Docker/borgBackup-Docker 2026-04-11 23:25:22 +02:00
03f5eaf1d2 rewrite conatiner to use the base image alpine:3.23
daniel156161 created branch alpine in Docker/borgBackup-Docker 2026-04-11 23:25:18 +02:00
daniel156161 pushed to main at daniel156161/simple-nanoshare 2026-04-11 11:36:13 +02:00
3d8d74785c fix file preview url
1c58de68b6 update submodules
Compare 2 commits »
daniel156161 pushed to main at daniel156161/snake-python 2026-04-08 17:31:24 +02:00
79c6b00ace install python-dotenv and asyncpg for postgres
3614625c56 remove tail and head of snakes-section
341bb27278 change that GameplayDatabase can have different backends, sqlite and postgresql with a Template example backend
a62501cf22 remove stroing of the Game Board State into Redis or Memory
Compare 4 commits »
daniel156161 pushed to main at daniel156161/snake-python 2026-04-07 12:14:01 +02:00
f6e19e18e6 speed up loading and saving to redis that the move request are getting a answer when switching workers, strip data that neats to get recomuted every turn
f479541c04 remove : space between function args
Compare 2 commits »
daniel156161 pushed to main at daniel156161/snake-python 2026-04-07 10:50:39 +02:00
f0d62a6049 add new Snake with the Name ApexBattleSnake
daniel156161 pushed to main at daniel156161/snake-python 2026-04-07 07:59:10 +02:00
d2e1f2560e change metrics endpoint to return json by default and when the useragent contains prometheus to return the output as prometheus string format
daniel156161 pushed to main at daniel156161/snake-python 2026-04-07 03:27:21 +02:00
739c0520f9 move dashboard script block content into own files with new classes to update, render to have a better code overview
03968fecdf removed reloading of full gameboard when pushing new game
Compare 2 commits »
daniel156161 pushed to main at daniel156161/snake-python 2026-04-07 02:34:48 +02:00
f4c0ad193e only allow access to start, move, end endpoint with the user agent BattlesnakeEngine
898f8106ed only allow metrics endpoint from localhost and wireguard and prometheus metrics neat to have the prometheus user agent as a extra
Compare 2 commits »
daniel156161 pushed to main at daniel156161/snake-python 2026-04-07 01:45:42 +02:00
dfa658e4ce only allow access to metrics from prometheus or local adresses and wireguard vpn connection
abed259129 cleanup server extra variables that are only getting used into server.py
8c4f83fb4b move css styleing into own files and allow to open the game with a url on the battlesnake side
1b8fa67059 use snake class name and version from GameBoard and remove snake type and version from GameplayTrackingService init
a2a79b7efb allow to connect the snake head and tail with the body
Compare 5 commits »
daniel156161 pushed to main at daniel156161/snake-python 2026-04-06 19:54:10 +02:00
59d01428a9 move side templates and static files into root folder structure to not have it in the code folder
daniel156161 pushed to main at daniel156161/snake-python 2026-04-06 19:25:04 +02:00
3da10189b7 move snake config read functions into battlesnake template and use TemplateSnake as default Version of Snakes
daniel156161 pushed to main at daniel156161/snake-python 2026-04-06 19:03:08 +02:00
a8eb6a4447 remove depricated version tag and use .env for container mount path
5c1875be60 move imports that longst is ontop
Compare 2 commits »
daniel156161 pushed to main at daniel156161/snake-python 2026-04-06 18:30:39 +02:00
7c990f98fc disable GameplayDatabase compression by default
daniel156161 pushed to main at daniel156161/snake-python 2026-04-06 17:59:48 +02:00
dd3547678c add 2.5x speed selector
0af5f58688 fix loading of storage and not crash the request
Compare 2 commits »
daniel156161 pushed to main at daniel156161/snake-python 2026-04-06 17:43:04 +02:00
fdc22af4cf fix building of sqlite-zstd with current version to not have a version missmatch error
daniel156161 pushed to main at daniel156161/snake-python 2026-04-06 17:22:46 +02:00
ed41c32ad8 don't crash server when sqlite-zstd extension can't be loaded
daniel156161 pushed to main at daniel156161/snake-python 2026-04-06 16:49:10 +02:00
6c34df103e build sqlite-zstd from source to not have a version missmatch of sqlite3
af7df92f4d cleanup codebase to use the .testing as local folder with test content
Compare 2 commits »