Page MenuHomePhabricator

D16569.id39881.diff
No OneTemporary

D16569.id39881.diff

diff --git a/src/applications/harbormaster/storage/build/HarbormasterBuild.php b/src/applications/harbormaster/storage/build/HarbormasterBuild.php
--- a/src/applications/harbormaster/storage/build/HarbormasterBuild.php
+++ b/src/applications/harbormaster/storage/build/HarbormasterBuild.php
@@ -420,6 +420,10 @@
->setKey('initiatorPHID')
->setType('phid')
->setDescription(pht('The person (or thing) that started this build.')),
+ id(new PhabricatorConduitSearchFieldSpecification())
+ ->setKey('name')
+ ->setType('string')
+ ->setDescription(pht('The name of this build.')),
);
}
@@ -433,6 +437,7 @@
'name' => HarbormasterBuildStatus::getBuildStatusName($status),
),
'initiatorPHID' => nonempty($this->getInitiatorPHID(), null),
+ 'name' => $this->getName(),
);
}

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 20, 6:04 PM (2 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7713615
Default Alt Text
D16569.id39881.diff (868 B)

Event Timeline