Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/storage/DifferentialDiff.php
| Show First 20 Lines • Show All 809 Lines • ▼ Show 20 Lines | return array( | ||||
| 'revisionPHID' => $revision_phid, | 'revisionPHID' => $revision_phid, | ||||
| 'authorPHID' => $this->getAuthorPHID(), | 'authorPHID' => $this->getAuthorPHID(), | ||||
| 'repositoryPHID' => $this->getRepositoryPHID(), | 'repositoryPHID' => $this->getRepositoryPHID(), | ||||
| 'refs' => $refs, | 'refs' => $refs, | ||||
| ); | ); | ||||
| } | } | ||||
| public function getConduitSearchAttachments() { | public function getConduitSearchAttachments() { | ||||
| return array(); | return array( | ||||
| id(new DifferentialCommitsSearchEngineAttachment()) | |||||
| ->setAttachmentKey('commits'), | |||||
| ); | |||||
| } | } | ||||
| } | } | ||||