Skip to content
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

SLCORE-1086 Investigate git blame slowness #1192

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nquinquenel
Copy link
Member

@nquinquenel nquinquenel commented Dec 17, 2024

return new SonarLintBlameResult(blameResult, gitRepoRelativeProjectBaseDir);
} catch (GitAPIException e) {
throw new IllegalStateException("Failed to blame repository files", e);
}
}

private static boolean isGitAvailable() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only run this once and cache this information (e.g. with a static class attribute). Running this is also costly for every Git command 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants