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

Add encoding information to "repository.query"

Summary: Ref T7604. Add `encoding` information to the `repository.query` #conduit query.

Test Plan: Changed repository encoding from the UI and saw the encoding returned by the Conduit call.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7604

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

+1
+1
src/applications/repository/storage/PhabricatorRepository.php
··· 135 135 'isActive' => $this->isTracked(), 136 136 'isHosted' => $this->isHosted(), 137 137 'isImporting' => $this->isImporting(), 138 + 'encoding' => $this->getDetail('encoding'), 138 139 ); 139 140 } 140 141