Page MenuHomePhabricator

Allow users to receive email about pushes via Herald
ClosedPublic

Authored by epriestley on Mar 26 2014, 7:17 PM.
Tags
None
Referenced Files
F15535000: D8618.diff
Thu, Apr 24, 2:59 AM
F15505579: D8618.id20451.diff
Tue, Apr 15, 4:11 AM
F15467686: D8618.id.diff
Thu, Apr 3, 5:20 PM
F15463467: D8618.id20446.diff
Tue, Apr 1, 11:49 PM
F15388480: D8618.id20446.diff
Mar 15 2025, 3:54 AM
F15380206: D8618.id20446.diff
Mar 14 2025, 2:01 AM
F15375761: D8618.diff
Mar 13 2025, 12:02 AM
Unknown Object (File)
Mar 3 2025, 7:46 PM
Subscribers

Details

Summary

Fixes T4677. Implements a "send an email" pre-receive action, which sends push summaries.

For use cases where features are often pushed as a large number of commits (e.g., checkpoint commits are retained), using commit emails means users get a ton of email. Instead, this allows you to get an email about a push, which summarizes what changed.

Overall, this is basically the same as commit email, but more suitable for some workflows.

Test Plan

Wrote some rules, then made a bunch of pushes. Got email like this:

Screen_Shot_2014-03-26_at_12.14.26_PM.png (409×555 px, 37 KB)

Diff Detail

Repository
rP Phabricator
Branch
pushlog3
Lint
Lint Passed
Unit
Tests Passed

Event Timeline

epriestley retitled this revision from to Allow users to receive email about pushes via Herald.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 26 2014, 8:46 PM
epriestley updated this revision to Diff 20451.

Closed by commit rP1aad40b7bf02 (authored by @epriestley).