action #166796
opencoordination #154768: [saga][epic][ux] State-of-art user experience for openQA
coordination #162215: [epic] Interactive log viewer
Improve interactive log viewer: link to number in filtered view
0%
Description
I'd to suggest a change in the composition of line href in filtered log windows.
The way I use the log filter feature is:
- I open a log page
- I dial in a filter regexp
- the page is updated only to show line that matches.
But at this point I'm usually interested in saw some context around it
One way I'd like to do it is by clicking on the line number to see the line of interest in its full context (line-number class element).
Problem is that href in that element also contain filter : tests/15416414/logfile?filename=serial_terminal.txt&filter=scp%20#line-80060
I'd like href only contain line-number: tests/15416414/logfile?filename=serial_terminal.txt&line-80060
I think relevant code is around https://github.com/os-autoinst/openQA/blob/7c627b22d5dc39e84cb16bf3a01d963817514b2d/assets/javascripts/test_result.js#L660
Updated by mpagot 3 months ago
- Related to action #165360: Improve interactive log viewer: Various suggestions added