Commits
Click on a commit to change the comparison rangeci: Restrict Vale linting to docs/docs/ folder only
Update Vale configuration and CI workflow to only lint published
documentation in docs/docs/, excluding internal docs in docs/specs/
and docs/plans/. This prevents style errors on internal planning
documents that use different conventions.3 days ago
by petercrocker fix: Use config.SETTINGS.initialized check in workflow catalogue
The telemetry cron schedule function was checking `config.SETTINGS`
directly, which is always truthy since it's a ConfiguredSettings object.
Accessing `.main` on an uninitialized config raises InitializationError.
Changed to use `config.SETTINGS.initialized` which correctly checks if
settings have been loaded before accessing the main config.
Also regenerated OpenAPI schema to include new telemetry endpoints.3 days ago
by petercrocker chore: Regenerate OpenAPI types for telemetry endpoints3 days ago
by petercrocker