Commit graph

7 commits

Author SHA1 Message Date
7422f6ed0a Add paginated test history listing with disable option
Add GET /tests endpoint returning lightweight test summaries (grade,
score, domain, date) with pagination, using database-level JSON
extraction to avoid loading full report blobs. The feature can be
disabled with --disable-test-list flag. Frontend includes a new
/tests/ page with table view and a conditional "History" navbar link.

Fixes: https://github.com/happyDomain/happydeliver/issues/12
2026-04-09 18:05:06 +07:00
d870fc8130 Add backup/restore commands
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-03 11:53:43 +07:00
38b2be58fe Ensure latest created report is fetch 2025-10-25 03:31:29 +07:00
dfc0eeb323 New route to perform a new analysis of the email
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-20 19:33:23 +07:00
4304784796 Add an auto-cleanup worker 2025-10-20 15:08:45 +07:00
20f5b37e5e Create test on email arrival 2025-10-20 15:08:44 +07:00
62bb85ebec Glue things together 2025-10-20 15:02:14 +07:00