Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14023008
D8446.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
536 B
Referenced Files
None
Subscribers
None
D8446.diff
View Options
Index: src/applications/harbormaster/storage/build/HarbormasterBuild.php
===================================================================
--- src/applications/harbormaster/storage/build/HarbormasterBuild.php
+++ src/applications/harbormaster/storage/build/HarbormasterBuild.php
@@ -113,6 +113,8 @@
$log_source,
$log_type) {
+ $log_source = phutil_utf8_shorten($log_source, 250);
+
$log = HarbormasterBuildLog::initializeNewBuildLog($build_target)
->setLogSource($log_source)
->setLogType($log_type)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 9:52 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6721506
Default Alt Text
D8446.diff (536 B)
Attached To
Mode
D8446: Truncate `logSource` in Harbormaster to the database column limit
Attached
Detach File
Event Timeline
Log In to Comment