Project

General

Profile

Task #2349

Updated by Xisco Fauli Tarazona over 4 years ago

Page: https://wiki.documentfoundation.org/QA/Bugzilla/Statistics 

 1. Bug section 

 Steps: 
 1. Download bugzilla_dump.json from vm174.documentfoundation.org:/home/esc-mentoring/esc/dump/bugzilla_dump.json ( this script can be used: https://redmine.documentfoundation.org/attachments/download/1937/downloadBugzillaDump.sh ) 
 2. Update versions in 'targets_list' variable in createWikiStats.py 
 3. Run 'python3 createWikiStats.py' qa-tools.py stats' 
 4. 3. Use the output from /tmp/table_XX.txt to update the pages  

 2. People section 

 2.1 by time 

 Steps: 
 1. Download bugzilla_dump.json from vm174.documentfoundation.org:/home/esc-mentoring/esc/dump/bugzilla_dump.json ( this script can be used: https://redmine.documentfoundation.org/attachments/download/1937/downloadBugzillaDump.sh ) 
 2. Change variable periods_list in qa-tools.py (https://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/esc-reporting/qa-tools.py) 
 3. Run 'python3 createWikiStats.py' qa-tools.py period'  
 4. Use the output from /tmp/table_XX_period.txt to update the pages 

 2.2 by version 

 Steps: 
 1. Download bugzilla_dump.json from vm174.documentfoundation.org:/home/esc-mentoring/esc/dump/bugzilla_dump.json ( this script can be used: https://redmine.documentfoundation.org/attachments/download/1937/downloadBugzillaDump.sh ) 
 2. Change variable targets_list in qa-tools.py (https://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/esc-reporting/qa-tools.py) 
 3. Run 'python3 qa-tools.py target'  
 4. Use the output from /tmp/table_XX_target.txt to update the pages 

 3. ESC meetings 

 Steps: 
 1. Download the .ods file 
 2. Using the esc minutes sent to the mailing list, update the file 
 3. Upload the new version 

 4. Weekly Report 

 Steps: 
 1. Find new weekly QA reports sent to the mailing list in: http://nabble.documentfoundation.org/QA-f3613148.html 
 2. Link them in the page

Back