summaryrefslogtreecommitdiff
path: root/bin/crashreportScraper.py
AgeCommit message (Collapse)Author
2024-03-28tdf#158803 remove unused maths importLeSasse
Change-Id: I1d3d687a470ff5d197d8b9d174d37163319f121b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165373 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-15crashreportScraper: fix version comparisonXisco Fauli
And remove version column, it's not very relevant anyway Change-Id: I9101d5f63aec237cdcbfc6eb3759714cca7c5328 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164849 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-02-13crashreportScraper: no need to go to the last page anymoreXisco Fauli
JJ changed the way the reports are sorted to show the most recent ones on page 1 Change-Id: I59d566ff45fd8a75263b70a1e436e4263422e93b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163239 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2023-09-05crashreportScraper: Add ratio columnXisco Fauli
it makes sense to sort the sheet by this column Change-Id: I05603dac80289605c18e86fbf27c3d899f9862c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156562 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-10-21crashreportScraper: Also get info about the last 4 uno commandsXisco Fauli
it can be useful Change-Id: I8e709775814922c2623350de1de2fe647d7deadd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141556 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-08-09crashreportScraper: replace quation marks from codeXisco Fauli
otherwise, the csv is imported incorrectly Change-Id: I5451516b2fdc80a96a4fde83a2c72d701bfd995a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138009 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-08-09crashreportScraper: continue when os_tab is not foundXisco Fauli
Change-Id: I293ad70ad2776bfa6ea3e075ba69428963301433 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137994 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-06-21crashreportScraper: encode the urlXisco Fauli
Change-Id: I1f738f017966a6fe48dd9e2cf36dbdf5f50c0cef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136229 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-06-16crashreportScraper: use argparse to parse the argumentsXisco Fauli
Change-Id: Idc1d32683c5113042fe4e7ec97357b6d76c5217e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135973 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-06-02crashreportScraper: Removed time parsing, now it just resets.tagezi
Change-Id: I39465cdbc14e28556760a0c1feab22d8998e4d16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135050 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-05-31crashreportScraper: use timeout in requestsXisco Fauli
Change-Id: I03f8740fc124c11d250368034bf6e14239df5abe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135180 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-05-31crashreportScraper: Add new column to show the stack codeXisco Fauli
Change-Id: Id6f9ed8540a8615a80de9cc561579ce069992e85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135142 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-05-26bin: add script to retrieve info about crashreports...Xisco Fauli
... from https://crashreport.libreoffice.org The script saves the data into a .csv file Change-Id: I771d144402a3039851c99b025c52bd6e799f71ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134283 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>