-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#2196] Use git blame line info for aggregate blame author modified and date info #2232
base: master
Are you sure you want to change the base?
Conversation
Hi, I have noticed that some test cases take a very long time to finish. Could this be due to the additional overhead incurred from running git blame command in blameLine? |
…meAuthorModifiedAndDateInfo
Hi, would anyone like to approve the workflow? I am not sure why the local test cases run indefinitely, so I am unable to verify that it passes all test cases. Thank you! |
done |
Hi, would anyone like to help me for this issue? I could not seem to figure why the test cases are failing. More information at this discussion. |
@logical-1985516 Are you planning to wrap up this PR and #2238? I think this PR is mostly good to merge and is just pending some updates to tests. |
…iedAndDateInfo' of https://github.com/logical-1985516/RepoSense into 2196-use-GitBlameLineInfo-for-aggregateBlameAuthorModifiedAndDateInfo
@logical-1985516 thanks for the fixes. made a minor name change. |
…meAuthorModifiedAndDateInfo
…meAuthorModifiedAndDateInfo
Fixes #2196
Proposed commit message
Other information
Surrounding code which states milliseconds is also changed to state seconds correctly, as this PR is meant to resolve a code quality issue anyways. If this is not ok, I can revert the last commit.