1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/phid
epriestley 926b47ef70 Call array_unique() in Handle/Object queries
Summary: I think the old thing did this, but this makes queries a bit less ridiculous. For example, `secure.phabricator.com` currently issues a query for 664 handles on my task list, but only 73 of them are unique (basically, all the projects plus all the authors). This proably is slightly good for performance, but mostly makes the "Services" tab manageable.

Test Plan: Looked at Maniphest and some other pages, saw handles and objects where they were expected to be.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D6959
2013-09-12 14:48:24 -07:00
..
conduit Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
handle Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
query Call array_unique() in Handle/Object queries 2013-09-12 14:48:24 -07:00
storage Remove PhabricatorPHID::fromObjectName 2013-07-22 12:17:37 -07:00
type Proide application-based handle loads; load Slowvote handles from the application 2013-07-22 12:17:28 -07:00
PhabricatorObjectHandle.php Kill PhabricatorObjectDataHandle 2013-09-11 12:27:28 -07:00
PhabricatorPHIDConstants.php Use application PHIDs for ATOM 2013-07-30 06:49:13 -07:00
utils.php Use Application PHIDs in Projects 2013-07-22 12:17:53 -07:00