@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.

Diffusion API: expose isHosted

Summary: Handy to have this information when you ask for information about repositories.

Test Plan: Query for repositories and see the new boolean field.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26178

amy bones 071456fd d18a20a4

+1
+1
src/applications/repository/storage/PhabricatorRepository.php
··· 2778 2778 'callsign' => $this->getCallsign(), 2779 2779 'shortName' => $this->getRepositorySlug(), 2780 2780 'status' => $this->getStatus(), 2781 + 'isHosted' => $this->isHosted(), 2781 2782 'isImporting' => (bool)$this->isImporting(), 2782 2783 'almanacServicePHID' => $this->getAlmanacServicePHID(), 2783 2784 'refRules' => array(