Page MenuHomePhabricator

When publishing project transactions, load ancestor members
ClosedPublic

Authored by epriestley on Jan 19 2016, 5:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 4:08 PM
Unknown Object (File)
Sun, Apr 14, 4:26 PM
Unknown Object (File)
Fri, Apr 12, 2:21 AM
Unknown Object (File)
Mon, Apr 8, 3:37 PM
Unknown Object (File)
Fri, Apr 5, 1:41 PM
Unknown Object (File)
Mon, Apr 1, 12:26 AM
Unknown Object (File)
Sat, Mar 30, 6:24 PM
Unknown Object (File)
Mar 22 2024, 10:23 AM
Subscribers
None

Details

Summary

Ref T10010. Fixes T10107. When we publish a transaction about a project, we perform visibility checks for many different users. We need to know all of the ancestors' members to perform these checks.

Test Plan
  • Before patch: when updating a subproject, daemons fatal trying to publish things because they can not test visibility of parent projects.
  • After patch: daemons successfully publish subproject updates.
  • Also added a unit test.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to When publishing project transactions, load ancestor members.
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.Jan 19 2016, 5:59 PM
This revision was automatically updated to reflect the committed changes.