Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15285277
D8899.id21126.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
980 B
Referenced Files
None
Subscribers
None
D8899.id21126.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 5, 12:36 PM (6 d, 14 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7225533
Default Alt Text
D8899.id21126.diff (980 B)
Attached To
Mode
D8899: Hide harbormaster build passes in feed
Attached
Detach File
Event Timeline
Log In to Comment