RFE: improvements to bughelper-server result presentation
Bug #138444 reported by
Markus Korn
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bug Helper |
Fix Released
|
Wishlist
|
Markus Korn |
Bug Description
We should improve the presentation of the bughelper-server result-files:
** The "result"-path should be also a bazaar branch: this would allow the user to directly get the result via command-line and older version of the results would also be available
** improvements to the index file: the index-file currently lists only the results of the last bughelper-server run, this means that results of task-files are not listed in that index-file after a second bughelper-server run. It would be nice if bughelper-server could add all result-files to the index file which still exist.
Markus
Related branches
Changed in bughelper: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
This patch against .main r191 realizes the second item: before overwriting the index-file bughelper-server parses this file in a dictionary. At the end of the process while generating the new index.html bughelper-server ckecks if a new output of a task was generated, if so this new file will be added to the index.html, otherwise the old result will be added to the new index-file.
NOTE: if we commit this into main the first index-file might be a little broken, due to a small change in the index.html format (each row needs an attribute "id")
Markus