@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Return repositoryPHID from differential.query

Test Plan: Queried a revision that had a repository attached, got the PHID; queried one that didn't, got null.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9928

authored by

Ben Alpert and committed by
epriestley
1fc32406 7c71e1ae

+2 -1
+2 -1
src/applications/differential/conduit/ConduitAPI_differential_query_Method.php
··· 224 224 'ccs' => array_values($revision->getCCPHIDs()), 225 225 'hashes' => $revision->getHashes(), 226 226 'auxiliary' => idx($field_data, $phid, array()), 227 - 'arcanistProjectPHID' => $diff->getArcanistProjectPHID() 227 + 'arcanistProjectPHID' => $diff->getArcanistProjectPHID(), 228 + 'repositoryPHID' => $diff->getRepositoryPHID(), 228 229 ); 229 230 230 231 // TODO: This is a hacky way to put permissions on this field until we