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

Fix typos in Harbormaster

Summary: See https://phabricator.wikimedia.org/T381897 and https://phabricator.wikimedia.org/T381896

Test Plan: Read the code

Reviewers: O1 Blessed Committers, speck

Reviewed By: O1 Blessed Committers, speck

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

Pppery c4f88847 9448e815

+3 -3
+2 -2
src/applications/harbormaster/integration/buildkite/HarbormasterBuildkiteBuildStepImplementation.php
··· 43 43 ===================== 44 44 45 45 In {nav Settings} for your Organization in Buildkite, under 46 - {nav Notification Services}, add a new **Webook Notification**. 46 + {nav Notification Services}, add a new **Webhook Notification**. 47 47 48 48 Use these settings: 49 49 ··· 61 61 62 62 | Variable | Description | 63 63 |----------|-------------| 64 - | `HARBORMASTER_BUILD_TARGET_PHID` | PHID of the Build Target. 64 + | `HARBORMASTER_BUILD_TARGET_PHID` | PHID of the Build Target. | 65 65 EOTEXT 66 66 , 67 67 $hook_uri);
+1 -1
src/applications/harbormaster/xaction/build/HarbormasterBuildMessageAbortTransaction.php
··· 98 98 throw new HarbormasterMessageException( 99 99 pht('Unable to Abort Build'), 100 100 pht( 101 - 'You can not abort this biuld because it is already complete.')); 101 + 'You can not abort this build because it is already complete.')); 102 102 } 103 103 } 104 104