Releases: rafsaf/Tribal-Wars-Planer
Releases · rafsaf/Tribal-Wars-Planer
2.8.1
2.8.0
- created two docker images for server and cronjobs, pushed to dockerhub on every commit on master
- simple installation script to setup environments
- moved from context and building images on host to pulling from dockerhub
- much better nginx unit config -> 1 thread & 4 processes is currently best fit
- richdev docker-compose file with additional Locust instance (finding best setup for nginx)
- moved from webhooks to calling curl directly in actions (so it will be run after tests pass)
2.7.0
- rewritten static documentation flow - switch to raw markdown files
- better static assets configuration - added cache time 30d, StaticStorage that hashes static files on collectstatic
- much better documentation performance thanks to smarter lazy load
- gcp staging instance configuration on every push on master
- 20% of english docs finished
- added prometheus metrics export endpoint and added base load time and total requests metrics in middleware, connected with grafana.rafsaf.pl grafana instance
- fixed few smaller bugs and problems