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/differential/query
Juan Pablo Civile d4c28dcbc2 Methods for reading reviewers from edges in differential
Summary: Add `getReviewerStatus` to get an array of `DifferentialReviewer` objects. The method `needReviewerStatus` in `DifferentialRevisionQuery` loads the edges into the revisions loaded.

Test Plan: Added `->needReviewerStatus(true)` to `DifferentialRevisionSearchEngine` and checked through logging that the data was being loaded correctly.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6450
2013-07-14 19:18:56 -07:00
..
DifferentialCommentQuery.php Put all DifferentialComment loading behind DifferentialCommentQuery 2013-06-21 12:51:18 -07:00
DifferentialDiffQuery.php Add DifferentialDiffQuery and change most callsites 2013-07-01 12:38:42 -07:00
DifferentialInlineCommentQuery.php Simplify selection of inline comments from RevisionView 2013-06-24 11:01:51 -07:00
DifferentialRevisionQuery.php Methods for reading reviewers from edges in differential 2013-07-14 19:18:56 -07:00
DifferentialRevisionSearchEngine.php Use ApplicationSearch in Differential 2013-07-03 06:11:07 -07:00