https://bugs.winehq.org/show_bug.cgi?id=43234
Bug ID: 43234 Summary: Allow users to show all full logs Product: Wine-Testbot Version: unspecified Hardware: Other OS: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com
Currently it's possible to expand one log at a time to show not only the failing lines but also the trace() output. It would be nice if we had a way to see them all at once, though. Of course the user does get the full results e-mailed to them, but the e-mail can take a while to go through, and also it might be good if other people can get the full logs of a test they didn't run (e.g. because it was linked to by the user.)
https://bugs.winehq.org/show_bug.cgi?id=43234
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |fgouget@codeweavers.com Status|UNCONFIRMED |NEW
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Yes, that would be nice.
But really this page should be modified to not force a reload every time one wants to expand a log or see a screenshot. That probably means using JavaScript and providing the corresponding APIs on the web server side.
Any volunteers?
https://bugs.winehq.org/show_bug.cgi?id=43234
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- It's now possible to expand more than one log or screenshot at a time. Expanding / contracting a log or screenshot still requires a reload. This will have to wait for another time.
commit b0e2d37d418a7fdb038f4f0f7c6fc0fc168a00a7 Author: Francois Gouget fgouget@codeweavers.com Date: Wed Jun 20 02:46:51 2018 +0200
testbot/web: Allow showing multiple job screenshots and logs.
It's now possible to have the job details page show multiple screenshots and multiple logs. Once a screenshot / log is shown, the link can be clicked again to hide it. The code can also more easily be extended to handle more log files. The code inserting the links is simpler too.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=43234
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.