Page MenuHomePhabricator

Clean up ProjectQuery when viewer is logged-out or omnipotent
ClosedPublic

Authored by epriestley on Dec 27 2015, 12:17 PM.
Tags
None
Referenced Files
F15475836: D14892.id35989.diff
Mon, Apr 7, 12:11 AM
F15455218: D14892.diff
Sat, Mar 29, 10:56 PM
F15432950: D14892.id36000.diff
Mar 24 2025, 8:29 PM
F15430205: D14892.id.diff
Mar 24 2025, 6:28 AM
F15428964: D14892.id36000.diff
Mar 23 2025, 11:46 PM
F15428707: D14892.diff
Mar 23 2025, 9:48 PM
F15419628: D14892.id35989.diff
Mar 21 2025, 7:33 AM
F15399089: D14892.diff
Mar 17 2025, 2:49 AM
Subscribers
None

Details

Summary

Ref T10010. When the viewer is logged-out or omnipotent, we can skip this query.

(Currently we issue a silly query like src = X AND type = Y AND dst = '', which will never return results.)

Test Plan
  • Viewed projects as normal user and logged-out user.
  • Ran unit tests.

Diff Detail

Repository
rP Phabricator
Branch
sub5
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 9812
Build 11807: Run Core Tests
Build 11806: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Clean up ProjectQuery when viewer is logged-out or omnipotent.
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.Dec 27 2015, 3:00 PM
This revision was automatically updated to reflect the committed changes.