Project

General

Profile

Actions

action #166796

open

coordination #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

Added by mpagot 3 months ago. Updated 3 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Feature requests
Target version:
Start date:
2024-09-13
Due date:
% Done:

0%

Estimated time:
Tags:

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:

  1. I open a log page
  2. I dial in a filter regexp
  3. 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


Related issues 1 (1 open0 closed)

Related to openQA Project (public) - action #165360: Improve interactive log viewer: Various suggestionsNew

Actions
Actions #1

Updated by mpagot 3 months ago

  • Related to action #165360: Improve interactive log viewer: Various suggestions added
Actions #2

Updated by okurz 3 months ago

  • Target version set to future
  • Parent task set to #162215
Actions #3

Updated by tinita 3 months ago

Maybe we could introduce keyboard shortcuts here to toggle filtering. The filter could even stay, just that it acts as a search with highlight instead.

Actions

Also available in: Atom PDF