Open irishrover opened 4 years ago
What do you think? Does it make sense?
@irishrover We are planning to integrate CodeChecker with git.
Our first plan is to set run name and version tag information based on git information at the CodeChecker store
command (the run name will be the branch name and the version tag will be the latest commit hash).
Our second plan is to show git blame information alongside the file editor on the UI (show the commit hash and author who modified the line). I agree with you that it would be also a great feature to go to the source code repository and to see for example the commit our the source file there.
It's still under discussion in our side and I think our plan is to do this on the next major CodeChecker release: v6.13.0.
Is your feature request related to a problem? Please describe. The CodeChecker bug view mode doesn't show neither git blame info nor file history so it makes hard to report a bug for the code owner.
Describe the solution you would like Open an external site where the file with a CodeChecker bug originates from. For example to open GitHub or BitBucket etc with the given file and line number.
Here's an ugly and dirty sample for the Chromium sources. Site URL and line number templates can be taken from the CodeChecker config file.
Additional context With my fix applied just left-click on the line number on the left.