Commit graph

7 commits

Author SHA1 Message Date
58e7ae6c5c fix: ty compliant & issues from change to mapped columns
All checks were successful
ci / ruff (push) Successful in 3s
ci / ty (push) Successful in 15s
ci / tests (push) Successful in 17s
2026-06-22 11:23:24 +01:00
c689ac1e10 minor: ruff formatter
All changes are either:
- Correcting tabs
- Adding/removing line breaks
- Adding trailing commas
2026-06-08 15:31:37 +01:00
8777ad2814 fix: default db credential colon
Some checks failed
ci / lint_and_test (push) Failing after 8s
2026-06-08 14:52:10 +01:00
05a405cbe6 tests: sqlite memory db when run in testing 2026-05-29 11:00:01 +01:00
e44e2bd627 docs: global docstrings
Issue: #13
2026-05-28 14:59:27 +01:00
fa8439cc6c feat: auth bypass for dev and testing
ENVIRONMENT must be "local" and DISABLE_AUTH set for this to be active. Both of these default to production values to prevent this being enabled accidentally.

Resolves #5
2026-05-26 11:42:49 +01:00
376a7a9fe5 Initial commit 2026-04-06 12:41:49 +01:00