Jason Staack
7ef849550c
feat: seed default wireless alert rules on tenant creation
2026-03-15 20:02:00 -05:00
Jason Staack
06a41ca9bf
fix(lint): resolve all ruff lint errors
...
Add ruff config to exclude alembic E402, SQLAlchemy F821, and pre-existing
E501 line-length issues. Auto-fix 69 unused imports and 2 f-strings without
placeholders. Manually fix 8 unused variables. Apply ruff format to 127 files.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-14 22:17:50 -05:00
Jason Staack
b5f9bf14df
fix(vpn): commit before sync_wireguard_config to ensure data visibility
...
sync_wireguard_config opens its own AdminAsyncSessionLocal connection
which cannot see uncommitted data from the caller's transaction. Add
_commit_and_sync helper that commits first, then regenerates wg0.conf.
Also removes the unused db parameter from sync_wireguard_config.
2026-03-14 16:42:17 -05:00
Jason Staack
17d9d3e00f
feat(vpn): regenerate wg0.conf on tenant deletion
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-14 16:31:33 -05:00
Jason Staack
b840047e19
feat: The Other Dude v9.0.1 — full-featured email system
...
ci: add GitHub Pages deployment workflow for docs site
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 19:30:44 -05:00