Joseph Ware
Joseph Ware
The level of the root logger should be exposed in the config.yaml, so it can be modified easily in the same place as other settings. The level of other loggers...
When Helm mounts config as a configmap, changes to that configmap are not reflected in the pod until the files are read again. For something like root app settings, that...
This should be optional, able to be configured to run after the database has been backed up when running with a remote database.
Merging main into a branch to ensure the changes are up to date [and on merging the change in github?] leaves any new changelog entries in place next to whatever...
Due to blip in get.helm.sh availability, the 0.2.0 release produced a container but no published Helm chart. Running the action that publishes both the container and chart again took 20...
Prep work for #689 ### Checklist - [x] Add a Changelog entry - [x] Add the ticket number which this PR closes to the comment section
Following #778 and the additional tightening up of the SQLAdapter in #1047, we believe we can implement Diamond's desires for a single big table by providing an alternative implementation of...
An Adapter adapts a/many particular mimetype[s] to a single StructureFamily and syntax of access, e.g. an ArrayAdapter regardless of its backing can be indexed and sliced. A TableAdapter can be...
Moving initialisation of database tables out of the main container means it can run with reduced permissions and access to secrets, its behaviour is invariant and it is the more...
Naive attempt to add type hints by running [autotyping](https://github.com/JelleZijlstra/autotyping) and [pyanalyze](https://github.com/quora/pyanalyze) recursively. Unfortunately the results are not very useful- adding lots of `-> None`, which while correct does not add...