Commit graph

9 commits

Author SHA1 Message Date
396c51974a Extract OpenAPI schemas to separate file and move models to internal/model package
All checks were successful
continuous-integration/drone/push Build is passing
Split api/openapi.yaml schemas into api/schemas.yaml so structs can be
generated independently from the API server code. Models now generate
into internal/model/ via oapi-codegen, with the server referencing them
through import-mapping. Moved PtrTo helper to internal/utils and removed
storage.ReportSummary in favor of model.TestSummary.
2026-04-09 18:36:27 +07:00
d81ff1731c Fix tests 2025-11-17 10:31:04 +07:00
5b179e7b93 Domain alignment checks for DKIM 2025-11-03 14:58:48 +07:00
29cb2cf1f9 Headers value for Date and email related are now parsed 2025-10-25 03:31:29 +07:00
4bbba66a81 Handle local postfix delivery 2025-10-25 03:31:29 +07:00
5d335c6a6c Add email-path checks 2025-10-25 03:28:44 +07:00
a64b866cfa Add grades 2025-10-24 09:56:35 +07:00
d87b0cbcb0 Remove checks 2025-10-23 10:40:12 +07:00
74aee54432 Score as percentages 2025-10-21 12:52:20 +07:00