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
F14012797: D8618.id20451.diff
Fri, Nov 1, 7:08 PM
F14012796: D8618.id20446.diff
Fri, Nov 1, 7:08 PM
F13993585: D8618.diff
Tue, Oct 22, 11:55 PM
F13993576: D8618.id.diff
Tue, Oct 22, 11:49 PM
F13993575: D8618.id20446.diff
Tue, Oct 22, 11:48 PM
F13993571: D8618.id20451.diff
Tue, Oct 22, 11:46 PM
F13967663: D8618.id20451.diff
Wed, Oct 16, 3:05 PM
Unknown Object (File)
Oct 8 2024, 5: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
Lint
Lint Skipped
Unit
Tests Skipped

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).