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

feat: fix regression regarding private git repo #6829

Closed
wants to merge 5 commits into from

Conversation

KSXGitHub
Copy link
Contributor

@KSXGitHub KSXGitHub commented Jul 18, 2023

fixes #6827

We may need e2e tests for git repo to prevent further regression in the future.

Related PR that caused a regression: #6806

@KSXGitHub
Copy link
Contributor Author

KSXGitHub commented Jul 18, 2023

This would unfix #6805 (has been fixed)

@KSXGitHub KSXGitHub changed the title feat: stop using tarball for git feat: fix private git repo Jul 18, 2023
@KSXGitHub KSXGitHub marked this pull request as ready for review July 18, 2023 08:07
@KSXGitHub KSXGitHub requested a review from zkochan as a code owner July 18, 2023 08:07
@KSXGitHub KSXGitHub changed the title feat: fix private git repo feat: fix regression regarding private git repo Jul 18, 2023
@zkochan
Copy link
Member

zkochan commented Jul 18, 2023

Why do you remove tarball resolution altogether? It is faster than fetching via git. And it worked before #6806

@KSXGitHub
Copy link
Contributor Author

KSXGitHub commented Jul 18, 2023

And it worked before #6806

Because it wasn't even called.

But if you want to keep it, I guess we can try falling back to clone, but I don't know the relevant code. Can you give me the location?

KSXGitHub added a commit that referenced this pull request Jul 18, 2023
zkochan pushed a commit that referenced this pull request Jul 19, 2023
@KSXGitHub KSXGitHub deleted the private-ssh-repo branch July 19, 2023 11:02
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.

Can no longer user SSH host alias to install module from private repo
2 participants