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
Unknown Object (File)
Sun, May 25, 6:48 AM
Unknown Object (File)
Thu, May 8, 9:40 PM
Unknown Object (File)
Wed, Apr 30, 5:28 AM
Unknown Object (File)
Tue, Apr 29, 7:17 PM
Unknown Object (File)
Apr 27 2025, 6:29 PM
Unknown Object (File)
Apr 7 2025, 12:11 AM
Unknown Object (File)
Mar 29 2025, 10:56 PM
Unknown Object (File)
Mar 24 2025, 8:29 PM
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.