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: Support for basic auth in git remotes #113

Merged
merged 5 commits into from
Mar 31, 2023

Conversation

tomasfarias
Copy link
Owner

@tomasfarias tomasfarias commented Mar 31, 2023

As per #112, we are dividing the work of supporting auth for git remotes into two:

  • The first part, this PR, deals with supporting basic authentication with not many changes.
  • The second part, involves more refactoring work to split up the git hook into DbtSSHGitRemote and DbtHTTPGitRemote. This split will allow us to have separate connection types for both schemes (and get rid of a big if).

The reason why this is being split into two is that we have a chance to deliver value just with the first part, and tackle any bugs that may be easier to solve before we dive into refactoring.

@tomasfarias tomasfarias changed the title chore: Update dependencies feat: Support for basic auth in git remotes Mar 31, 2023
@tomasfarias tomasfarias marked this pull request as ready for review March 31, 2023 19:09
@tomasfarias tomasfarias merged commit a26a538 into master Mar 31, 2023
@tomasfarias tomasfarias deleted the feat/support-for-basic-auth-in-git-remotes branch March 31, 2023 19:11
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.

1 participant