Page MenuHomePhabricator

D11055.diff
No OneTemporary

D11055.diff

diff --git a/src/applications/repository/storage/PhabricatorRepository.php b/src/applications/repository/storage/PhabricatorRepository.php
--- a/src/applications/repository/storage/PhabricatorRepository.php
+++ b/src/applications/repository/storage/PhabricatorRepository.php
@@ -116,18 +116,19 @@
public function toDictionary() {
return array(
- 'id' => $this->getID(),
- 'name' => $this->getName(),
- 'phid' => $this->getPHID(),
- 'callsign' => $this->getCallsign(),
- 'monogram' => $this->getMonogram(),
- 'vcs' => $this->getVersionControlSystem(),
- 'uri' => PhabricatorEnv::getProductionURI($this->getURI()),
- 'remoteURI' => (string)$this->getRemoteURI(),
- 'description' => $this->getDetail('description'),
- 'isActive' => $this->isTracked(),
- 'isHosted' => $this->isHosted(),
- 'isImporting' => $this->isImporting(),
+ 'id' => $this->getID(),
+ 'name' => $this->getName(),
+ 'phid' => $this->getPHID(),
+ 'callsign' => $this->getCallsign(),
+ 'monogram' => $this->getMonogram(),
+ 'vcs' => $this->getVersionControlSystem(),
+ 'uri' => PhabricatorEnv::getProductionURI($this->getURI()),
+ 'remoteURI' => (string)$this->getRemoteURI(),
+ 'description' => $this->getDetail('description'),
+ 'isActive' => $this->isTracked(),
+ 'isHosted' => $this->isHosted(),
+ 'isImporting' => $this->isImporting(),
+ 'defaultBranch' => $this->getDefaultBranch(),
);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 10, 10:47 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8923803
Default Alt Text
D11055.diff (1 KB)

Event Timeline