Treeherder Bug Filer should wrap the log with "```"
Categories
(Tree Management :: Treeherder: Frontend, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: masayuki, Unassigned)
Details
(Although, I'm not sure this component is right for "Treeherder Bug Filer".)
For example:
https://bugzilla.mozilla.org/show_bug.cgi?id=1599946#c0
It posts a lot of lines of the test log and some lines are too long. And wrapped by the right edge makes me harder to read. So, I'd be happy if the bot markdowns the log part as code block for making it preformated.
Comment 2•5 years ago
|
||
I would like to work on this Armen sir .Please guide me from where should I start to fix this issue.
Comment 3•5 years ago
|
||
This is not my area of expertise and I'm overloaded so I won't be able to mentor this.
Comment 4•5 years ago
|
||
This is a front-end issue.
Comment 5•5 years ago
|
||
The triple back-ticks might need to be added by the user of the BugFiler. We could add them here: https://github.com/mozilla/treeherder/blob/c1c3ecca5011547f39fb8f4ccfcfcb16bc5d0046/ui/job-view/details/BugFiler.jsx#L376
But then that would make everything in the summary look like code. I don't think that's what we want. :)
Updated•5 years ago
|
Description
•