mbox series

[v2,0/5] docparser formatting improvements

Message ID 20210504190240.24250-1-pvorel@suse.cz
Headers show
Series docparser formatting improvements | expand

Message

Petr Vorel May 4, 2021, 7:02 p.m. UTC
Hi,

originally there was only commit "docparse: Make tags in table
clickable".
I added few more formatting changes. Most important is to filter by
.tags keys.

Kind regards,
Petr

Petr Vorel (5):
  docparse: Move CVE and git link into Info column
  docparse: Filter .tags by key
  docparse: Make tags in table clickable
  docparse: Sort alphabetically tags in table
  docparse: Fix headers

 docparse/testinfo.pl | 92 +++++++++++++++++++++++++++++---------------
 1 file changed, 62 insertions(+), 30 deletions(-)

Comments

Petr Vorel May 10, 2021, 5:38 p.m. UTC | #1
Hi,

> originally there was only commit "docparse: Make tags in table
> clickable".
> I added few more formatting changes. Most important is to filter by
> .tags keys.

> Kind regards,
> Petr

> Petr Vorel (5):
>   docparse: Move CVE and git link into Info column
>   docparse: Filter .tags by key
>   docparse: Make tags in table clickable
>   docparse: Sort alphabetically tags in table
>   docparse: Fix headers

>  docparse/testinfo.pl | 92 +++++++++++++++++++++++++++++---------------
>  1 file changed, 62 insertions(+), 30 deletions(-)

given it should not affected tests I didn't wait for review of the last two and
I merged whole patchset. Thanks for your time to review the first three.

Kind regards,
Petr