MantisBT - CDash
View Issue Details
0007537CDashpublic2008-08-25 07:532008-09-15 07:46
Nicolas Savoire 
Julien Jomier 
normalfeaturehave not tried
closedfixed 
 
1.2 
0007537: Feature request: loggerhead support
It would be nice to have loggerhead support (a web interface for bzr) in CDash.
I uploaded a patch (patch_CDash_loggerhead_support.diff) which add such support to CDash. It requires a minor patch to loggerhead (loggerhead_changes_path.diff) to be able to display changes to a specific file (in page viewUpdate.php).
With the patch, CDash can also retrieve changes from a bzr repository: I modified get_repository_commits function and added a new function get_bzr_repository_commits. I am not satisified of the way get_repository_commits determines if the repository is a bzr repository (it tests if the viewer type is loggerhead), perhaps a new field could be added to the database to describe the repository type.
No tags attached.
diff patch_CDash_loggerhead_support.diff (4,477) 2008-08-25 07:53
https://public.kitware.com/Bug/file/1682/patch_CDash_loggerhead_support.diff
diff loggerhead_changes_path.diff (733) 2008-08-25 07:53
https://public.kitware.com/Bug/file/1683/loggerhead_changes_path.diff
Issue History
2008-08-25 07:53Nicolas SavoireNew Issue
2008-08-25 07:53Nicolas SavoireFile Added: patch_CDash_loggerhead_support.diff
2008-08-25 07:53Nicolas SavoireFile Added: loggerhead_changes_path.diff
2008-08-25 09:06Julien JomierStatusnew => assigned
2008-08-25 09:06Julien JomierAssigned To => Julien Jomier
2008-08-25 10:11Julien JomierStatusassigned => resolved
2008-08-25 10:11Julien JomierFixed in Version => 1.2
2008-08-25 10:11Julien JomierResolutionopen => fixed
2008-08-25 10:11Julien JomierNote Added: 0013172
2008-09-15 07:46Julien JomierStatusresolved => closed

Notes
(0013172)
Julien Jomier   
2008-08-25 10:11   
I have added the patch in SVN. If you can give it a try and let me know if everything works as expected that would be great. Thanks for providing a patch!