repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/view/DoorkeeperTagView.php
src/applications/doorkeeper/view/DoorkeeperTagView.php
<?php final class DoorkeeperTagView extends AphrontView { private $xobj; public function setExternalObject(DoorkeeperExternalObject $xobj) { $this->xobj = $xobj; return $this; } public function render() { $xobj = $this->xobj; if (!$xobj) { throw new PhutilInvalidStateException('setExte...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/edge/PhabricatorObjectHasJiraIssueEdgeType.php
src/applications/doorkeeper/edge/PhabricatorObjectHasJiraIssueEdgeType.php
<?php final class PhabricatorObjectHasJiraIssueEdgeType extends PhabricatorEdgeType { const EDGECONST = 80005; public function getInverseEdgeConstant() { return PhabricatorJiraIssueHasObjectEdgeType::EDGECONST; } public function shouldWriteInverseTransactions() { return true; } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/edge/PhabricatorJiraIssueHasObjectEdgeType.php
src/applications/doorkeeper/edge/PhabricatorJiraIssueHasObjectEdgeType.php
<?php final class PhabricatorJiraIssueHasObjectEdgeType extends PhabricatorEdgeType { const EDGECONST = 80004; public function getInverseEdgeConstant() { return PhabricatorObjectHasJiraIssueEdgeType::EDGECONST; } public function shouldWriteInverseTransactions() { return true; } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/edge/PhabricatorObjectHasAsanaSubtaskEdgeType.php
src/applications/doorkeeper/edge/PhabricatorObjectHasAsanaSubtaskEdgeType.php
<?php final class PhabricatorObjectHasAsanaSubtaskEdgeType extends PhabricatorEdgeType { const EDGECONST = 80003; public function getInverseEdgeConstant() { return PhabricatorAsanaSubtaskHasObjectEdgeType::EDGECONST; } public function shouldWriteInverseTransactions() { return true; } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/edge/PhabricatorAsanaTaskHasObjectEdgeType.php
src/applications/doorkeeper/edge/PhabricatorAsanaTaskHasObjectEdgeType.php
<?php final class PhabricatorAsanaTaskHasObjectEdgeType extends PhabricatorEdgeType { const EDGECONST = 80000; public function getInverseEdgeConstant() { return PhabricatorObjectHasAsanaTaskEdgeType::EDGECONST; } public function shouldWriteInverseTransactions() { return true; } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/edge/PhabricatorAsanaSubtaskHasObjectEdgeType.php
src/applications/doorkeeper/edge/PhabricatorAsanaSubtaskHasObjectEdgeType.php
<?php final class PhabricatorAsanaSubtaskHasObjectEdgeType extends PhabricatorEdgeType { const EDGECONST = 80002; public function getInverseEdgeConstant() { return PhabricatorObjectHasAsanaSubtaskEdgeType::EDGECONST; } public function shouldWriteInverseTransactions() { return true; } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/edge/PhabricatorObjectHasAsanaTaskEdgeType.php
src/applications/doorkeeper/edge/PhabricatorObjectHasAsanaTaskEdgeType.php
<?php final class PhabricatorObjectHasAsanaTaskEdgeType extends PhabricatorEdgeType { const EDGECONST = 80001; public function getInverseEdgeConstant() { return PhabricatorAsanaTaskHasObjectEdgeType::EDGECONST; } public function shouldWriteInverseTransactions() { return true; } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/phid/DoorkeeperExternalObjectPHIDType.php
src/applications/doorkeeper/phid/DoorkeeperExternalObjectPHIDType.php
<?php final class DoorkeeperExternalObjectPHIDType extends PhabricatorPHIDType { const TYPECONST = 'XOBJ'; public function getTypeName() { return pht('External Object'); } public function newObject() { return new DoorkeeperExternalObject(); } public function getPHIDTypeApplicationClass() { ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/engine/DoorkeeperURIRef.php
src/applications/doorkeeper/engine/DoorkeeperURIRef.php
<?php final class DoorkeeperURIRef extends Phobject { private $uri; private $applicationType; private $applicationDomain; private $objectType; private $objectID; private $text; private $displayMode = self::DISPLAY_FULL; const DISPLAY_FULL = 'full'; const DISPLAY_SHORT = 'short'; public function ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/engine/DoorkeeperImportEngine.php
src/applications/doorkeeper/engine/DoorkeeperImportEngine.php
<?php final class DoorkeeperImportEngine extends Phobject { private $viewer; private $refs = array(); private $phids = array(); private $localOnly; private $throwOnMissingLink; private $context = array(); private $timeout; public function setViewer(PhabricatorUser $viewer) { $this->viewer = $view...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/engine/DoorkeeperFeedStoryPublisher.php
src/applications/doorkeeper/engine/DoorkeeperFeedStoryPublisher.php
<?php /** * @task config Configuration */ abstract class DoorkeeperFeedStoryPublisher extends Phobject { private $feedStory; private $viewer; private $renderWithImpliedContext; /* -( Configuration )------------------------------------------------------ */ /** * Render story text using contextual la...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/doorkeeper/engine/DoorkeeperObjectRef.php
src/applications/doorkeeper/engine/DoorkeeperObjectRef.php
<?php final class DoorkeeperObjectRef extends Phobject { private $objectKey; private $applicationType; private $applicationDomain; private $objectType; private $objectID; private $attributes = array(); private $isVisible; private $syncFailed; private $externalObject; public function newExternalOb...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterPlanBehaviorController.php
src/applications/harbormaster/controller/HarbormasterPlanBehaviorController.php
<?php final class HarbormasterPlanBehaviorController extends HarbormasterPlanController { public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $plan = id(new HarbormasterBuildPlanQuery()) ->setViewer($viewer) ->withIDs(array($request->getURIData('id'))) ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterPlanDisableController.php
src/applications/harbormaster/controller/HarbormasterPlanDisableController.php
<?php final class HarbormasterPlanDisableController extends HarbormasterPlanController { public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $plan = id(new HarbormasterBuildPlanQuery()) ->setViewer($viewer) ->withIDs(array($request->getURIData('id'))) ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildableViewController.php
src/applications/harbormaster/controller/HarbormasterBuildableViewController.php
<?php final class HarbormasterBuildableViewController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $buildable = id(new HarbormasterBuildableQuery()) ->setViewer($...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildableActionController.php
src/applications/harbormaster/controller/HarbormasterBuildableActionController.php
<?php final class HarbormasterBuildableActionController extends HarbormasterController { public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $id = $request->getURIData('id'); $action = $request->getURIData('action'); $buildable = id(new HarbormasterBuildableQuer...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildLogViewController.php
src/applications/harbormaster/controller/HarbormasterBuildLogViewController.php
<?php final class HarbormasterBuildLogViewController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $id = $request->getURIData('id'); $log = id(new HarbormasterBuild...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterController.php
src/applications/harbormaster/controller/HarbormasterController.php
<?php abstract class HarbormasterController extends PhabricatorController { public function buildApplicationMenu() { return $this->newApplicationMenu() ->setSearchEngine(new HarbormasterBuildableSearchEngine()); } protected function addBuildableCrumb( PHUICrumbsView $crumbs, HarbormasterBuild...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterStepAddController.php
src/applications/harbormaster/controller/HarbormasterStepAddController.php
<?php final class HarbormasterStepAddController extends HarbormasterPlanController { public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $plan = id(new HarbormasterBuildPlanQuery()) ->setViewer($viewer) ->withIDs(array($request->getURIData('id'))) ->re...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterStepViewController.php
src/applications/harbormaster/controller/HarbormasterStepViewController.php
<?php final class HarbormasterStepViewController extends HarbormasterPlanController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $id = $request->getURIData('id'); $step = id(new HarbormasterBuild...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterPlanViewController.php
src/applications/harbormaster/controller/HarbormasterPlanViewController.php
<?php final class HarbormasterPlanViewController extends HarbormasterPlanController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $id = $request->getURIData('id'); $plan = id(new HarbormasterBuildPl...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildLogDownloadController.php
src/applications/harbormaster/controller/HarbormasterBuildLogDownloadController.php
<?php final class HarbormasterBuildLogDownloadController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $request = $this->getRequest(); $viewer = $request->getUser(); $id = $request->getURIData('i...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildkiteHookController.php
src/applications/harbormaster/controller/HarbormasterBuildkiteHookController.php
<?php final class HarbormasterBuildkiteHookController extends HarbormasterController { public function shouldRequireLogin() { return false; } /** * @phutil-external-symbol class PhabricatorStartup */ public function handleRequest(AphrontRequest $request) { $raw_body = PhabricatorStartup::getR...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterPlanRunController.php
src/applications/harbormaster/controller/HarbormasterPlanRunController.php
<?php final class HarbormasterPlanRunController extends HarbormasterPlanController { public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $plan_id = $request->getURIData('id'); $plan = id(new HarbormasterBuildPlanQuery()) ->setViewer($viewer) ->withIDs(arra...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildActionController.php
src/applications/harbormaster/controller/HarbormasterBuildActionController.php
<?php final class HarbormasterBuildActionController extends HarbormasterController { public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $id = $request->getURIData('id'); $action = $request->getURIData('action'); $via = $request->getURIData('via'); $build = ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterUnitMessageListController.php
src/applications/harbormaster/controller/HarbormasterUnitMessageListController.php
<?php final class HarbormasterUnitMessageListController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $buildable = id(new HarbormasterBuildableQuery()) ->setViewer...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterUnitMessageViewController.php
src/applications/harbormaster/controller/HarbormasterUnitMessageViewController.php
<?php final class HarbormasterUnitMessageViewController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $message_id = $request->getURIData('id'); $message = id(new Ha...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildableListController.php
src/applications/harbormaster/controller/HarbormasterBuildableListController.php
<?php final class HarbormasterBuildableListController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $items = array(); $items[] = id(new PHUIListItemView()) ->setType(PHUIListItemView::TYPE_LABEL)...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterStepEditController.php
src/applications/harbormaster/controller/HarbormasterStepEditController.php
<?php final class HarbormasterStepEditController extends HarbormasterPlanController { public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $id = $request->getURIData('id'); if ($id) { $step = id(new HarbormasterBuildStepQuery()) ->setViewer($viewer) ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildViewController.php
src/applications/harbormaster/controller/HarbormasterBuildViewController.php
<?php final class HarbormasterBuildViewController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $request = $this->getRequest(); $viewer = $request->getUser(); $id = $request->getURIData('id'); ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterLintMessagesController.php
src/applications/harbormaster/controller/HarbormasterLintMessagesController.php
<?php final class HarbormasterLintMessagesController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $buildable = id(new HarbormasterBuildableQuery()) ->setViewer($v...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildListController.php
src/applications/harbormaster/controller/HarbormasterBuildListController.php
<?php final class HarbormasterBuildListController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { return id(new HarbormasterBuildSearchEngine()) ->setController($this) ->buildResponse(); } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterStepDeleteController.php
src/applications/harbormaster/controller/HarbormasterStepDeleteController.php
<?php final class HarbormasterStepDeleteController extends HarbormasterPlanController { public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $id = $request->getURIData('id'); $step = id(new HarbormasterBuildStepQuery()) ->setViewer($viewer) ->withIDs(arr...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterPlanController.php
src/applications/harbormaster/controller/HarbormasterPlanController.php
<?php abstract class HarbormasterPlanController extends HarbormasterController { public function buildApplicationMenu() { return $this->newApplicationMenu() ->setSearchEngine(new HarbormasterBuildPlanSearchEngine()); } protected function buildApplicationCrumbs() { $crumbs = parent::buildApplicati...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterPlanListController.php
src/applications/harbormaster/controller/HarbormasterPlanListController.php
<?php final class HarbormasterPlanListController extends HarbormasterPlanController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { return id(new HarbormasterBuildPlanSearchEngine()) ->setController($this) ->buildResponse(); ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterPlanEditController.php
src/applications/harbormaster/controller/HarbormasterPlanEditController.php
<?php final class HarbormasterPlanEditController extends HarbormasterPlanController { public function handleRequest(AphrontRequest $request) { return id(new HarbormasterBuildPlanEditEngine()) ->setController($this) ->buildResponse(); } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php
src/applications/harbormaster/controller/HarbormasterBuildLogRenderController.php
<?php final class HarbormasterBuildLogRenderController extends HarbormasterController { public function shouldAllowPublic() { return true; } public function handleRequest(AphrontRequest $request) { $viewer = $this->getViewer(); $id = $request->getURIData('id'); $log = id(new HarbormasterBui...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/controller/HarbormasterCircleCIHookController.php
src/applications/harbormaster/controller/HarbormasterCircleCIHookController.php
<?php final class HarbormasterCircleCIHookController extends HarbormasterController { public function shouldRequireLogin() { return false; } /** * @phutil-external-symbol class PhabricatorStartup */ public function handleRequest(AphrontRequest $request) { $raw_body = PhabricatorStartup::getRa...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/engineextension/HarbormasterQueryBuildsSearchEngineAttachment.php
src/applications/harbormaster/engineextension/HarbormasterQueryBuildsSearchEngineAttachment.php
<?php final class HarbormasterQueryBuildsSearchEngineAttachment extends PhabricatorSearchEngineAttachment { public function getAttachmentName() { return pht('Harbormaster Query Builds'); } public function getAttachmentDescription() { return pht( 'This attachment exists solely to provide compati...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterBuildableTransaction.php
src/applications/harbormaster/storage/HarbormasterBuildableTransaction.php
<?php final class HarbormasterBuildableTransaction extends PhabricatorModularTransaction { public function getApplicationName() { return 'harbormaster'; } public function getApplicationTransactionType() { return HarbormasterBuildablePHIDType::TYPECONST; } public function getBaseTransactionClass(...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterBuildMessage.php
src/applications/harbormaster/storage/HarbormasterBuildMessage.php
<?php /** * A message sent to an executing build target by an external system. We * capture these messages and process them asynchronously to avoid race * conditions where we receive a message before a build plan is ready to * accept it. */ final class HarbormasterBuildMessage extends HarbormasterDAO implemen...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterScratchTable.php
src/applications/harbormaster/storage/HarbormasterScratchTable.php
<?php /** * This is just a test table that unit tests can use if they need to test * generic database operations. It won't change and break tests and stuff, and * mistakes in test construction or isolation won't impact the application in * any way. */ final class HarbormasterScratchTable extends HarbormasterDAO {...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterBuildable.php
src/applications/harbormaster/storage/HarbormasterBuildable.php
<?php final class HarbormasterBuildable extends HarbormasterDAO implements PhabricatorApplicationTransactionInterface, PhabricatorPolicyInterface, HarbormasterBuildableInterface, PhabricatorConduitResultInterface, PhabricatorDestructibleInterface { protected $buildablePHID; protected $cont...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterDAO.php
src/applications/harbormaster/storage/HarbormasterDAO.php
<?php abstract class HarbormasterDAO extends PhabricatorLiskDAO { public function getApplicationName() { return 'harbormaster'; } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterBuildTransaction.php
src/applications/harbormaster/storage/HarbormasterBuildTransaction.php
<?php final class HarbormasterBuildTransaction extends PhabricatorModularTransaction { public function getApplicationName() { return 'harbormaster'; } public function getApplicationTransactionType() { return HarbormasterBuildPHIDType::TYPECONST; } public function getBaseTransactionClass() { ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterSchemaSpec.php
src/applications/harbormaster/storage/HarbormasterSchemaSpec.php
<?php final class HarbormasterSchemaSpec extends PhabricatorConfigSchemaSpec { public function buildSchemata() { $this->buildEdgeSchemata(new HarbormasterBuildable()); // NOTE: This table is not used by any Harbormaster objects, but is used // by unit tests. $this->buildRawSchema( id(new Harb...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterString.php
src/applications/harbormaster/storage/HarbormasterString.php
<?php final class HarbormasterString extends HarbormasterDAO { protected $stringIndex; protected $stringValue; protected function getConfiguration() { return array( self::CONFIG_TIMESTAMPS => false, self::CONFIG_COLUMN_SCHEMA => array( 'stringIndex' => 'bytes12', 'stringValue'...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/HarbormasterObject.php
src/applications/harbormaster/storage/HarbormasterObject.php
<?php final class HarbormasterObject extends HarbormasterDAO { protected $name; protected function getConfiguration() { return array( self::CONFIG_AUX_PHID => true, self::CONFIG_COLUMN_SCHEMA => array( 'name' => 'text255?', ), ) + parent::getConfiguration(); } public functi...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlan.php
src/applications/harbormaster/storage/configuration/HarbormasterBuildPlan.php
<?php /** * @task autoplan Autoplans */ final class HarbormasterBuildPlan extends HarbormasterDAO implements PhabricatorApplicationTransactionInterface, PhabricatorPolicyInterface, PhabricatorSubscribableInterface, PhabricatorNgramsInterface, PhabricatorConduitResultInterface, PhabricatorPr...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlanNameNgrams.php
src/applications/harbormaster/storage/configuration/HarbormasterBuildPlanNameNgrams.php
<?php final class HarbormasterBuildPlanNameNgrams extends PhabricatorSearchNgrams { public function getNgramKey() { return 'buildplanname'; } public function getColumnName() { return 'name'; } public function getApplicationName() { return 'harbormaster'; } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/configuration/HarbormasterBuildStepTransaction.php
src/applications/harbormaster/storage/configuration/HarbormasterBuildStepTransaction.php
<?php final class HarbormasterBuildStepTransaction extends PhabricatorApplicationTransaction { const TYPE_CREATE = 'harbormaster:step:create'; const TYPE_NAME = 'harbormaster:step:name'; const TYPE_DEPENDS_ON = 'harbormaster:step:depends'; const TYPE_DESCRIPTION = 'harbormaster:step:description'; public ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/configuration/HarbormasterBuildPlanTransaction.php
src/applications/harbormaster/storage/configuration/HarbormasterBuildPlanTransaction.php
<?php final class HarbormasterBuildPlanTransaction extends PhabricatorModularTransaction { public function getApplicationName() { return 'harbormaster'; } public function getApplicationTransactionType() { return HarbormasterBuildPlanPHIDType::TYPECONST; } public function getBaseTransactionClass(...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/configuration/HarbormasterBuildStep.php
src/applications/harbormaster/storage/configuration/HarbormasterBuildStep.php
<?php final class HarbormasterBuildStep extends HarbormasterDAO implements PhabricatorApplicationTransactionInterface, PhabricatorPolicyInterface, PhabricatorCustomFieldInterface, PhabricatorConduitResultInterface { protected $name; protected $description; protected $buildPlanPHID; protected...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/build/HarbormasterBuildArtifact.php
src/applications/harbormaster/storage/build/HarbormasterBuildArtifact.php
<?php final class HarbormasterBuildArtifact extends HarbormasterDAO implements PhabricatorPolicyInterface, PhabricatorDestructibleInterface, PhabricatorConduitResultInterface { protected $buildTargetPHID; protected $artifactType; protected $artifactIndex; protected $artifactKey; protected $a...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php
src/applications/harbormaster/storage/build/HarbormasterBuildUnitMessage.php
<?php final class HarbormasterBuildUnitMessage extends HarbormasterDAO implements PhabricatorPolicyInterface { protected $buildTargetPHID; protected $engine; protected $namespace; protected $name; protected $nameIndex; protected $result; protected $duration; protected $properties = array(); pri...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/build/HarbormasterBuildTarget.php
src/applications/harbormaster/storage/build/HarbormasterBuildTarget.php
<?php final class HarbormasterBuildTarget extends HarbormasterDAO implements PhabricatorPolicyInterface, PhabricatorDestructibleInterface, PhabricatorConduitResultInterface { protected $name; protected $buildPHID; protected $buildStepPHID; protected $className; protected $details; protecte...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/build/HarbormasterBuildLintMessage.php
src/applications/harbormaster/storage/build/HarbormasterBuildLintMessage.php
<?php final class HarbormasterBuildLintMessage extends HarbormasterDAO { protected $buildTargetPHID; protected $path; protected $line; protected $characterOffset; protected $code; protected $severity; protected $name; protected $properties = array(); private $buildTarget = self::ATTACHABLE; pu...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/build/HarbormasterBuildLogChunkIterator.php
src/applications/harbormaster/storage/build/HarbormasterBuildLogChunkIterator.php
<?php final class HarbormasterBuildLogChunkIterator extends PhutilBufferedIterator { private $log; private $cursor; private $asString; private $min = 0; private $max = PHP_INT_MAX; public function __construct(HarbormasterBuildLog $log) { $this->log = $log; } protected function didRewind() { ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/build/HarbormasterBuildLogChunk.php
src/applications/harbormaster/storage/build/HarbormasterBuildLogChunk.php
<?php final class HarbormasterBuildLogChunk extends HarbormasterDAO { protected $logID; protected $encoding; protected $headOffset; protected $tailOffset; protected $size; protected $chunk; const CHUNK_ENCODING_TEXT = 'text'; const CHUNK_ENCODING_GZIP = 'gzip'; protected function getConfiguratio...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php
src/applications/harbormaster/storage/build/HarbormasterBuildLog.php
<?php final class HarbormasterBuildLog extends HarbormasterDAO implements PhabricatorPolicyInterface, PhabricatorDestructibleInterface, PhabricatorConduitResultInterface { protected $buildTargetPHID; protected $logSource; protected $logType; protected $duration; protected $live; protected ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/storage/build/HarbormasterBuild.php
src/applications/harbormaster/storage/build/HarbormasterBuild.php
<?php final class HarbormasterBuild extends HarbormasterDAO implements PhabricatorApplicationTransactionInterface, PhabricatorPolicyInterface, PhabricatorConduitResultInterface, PhabricatorDestructibleInterface { protected $buildablePHID; protected $buildPlanPHID; protected $buildStatus; pro...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/management/HarbormasterManagementBuildWorkflow.php
src/applications/harbormaster/management/HarbormasterManagementBuildWorkflow.php
<?php final class HarbormasterManagementBuildWorkflow extends HarbormasterManagementWorkflow { protected function didConstruct() { $this ->setName('build') ->setExamples('**build** [__options__] __buildable__ --plan __id__') ->setSynopsis(pht('Run plan __id__ on __buildable__.')) ->set...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/management/HarbormasterManagementRestartWorkflow.php
src/applications/harbormaster/management/HarbormasterManagementRestartWorkflow.php
<?php final class HarbormasterManagementRestartWorkflow extends HarbormasterManagementWorkflow { protected function didConstruct() { $this ->setName('restart') ->setExamples( "**restart** --active\n". '**restart** --id id') ->setSynopsis(pht('Restart Harbormaster builds.')) ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/management/HarbormasterManagementPublishWorkflow.php
src/applications/harbormaster/management/HarbormasterManagementPublishWorkflow.php
<?php final class HarbormasterManagementPublishWorkflow extends HarbormasterManagementWorkflow { protected function didConstruct() { $this ->setName('publish') ->setExamples(pht('**publish** __buildable__ ...')) ->setSynopsis( pht( 'Publish a buildable. This is primarily us...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/management/HarbormasterManagementArchiveLogsWorkflow.php
src/applications/harbormaster/management/HarbormasterManagementArchiveLogsWorkflow.php
<?php final class HarbormasterManagementArchiveLogsWorkflow extends HarbormasterManagementWorkflow { protected function didConstruct() { $this ->setName('archive-logs') ->setExamples('**archive-logs** [__options__] --mode __mode__') ->setSynopsis(pht('Compress, decompress, store or destroy b...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/management/HarbormasterManagementUpdateWorkflow.php
src/applications/harbormaster/management/HarbormasterManagementUpdateWorkflow.php
<?php final class HarbormasterManagementUpdateWorkflow extends HarbormasterManagementWorkflow { protected function didConstruct() { $this ->setName('update') ->setExamples('**update** [__options__] __buildable__') ->setSynopsis(pht('Explicitly update the builds for __buildable__.')) ->...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/management/HarbormasterManagementRebuildLogWorkflow.php
src/applications/harbormaster/management/HarbormasterManagementRebuildLogWorkflow.php
<?php final class HarbormasterManagementRebuildLogWorkflow extends HarbormasterManagementWorkflow { protected function didConstruct() { $this ->setName('rebuild-log') ->setExamples( pht( "**rebuild-log** --id __id__ [__options__]\n". "**rebuild-log** --all")) ->se...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/management/HarbormasterManagementWriteLogWorkflow.php
src/applications/harbormaster/management/HarbormasterManagementWriteLogWorkflow.php
<?php final class HarbormasterManagementWriteLogWorkflow extends HarbormasterManagementWorkflow { protected function didConstruct() { $this ->setName('write-log') ->setExamples('**write-log** --target __id__ [__options__]') ->setSynopsis( pht( 'Write a new Harbormaster buil...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/management/HarbormasterManagementWorkflow.php
src/applications/harbormaster/management/HarbormasterManagementWorkflow.php
<?php abstract class HarbormasterManagementWorkflow extends PhabricatorManagementWorkflow {}
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/worker/HarbormasterTargetWorker.php
src/applications/harbormaster/worker/HarbormasterTargetWorker.php
<?php /** * Execute a build target. */ final class HarbormasterTargetWorker extends HarbormasterWorker { public function getRequiredLeaseTime() { // This worker performs actual build work, which may involve a long wait // on external systems. return phutil_units('24 hours in seconds'); } public f...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/worker/HarbormasterLogWorker.php
src/applications/harbormaster/worker/HarbormasterLogWorker.php
<?php final class HarbormasterLogWorker extends HarbormasterWorker { protected function doWork() { $viewer = $this->getViewer(); $data = $this->getTaskData(); $log_phid = idx($data, 'logPHID'); $log = id(new HarbormasterBuildLogQuery()) ->setViewer($viewer) ->withPHIDs(array($log_phid)...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/worker/HarbormasterBuildWorker.php
src/applications/harbormaster/worker/HarbormasterBuildWorker.php
<?php /** * Start a build. */ final class HarbormasterBuildWorker extends HarbormasterWorker { public function renderForDisplay(PhabricatorUser $viewer) { try { $build = $this->loadBuild(); } catch (Exception $ex) { return null; } return $viewer->renderHandle($build->getPHID()); } ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/worker/HarbormasterWorker.php
src/applications/harbormaster/worker/HarbormasterWorker.php
<?php abstract class HarbormasterWorker extends PhabricatorWorker { public function getViewer() { return PhabricatorUser::getOmnipotentUser(); } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildTargetSearchEngine.php
src/applications/harbormaster/query/HarbormasterBuildTargetSearchEngine.php
<?php final class HarbormasterBuildTargetSearchEngine extends PhabricatorApplicationSearchEngine { public function getResultTypeDescription() { return pht('Harbormaster Build Targets'); } public function getApplicationClassName() { return 'PhabricatorHarbormasterApplication'; } public function n...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildStepSearchEngine.php
src/applications/harbormaster/query/HarbormasterBuildStepSearchEngine.php
<?php final class HarbormasterBuildStepSearchEngine extends PhabricatorApplicationSearchEngine { public function getResultTypeDescription() { return pht('Harbormaster Build Steps'); } public function getApplicationClassName() { return 'PhabricatorHarbormasterApplication'; } public function newQu...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildTargetQuery.php
src/applications/harbormaster/query/HarbormasterBuildTargetQuery.php
<?php final class HarbormasterBuildTargetQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $phids; private $buildPHIDs; private $buildGenerations; private $dateCreatedMin; private $dateCreatedMax; private $dateStartedMin; private $dateStartedMax; private $dateCompletedMi...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildableTransactionQuery.php
src/applications/harbormaster/query/HarbormasterBuildableTransactionQuery.php
<?php final class HarbormasterBuildableTransactionQuery extends PhabricatorApplicationTransactionQuery { public function getTemplateApplicationTransaction() { return new HarbormasterBuildableTransaction(); } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildPlanTransactionQuery.php
src/applications/harbormaster/query/HarbormasterBuildPlanTransactionQuery.php
<?php final class HarbormasterBuildPlanTransactionQuery extends PhabricatorApplicationTransactionQuery { public function getTemplateApplicationTransaction() { return new HarbormasterBuildPlanTransaction(); } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildableQuery.php
src/applications/harbormaster/query/HarbormasterBuildableQuery.php
<?php final class HarbormasterBuildableQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $phids; private $buildablePHIDs; private $containerPHIDs; private $statuses; private $manualBuildables; private $needContainerObjects; private $needBuilds; private $needTargets; ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildMessageQuery.php
src/applications/harbormaster/query/HarbormasterBuildMessageQuery.php
<?php final class HarbormasterBuildMessageQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $receiverPHIDs; private $consumed; public function withIDs(array $ids) { $this->ids = $ids; return $this; } public function withReceiverPHIDs(array $phids) { $this->receiv...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildArtifactQuery.php
src/applications/harbormaster/query/HarbormasterBuildArtifactQuery.php
<?php final class HarbormasterBuildArtifactQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $buildTargetPHIDs; private $artifactTypes; private $artifactIndexes; private $keyBuildPHID; private $keyBuildGeneration; private $isReleased; public function withIDs(array $ids) {...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildUnitMessageQuery.php
src/applications/harbormaster/query/HarbormasterBuildUnitMessageQuery.php
<?php final class HarbormasterBuildUnitMessageQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $phids; private $targetPHIDs; public function withIDs(array $ids) { $this->ids = $ids; return $this; } public function withPHIDs(array $phids) { $this->phids = $phids;...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildPlanSearchEngine.php
src/applications/harbormaster/query/HarbormasterBuildPlanSearchEngine.php
<?php final class HarbormasterBuildPlanSearchEngine extends PhabricatorApplicationSearchEngine { public function getResultTypeDescription() { return pht('Harbormaster Build Plans'); } public function getApplicationClassName() { return 'PhabricatorHarbormasterApplication'; } public function newQu...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildStepTransactionQuery.php
src/applications/harbormaster/query/HarbormasterBuildStepTransactionQuery.php
<?php final class HarbormasterBuildStepTransactionQuery extends PhabricatorApplicationTransactionQuery { public function getTemplateApplicationTransaction() { return new HarbormasterBuildStepTransaction(); } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildTransactionQuery.php
src/applications/harbormaster/query/HarbormasterBuildTransactionQuery.php
<?php final class HarbormasterBuildTransactionQuery extends PhabricatorApplicationTransactionQuery { public function getTemplateApplicationTransaction() { return new HarbormasterBuildTransaction(); } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildLogSearchEngine.php
src/applications/harbormaster/query/HarbormasterBuildLogSearchEngine.php
<?php final class HarbormasterBuildLogSearchEngine extends PhabricatorApplicationSearchEngine { public function getResultTypeDescription() { return pht('Harbormaster Build Logs'); } public function getApplicationClassName() { return 'PhabricatorHarbormasterApplication'; } public function newQuer...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildableSearchEngine.php
src/applications/harbormaster/query/HarbormasterBuildableSearchEngine.php
<?php final class HarbormasterBuildableSearchEngine extends PhabricatorApplicationSearchEngine { public function getResultTypeDescription() { return pht('Harbormaster Buildables'); } public function getApplicationClassName() { return 'PhabricatorHarbormasterApplication'; } public function newQue...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildStepQuery.php
src/applications/harbormaster/query/HarbormasterBuildStepQuery.php
<?php final class HarbormasterBuildStepQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $phids; private $buildPlanPHIDs; public function withIDs(array $ids) { $this->ids = $ids; return $this; } public function withPHIDs(array $phids) { $this->phids = $phids; ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildQuery.php
src/applications/harbormaster/query/HarbormasterBuildQuery.php
<?php final class HarbormasterBuildQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $phids; private $buildStatuses; private $buildablePHIDs; private $buildPlanPHIDs; private $initiatorPHIDs; private $needBuildTargets; private $autobuilds; public function withIDs(array ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildPlanQuery.php
src/applications/harbormaster/query/HarbormasterBuildPlanQuery.php
<?php final class HarbormasterBuildPlanQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $phids; private $statuses; private $datasourceQuery; private $planAutoKeys; private $needBuildSteps; public function withIDs(array $ids) { $this->ids = $ids; return $this; } ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterArtifactSearchEngine.php
src/applications/harbormaster/query/HarbormasterArtifactSearchEngine.php
<?php final class HarbormasterArtifactSearchEngine extends PhabricatorApplicationSearchEngine { public function getResultTypeDescription() { return pht('Harbormaster Artifacts'); } public function getApplicationClassName() { return 'PhabricatorHarbormasterApplication'; } public function newQuery...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildLogQuery.php
src/applications/harbormaster/query/HarbormasterBuildLogQuery.php
<?php final class HarbormasterBuildLogQuery extends PhabricatorCursorPagedPolicyAwareQuery { private $ids; private $phids; private $buildPHIDs; private $buildTargetPHIDs; public function withIDs(array $ids) { $this->ids = $ids; return $this; } public function withPHIDs(array $phids) { $t...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/query/HarbormasterBuildSearchEngine.php
src/applications/harbormaster/query/HarbormasterBuildSearchEngine.php
<?php final class HarbormasterBuildSearchEngine extends PhabricatorApplicationSearchEngine { public function getResultTypeDescription() { return pht('Harbormaster Builds'); } public function getApplicationClassName() { return 'PhabricatorHarbormasterApplication'; } public function newQuery() { ...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/autoplan/HarbormasterBuildArcanistAutoplan.php
src/applications/harbormaster/autoplan/HarbormasterBuildArcanistAutoplan.php
<?php final class HarbormasterBuildArcanistAutoplan extends HarbormasterBuildAutoplan { const PLANKEY = 'arcanist'; public function getAutoplanPlanKey() { return self::PLANKEY; } public function getAutoplanName() { return pht('arc lint + arc unit'); } }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/autoplan/HarbormasterBuildAutoplan.php
src/applications/harbormaster/autoplan/HarbormasterBuildAutoplan.php
<?php abstract class HarbormasterBuildAutoplan extends Phobject { abstract public function getAutoplanPlanKey(); abstract public function getAutoplanName(); public static function getAutoplan($key) { return idx(self::getAllAutoplans(), $key); } public static function getAllAutoplans() { return id(...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/interface/HarbormasterBuildableInterface.php
src/applications/harbormaster/interface/HarbormasterBuildableInterface.php
<?php interface HarbormasterBuildableInterface { /** * Get the object PHID which best identifies this buildable to humans. * * This object is the primary object associated with the buildable in the * UI. The most human-readable object for a buildable varies: for example, * for diffs the container (th...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/interface/HarbormasterBuildkiteBuildableInterface.php
src/applications/harbormaster/interface/HarbormasterBuildkiteBuildableInterface.php
<?php /** * Support for Buildkite. */ interface HarbormasterBuildkiteBuildableInterface { public function getBuildkiteBranch(); public function getBuildkiteCommit(); }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/interface/HarbormasterCircleCIBuildableInterface.php
src/applications/harbormaster/interface/HarbormasterCircleCIBuildableInterface.php
<?php /** * Support for CircleCI. */ interface HarbormasterCircleCIBuildableInterface { public function getCircleCIGitHubRepositoryURI(); public function getCircleCIBuildIdentifierType(); public function getCircleCIBuildIdentifier(); }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/customfield/HarbormasterBuildStepCustomField.php
src/applications/harbormaster/customfield/HarbormasterBuildStepCustomField.php
<?php abstract class HarbormasterBuildStepCustomField extends PhabricatorCustomField { abstract public function getBuildTargetFieldValue(); }
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false
phacility/phabricator
https://github.com/phacility/phabricator/blob/5720a38cfe95b00ca4be5016dd0d2f3195f4fa04/src/applications/harbormaster/customfield/HarbormasterBuildStepCoreCustomField.php
src/applications/harbormaster/customfield/HarbormasterBuildStepCoreCustomField.php
<?php final class HarbormasterBuildStepCoreCustomField extends HarbormasterBuildStepCustomField implements PhabricatorStandardCustomFieldInterface { public function getStandardCustomFieldNamespace() { return 'harbormaster:core'; } public function createFields($object) { try { $impl = $object-...
php
Apache-2.0
5720a38cfe95b00ca4be5016dd0d2f3195f4fa04
2026-01-04T15:03:23.651835Z
false