Conversation
added 4 commits
April 16, 2026 11:30
These keys are generated per-deployment by `prepare.py bootstrap` and should not be shared across installations.
ctrl.sh now requires both settings.yaml and settings.env, but CI only created settings.env. Replace the manual file creation with a ./prepare.py call that generates all required configuration files. Also change the default TLS mode from "internal" to "off" so that prepare.py produces valid config without requiring a domain.
uWSGI's wsgi.errors stream inherits the default ASCII encoding from the base image, causing UnicodeEncodeError when logging messages contain non-ASCII characters (e.g. the Unicode welcome banner).
Upgrade all packages across webapp, tests, ref-docker-base, and ref-utils. Notable updates include Flask 3.1.3, SQLAlchemy 2.0.49, pytest 9.0.3, Redis 7.4.0, and Ruff 0.15.10.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.