1
0
Fork 0
forked from sr2/cloud-api
Commit graph

6 commits

Author SHA1 Message Date
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 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