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: bitbucket context retrieval speed #1267

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

idagelic
Copy link
Member

Bitbucket context retrieval speed

Description

Fixes the Bitbucket context retrieval being slow due to the speed of the API call for retrieving every commit and figuring out the last commit's SHA instead of getting just the one that is needed.

  • This change requires a documentation update
  • I have made corresponding changes to the documentation

Related Issue(s)

Closes #1258

@idagelic idagelic requested a review from a team as a code owner October 17, 2024 13:34
@idagelic idagelic merged commit 6804546 into main Oct 17, 2024
12 checks passed
@idagelic idagelic deleted the bitbucket-context-retrieval-speed branch October 17, 2024 14:34
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.

Slow Bitbucket Git context retrieval
3 participants