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

Mark arcanistProjectID as nullable

Reviewers: joshuaspence

+1
+1
src/applications/releeph/storage/ReleephProject.php
··· 35 35 'name' => 'text128', 36 36 'trunkBranch' => 'text255', 37 37 'isActive' => 'bool', 38 + 'arcanistProjectID' => 'id?', 38 39 ), 39 40 self::CONFIG_KEY_SCHEMA => array( 40 41 'projectName' => array(