Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15461154
D15907.id38309.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D15907.id38309.diff
View Options
diff --git a/src/applications/owners/controller/PhabricatorOwnersPathsController.php b/src/applications/owners/controller/PhabricatorOwnersPathsController.php
--- a/src/applications/owners/controller/PhabricatorOwnersPathsController.php
+++ b/src/applications/owners/controller/PhabricatorOwnersPathsController.php
@@ -82,7 +82,7 @@
}
}
- $repos = mpull($repos, 'getMonogram', 'getPHID');
+ $repos = mpull($repos, 'getDisplayName', 'getPHID');
asort($repos);
$template = new AphrontTypeaheadTemplateView();
diff --git a/src/applications/repository/worker/PhabricatorRepositoryCommitOwnersWorker.php b/src/applications/repository/worker/PhabricatorRepositoryCommitOwnersWorker.php
--- a/src/applications/repository/worker/PhabricatorRepositoryCommitOwnersWorker.php
+++ b/src/applications/repository/worker/PhabricatorRepositoryCommitOwnersWorker.php
@@ -51,6 +51,11 @@
continue;
}
+ if ($package->isArchived()) {
+ // Don't trigger audits if the package is archived.
+ continue;
+ }
+
if ($package->getAuditingEnabled()) {
$reasons = $this->checkAuditReasons($commit, $package);
if ($reasons) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 5:46 AM (3 d, 14 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7387657
Default Alt Text
D15907.id38309.diff (1 KB)
Attached To
Mode
D15907: Don't trigger audits for archived packages
Attached
Detach File
Event Timeline
Log In to Comment