Page MenuHomePhabricator

Carry the "silent" transaction flag through inverse edge edits
ClosedPublic

Authored by epriestley on Jul 27 2018, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 10:01 AM
Unknown Object (File)
Sun, Apr 28, 5:51 PM
Unknown Object (File)
Sat, Apr 27, 4:47 PM
Unknown Object (File)
Thu, Apr 25, 3:25 AM
Unknown Object (File)
Mon, Apr 15, 12:14 PM
Unknown Object (File)
Apr 11 2024, 10:46 AM
Unknown Object (File)
Apr 4 2024, 9:22 PM
Unknown Object (File)
Mar 31 2024, 12:26 AM
Subscribers
None

Details

Summary

See PHI751. Ref T13164. We added a "silent" flag for Editors somewhat recently (currently reachable only for bulk edits with bin/bulk ... command).

However, this flag doesn't carry through to the sub-editor when we make inverse edge edits. These are edits like "X is a parent of Y", which cause an implicit "Y is a child of X" edit to occur.

Pass the flag through.

Test Plan
  • Rigged the relationships controller to make silent edits.
  • Changed the parents of a revision from the web UI. Saw no mail or feed stories.

Diff Detail

Repository
rP Phabricator
Branch
silent1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 20521
Build 27869: Run Core Tests
Build 27868: arc lint + arc unit