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)
Wed, Jan 29, 3:00 PM
Unknown Object (File)
Tue, Jan 28, 3:56 AM
Unknown Object (File)
Sat, Jan 25, 1:44 AM
Unknown Object (File)
Sat, Jan 25, 1:44 AM
Unknown Object (File)
Sat, Jan 25, 1:44 AM
Unknown Object (File)
Fri, Jan 24, 11:53 PM
Unknown Object (File)
Dec 31 2024, 11:53 PM
Unknown Object (File)
Dec 30 2024, 8:06 PM
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