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

Fix importing git commit links #936

Merged
merged 7 commits into from
Dec 25, 2023

Conversation

Alexander-Hjelm
Copy link
Collaborator

Supersedes #933
Fixes #932

Coby Pritchard and others added 7 commits December 21, 2023 16:07
Enhanced the efficiency of the WitClientWrapper class by introducing caching mechanisms for project and repository retrieval. This update avoids repetitive calls to ProjectClient.GetProject and GitClient.GetRepositoryAsync for the same project or repository, reducing unnecessary network traffic and improving overall performance. Added concurrent dictionaries to safely cache TeamProject and GitRepository objects, with checks in place to retrieve from cache before making external calls. This change ensures a more responsive and resource-efficient interaction with the Azure DevOps services.
Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@Alexander-Hjelm Alexander-Hjelm merged commit 33657e0 into master Dec 25, 2023
4 checks passed
@Alexander-Hjelm Alexander-Hjelm deleted the fix-importing-git-commit-links branch December 25, 2023 08:37
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.

Importing Git Commit links results in error "Commit link could not be read"
2 participants