Page MenuHomePhabricator

Don't send mail to "uninteresting" auditors
ClosedPublic

Authored by epriestley on May 24 2016, 12:33 AM.
Tags
None
Referenced Files
F14058650: D15970.diff
Sun, Nov 17, 1:32 PM
F14036462: D15970.id.diff
Sun, Nov 10, 10:19 AM
F14035365: D15970.id.diff
Sun, Nov 10, 5:37 AM
F14035287: D15970.diff
Sun, Nov 10, 5:20 AM
F14034974: D15970.id38448.diff
Sun, Nov 10, 3:17 AM
F14034731: D15970.id38448.diff
Sun, Nov 10, 1:58 AM
F14033769: D15970.id38450.diff
Sat, Nov 9, 7:58 PM
F14033645: D15970.id38450.diff
Sat, Nov 9, 6:54 PM
Subscribers
None

Details

Summary

Fixes T11017. We add packages as "uninteresting" auditors so that we can query commits by package later.

Until recently, this didn't matter because we didn't send mail to packages. But now we do, so stop mailing them when they don't actually need to do anything.

Test Plan
  • Made a commit to a file which was part of a package but which I owned (so it does not trigger auditing).
  • var_dump()'d mail "To:" PHIDs.
    • Before patch: included package.
    • After patch: no package.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't send mail to "uninteresting" auditors.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.May 24 2016, 12:54 AM
This revision was automatically updated to reflect the committed changes.