-
New Feature
-
Resolution: Fixed
-
Minor
-
None
-
-
8.0.0
Currently the forensics-api-plugin provides the name and email of the author and the commit for a specific line as part of the blame. I would like to add the date of the commit here. This would help in determining not only who introduced a bug/issue, but also since when it is present.
In my eyes, this would include changes in the three plugins:
- forensics-api-plugin: Change FileBlame.java to include the date
- git-forensics-plugin: Implement the changed API to compute the date
- warnings-ng-plugin: Show the date in the blames table view
I would be willing to work on this and open pull requests, if this addition is okay with you?
[JENKINS-60014] Show date for blame of a line
Assignee | Original: Ulli Hafner [ drulli ] | New: Andreas Pabst [ andipabst ] |
Description |
Original:
Currently the forensics-api-plugin provides the name and email of the author and the commit for a specific line as part of the blame. I would like to add the date of the commit here. This would help in determining not only who introduced a bug/issue, but also since when it is present. In my eyes, this would include changes in the three plugins: - forensics-api-plugin: Change FileBlame.java to include the date - git-forensics-plugin: Implement the changed API to compute the date - warnings-ng-plugin: Show the date in the blames table view I would be willing to work on this and open pull request, if this addition is okay with you? |
New:
Currently the forensics-api-plugin provides the name and email of the author and the commit for a specific line as part of the blame. I would like to add the date of the commit here. This would help in determining not only who introduced a bug/issue, but also since when it is present. In my eyes, this would include changes in the three plugins: - forensics-api-plugin: Change FileBlame.java to include the date - git-forensics-plugin: Implement the changed API to compute the date - warnings-ng-plugin: Show the date in the blames table view I would be willing to work on this and open pull requests, if this addition is okay with you? |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 8.0.0 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Yes, that would be helpful indeed. Please go ahead and file corresponding PRs...