Page MenuHomePhabricator

D8899.diff
No OneTemporary

D8899.diff

diff --git a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
--- a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
+++ b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
@@ -451,6 +451,15 @@
switch ($this->getTransactionType()) {
case PhabricatorTransactions::TYPE_TOKEN:
return true;
+ case PhabricatorTransactions::TYPE_BUILDABLE:
+ switch ($this->getNewValue()) {
+ case HarbormasterBuildable::STATUS_PASSED:
+ // For now, don't notify on build passes either. These are pretty
+ // high volume and annoying, with very little present value. We
+ // might want to turn them back on in the specific case of
+ // build successes on the current document?
+ return true;
+ }
}
return $this->shouldHide();

File Metadata

Mime Type
text/plain
Expires
Sun, May 26, 4:51 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6290093
Default Alt Text
D8899.diff (980 B)

Event Timeline