Page MenuHomePhabricator

[reports-service] Send e-mails when received reports
ClosedPublic

Authored by bartek on Aug 28 2023, 11:05 PM.
Tags
None
Referenced Files
F3364568: D8988.id30725.diff
Mon, Nov 25, 4:19 AM
F3363433: D8988.id30465.diff
Mon, Nov 25, 2:20 AM
F3363129: D8988.diff
Mon, Nov 25, 12:21 AM
Unknown Object (File)
Sun, Oct 27, 4:49 PM
Unknown Object (File)
Sun, Oct 27, 4:49 PM
Unknown Object (File)
Sun, Oct 27, 4:49 PM
Unknown Object (File)
Sun, Oct 27, 4:46 PM
Unknown Object (File)
Oct 2 2024, 12:09 PM
Subscribers

Details

Summary

Final part of e-mail support stack that brings all the pieces together.

Depends on D8987

Test Plan

Set recipient to my local e-mail (with aliases for each report type: +inc, +media, +errors)
Found some real reports in my local MariaDB and sent them to Reports service. Checked my mailbox.
Example screenshots:

Screenshot 2023-08-29 at 08.53.03.png (1×1 px, 170 KB)
Screenshot 2023-08-29 at 08.40.39.png (1×1 px, 195 KB)
Screenshot 2023-08-28 at 10.31.10.png (1×1 px, 206 KB)

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Aug 29 2023, 12:23 AM
michal added inline comments.
services/reports/src/service.rs
108–113

We could probably start sending emails before we start saving reports

This revision is now accepted and ready to land.Aug 29 2023, 9:55 AM
services/reports/src/service.rs
108–113

I wanted to avoid this. If storing failed, then e-mails could have links to non-existing reports.

services/reports/src/service.rs
108–113

Makes sense