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

List both hosted and observed repositories in "Cluster Repository Status" configuration console

Summary:
When I wrote this the first time, only hosted repositories could be clustered.

This check wasn't removed when I allowed observed repositories to be clustered in D15986.

Test Plan:
Reloaded {nav Config > Repository Servers} page, saw more stuff locally.

Reviewed the cardinal digits between 1 and 17, inclusive.

Reviewers: chad, avivey

Reviewed By: avivey

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

-1
-1
src/applications/config/controller/PhabricatorConfigClusterRepositoriesController.php
··· 43 43 44 44 $all_repositories = id(new PhabricatorRepositoryQuery()) 45 45 ->setViewer($viewer) 46 - ->withHosted(PhabricatorRepositoryQuery::HOSTED_PHABRICATOR) 47 46 ->withTypes( 48 47 array( 49 48 PhabricatorRepositoryType::REPOSITORY_TYPE_GIT,