Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jipstatus formats URLs poorly for both html and console output #48

Open
robertfoss opened this issue Jul 29, 2021 · 1 comment
Open

Comments

@robertfoss
Copy link
Contributor

Both the textual and html output of jipstatus handle the raw textual contents of issue comments as pure text.

Results

$ ./jipstatus.py --days 7 --html index.html 

Robert Foss:
 * Past
   * [QLT-1314] camss: VFE HW version log is spamming the log 
     * Submitted v1
       
       [https://lkml.org/lkml/2021/7/26/121|https://lkml.org/lkml/2021/7/26/121|smart-link] 
[...]
$ grep "lkml" index.html                    
                <li>Submitted v1<br><br>[https://lkml.org/lkml/2021/7/26/121|https://lkml.org/lkml/2021/7/26/121|smart-link] </li>

Expected results

$ ./jipstatus.py --days 7 --html index.html 

Robert Foss:
 * Past
   * [QLT-1314] camss: VFE HW version log is spamming the log 
     * Submitted v1
       
       https://lkml.org/lkml/2021/7/26/121
[...]
$ grep "lkml" index.html                    
                <li>Submitted v1<br><br><a href=""https://lkml.org/lkml/2021/7/26/121>https://lkml.org/lkml/2021/7/26/121</a></li>
@jbech-linaro
Copy link
Collaborator

@ndechesne something that you could take a look at whenever you have some time to spare?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants