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: Move GitHub downloads to optimized method #224

Merged
merged 4 commits into from
Jan 21, 2025
Merged

Conversation

joe-yeager
Copy link
Contributor

@joe-yeager joe-yeager commented Jan 10, 2025

Description and Context

Changes made:

  • Deprecate downloadGithubRepoContents because it is inefficient and tends to hit rate limits
  • Replace downloadGithubRepoContents with cloneGithubRepo to optimize the number of calls to GitHub
  • Make any required tweaks to account for the transition

@joe-yeager joe-yeager changed the title fix: Move GitHub downloads to optimizated method fix: Move GitHub downloads to optimized method Jan 10, 2025
@brandenrodgers
Copy link
Contributor

I think the answer is yes, but just to confirm. Is this backwards compatible?

@joe-yeager
Copy link
Contributor Author

I think the answer is yes, but just to confirm. Is this backwards compatible?

Absolutely! The companion PR in the CLI outlines the testing steps to verify that is the case

Copy link
Contributor

@brandenrodgers brandenrodgers left a comment

Choose a reason for hiding this comment

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

This lgtm 👍 lets get it out on a LDL beta release next week so we can test more easily over in the CLI

@joe-yeager joe-yeager merged commit e0c0dee into main Jan 21, 2025
1 check passed
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